]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
NPTL: Clean up THREAD_SYSINFO macros.
[thirdparty/glibc.git] / ChangeLog
CommitLineData
b0643088
RM
12014-10-17 Roland McGrath <roland@hack.frob.com>
2
674b8978
RM
3 * sysdeps/i386/nptl/tls.h
4 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
5 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6 New macros.
7 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
8 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
9 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
10 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
11 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
12 Call CHECK_THREAD_SYSINFO instead of doing an assert.
13
184ee940
RM
14 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
15 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
16 on [__NR_futex].
17 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
18 broken out of ...
19 (__pthread_mutex_init): ... here. Call it.
20 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
21 Conditionalize PI cases on [__NR_futex].
22 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
23 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
24 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
25
327ae257
RM
26 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
27 conditional on [SIGSETXID].
28 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
29 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
30 is defined. Likewise for SIGSETXID.
31 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
32 Conditionalize definitions on [SIGSETXID].
33 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
34 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
35 unblocking on [SIGCANCEL].
36
b0643088
RM
37 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
38 [__NR_set_robust_list].
39
33cc770b
SP
402014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
41
42 * string/strcoll_l.c (get_next_seq): Fix up formatting.
43 (do_compare): Likewise.
44
0742aef6
LH
452014-10-17 Leonhard Holz <leonhard.holz@web.de>
46
47 [BZ #15884]
48 * string/strcoll_l.c: Don't include stdio.h.
49 (coll_seq): Remove members idxarr and rulearr.
50 (get_next_seq_cached): Remove function.
51 (get_next_seq): Likewise.
52 (get_next_seq_nocache): Rename to get_next_seq.
53 (do_compare): Remove function.
54 (do_compare_nocache): Rename to do_compare.
55 (STRCOLL): Remove weight and rules cache.
56
ee54ce44
RM
572014-10-16 Roland McGrath <roland@hack.frob.com>
58
59 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
60 * sysdeps/arm/sfp-machine.h: ... to here.
61 * sysdeps/arm/Implies: Remove arm/soft-fp.
62
a75d3b02
JM
632014-10-14 Joseph Myers <joseph@codesourcery.com>
64
65 * conform/data/sys/utsname.h-data (*_t): Allow.
66 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
67 [POSIX] (WEXITED): Do not expect constant.
68 [POSIX] (WSTOPPED): Likewise.
69 [POSIX] (WNOHANG): Likewise.
70 [POSIX] (WNOWAIT): Likewise.
71 [POSIX] (siginfo_t): Do not expect type or elements.
72 [POSIX] (pid_t): Do not expect type.
73 [POSIX] (signal.h): Do not allow header.
74 [POSIX] (sys/resource.h): Likewise.
75 [POSIX] (si_*): Do not allow pattern.
76 [POSIX] (W*): Likewise.
77 [POSIX] (P_*): Likewise.
78 [POSIX] (BUS_*): Likewise.
79 [POSIX] (CLD_*): Likewise.
80 [POSIX] (FPE_*): Likewise.
81 [POSIX] (ILL_*): Likewise.
82 [POSIX] (POLL_*): Likewise.
83 [POSIX] (SEGV_*): Likewise.
84 [POSIX] (SI_*): Likewise.
85 [POSIX] (TRAP_*): Likewise.
86 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
87 variable.
88
fda389c8
SP
892014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
90
91 [BZ #12926]
92 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
93 infinite loop when __recvmsg returns 0.
94
6bc6bd3b
JM
952014-10-10 Joseph Myers <joseph@codesourcery.com>
96
fcb32af1
JM
97 * CANCEL-FCT-WAIVE: Remove file.
98 * CANCEL-FILE-WAIVE: Likewise.
99
6bc6bd3b
JM
100 [BZ #14132]
101 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
102 instead of INTVARDEF.
103 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
104 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
105 rtld_hidden_data_def instead of INTVARDEF.
106 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
107 * elf/dl-deps.c (expand_dst): Likewise.
108 * elf/dl-load.c (_dl_dst_count): Likewise.
109 (_dl_dst_substitute): Likewise.
110 (decompose_rpath): Likewise.
111 (_dl_init_paths): Likewise.
112 (open_path): Likewise.
113 (_dl_map_object): Likewise.
114 * elf/rtld.c (dl_main): Likewise.
115 (process_dl_audit): Likewise.
116 (process_envvars): Likewise.
117 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
118 Remove declaration.
119 (__libc_enable_secure): Use rtld_hidden_proto.
120
b8c80a7e
KS
1212014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
122
123 * elf/dl-load.c
124 (add_path): New function broken out of _dl_rtld_di_serinfo.
125 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
126
ff12c11f
JM
1272014-10-09 Joseph Myers <joseph@codesourcery.com>
128
5c0508a3
JM
129 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
130 parentheses around macro arguments.
131 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
132 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
133 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
134 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
135 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
136 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
137 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
138 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
139 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
140 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
141 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
142 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
143 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
144 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
145 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
146 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
147 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
148 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
149 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
150 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
151 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
152 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
153 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
154 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
155 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
156 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
157 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
158 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
159 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
160 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
161 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
162 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
163 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
164 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
165 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
166 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
167 Likewise.
168 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
169 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
170 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
171 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
172 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
173 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
174 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
175 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
176 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
177 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
178 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
179 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
180 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
181 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
182 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
183 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
184 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
185 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
186 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
187 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
188 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
189 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
190 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
191 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
192 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
193 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
194 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
195 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
196 (_FP_FRAC_SRS_1): Likewise.
197 (_FP_FRAC_CLZ_1): Likewise.
198 (_FP_MUL_MEAT_1_imm): Likewise.
199 (_FP_MUL_MEAT_1_wide): Likewise.
200 (_FP_MUL_MEAT_1_hard): Likewise.
201 (_FP_SQRT_MEAT_1): Likewise.
202 (_FP_FRAC_ASSEMBLE_1): Likewise.
203 (_FP_FRAC_DISASSEMBLE_1): Likewise.
204 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
205 (__FP_CLZ_2): Likewise.
206 (_FP_MUL_MEAT_2_wide): Likewise.
207 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
208 (_FP_MUL_MEAT_2_gmp): Likewise.
209 (_FP_MUL_MEAT_2_120_240_double): Likewise.
210 (_FP_SQRT_MEAT_2): Likewise.
211 (_FP_FRAC_ASSEMBLE_2): Likewise.
212 (_FP_FRAC_DISASSEMBLE_2): Likewise.
213 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
214 (_FP_FRAC_CLZ_4): Likewise.
215 (_FP_MUL_MEAT_4_wide): Likewise.
216 (_FP_MUL_MEAT_4_gmp): Likewise.
217 (_FP_SQRT_MEAT_4): Likewise.
218 (_FP_FRAC_ASSEMBLE_4): Likewise.
219 (_FP_FRAC_DISASSEMBLE_4): Likewise.
220 * soft-fp/op-common.h (_FP_CMP): Likewise.
221 (_FP_CMP_EQ): Likewise.
222 (_FP_CMP_UNORD): Likewise.
223 (_FP_TO_INT): Likewise.
224 (_FP_FROM_INT): Likewise.
225 [!__FP_CLZ] (__FP_CLZ): Likewise.
226 (_FP_DIV_HELP_imm): Likewise.
227 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
228 Likewise.
229 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
230 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
231 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
232 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
233 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
234 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
235 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
236 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
237 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
238 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
239 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
240 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
241 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
242 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
243 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
244 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
245 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
246 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
247 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
248 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
249 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
250 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
251 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
252 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
253 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
254 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
255 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
256 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
257 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
258 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
259 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
260 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
261 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
262 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
263 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
264 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
265 (FP_UNPACK_RAW_SP): Likewise.
266 (FP_PACK_RAW_S): Likewise.
267 (FP_PACK_RAW_SP): Likewise.
268 (FP_UNPACK_S): Likewise.
269 (FP_UNPACK_SP): Likewise.
270 (FP_UNPACK_SEMIRAW_S): Likewise.
271 (FP_UNPACK_SEMIRAW_SP): Likewise.
272 (FP_PACK_S): Likewise.
273 (FP_PACK_SP): Likewise.
274 (FP_PACK_SEMIRAW_S): Likewise.
275 (FP_PACK_SEMIRAW_SP): Likewise.
276 (_FP_SQRT_MEAT_S): Likewise.
277 (FP_CMP_S): Likewise.
278 (FP_CMP_EQ_S): Likewise.
279 (FP_CMP_UNORD_S): Likewise.
280 (FP_TO_INT_S): Likewise.
281 (FP_FROM_INT_S): Likewise.
282
a736ec37
JM
283 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
284
ff12c11f
JM
285 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
286 (FP_EX_INVALID_IMZ): Likewise.
287 (FP_EX_INVALID_IMZ_FMA): Likewise.
288 (FP_EX_INVALID_ISI): Likewise.
289 (FP_EX_INVALID_ZDZ): Likewise.
290 (FP_EX_INVALID_IDI): Likewise.
291 (FP_EX_INVALID_SQRT): Likewise.
292 (FP_EX_INVALID_CVI): Likewise.
293 (FP_EX_INVALID_VC): Likewise.
294 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
295 "invalid" exceptions.
296 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
297 (_FP_ADD_INTERNAL): Likewise.
298 (_FP_MUL): Likewise.
299 (_FP_FMA): Likewise.
300 (_FP_DIV): Likewise.
301 (_FP_CMP_CHECK_NAN): Likewise.
302 (_FP_SQRT): Likewise.
303 (_FP_TO_INT): Likewise.
304 (FP_EXTEND): Likewise.
305
b6dcfe8c
AM
3062014-10-09 Allan McRae <allan@archlinux.org>
307
308 * po/fr.po: Update French translation from translation project.
309
2d6a47ba
JM
3102014-10-09 Joseph Myers <joseph@codesourcery.com>
311
cb831245
JM
312 [BZ #14132]
313 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
314 of INTDEF.
315 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
316 (__cxa_atexit): Use libc_hidden_proto.
317 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
318
5deeb190
JM
319 [BZ #14132]
320 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
321 declaration.
322 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
323 [!_ISOMAC] (__iswspace_l_internal): Likewise.
324 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
325 [!_ISOMAC] (__iswctype_internal): Likewise.
326 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
327 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
328 alias.
329 (fcntl): Remove __fcntl_internal alias.
330 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
331 __connect_internal alias.
332 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
333 Likewise.
334
454ac701
JM
335 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
336 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
337 FP_DENORM_ZERO.
338 (_FP_CHECK_FLUSH_ZERO): New macro.
339 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
340 (_FP_CMP): Likewise.
341 (_FP_CMP_EQ): Likewise.
342 (_FP_TO_INT): Do not set inexact for subnormal arguments if
343 FP_DENORM_ZERO.
344 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
345 (FP_TRUNC): Likewise.
346
0022e688
JM
347 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
348 treated as invalid conversion, not as normal exponent.
349
73e28d9c
JM
350 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
351 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
352 (_FP_CMP_EQ): Likewise.
353 (_FP_CMP_UNORD): Likewise.
354 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
355 (FP_CMP_EQ_D): Likewise.
356 (FP_CMP_UNORD_D): Likewise.
357 * soft-fp/extended.h (FP_CMP_E): Likewise.
358 (FP_CMP_EQ_E): Likewise.
359 (FP_CMP_UNORD_E): Likewise.
360 * soft-fp/quad.h (FP_CMP_Q): Likewise.
361 (FP_CMP_EQ_Q): Likewise.
362 (FP_CMP_UNORD_Q): Likewise.
363 * soft-fp/single.h (FP_CMP_S): Likewise.
364 (FP_CMP_EQ_S): Likewise.
365 (FP_CMP_UNORD_S): Likewise.
366 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
367 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
368 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
369 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
370 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
371 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
372 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
373 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
374 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
375 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
376 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
377 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
378 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
379 to FP_CMP_Q.
380 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
381 FP_CMP_Q.
382 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
383 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
384 FP_CMP_EQ_Q.
385 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
386 FP_CMP_Q.
387 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
388 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
389 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
390 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
391 FP_CMP_EQ_Q.
392 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
393 FP_CMP_Q.
394 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
395 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
396 FP_CMP_EQ_Q.
397 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
398 FP_CMP_Q.
399 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
400 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
401 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
402 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
403 FP_CMP_EQ_Q.
404
43059f42
JM
405 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
406 a subnormal result, set the underflow exception if trapping on
407 underflow is enabled.
408 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
409 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
410 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
411 redefine to 0.
412 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
413 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
414 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
415 * soft-fp/extendxftf2.c (__extendxftf2): Use
416 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
417
2d6a47ba
JM
418 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
419 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
420 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
421 FP_HANDLE_EXCEPTIONS.
422 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
423 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
424 FP_HANDLE_EXCEPTIONS.
425 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
426 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
427 FP_HANDLE_EXCEPTIONS.
428 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
429 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
430 FP_HANDLE_EXCEPTIONS.
431
620f462e
JM
4322014-10-08 Joseph Myers <joseph@codesourcery.com>
433
434 [BZ #14132]
435 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
436 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
437 use INTUSE.
438 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
439 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
440 Remove alias.
441 (__adjtimex): Define using libc_hidden_ver.
442 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
443 Remove declaration.
444 (ntp_gettime): Call __adjtimex directly.
445 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
446 Remove declaration.
447 (ntp_gettimex): Call __adjtimex directly.
448 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
449 __adjtimex_internal alias.
450
c763c5d2
RM
4512014-10-08 Roland McGrath <roland@hack.frob.com>
452
453 [BZ #17460]
454 * nscd/nscd.c (more_help): Rewrite list of tables collection
455 using xstrdup and asprintf.
456
457 * nscd/nscd_conf.c: Remove local xstrdup declaration.
458
7b8fb2b8
RM
4592014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
460 Roland McGrath <roland@hack.frob.com>
461
462 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
463 (do_lookup_unique): ... local function 'enter' here; update callers.
464
abb280f7
JM
4652014-10-06 Joseph Myers <joseph@codesourcery.com>
466
f7b42517
JM
467 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
468 compat_symbol calls on [SHARED].
469 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
470 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
471 Remove.
472 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
473 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
474 (oldsetrlimit): Remove.
475 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
476 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
477 (lchown): New syscall entry.
478 (oldsetrlimit): Remove.
479 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
480 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
481 (oldsetrlimit): Remove.
482 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
483
abb280f7
JM
484 [BZ #14138]
485 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
486 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
487 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
488 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
489 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
490 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
491 (fchown): Likewise.
492 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
493 (fchown): Likewise.
494 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
495 Likewise.
496
47d46237
AZ
4972014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
498
499 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
500 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
501 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
502 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
503 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
504 Likewise.
505 (__old_sem_post): Likewise.
506
5072014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 508
845a7343
CM
509 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
510 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
511 HAVE_CLOCK_GETTIME_VSYSCALL macros.
512 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
513 Use INLINE_VSYSCALL macro.
514 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
515 __vdso_clock_gettime.
516 * sysdeps/unix/sysv/linux/tile/init-first.c
517 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
518 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
519 __vdso_clock_gettime.
520
83d641ef
CM
521 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
522 to set up frame more cleanly.
523
d9cd52e6
CM
524 * sysdeps/tile/memcmp.c: New file.
525
4b68ea11
CM
526 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
527
c86f7b80
CM
528 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
529 * sysdeps/tile/tilegx/strcasestr.c: New file.
530 * sysdeps/tile/tilegx/strnlen.c: New file.
531 * sysdeps/tile/tilegx/strstr.c: New file.
532
1c4c1a6f
CM
533 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
534
99d86ea3
AS
5352014-10-06 Arjun Shankar <arjun.is@lostca.se>
536
537 * nptl/tst-setuid3.c: Write errors to stdout.
538
06210a44
KS
5392014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
540
541 * elf/dl-deps.c
542 (preload): New functions broken out of _dl_map_object_deps.
543 (_dl_map_object_deps): Remove a nested function. Update call sites.
544
6268f532
JM
5452014-10-01 Joseph Myers <joseph@codesourcery.com>
546
547 [BZ #14138]
548 * sysdeps/unix/sysv/linux/execve.c: Remove file.
549 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
550
b925285f
SE
5512014-10-01 Steve Ellcey <sellcey@mips.com>
552
553 * sysdeps/mips/strcmp.S: New.
554
754a15c6
JM
5552014-09-30 Joseph Myers <joseph@codesourcery.com>
556
557 [BZ #14138]
558 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
559 (linkat): Likewise.
560 (mkdirat): Likewise.
561 (readlinkat): Likewise.
562 (renameat): Likewise.
563 (symlinkat): Likewise.
564 (unlinkat): Likewise.
565 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
566 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
567 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
568 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
569 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
570 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
571 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
572
85bb81c9
WN
5732014-09-30 Will Newton <will.newton@linaro.org>
574
dc6fe23b
WN
575 * math/math.h: Define long double math functions if
576 _LIBC_TEST is defined.
577 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
578
85bb81c9
WN
579 * localedata/Makefile: Move assignment to tests-special
580 into an ifdef testing run-built-tests.
581 * timezone/Makefile: Likewise.
582
b7e02da4
JM
5832014-09-29 Joseph Myers <joseph@codesourcery.com>
584
585 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
586 with $(BASH) not $(SHELL).
587
62058ce6
CD
5882014-09-29 Carlos O'Donell <carlos@redhat.com>
589 Matthew LeGendre <legendre1@llnl.gov>
590
591 [BZ #17411]
592 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
593 l_reloc_result.
594
8e257a29
KS
5952014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
596
597 * stdio-common/printf_fp.c
598 (hack_digit): New function, broken out of ...
599 (__printf_fp): ... local function here. Update call sites.
600 hack_digit now takes an additional parameter that is a pointer
601 to a struct of the referenced locals. Those locals moved inside
602 the struct and references updated.
603
f4a58f0d
L
6042014-09-29 H.J. Lu <hongjiu.lu@intel.com>
605
606 * aclocal.m4: Require autoconf 2.69.
607 * configure: Regenerated.
608 * sysdeps/aarch64/configure: Likewise.
609 * sysdeps/alpha/configure: Likewise.
610 * sysdeps/arm/armv7/configure: Likewise.
611 * sysdeps/arm/configure: Likewise.
612 * sysdeps/ia64/configure: Likewise.
613 * sysdeps/mach/configure: Likewise.
614 * sysdeps/mips/configure: Likewise.
615 * sysdeps/s390/configure: Likewise.
616 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
617 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
618
619 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
620 file.
621 * sysdeps/ia64/configure.ac: Likewise.
622
93ae1eba
JM
6232014-09-26 Joseph Myers <joseph@codesourcery.com>
624
1810d3ab
JM
625 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
626 specify symbol version for ld.so. Do not include entry for
627 libpthread.
628 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
629 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
630 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
631
93ae1eba
JM
632 [BZ #14171]
633 * Makeconfig [$(build-shared) = yes]
634 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
635 makefiles.
636 [$(build-shared) = yes && $(soversions.mk-done) = t]
637 ($(common-objpfx)gnu/lib-names.h): Remove rule.
638 [$(build-shared) = yes && $(soversions.mk-done) = t]
639 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
640 to Makerules.
641 [$(build-shared) = yes && $(soversions.mk-done) = t]
642 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
643 here.
644 [$(build-shared) = yes && $(soversions.mk-done) = t]
645 (common-generated): Don't append gnu/lib-names.h and
646 gnu/lib-names.stmp here.
647 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
648 (lib-names-h-abi): New variable.
649 [$(build-shared) = yes && $(soversions.mk-done) = t]
650 (lib-names-stmp-abi): Likewise.
651 [$(build-shared) = yes && $(soversions.mk-done) = t &&
652 abi-variants] (before-compile): Append
653 $(common-objpfx)$(lib-names-h-abi).
654 [$(build-shared) = yes && $(soversions.mk-done) = t &&
655 abi-variants] (common-generated): Append gnu/lib-names.h.
656 [$(build-shared) = yes && $(soversions.mk-done) = t &&
657 abi-variants] (install-others-nosubdir): Depend on
658 $(inst_includedir)/$(lib-names-h-abi).
659 [$(build-shared) = yes && $(soversions.mk-done) = t &&
660 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
661 [$(build-shared) = yes && $(soversions.mk-done) = t]
662 ($(common-objpfx)$(lib-names-h-abi)): New rule.
663 [$(build-shared) = yes && $(soversions.mk-done) = t]
664 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
665 [$(build-shared) = yes && $(soversions.mk-done) = t]
666 (common-generated): Append $(lib-names-h-abi) and
667 $(lib-names-stmp-abi).
668 * scripts/lib-names.awk: Do not handle multi being set.
669 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
670 Remove variable.
671 (abi-lp64_be-ld-soname): Likewise.
672 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
673 Likewise.
674 (abi-hard-ld-soname): Likewise.
675 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
676 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
677 Remove variable.
678 (abi-o32_hard-ld-soname): Likewise.
679 (abi-o32_soft_2008-ld-soname): Likewise.
680 (abi-o32_hard_2008-ld-soname): Likewise.
681 (abi-n32_soft-ld-soname): Likewise.
682 (abi-n32_hard-ld-soname): Likewise.
683 (abi-n32_soft_2008-ld-soname): Likewise.
684 (abi-n32_hard_2008-ld-soname): Likewise.
685 (abi-n64_soft-ld-soname): Likewise.
686 (abi-n64_hard-ld-soname): Likewise.
687 (abi-n64_soft_2008-ld-soname): Likewise.
688 (abi-n64_hard_2008-ld-soname): Likewise.
689 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
690 Likewise.
691 (abi-64-v2-ld-soname): Likewise.
692 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
693 ld.so entries.
694 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
695 variable.
696 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
697 entry.
698 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
699 variable.
700 (abi-64-ld-soname): Likewise.
701 (abi-x32-ld-soname): Likewise.
702 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
703 entry.
704 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
705
68870f12
JM
7062014-09-23 Joseph Myers <joseph@codesourcery.com>
707
708 [BZ #14138]
709 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
710 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
711 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
712 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
713 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
714 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
715 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
716 syscall entry for GLIBC_2.2 symbol version.
717 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
718 Likewise.
719 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
720 (setrlimit): Likewise.
721 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
722 Likewise.
723
ea58f202
WN
7242014-09-23 Will Newton <will.newton@linaro.org>
725
726 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
727 _LINUX_ARM_SYSDEP_H include guard too.
728 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
729 define.
730
69eb9a18
RV
7312014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
732
733 * sysdeps/unix/sysv/linux/eventfd.c:
734 Make first argument unsigned.
735 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
736 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
737
20e5a5f7
OB
7382014-09-20 Ondřej Bílka <neleai@seznam.cz>
739
740 * socket/recvmmsg.c (recvmmsg): Drop const argument.
741 * socket/sys/socket.h: Likewise
742 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
743
d3c827e7
AK
7442014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
745
746 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
747
fe1cc35a
AS
7482014-09-17 Arjun Shankar <arjun.is@lostca.se>
749
750 * time/tst-ftime.c: New test.
751 * time/Makefile (tests): Add tst-ftime.
752
4e8afe69
JM
7532014-09-17 Joseph Myers <joseph@codesourcery.com>
754
c4fe3ea7
JM
755 * soft-fp/extended.h: Fix comment formatting.
756 * soft-fp/op-1.h: Likewise.
757 * soft-fp/op-2.h: Likewise.
758 * soft-fp/op-4.h: Likewise.
759 * soft-fp/op-8.h: Likewise.
760 * soft-fp/op-common.h: Likewise.
761 * soft-fp/soft-fp.h: Likewise.
762
4e8afe69
JM
763 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
764
af296fcd
JM
7652014-09-16 Joseph Myers <joseph@codesourcery.com>
766
767 [BZ #6652]
768 * Makeconfig (soversions-default-setname): Remove variable.
769 ($(common-objpfx)soversions.i): Don't pass default_setname to
770 soversions.awk.
771 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
772 oldest_abi to abi-versions.awk.
773 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
774 * config.make.in (oldest-abi): Remove variable.
775 * configure.ac (--enable-oldest-abi): Remove configure option.
776 * configure: Regenerated.
777 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
778 text.
779 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
780 * scripts/soversions.awk: Do not handle default_setname variable.
781 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
782 variable.
783 * sysdeps/mach/hurd/configure: Regenerated.
784 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
785 variable.
786 * sysdeps/unix/sysv/linux/configure: Regenerated.
787
545583d6
SP
7882014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
789
d330b980
SP
790 * elf/Makefile (CFLAGS-interp.c): Remove.
791 ($(elf-objpfx)runtime-linker.h): Generate header with linker
792 path string.
793 * elf/interp.c: Include generated runtime-linker.h
794
02657da2
SP
795 * Makerules (lib%.so): Don't include $(+interp) in
796 prerequisites.
797 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
798 * dlfcn/eval.c: Remove file.
799
653b1080
SP
800 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
801 macros.
802
602f80ec
SP
803 [BZ #17266]
804 * misc/sys/cdefs.h: Define __extern_always_inline for clang
805 4.2 and newer.
806
545583d6
SP
807 [BZ #17370]
808 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
809
884ddc50
SP
8102014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
811 Jakub Jelinek <jakub@redhat.com>
812
813 [BZ #17266]
814 * libio/stdio.h: Check definition of __fortify_function
815 instead of __extern_always_inline to include bits/stdio2.h.
816 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
817 check if __extern_always_inline is defined.
818 [__USE_MISC || __USE_XOPEN]: Likewise.
819 [__USE_ISOC99] Likewise.
820 * misc/sys/cdefs.h (__fortify_function): Define only if
821 __extern_always_inline is defined.
822 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
823 __extern_always_inline and __extern_inline only for g++-4.3
824 and newer or a compatible gcc.
825
a7b87268
AS
8262014-09-15 Andreas Schwab <schwab@linux-m68k.org>
827
828 [BZ #17371]
829 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
830 last change to handle zero prefix length.
831
3f41521d
SP
8322014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
833
61fe374a
SP
834 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
835 _SC_REGEX_VERSION.
836
3f41521d
SP
837 * posix/getconf.c (vars): Add _POSIX_IPV6 and
838 _POSIX_RAW_SOCKETS.
839
d8f879ee
AM
8402014-09-13 Allan McRae <allan@archlinux.org>
841
842 * po/ru.po: Update Russian translation from translation project.
843
c079afb7
RM
8442014-09-12 Roland McGrath <roland@hack.frob.com>
845
a62b3c15
RM
846 * locale/programs/locale.c (show_locale_vars): Inline local function
847 into its sole call site. Clean up some style nits.
848 (print_item): New function, broken out of ...
849 (show_info): ... local function here. Clean up style nits.
850
d7e49b19
RM
851 * locale/programs/ld-ctype.c (set_one_default): New function, broken
852 out of ...
853 (set_class_defaults): ... local function set_default here.
854 Define set_default as a macro locally to pass constant parameters.
855 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
856 rather than a shared local.
857
c079afb7
RM
858 * stdlib/rpmatch.c (try): New function, broken out of ...
859 (rpmatch): ... local function here. Also, prototypify definition.
860
0bd72468
JM
8612014-09-12 Joseph Myers <joseph@codesourcery.com>
862
ba90e050
JM
863 * scripts/soversions.awk: Do not handle configuration names.
864 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
865 vendor and os variables to soversions.awk.
866 * configure.ac: Do not modify gnu-* host_os.
867 * configure: Regenerated
868 * shlib-versions: Remove first column with configuration names.
869 * nptl/shlib-versions: Likewise.
870 * nptl_db/shlib-versions: Likewise.
871 * sysdeps/hppa/shlib-versions: Likewise.
872 * sysdeps/m68k/shlib-versions: Likewise.
873 * sysdeps/mach/hurd/shlib-versions: Likewise.
874 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
875 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
876 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
877 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
878 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
879 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
880 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
881 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
882 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
883 Likewise.
884 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
885 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
886 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
887 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
888 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
889 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
890 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
891 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
892
73a39112
JM
893 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
894 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
895 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
896 Regenerated.
897 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
898 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
899 Condition symbol version definitions on [HAVE_ELFV2_ABI].
900
c729e7c1
JM
901 * shlib-versions: Remove OS-specific entries. Moved to files in
902 sysdeps.
903 * sysdeps/mach/hurd/shlib-versions: New file.
904 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
905
dc932a24
JM
906 * nptl/shlib-versions: Remove architecture-specific entries.
907 Moved to files in sysdeps.
908 * shlib-versions: Likewise.
909 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
910 file.
911 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
912 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
913 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
914 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
915
0bd72468
JM
916 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
917 (UDP_NO_CHECK6_RX): Likewise.
918
920238e0
SP
9192014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
920
921 * sysdeps/posix/sysconf.c (__sysconf): Spell
922 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
923
ba7b4d29
FW
9242014-08-12 Florian Weimer <fweimer@redhat.com>
925
926 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
927 loading.
928 * iconv/Versions (__gconv_transliterate): Export for use from
929 gconv modules.
930 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
931 (struct __gconv_trans_data, __gconv_trans_fct,
932 __gconv_trans_context_fct, __gconv_trans_query_fct,
933 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
934 definitions.
935 (struct __gconv_step_data): Remove __trans member.
936 (__gconv_transliterate): Declaration moved from gconv_int.h. No
937 longer hidden. Remove unused trans_data argument.
938 * iconv/gconv_int.h (struct trans_struct): Remove definition.
939 (__gconv_translit_find): Remove declaration.
940 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
941 prototype.
942 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
943 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
944 trans_data argument. Add hidden definition.
945 (__gconv_translit_find): Remove.
946 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
947 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
948 * iconv/skeleton.c: Remove transliteration initialization.
949 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
950 __gconv_step_data initialization.
951 * libio/iofwide.c (__libio_translit_): Remove.
952 (_IO_fwide): Adjust struct __gconv_step_data initialization.
953 * wcsmbs/btowc.c (__btowc): Likewise.
954 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
955 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
956 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
957 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
958 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
959 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
960 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
961 * wcsmbs/wctob.c (wctob): Likewise.
962
5379aebd
SP
9632014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
964
965 [BZ #16194]
966 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
967 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
968 register usage.
969 * sysdeps/x86/Makefile: Adjust.
970
8c0ab919
RM
9712014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
972 Roland McGrath <roland@hack.frob.com>
973
974 * locale/weight.h: Add include guard.
975 (findidx): Make static rather than auto; take new parameters
976 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
977 * locale/weightwc.h: Likewise.
978 * posix/fnmatch_loop.c
979 (FCT): Change type of EXTRA from int32_t to wint_t.
980 Don't include either header inside the function.
981 Call FINDIDX rather than findidx, and pass new arguments.
982 #undef FINDIDX at the end of the file.
983 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
984 FINDIDX before including fnmatch_loop.c for the non-wide version.
985 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
986 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
987 for the wide version.
988 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
989 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
990 Pass new arguments to findidx.
991 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
992 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
993 Don't #include it inside the function. Pass new arguments to findidx.
994 * posix/regex_internal.h
995 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
996 (re_string_elem_size_at): Don't #include it inside the function.
997 Pass new arguments to findidx.
998 * string/strcoll_l.c: #include WEIGHT_H at top level.
999 (get_next_seq): Don't #include it inside the function.
1000 Pass new arguments to findidx.
1001 (get_next_seq_nocache): Likewise.
1002 * string/strxfrm_l.c: #include WEIGHT_H at top level.
1003 (STRXFRM): Don't #include it inside the function.
1004 Pass new arguments to findidx.
1005
52ffbdf2
FW
10062014-09-11 Florian Weimer <fweimer@redhat.com>
1007
1008 [BZ #17344]
1009 * malloc/malloc.c (unlink): Turn asserts into a call to
1010 malloc_printerr.
1011
984c0ea9
TL
10122014-09-11 Tim Lammens <tim.lammens@gmail.com>
1013
1014 [BZ #17370]
1015 * libio/wfileops (do_ftell_wide): Free OUT.
1016
3daee107
CM
10172014-09-10 Chris Metcalf <cmetcalf@tilera.com>
1018
1019 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
1020
58b930ae
SP
10212014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1022
1023 [BZ #17363]
1024 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
1025 group if the current group is empty.
1026
3b473fec
AZ
10272014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1028
71ae8647
AZ
1029 * benchtests/bench-memset.c (test_main): Add more test from size
1030 from 32 to 512 bytes.
1031 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1032 Add POWER8 memset object.
1033 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1034 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1035 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1036 implementation.
1037 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1038 Likewise.
1039 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1040 multiarch POWER8 memset optimization.
1041 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1042 POWER8 memset optimization.
1043
3b473fec
AZ
1044 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1045 Remove bzero multiarch objects.
1046 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1047 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1048 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1049 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1050 Remove define.
1051 [__bzero]: Redefine to specific name.
1052 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1053 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1054 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1055 define.
1056 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1057 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1058
e6fb9587
FW
10592014-09-10 Florian Weimer <fweimer@redhat.com>
1060
1061 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1062 warnings into errors.
1063
1064 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1065 __cxa_thread_atexit_impl prototype.
1066
9d3a350b
SE
10672014-09-09 Steve Ellcey <sellcey@mips.com>
1068
1069 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1070 Fix capitalization of error message.
1071
0febba23
SE
10722014-09-09 Steve Ellcey <sellcey@mips.com>
1073
1074 * sysdeps/mips/preconfigure: Modify ABI tests.
1075
645a0e9c
CD
10762014-09-07 Carlos O'Donell <carlos@systemhalted.org>
1077
1078 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1079
d83f0734
CD
10802014-09-07 Roland McGrath <roland@hack.frob.com>
1081 Carlos O'Donell <carlos@systemhalted.org>
1082
1083 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1084 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1085 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1086 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1087 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1088 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1089 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1090 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1091 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1092 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1093 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1094 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1095 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1096 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1097 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1098 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1099 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1100 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1101 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1102 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1103 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1104 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1105 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1106 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1107 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1108 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1109 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1110 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1111 Deconditionalize the code that was previously under [RESET_PID].
1112 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1113 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1114 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1115 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1116 include sysdep.h.
1117
21c83793
AM
11182014-09-08 Allan McRae <allan@archlinux.org>
1119
1120 * version.h (RELEASE): Set to "development".
1121 (VERSION): Set to "2.20.90"
1122
1cd9b65c
AM
11232014-09-07 Allan McRae <allan@archlinux.org
1124
b8079dd0
AM
1125 * version.h (RELEASE): Set to "stable".
1126 (VERSION): Set to "2.20"
1127 * include/features.h (__GLIBC_MINOR__): Set to 20.
1128
c46303ef
AM
1129 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1130 Liebler.
1131
1cd9b65c
AM
1132 * po/ko.po: Update Korean translation from translation project.
1133
8622092d
CM
11342014-09-06 Chris Metcalf <cmetcalf@tilera.com>
1135
1136 [BZ #17354]
1137 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1138 macro for handling signed relocations.
1139
41488498
FW
11402014-09-03 Florian Weimer <fweimer@redhat.com>
1141
1142 [BZ #17325]
1143 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1144 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1145 assert.
1146 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1147 * iconvdata/ibm935.c (BODY): Likewise.
1148 * iconvdata/ibm937.c (BODY): Likewise.
1149 * iconvdata/ibm939.c (BODY): Likewise.
1150 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1151 assert.
1152 * iconvdata/Makefile (iconv-test.out): Pass module list to test
1153 script.
1154 * iconvdata/run-iconv-test.sh: New test loop for checking for
1155 decoder crashers.
1156
a78b712d
KR
11572014-09-02 Khem Raj <raj.khem@gmail.com>
1158
1159 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1160 libm_hidden_ver.
1161
cb08abc6
AM
11622014-09-01 Allan McRae <allan@archlinux.org>
1163
2c31e102
AM
1164 * po/eo.po: Update Esperanto translation from translation project.
1165
cb08abc6
AM
1166 * po/ca.po: Update Catalan translation from translation project.
1167
17a62de1
ST
11682014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
1169
1170 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1171 __proc_dostop call.
1172
9570bc53
MW
11732014-08-27 Mark Wielaard <mjw@redhat.com>
1174
1175 [BZ #17319]
1176 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1177 to call set_thread_area instead of hand written asm.
1178 (__NR_set_thread_area): Removed define.
1179 (TLS_FLAG_WRITABLE): Likewise.
1180 (__ASSUME_SET_THREAD_AREA): Remove check.
1181 (TLS_EBX_ARG): Remove define.
1182 (TLS_LOAD_EBX): Likewise.
1183
b0f955c9
ST
11842014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
1185
1186 Simplify atomicity of socket creation in bind.
1187
1188 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1189 looking up the name after linking the file.
1190
529bf515
AM
11912014-08-27 Allan McRae <allan@archlinux.org>
1192
1193 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1194
a1a6a401
FW
11952014-08-26 Florian Weimer <fweimer@redhat.com>
1196
1197 [BZ #17187]
1198 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1199 trans_compare, open_translit, __gconv_translit_find):
1200 Remove module loading code.
1201
686ab290
AM
12022014-08-26 Allan McRae <allan@archlinux.org>
1203
e4e7cfd2
AM
1204 * po/vi.po: Update Vietnamese translation from translation project.
1205
6aa09f71
AM
1206 * po/uk.po: Update Ukrainian translation from translation project.
1207
edc0660e
AM
1208 * po/fr.po: Update French translation from translation project.
1209
7eea72ac
AM
1210 * po/ru.po: Update Russian translation from translation project.
1211
93c49eff
AM
1212 * po/pl.po: Update Polish translation from translation project.
1213
46acaf63
AM
1214 * po/cs.po: Update Czech translation from translation project.
1215
a9f5ce98
AM
1216 * po/de.po: Update German translation from translation project.
1217
373f2b78
AM
1218 * po/bg.po: Update Bulgarian translation from translation project.
1219
e7548bd8
AM
1220 * po/sv.po: Update Sweedish translation from translation project.
1221
c526bf4d
AM
1222 * po/nl.po: Update Dutch translation from translation project.
1223
686ab290
AM
1224 * po/es.po: Update Spanish translation from translation project.
1225
eb72478a
SP
12262014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1227
dd763fdb
SP
1228 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1229
318c7a58
SP
1230 * catgets/Makefile (CPPFLAGS-gencat): Remove.
1231 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1232 (CPPFLAGS-iconvconfig): Likewise.
1233 * timezone/Makefile (CPPFLAGS-zic): Likewise.
1234
eb72478a
SP
1235 * include/libc-symbols.h: Remove unnecessary check for
1236 NOT_IN_libc.
1237 * nptl/pthreadP.h: Likewise.
1238 * sysdeps/aarch64/setjmp.S: Likewise.
1239 * sysdeps/alpha/setjmp.S: Likewise.
1240 * sysdeps/arm/sysdep.h: Likewise.
1241 * sysdeps/i386/setjmp.S: Likewise.
1242 * sysdeps/m68k/setjmp.c: Likewise.
1243 * sysdeps/posix/getcwd.c: Likewise.
1244 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1245 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1246 * sysdeps/s390/s390-32/setjmp.S: Likewise.
1247 * sysdeps/s390/s390-64/setjmp.S: Likewise.
1248 * sysdeps/sh/sh3/setjmp.S: Likewise.
1249 * sysdeps/sh/sh4/setjmp.S: Likewise.
1250 * sysdeps/unix/alpha/sysdep.h: Likewise.
1251 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1252 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1253 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1254 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1255 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1256 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1257 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1258 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1259 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1260 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1261 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1262 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1263 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1264 * sysdeps/x86_64/setjmp.S: Likewise.
1265
d44a052c
JM
12662014-08-13 Joseph Myers <joseph@codesourcery.com>
1267
1268 [BZ #17263]
1269 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1270 <stdint.h>.
1271 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1272 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1273
508ce3ac
SP
12742014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
1275
e44c8b0e
SP
1276 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1277
508ce3ac
SP
1278 [BZ #17262]
1279 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1280 and __x86_64__ when disabling x87 inline functions.
1281
b4acef1f
L
12822014-08-12 H.J. Lu <hongjiu.lu@intel.com>
1283
1284 [BZ #17259]
1285 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1286 asm statement with __cpuid_count.
1287
61b1ef6e
MF
12882014-08-12 Mike Frysinger <vapier@gentoo.org>
1289
1290 * configure.ac: Change __ehdr_start code to dereference the struct.
1291 Run readelf on the output to look for relocations.
1292 * configure: Regenerated.
1293
898c62f4
JM
12942014-08-12 Joseph Myers <joseph@codesourcery.com>
1295
1296 [BZ #17261]
1297 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1298 value to 0.
1299 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1300
9a8a5720
RM
13012014-08-12 Roland McGrath <roland@hack.frob.com>
1302
1303 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1304
4e75751c
BO
13052014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
1306
1307 [BZ #16892]
1308 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1309 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1310
bb2ce416
SA
13112014-08-12 Sean Anderson <seanga2@gmail.com>
1312
1313 * malloc/malloc.c: Fix typo in comment.
1314
7950a4ee
AM
13152014-08-09 Allan McRae <allan@archlinux.org>
1316
1317 * Regenerate libc.po.
1318
f469c49f
MF
13192014-08-08 Mike Frysinger <vapier@gentoo.org>
1320
1321 * intl/tst-gettext2.sh: Check every lang file for creation.
1322
656b84c2
WD
13232014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
1324
1325 * sysdeps/aarch64/fpu/math_private.h
1326 (libc_feholdsetround_noex_aarch64_ctx): New function.
1327
538e9e45
W
13282014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
1329
1330 * sysdeps/arm/armv6/strcpy.S (strcpy):
1331 Fix performance issue in misaligned cases.
1332
d4795e4a
AZ
13332014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1334
1335 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1336 Move definition from termios.h.
1337 (struct termio): Likewise.
1338 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1339 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1340 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1341 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1342 Likewise.
1343 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1344 Move definition to ioctl-types.h
1345 (struct termio): Likewise.
1346 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1347 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1348 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1349 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1350 Likewise.
1351
64accb62
RH
13522014-08-05 Richard Henderson <rth@redhat.com>
1353
27bb6dc0
RH
1354 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1355 exceptions.
1356 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1357 Add fraiseexcpt.
1358 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1359 Use __feraiseexcept.
1360 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1361 Protect libm symbols with IS_IN_libm.
1362
64accb62
RH
1363 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1364
e5292691
BO
13652014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
1366
1367 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1368
5b4bd2d4
WN
13692014-08-04 Will Newton <will.newton@linaro.org>
1370
1371 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1372 file.
1373
fcadaeef
MF
13742014-08-04 Mike Frysinger <vapier@gentoo.org>
1375
1376 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1377 variants for each function.
1378
43a94c64
RM
13792014-08-04 Roland McGrath <roland@hack.frob.com>
1380
1381 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1382 appended ...
1383 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1384 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1385 appended ...
1386 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1387 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1388 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1389 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1390 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1391 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1392 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1393 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1394 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1395 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1396 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1397 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1398 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1399 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1400 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1401 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1402 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1403 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1404 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1405 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1406 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1407 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1408 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1409 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1410 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1411 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1412 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1413 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1414 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1415 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1416 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1417 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1418 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1419 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1420 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1421 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1422 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1423 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1424 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1425 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1426 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1427 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1428 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1429 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1430 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1431 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1432 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1433 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1434 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1435 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1436 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1437 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1438 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1439 Update #include.
1440 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1441 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1442
8f3c1fa4
RM
14432014-08-04 Roland McGrath <roland@hack.frob.com>
1444
1445 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1446 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1447 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1448 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1449 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1450 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1451
ca08746f
RM
14522014-08-04 Roland McGrath <roland@hack.frob.com>
1453
1454 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1455 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1456 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1457 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1458
9c925ff9
RM
14592014-08-04 Roland McGrath <roland@hack.frob.com>
1460
1461 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1462 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1463 (__libc_vfork): Define function under this name.
1464 (__vfork): Define as an alias.
1465 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1466 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1467
e641054c
RM
14682014-08-04 Roland McGrath <roland@hack.frob.com>
1469
1470 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1471 that was previously under [RESET_PID].
1472 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1473
dacdc867
AS
14742014-08-04 Andreas Schwab <schwab@suse.de>
1475
1476 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1477
41f725ff
MF
14782014-08-03 Mike Frysinger <vapier@gentoo.org>
1479
1480 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1481 (main): Likewise.
1482
277cfb31
RM
14832014-08-01 Roland McGrath <roland@hack.frob.com>
1484
1485 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1486
4896f049
RH
14872014-08-01 Richard Henderon <rth@redhat.com>
1488
1489 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1490 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1491 typo in exact zero test.
1492 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1493 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1494 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1495
6f64e7d7
RM
14962014-08-01 Roland McGrath <roland@hack.frob.com>
1497
1498 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1499 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1500 * sysdeps/arm/sysdep.h: ... here.
1501 [!__ASSEMBLER__]: Include <stdint.h>.
1502
3f3dd810
SP
15032014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
1504
a476ac4b
SP
1505 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1506 (HAVE_WCTYPE_H): Likewise.
1507 (HAVE_ISWCTYPE): Likewise.
1508 (ENABLE_NLS): Likewise.
1509 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1510 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1511
78dd658a
SP
1512 * posix/regex_internal.c: Check if DEBUG is defined and is
1513 set.
1514
3f3dd810
SP
1515 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1516 (HAVE_MBSRTOWCS): Likewise.
1517 * posix/fnmatch.c: Include string.h unconditionally.
1518
95ee7fb1
SL
15192014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
1520
1521 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1522 reversal.
1523
23fe486b
RM
15242014-07-31 Roland McGrath <roland@hack.frob.com>
1525
f61a113f
RM
1526 * sysdeps/generic/safe-fatal.h: New file.
1527 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1528 * nptl/forward.c: Include it.
1529 (__pthread_unwind): Use __safe_fatal as default action, rather
1530 than a bogus use of INTERNAL_SYSCALL that could never work.
1531
9fe7e787
RM
1532 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1533 * configure.ac (libc_cv_builtin_trap): New test.
1534 * configure: Regenerated.
1535 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1536 (ABORT_INSTRUCTION): Define using __builtin_trap.
1537
23fe486b
RM
1538 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1539 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1540 * sysdeps/nptl/nptl-signals.h: New file.
1541 * nptl/pthreadP.h: Include <nptl-signals.h>.
1542
f349489e
SL
15432014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
1544
1545 * sysdeps/s390/s390-64/utf16-utf32-z9.c
1546 (ONE_DIRECTION): Define.
1547 * sysdeps/s390/s390-64/utf8-utf16-z9.c
1548 (ONE_DIRECTION): Define.
1549 * sysdeps/s390/s390-64/utf8-utf32-z9.c
1550 (ONE_DIRECTION): Define.
1551
2f438e20
SL
15522014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
1553
1554 * sysdeps/s390/Makefile: Delete file.
1555 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
1556 * sysdeps/s390/__longjmp.c: Delete file.
1557 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
1558 Remove fields __flags and __reserved.
1559 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
1560 and add versioning.
1561 * sysdeps/s390/rtld-__longjmp.c: Delete file.
1562 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
1563 * sysdeps/s390/rtld-setjmp.S: Likewise.
1564 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
1565 * sysdeps/s390/s390-32/__longjmp.c: ... here.
1566 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
1567 * sysdeps/s390/s390-32/setjmp.S: ... here.
1568 Add versioning.
1569 (__sigsetjmp): Remove setting __flags field.
1570 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
1571 * sysdeps/s390/s390-64/__longjmp.c: ... here.
1572 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
1573 * sysdeps/s390/s390-64/setjmp.S: ... here.
1574 Add versioning.
1575 (__sigsetjmp): Remove setting __flags field.
1576 * sysdeps/s390/setjmp.S: Delete file.
1577 * sysdeps/s390/sigjmp.c: Likewise.
1578 * sysdeps/s390/v1-longjmp.c: Likewise.
1579 * sysdeps/s390/v1-setjmp.h: Likewise.
1580 * sysdeps/s390/v1-sigjmp.c: Likewise.
1581 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
1582 Remove v1-longjmp_chk.
1583 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
1584 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
1585 Include debug/longjmp_chk.c and add versioning.
1586 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
1587 Include nptl/pt-longjmp.c and add versioning.
1588 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
1589 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
1590 Include __longjmp.c.
1591 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
1592 Move to ...
1593 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1594 (__getcontext): Remove setting __flags field.
1595 Add versioning.
1596 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1597 Don't restore upper high grps.
1598 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1599 Likewise.
1600 (__swapcontext): Remove setting uc_flags field.
1601 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1602 Delete file.
1603 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1604 Include __longjmp.c.
1605 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1606 Move to ...
1607 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1608 (__getcontext): Remove setting __flags field.
1609 Add versioning.
1610 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1611 (__swapcontext): Remove setting uc_flags field.
1612 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1613 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1614 Remove fields uc_high_gprs and __reserved.
1615 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1616 New file with reverted content.
1617 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1618 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1619 Regenerated.
1620 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1621 Regenerated.
1622
6c9578a2
AS
16232014-07-31 Andreas Schwab <schwab@suse.de>
1624
1625 * config.h.in (HAVE_IFUNC): Define to 0.
1626 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1627 definedness.
1628
05f3633d
LM
16292014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
1630
1631 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1632 memmove-avx-unaligned, memcpy-avx-unaligned and
1633 mempcpy-avx-unaligned.
1634 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1635 Add tests for AVX memcpy functions.
1636 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1637 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1638 memcpy_chk.
1639 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1640 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1641 memmove_chk.
1642 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1643 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1644 mempcpy_chk.
1645 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1646 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1647 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1648
a53fbd8e
AZ
16492013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1650
1651 [BZ #17213]
1652 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1653 powerpc64le.
1654
0961f7e1
JL
16552014-07-29 Jeff Layton <jlayton@poochiereds.net>
1656
1657 [BZ #16839]
1658 * manual/llio.texi: Add section about open file description locks.
1659 * manual/examples/ofdlocks.c: Example of open file description
1660 lock usage.
1661 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1662 F_OFD_SETLK, and F_OFD_SETLKW.
1663
cc5fb300
AM
16642014-07-23 Allan McRae <allan@archlinux.org>
1665
1666 * po/es.po: Update Spanish translation from translation project.
1667
23329dca
AS
16682014-07-18 Andreas Schwab <schwab@linux-m68k.org>
1669
1670 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1671
9c82da17
MR
16722014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
1673
1674 [BZ #17078]
1675 * sysdeps/arm/dl-machine.h (elf_machine_rela)
1676 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1677 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1678
29c4f53e
JM
16792014-07-17 Joseph Myers <joseph@codesourcery.com>
1680
831b9896
JM
1681 [BZ #17088]
1682 * math/fesetenv.c (__fesetenv)
1683 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1684 * math/feupdateenv.c (__feupdateenv)
1685 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1686
b21c2d50
JM
1687 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1688 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1689 (__ASSUME_SOCKETCALL): Do not define.
1690
067764ef
JM
1691 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1692 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1693 (__ASSUME_SOCKETCALL): Do not define.
1694 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1695 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1696 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1697 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1698 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1699 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1700 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1701 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1702
642530c1
JM
1703 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1704 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1705 (__ASSUME_SOCKETCALL): Do not define.
1706 (__ASSUME_IPC64): Define unconditionally.
1707 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1708 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1709 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1710 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1711 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1712 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1713 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1714 Likewise.
1715
03f77315
JM
1716 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1717 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1718 (__ASSUME_SOCKETCALL): Do not define.
1719 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1720 (__ASSUME_FUTEX_LOCK_PI): Likewise.
1721 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1722 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1723 (__ASSUME_REQUEUE_PI): Define unconditionally.
1724 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1725 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1726 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1727 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1728 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1729 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1730
083b1f7c
JM
1731 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1732 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1733 (__ASSUME_SOCKETCALL): Do not define.
1734 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1735 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1736 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1737 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1738 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1739 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1740
5be44ea6
JM
1741 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1742 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1743 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1744 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
1745 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1746 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1747 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1748 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1749 (__ASSUME_GETCPU_SYSCALL): Likewise.
1750
d95ffd4c
JM
1751 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1752 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
1753 cases for individual architectures.
1754 * sysdeps/gnu/configure: Regenerated.
1755 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1756 LIBC_SLIBDIR_RTLDDIR.
1757 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1758 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1759 LIBC_SLIBDIR_RTLDDIR.
1760 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1761 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1762 LIBC_SLIBDIR_RTLDDIR.
1763 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1764 Regenerated.
1765 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1766 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1767 file.
1768 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1769 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1770 file.
1771 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1772 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1773 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1774 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1775
29c4f53e
JM
1776 * sysdeps/aarch64/shlib-versions: Move to ...
1777 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1778 * sysdeps/alpha/shlib-versions: Move to ...
1779 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1780 * sysdeps/arm/shlib-versions: Move to ...
1781 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1782 * sysdeps/hppa/shlib-versions: Move all contents except for
1783 libgcc_s entry to ...
1784 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
1785 entry from ...
1786 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
1787 * sysdeps/ia64/shlib-versions: Move to ...
1788 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
1789 entry from ...
1790 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
1791 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1792 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1793 * sysdeps/microblaze/shlib-versions: Move to ...
1794 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1795 * sysdeps/mips/shlib-versions: Move to ...
1796 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
1797 entry from ...
1798 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
1799 * sysdeps/tile/shlib-versions: Move to ...
1800 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1801 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1802 from ...
1803 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
1804 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1805 entry from ...
1806 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
1807
32bead5b
WN
18082014-07-17 Will Newton <will.newton@linaro.org>
1809
57977c4b
WN
1810 * sysdeps/arm/bits/atomic.h
1811 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1812 (__arch_compare_and_exchange_bool_16_int): Likewise.
1813 (__arch_compare_and_exchange_bool_64_int): Likewise.
1814
32bead5b
WN
1815 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1816 into an #else block.
1817
37fccd41
RM
18182014-07-16 Roland McGrath <roland@hack.frob.com>
1819
1820 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1821 just Linux configurations. Test empirically that the compiler sets
1822 __ARM_EABI__, rather than using the tuple to decide.
1823 * sysdeps/arm/preconfigure: Regenerated.
1824 * sysdeps/unix/sysv/linux/arm/configure: File removed.
1825 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1826 contents appended ...
1827 * sysdeps/arm/configure.ac: ... here.
1828 * sysdeps/arm/configure: Regenerated.
1829
b365f3ec
RM
18302014-07-15 Roland McGrath <roland@hack.frob.com>
1831
8badf496
RM
1832 * nptl/pthread_kill.c: New file.
1833 * nptl/pthread_sigmask.c: New file.
1834 * nptl/pthread_sigqueue.c: New file.
1835
3df6f22e
RM
1836 * sysdeps/nptl/lowlevellock.h: New file.
1837 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1838 * sysdeps/nptl/lowlevellock-futex.h: New file.
1839
b365f3ec
RM
1840 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1841 Remove dead declarations.
1842
f2fef657
L
18432014-07-14 H.J. Lu <hongjiu.lu@intel.com>
1844
1845 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1846 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1847 config-cflags-avx2.
1848 * sysdeps/x86_64/configure.ac: Likewise.
1849 * sysdeps/i386/configure: Regenerated.
1850 * sysdeps/x86_64/configure: Likewise.
1851 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1852 memset-avx2 only if config-cflags-avx2 is yes.
1853 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1854 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1855 defined.
1856 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1857 only if HAVE_AVX2_SUPPORT is defined.
1858 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1859
f6c44d47
AM
18602014-07-14 Alan Modra <amodra@gmail.com>
1861
1862 [BZ #17153]
1863 * elf/elf.h (DT_PPC64_NUM): Correct value.
1864 * NEWS: Add to fixed bug list.
1865
7ee03f00
JM
18662014-07-13 Jim Meyering <meyering@fb.com>
1867
1868 [BZ 17150]
1869 regex: don't deref NULL upon heap allocation failure
1870 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1871 failure in one more place.
1872 To trigger the segfault, configure grep -with-included-regex,
1873 build it, and run these commands:
1874 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1875
9d39d517
AS
18762014-07-13 Andreas Schwab <schwab@linux-m68k.org>
1877
1878 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1879
a75b89b7
RH
18802014-07-11 Richard Henderson <rth@redhat.com>
1881
1882 * sysdeps/aarch64/libm-test-ulps: Update.
1883
771eb141
FW
18842014-07-10 Florian Weimer <fweimer@redhat.com>
1885
1886 [BZ #17135]
1887 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1888 * nptl/allocatestack.c (__nptl_setxid_error): New function.
1889 (__nptl_setxid): Initialize error member. Call
1890 __nptl_setxid_error.
1891 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1892 * nptl/descr.h (struct xid_command): Add error member.
1893 * nptl/tst-setuid3.c: New file.
1894 * nptl/Makefile (tests): Add it.
1895
bc1da176
AZ
18962014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1897
1898 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1899 New define.
1900 (__lll_trylock): Use __lll_base_trylock.
1901 (__lll_cond_trylock): Likewise.
1902
887865fc
RM
19032014-07-10 Roland McGrath <roland@hack.frob.com>
1904
c0c6bac9
RM
1905 * nptl/pthread_create.c (start_thread): Use atomic_or and
1906 lll_futex_wake directly rather than lll_robust_dead.
1907 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1908 (lll_robust_dead): Macro removed.
6a42be57 1909 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
1910 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1911 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1912 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1913 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1914 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1915 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1916 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1917 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1918 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1919 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1920 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1921 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1922 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1923 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1924
887865fc
RM
1925 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1926 Use atomic_compare_and_exchange_val_acq directly rather than
1927 lll_robust_trylock.
1928 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1929 (__lll_robust_trylock, lll_robust_trylock): Removed.
1930 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1931 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1932 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1933 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1934 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1935 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1936 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1937 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1938 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1939 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1940 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1941 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1942 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1943 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1944
58536726
FW
19452014-07-02 Florian Weimer <fweimer@redhat.com>
1946
1947 * manual/locale.texi (Locale Names): New section documenting
1948 locale name syntax. Adjust menu and node chaining accordingly.
1949 (Choosing Locale): Reference Locale Names, Locale Categories.
1950 Mention setting LC_ALL=C. Reflect that name syntax is now
1951 documented.
1952 (Locale Categories): New section title. Reference Locale Names.
1953 LC_ALL is an environment variable, but not a category.
1954 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1955 description, now in Locale Name. Reference that section. Locale
1956 name syntax is now documented.
1957
4e8f95a0
FW
19582014-07-02 Florian Weimer <fweimer@redhat.com>
1959
1960 [BZ #17137]
1961 * locale/findlocale.c (name_present, valid_locale_name): New
1962 functions.
1963 (_nl_find_locale): Use the loc_name variable to store name
1964 candidates. Call name_present and valid_locale_name to check and
1965 validate locale names. Return an error if the locale is invalid.
1966
d1836456
FW
19672014-07-02 Florian Weimer <fweimer@redhat.com>
1968
1969 * locale/setlocale.c (setlocale): Use strdup for allocating
1970 composite name copy.
1971
d69b7f5a
SP
19722014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1973
888c679b
SP
1974 Sync up with gnulib.
1975 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
1976 [!_LIBC && ENABLE_NLS]: Include gettext.h.
1977 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
1978 and _GL_ARG_NONNULL.
1979 [USE_UNLOCKED_IO]: Include unlocked-io.h.
1980 [!_LIBC]: Include code for Windows and Cygwin.
1981 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
1982 Include prototype for int strerror_r.
1983 [!_LIBC] (is_open): New function.
1984 (flush_stdout): New function.
1985 (print_errno_message): Use it.
1986 (error): Likewise.
1987 (error_at_line): Likewise.
1988 (error_tail) Add function attribute macros. Use
1989 __builtin_expect.
1990
180e0e4b
SP
1991 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
1992
d22f1fe2
SP
1993 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
1994
12f2254b
SP
1995 * io/ftw.c: Include sys/param.h unconditionally.
1996
c3c7c360
SP
1997 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
1998
d62aa75a
SP
1999 [BZ #17125]
2000 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
2001 libc_freeres_ptr.
2002 (freecache): New function to free CACHE on exit.
2003
d69b7f5a
SP
2004 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
2005 initialization.
2006
5efe06a1
DM
20072014-07-09 David S. Miller <davem@davemloft.net>
2008
2009 * sysdeps/sparc/fpu/libm-test-ulps: Update.
2010
7000d82e
DM
2011 * sysdeps/sparc/nptl/internaltypes.h: Delete.
2012 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
2013 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
2014 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
2015 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
2016 * sysdeps/sparc/nptl/sem_init.c: Likewise.
2017 * sysdeps/sparc/nptl/sem_post.c: Likewise.
2018 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
2019 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
2020 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
2021 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
2022 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
2023 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
2024
c213442d
AS
20252014-07-09 Andreas Schwab <schwab@suse.de>
2026
4a2552c3
AS
2027 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
2028 output.
2029 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
2030 (do_test): Likewise.
2031
c213442d
AS
2032 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2033
82374e65
WN
20342014-07-09 Will Newton <will.newton@linaro.org>
2035
2036 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2037 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2038 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2039 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2040 * sysdeps/hppa/start.S (_start): Likewise.
2041
6680738a
SP
20422014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
2043
6ee3eab4
SP
2044 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2045
6680738a
SP
2046 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2047 defined.
2048
80b5c505
SP
20492014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
2050
e35c53e3
SP
2051 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2052 after checking that it is non-NULL.
2053
80b5c505
SP
2054 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2055
91f4b564
AZ
20562014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2057
27b75f56
AZ
2058 * sysdeps/powerpc/memmove.c: Remove file.
2059 * sysdeps/powerpc/powerpc32/power4/memcopy.h
2060 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2061 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2062 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2063 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2064 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2065 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2066 string memmove instead of removed powerpc one.
2067
e7f95bb5
AZ
2068 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2069 [weak_alias]: Fix compiler warning due trailing data.
2070 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2071 [weak_alias]: Likewise.
2072 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2073 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2074
91f4b564
AZ
2075 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2076 (__libc_ifunc_impl_list): Add memmove functions.
2077
7c33f1e5
SP
20782014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
2079
2080 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2081 Remove code.
2082 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2083 Likewise
2084 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2085 Likewise
2086 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2087 Likewise
2088 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2089 Likewise
2090 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2091 Likewise
2092 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2093 Likewise
2094 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2095 Likewise
2096 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2097 Likewise
2098 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2099 Likewise
2100 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2101 Likewise
2102 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2103 Likewise
2104 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2105 Likewise
2106 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2107 Likewise
2108 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2109 Likewise
2110 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2111 Likewise
2112 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2113 Likewise
2114
3f17b03b
AZ
21152014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2116
87868c24
AZ
2117 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2118 to avoid alignment traps in non-cacheable memory.
2119 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2120
07aedd78
AZ
2121 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2122 multiarch objects.
2123 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2124 file: multiarch power7 memmove.
2125 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2126 multiarch default memmove.
2127 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2128 multiarch memove for powerpc32/power4.
2129
17762f66
AZ
2130 * string/bcopy.c: Use full path to include memmove.c.
2131 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2132 multiarch objects.
2133 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2134 bcopy for powerpc64.
2135 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2136 bcopy for powerpc64.
2137 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2138 and memmove implementations.
2139 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2140 optimized multiarch memmove for POWER7/powerpc64.
2141 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2142 default multiarch memmove for powerpc64.
2143 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2144 multiarch for powerpc64.
2145 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2146 for POWER7/powerpc64.
2147 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2148 memmove for POWER7/powerpc64.
2149
d6f68bbe
AZ
2150 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2151 glibc default one.
2152
3f17b03b
AZ
2153 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2154 __ELF_NATIVE_CLASS equal to 64.
2155
08192659
RM
21562014-07-07 Roland McGrath <roland@hack.frob.com>
2157
f4c4021b
RM
2158 * sysdeps/nptl/lowlevellock.h: File removed.
2159
f083450f
RM
2160 * NEWS: NPTL is no longer an add-on!
2161 * nptl/internaltypes.h: Moved ...
2162 * sysdeps/nptl/internaltypes.h: ... here.
2163 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2164 * sysdeps/nptl/fork.c: Likewise.
2165 * sysdeps/nptl/gai_misc.h: Likewise.
2166 * sysdeps/nptl/librt-cancellation.c: Likewise.
2167 * sysdeps/nptl/jmp-unwind.c: Likewise.
2168 * sysdeps/nptl/setxid.h: Likewise.
2169 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2170 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2171 * sysdeps/unix/sysv/linux/arm/Implies: New file.
2172 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2173 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2174 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2175 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2176 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2177 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2178 * sysdeps/unix/sysv/linux/mips/Implies: New file.
2179 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2180 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2181 * sysdeps/unix/sysv/linux/sh/Implies: New file.
2182 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2183 * sysdeps/unix/sysv/linux/tile/Implies: New file.
2184 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2185 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2186 * nptl/Makeconfig: Moved ...
2187 * sysdeps/nptl/Makeconfig: ... here.
2188 * nptl/configure: File removed.
2189 * nptl/ANNOUNCE: File removed.
2190 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2191 * sysdeps/unix/sysv/linux/configure: Regenerated.
2192
08192659
RM
2193 * nptl/Makefile (routines): Add libc_pthread_init,
2194 libc_multiple_threads, register-atfork and unregister-atfork.
2195 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2196 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2197 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2198 pthread-pi-defines.sym, structsem.sym.
2199 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2200 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2201 [$(subdir) = nptl] (tests): Add tst-setgetname.
2202 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2203 * sysdeps/unix/sysv/linux/sigaction.c: Just include
2204 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2205 [!LIBC_SIGACTION]: Remove aliases.
2206 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2207 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2208 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2209 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2210 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2211 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2212 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2213 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2214 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2215 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2216 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2217 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2218 __libc_allocate_rtsig_private.
2219 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2220 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2221 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2222 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2223 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2224 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2225 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2226 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2227 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2228 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2229 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2230 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2231 * nptl/internaltypes.h: ... here.
2232 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2233 * sysdeps/nptl/jmp-unwind.c: ... here.
2234 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2235 * nptl/libc-lowlevellock.c: ... here.
2236 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2237 * nptl/libc_multiple_threads.c: ... here.
2238 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2239 * nptl/libc_pthread_init.c: ... here.
2240 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2241 * nptl/lowlevelbarrier.sym: ... here.
2242 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2243 * nptl/lowlevelcond.sym: ... here.
2244 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2245 * nptl/lowlevellock.c: ... here.
2246 * nptl/lowlevellock.h: Moved ...
2247 * sysdeps/nptl/lowlevellock.h: ... here.
2248 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2249 * nptl/lowlevelrobustlock.c: ... here.
2250 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2251 * nptl/lowlevelrobustlock.sym: ... here.
2252 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2253 * nptl/lowlevelrwlock.sym: ... here.
2254 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2255 * nptl/pt-fork.c: ... here.
2256 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2257 * nptl/pthread-pi-defines.sym: ... here.
2258 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2259 * nptl/pthread_attr_getaffinity.c: ... here.
2260 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2261 * nptl/pthread_attr_setaffinity.c: ... here.
2262 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2263 * nptl/pthread_mutex_cond_lock.c: ... here.
2264 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2265 Update #include.
2266 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2267 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2268 * nptl/pthread_once.c: ... here, replacing old file.
2269 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2270 * nptl/pthread_yield.c: ... here.
2271 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2272 * nptl/register-atfork.c: ... here.
2273 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2274 * nptl/sem_post.c: ... here.
2275 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2276 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2277 * nptl/sem_timedwait.c: ... here.
2278 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2279 * nptl/sem_trywait.c: ... here.
2280 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2281 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2282 * nptl/sem_wait.c: ... here.
2283 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2284 * nptl/structsem.sym: ... here.
2285 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2286 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2287 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2288 * nptl/unregister-atfork.c: ... here.
2289 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2290 * nptl/unwindbuf.sym: ... here.
2291 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2292 * sysdeps/nptl/fork.c: ... here.
2293 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2294 * sysdeps/nptl/fork.h: ... here.
2295 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2296 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2297 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2298 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2299 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2300 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2301 * sysdeps/unix/sysv/linux/getpid.c: ... here.
2302 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2303 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2304 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2305 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2306 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2307 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2308 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2309 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2310 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2311 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2312 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2313 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2314 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2315 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2316 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2317 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2318 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2319 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2320 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2321 * sysdeps/unix/sysv/linux/raise.c: ... here.
2322 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2323 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2324 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2325 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2326 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2327 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2328 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2329 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2330 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2331 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2332 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2333 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2334 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2335 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2336 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2337
96baf6ff
SP
23382014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
2339
2340 * sysdeps/generic/memcopy.h: Add comment for
2341 MEMCPY_OK_FOR_FWD_MEMMOVE.
2342
6b7b14b2
WN
23432014-07-04 Will Newton <will.newton@linaro.org>
2344
1570a72b
WN
2345 * string/memchr.c: Merge from gnulib.
2346 [_LIBC]: Remove conditionals.
2347 (__ptr_t): Remove define.
2348 (LONG_MAX_32_BITS): Likewise.
2349 (LONG_MAX): Likewise.
2350 (MEMCHR): Use ANSI prototype and optimize algorithm.
2351
6b7b14b2
WN
2352 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2353
38851324
SP
23542014-07-03 Roland McGrath <roland@hack.frob.com>
2355
3d9eb57c
RM
2356 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2357 (lll_futex_timed_wait_bitset): Fix syscall argument count.
2358
78b984ae
RM
2359 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2360 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2361 in a bare environment with no <stdlib.h> installed.
2362 * sysdeps/nptl/configure: Regenerated.
2363
2d5976a5
RM
2364 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2365
c1f5acd4
RM
2366 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2367 AC_EGREP_CPP for kernel header checks, so they only succeed if
2368 including <linux/version.h> actually works right.
2369 * sysdeps/unix/sysv/linux/configure: Regenerated.
2370
4d614fe5
RM
2371 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2372 value so it's not diagnosed as unused.
2373
38851324
SP
2374 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2375 thing) with "ifeq ($(subdir),rt)".
2376
b3ec00e5
RH
23772014-07-03 Richard Henderson <rth@redhat.com>
2378
69862e25
RH
2379 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2380 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2381 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2382
d5e16ade
RH
2383 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2384 (math_force_eval): New.
2385
ca7b945c
RH
2386 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2387 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2388
cd1175a3
RH
2389 * sysdeps/alpha/fpu/s_round.c: Remove file.
2390 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2391
b3ec00e5
RH
2392 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2393 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2394 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2395 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2396 (_dl_start, print_statistics): Likewise.
2397 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2398 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2399
2400 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2401 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2402 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2403 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2404 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2405 (HP_SMALL_TIMING_AVAIL): Define.
2406 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2407 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2408 (HP_SMALL_TIMING_AVAIL): Define.
2409 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2410 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2411
2412 * sysdeps/aarch64/hp-timing.h: New file.
2413
2414 * sysdeps/generic/hp-timing.h: Remove dead comment.
2415 * sysdeps/generic/hp-timing-common.h: New file.
2416 * sysdeps/alpha/hp-timing.h: Include it.
2417 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2418 * sysdeps/i386/i686/hp-timing.h: Likewise.
2419 * sysdeps/ia64/hp-timing.h: Likewise.
2420 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2421 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2422 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2423 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2424 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2425 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2426 (hp_timing_t): New.
2427
2428 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2429 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2430 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2431 * elf/rtld.c (_dl_start_final): Likewise.
2432 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2433 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2434 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2435 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2436 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2437 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2438 (HP_TIMING_DIFF_INIT): Remove.
2439 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2440 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2441 (HP_TIMING_DIFF_INIT): Remove.
2442 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2443 * sysdeps/i386/i686/hp-timing.c: Remove file.
2444 * sysdeps/x86_64/hp-timing.c: Remove file.
2445 * sysdeps/ia64/hp-timing.c: Remove file.
2446 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2447 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2448 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2449 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2450
2451 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2452 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2453 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2454 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2455 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2456 (HP_TIMING_ACCUM): Remove.
2457 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2458 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2459 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2460
2461 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2462 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2463 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2464 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2465 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2466 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2467 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2468 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2469
2470 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2471
225f410f
MR
24722014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
2473
2474 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2475
3247f285
SP
24762014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
2477
2478 Sync up with gettext.
2479 * intl/loadmsgcat.c: Define O_BINARY if not defined.
2480 [_MSC_VER]: Include malloc.h
2481 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2482 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2483 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
2484 TEMP_FAILURE_RETRY. Cast return of alloca.
2485 [!_LIBC] Call gl_rwlock_init.
2486 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2487
d12704c7
SP
24882014-07-02 Roland McGrath <roland@hack.frob.com>
2489
2490 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2491 before checking its value.
2492
99f8dc92
SP
24932014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
2494
05fdac77
SP
2495 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2496
99f8dc92
SP
2497 * debug/memcpy_chk.c: Don't include pagecopy.h.
2498 * debug/mempcpy_chk.c: Likewise.
2499 * string/memcpy.c: Likewise.
2500 * string/memmove.c: Likewise.
2501 * sysdeps/powerpc/memmove.c: Likewise.
2502 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
2503 definition of PAGE_COPY_FWD_MAYBE here...
2504 * sysdeps/generic/pagecopy.h: ... from here.
2505 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2506
bc8ea385
VR
25072014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
2508 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2509
2510 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2511 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2512 optimizations.
2513 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2514 (__libc_ifunc_impl_list): Likewise.
2515 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2516 multiarch strcat for PPC64.
2517 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2518 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2519
fe5f34e4
RM
25202014-07-02 Roland McGrath <roland@hack.frob.com>
2521
2522 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2523
256aa665
SP
25242014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
2525
d4eb8195
SP
2526 * intl/loadmsgcat.c: Remove declaration of
2527 get_sysdep_segment_value.
2528 (get_sysdep_segment_value): Use ISO C style.
2529 (_nl_load_domain): Use ISO C style. Get rid of redundant
2530 semicolon. Fix typo and formatting in comment.
2531 (_nl_unload_domain): Use ISO C style.
2532
256aa665
SP
2533 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2534
b100f9aa
WN
25352014-07-02 Will Newton <will.newton@linaro.org>
2536
2537 * malloc/obstack.c: Merge from gnulib master.
2538 [HAVE_CONFIG_H]: Remove conditional code.
2539 [!_LIBC]: Include config.h.
2540 [!ELIDE_CODE]: Don't include inttypes.h, include
2541 stdint.h unconditionally.
2542 (print_and_abort): Mark as _Noreturn.
2543 (_obstack_allocated_p): Mark as __attribute_pure__.
2544 (obstack_free): Rename to __obstack_free.
2545 [!__attribute__]: Remove conditional code.
2546 * malloc/obstack.h: Merge from gnulib master.
2547 [__cplusplus]: Move conditional down.
2548 [!__attribute_pure__]: Define __attribute_pure__ here
2549 if it is not already defined.
2550 (_obstack_memory_used): Mark as __attribute_pure__.
2551 [!__obstack_free]: Define as obstack_free.
2552 [__GNUC__]: Remove check for ancient NeXT gcc.
2553
c4c41244
PE
25542014-07-02 Will Newton <will.newton@linaro.org>
2555 Paul Eggert <eggert@cs.ucla.edu>
2556
2557 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
2558
e1e041c4
SP
25592014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
2560
2561 * resolv/gethnamaddr.c: Add comment warning that the file is
2562 not maintained.
2563
ccf431ff
CD
25642014-07-01 Carlos O'Donell <carlos@redhat.com>
2565
d34570a6
CD
2566 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
2567 entries.
2568
ccf431ff
CD
2569 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
2570 entry for aio_cancel and aio_cancel64.
2571 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
2572 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
2573 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
2574 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
2575 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
2576 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
2577 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
2578 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
2579 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
2580 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
2581 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
2582 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
2583 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
2584
ca06321d
RM
25852014-07-01 Roland McGrath <roland@hack.frob.com>
2586
2587 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
2588 * nptl/pthread_mutex_lock.c: Likewise.
2589 * nptl/pthread_mutex_timedlock.c: Likewise.
2590 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
2591
a1ac3184
RH
25922014-07-01 Richard henderson <rth@redhat.com>
2593
631021e0
RH
2594 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2595 (__isnan, __isnanl): Remove.
2596 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2597
a1ac3184
RH
2598 * sysdeps/alpha/fpu/libm-test-ulps: Update.
2599
0c1d731f
SL
26002014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
2601
2602 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2603
76985d3e
SP
26042014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
2605
2606 * resolv/nss_dns/dns-host.c (getanswer_r)
2607 [MULTI_PTRS_ARE_ALIASES]: Remove code.
2608
b0cb3096
JM
26092014-07-01 Joseph Myers <joseph@codesourcery.com>
2610
2611 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2612 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2613 undefine.
2614 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2615 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2616
4d76cb39
RM
26172014-07-01 Roland McGrath <roland@hack.frob.com>
2618
2619 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2620 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2621
2622 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2623 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2624
2625 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2626 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2627 ... here.
2628 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2629 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2630
2631 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2632 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2633 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2634 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2635
2636 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2637 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2638 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2639 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2640 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2641 Moved ...
2642 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2643 ... here.
2644 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2645 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2646 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2647 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2648 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2649 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2650 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2651 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2652 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2653 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2654 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2655 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2656 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2657 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2658 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2659 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2660 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2661 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2662 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2663 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2664 ... here.
2665 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2666 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2667 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2668 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2669 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2670 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2671 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2672 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2673
0cdcad17
DH
26742014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
2675
2676 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2677 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2678 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2679 Add sysdep.
2680
9b71d0e3
AZ
26812014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2682
2683 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2684
665390c2
JM
26852014-06-30 Joseph Myers <joseph@codesourcery.com>
2686
ae05a9d7
JM
2687 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2688 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2689
a7672a2f
JM
2690 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2691
665390c2
JM
2692 * sysdeps/arm/libm-test-ulps: Regenerated.
2693
d7a05d07
MR
26942014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
2695 Roland McGrath <roland@hack.frob.com>
2696
2697 * test-skeleton.c (signal_handler): Kill the whole process group
2698 before killing the child individually.
2699 (main): Report any failure on `setpgid'.
2700
46f1d8a6
RM
27012014-06-30 Roland McGrath <roland@hack.frob.com>
2702
2703 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2704 from _TLS_H to _ARM_NPTL_TLS_H.
2705 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2706 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2707
9c37ec0b
JM
27082014-06-30 Joseph Myers <joseph@codesourcery.com>
2709
ce9c5b3e
JM
2710 [BZ #16539]
2711 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2712 (__expm1l): Return argument unchanged when small but not
2713 subnormal.
2714
3a6e9887
JM
2715 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2716 include macro name.
2717 (_FP_UNPACK_RAW_1_P): Likewise.
2718 (_FP_PACK_RAW_1): Likewise.
2719 (_FP_PACK_RAW_1_P): Likewise.
2720 (_FP_MUL_MEAT_1_wide): Likewise.
2721 (_FP_MUL_MEAT_DW_1_hard): Likewise.
2722 (_FP_MUL_MEAT_1_hard): Likewise.
2723 (_FP_DIV_MEAT_1_imm): Likewise.
2724 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2725 (_FP_DIV_MEAT_1_udiv): Likewise.
2726 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2727 (_FP_UNPACK_RAW_2): Likewise.
2728 (_FP_UNPACK_RAW_2_P): Likewise.
2729 (_FP_PACK_RAW_2): Likewise.
2730 (_FP_PACK_RAW_2_P): Likewise.
2731 (_FP_MUL_MEAT_DW_2_wide): Likewise.
2732 (_FP_MUL_MEAT_2_wide): Likewise.
2733 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2734 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2735 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2736 (_FP_MUL_MEAT_2_gmp): Likewise.
2737 (_FP_DIV_MEAT_2_udiv): Likewise.
2738 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2739 (_FP_FRAC_SRL_4): Likewise.
2740 (_FP_FRAC_SRST_4): Likewise.
2741 (_FP_FRAC_SRS_4): Likewise.
2742 (_FP_UNPACK_RAW_4): Likewise.
2743 (_FP_UNPACK_RAW_4_P): Likewise.
2744 (_FP_PACK_RAW_4): Likewise.
2745 (_FP_PACK_RAW_4_P): Likewise.
2746 (_FP_MUL_MEAT_DW_4_wide): Likewise.
2747 (_FP_MUL_MEAT_4_wide): Likewise.
2748 (_FP_MUL_MEAT_4_gmp): Likewise.
2749 (umul_ppppmnnn): Likewise.
2750 (_FP_DIV_MEAT_4_udiv): Likewise.
2751 (__FP_FRAC_ADD_4): Likewise.
2752 (__FP_FRAC_SUB_3): Likewise.
2753 (__FP_FRAC_SUB_4): Likewise.
2754 (__FP_FRAC_DEC_3): Likewise.
2755 (__FP_FRAC_DEC_4): Likewise.
2756 (__FP_FRAC_ADDI_4): Likewise.
2757 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2758 (_FP_FRAC_SRL_8): Likewise.
2759 (_FP_FRAC_SRS_8): Likewise.
2760
9c37ec0b
JM
2761 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2762 include macro name.
2763 (FP_UNPACK_RAW_EP): Likewise.
2764 (FP_PACK_RAW_E): Likewise.
2765 (FP_PACK_RAW_EP): Likewise.
2766 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2767 (_FP_ISSIGNAN): Likewise.
2768 (_FP_ADD_INTERNAL): Likewise.
2769 (_FP_FMA): Likewise.
2770 (_FP_CMP): Likewise.
2771 (_FP_SQRT): Likewise.
2772 (_FP_TO_INT): Likewise.
2773 (_FP_FROM_INT): Likewise.
2774 (FP_EXTEND): Likewise.
2775 (_FP_DIV_MEAT_N_loop): Likewise.
2776
2125f674
MR
27772014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
2778
2779 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2780 throughout.
2781
edea4028
JM
27822014-06-29 Joseph Myers <joseph@codesourcery.com>
2783
2784 [BZ #17097]
2785 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2786 result with correct sign in case of exponents that produce
2787 overflow except for X very close to 1.
2788
dd0ba018
PE
27892014-06-28 Paul Eggert <eggert@cs.ucla.edu>
2790
2791 mktime: merge #if/#ifdef usage from glibc
2792 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2793 as that works with both Glibc's and Gnulib's style.
2794 See thread starting at Siddhesh Poyarekar's bug report at:
2795 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2796
64df73c2
SP
27972014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
2798
2799 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2800 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2801 * sysdeps/tile/tilegx/memmove.c: Remove file.
2802
f1eafb41
JM
28032014-06-27 Joseph Myers <joseph@codesourcery.com>
2804
2805 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2806 abi-name definition.
2807 * scripts/soversions.awk: Do not handle or generate ABI lines.
2808 * shlib-versions: Remove ABI entries.
2809 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2810 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2811
58eb0862
RM
28122014-06-27 Roland McGrath <roland@hack.frob.com>
2813
37caf178
RM
2814 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2815 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2816 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2817 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2818 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2819 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2820 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2821 Moved ...
2822 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2823 ... here.
2824 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2825 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2826 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2827 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2828 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2829 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2830 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2831 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2832 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2833 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2834 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2835 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2836 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2837 Moved ...
2838 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2839 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2840 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2841 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2842 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2843 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2844 Moved ...
2845 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2846 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2847 Moved ...
2848 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2849 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2850 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2851 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2852 Moved ...
2853 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2854 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2855 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2856 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2857 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2858 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2859 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2860 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2861 Moved ...
2862 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2863 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2864 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2865 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2866 Moved ...
2867 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2868 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2869 Moved ...
2870 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2871 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2872 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2873 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2874 Moved ...
2875 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2876 ... here.
2877 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2878 Identical file removed.
2879 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2880 Moved ...
2881 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2882 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2883 Identical file removed.
2884 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2885 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2886 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2887 Moved ...
2888 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2889 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2890 Identical file removed.
2891 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2892 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2893 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2894 Identical file removed.
2895 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2896 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2897 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2898 Identical file removed.
2899 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2900 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2901 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2902 Identical file removed.
2903 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2904 Moved ...
2905 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2906 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2907 Identical file removed.
2908 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2909 Moved ...
2910 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2911 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2912 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2913 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2914 Identical file removed.
2915 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2916 Moved ...
2917 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2918 ... here.
2919 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2920 Identical file removed.
2921 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2922 Moved ...
2923 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2924 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2925 Identical file removed.
2926 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2927 Moved ...
2928 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2929 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2930 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2931 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2932 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2933 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2934 Moved ...
2935 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2936 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2937 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2938
58eb0862
RM
2939 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2940 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2941 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2942 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2943 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2944
6f12d062
AS
29452014-06-27 Arjun Shankar <arjun.is@lostca.se>
2946
2947 [BZ #17092]
2948 * nscd/nscd.c (monitor_child): Return exit status of child
2949 instead of return value from wait syscall.
2950
be254932
JM
29512014-06-27 Joseph Myers <joseph@codesourcery.com>
2952
cb403c34
JM
2953 * configure.ac (libc_commonpagesize): Remove variable.
2954 (libc_relro_required): Likewise.
2955 (libc_cv_z_relro): Remove configure test.
2956 * configure: Regenerated.
2957 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
2958 variable.
2959 (libc_relro_required): Likewise.
2960 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
2961 (libc_relro_required): Likewise.
2962 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
2963 (libc_relro_required): Likewise.
2964 * sysdeps/arm/preconfigure: Regenerated.
2965 * sysdeps/ia64/preconfigure: Remove file.
2966 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
2967 variable.
2968 (libc_relro_required): Likewise.
2969
be254932
JM
2970 [BZ #16561]
2971 [BZ #16562]
2972 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
2973 (__ieee754_yn): Set FE_TONEAREST mode internally and then
2974 recompute overflowing results in original rounding mode.
2975 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
2976 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
2977 recompute overflowing results in original rounding mode.
2978 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
2979 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2980 recompute overflowing results in original rounding mode.
2981 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
2982 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2983 recompute overflowing results in original rounding mode.
2984 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
2985 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2986 recompute overflowing results in original rounding mode.
2987 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
2988 (libc_feholdsetround_ctx): New macro.
2989 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
2990 * sysdeps/i386/fpu/libm-test-ulps: Update.
2991 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
2992
b351d85a
JM
29932014-06-26 Joseph Myers <joseph@codesourcery.com>
2994
2995 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2996 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
2997 corresponding .cpsetup call.
2998
3cb4de47
RM
29992014-06-26 Roland McGrath <roland@hack.frob.com>
3000
3001 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
3002 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
3003 * sysdeps/arm/Makefile [$(subdir) = csu]
3004 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
3005 (static-only-routines): Add aeabi_read_tp here.
3006 (shared-only-routines): Add libc-aeabi_read_tp here.
3007 (CFLAGS-libc-start.c): Add -fexceptions here.
3008 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
3009 (sysdep_routines, static-only-routines, shared-only-routines):
3010 Don't add to these here.
3011 (CFLAGS-libc-start.c): Likewise.
3012
3013 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
3014 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3015 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
3016 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3017 * sysdeps/arm/Makefile [$(subdir) = rt]
3018 (librt-sysdep_routines, librt-shared-only-routines):
3019 Append rt-aeabi_unwind_cpp_pr1 here.
3020 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
3021 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
3022 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
3023 (libpthread-sysdep_routines, libpthread-shared-only-routines):
3024 Append nptl-aeabi_unwind_cpp_pr1 here.
3025 (tests): Filter out tst-cleanupx4 here.
3026 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
3027 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
3028 Don't do those here.
3029
354426bb
JM
30302014-06-26 Joseph Myers <joseph@codesourcery.com>
3031
3032 * scripts/list-sources.sh: Do not handle ports specially.
3033
28b0a8c9
RM
30342014-06-26 Roland McGrath <roland@hack.frob.com>
3035
a3dd035d
RM
3036 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3037 * sysdeps/arm/feupdateenv.c: Likewise.
3038
28b0a8c9
RM
3039 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3040
e66a8203
JM
30412014-06-26 Joseph Myers <joseph@codesourcery.com>
3042
3043 * manual/texinfo.tex: Update to version 2014-05-05.10 with
3044 trailing whitespace removed.
3045 * scripts/config.guess: Update to version 2014-03-23.
3046 * scripts/config.sub: Update to version 2014-05-01
3047 * scripts/install-sh: Update to version 2013-12-25.23.
3048 * scripts/move-if-change: Update from gnulib.
3049
74171115
SP
30502014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3051
b97c9ce5
SP
3052 * debug/memmove_chk.c: Remove pagecopy.h include.
3053
4000f892
SP
30542014-06-26 Paul Eggert <eggert@cs.ucla.edu>
3055
74171115
SP
3056 * time/mktime.c (leapyear): Remove inline keyword. The code is now
3057 identical to gnulib mktime.
3058
a8779c28
JM
30592014-06-26 Joseph Myers <joseph@codesourcery.com>
3060
e64708de
JM
3061 * configure.ac: Do not test for machine being rs6000. Do not test
3062 for powerpc*-*soft.
3063 * configure: Regenerated.
3064
a8779c28
JM
3065 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3066 test.
3067 * configure: Regenerated.
3068 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3069 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3070 Remove configure test.
3071 * sysdeps/arm/configure: Regenerated.
3072 * sysdeps/nptl/configure.ac: Do not check
3073 libc_cv_asm_cfi_directives.
3074 * sysdeps/nptl/configure: Regenerated.
3075 * sysdeps/x86_64/nptl/configure.ac: Remove file.
3076 * sysdeps/x86_64/nptl/configure: Remove generated file.
3077 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3078 unconditional.
3079 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3080
2aac0a86
SP
30812014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3082
059bf913
SP
3083 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3084 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3085 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3086 it is defined.
3087
4cf5b6d0
SP
3088 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3089 instead of whether it is defined.
3090 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3091 * sysdeps/hppa/dl-machine.h: Likewise.
3092 * sysdeps/ia64/dl-machine.h: Likewise.
3093 * sysdeps/m68k/dl-machine.h: Likewise.
3094 * sysdeps/microblaze/dl-machine.h: Likewise.
3095 * sysdeps/mips/dl-machine.: Likewise.
3096 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3097 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3098 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3099 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3100 * sysdeps/sh/dl-machine.h: Likewise.
3101 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3102 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3103 * sysdeps/tile/dl-machine.h: Likewise.
3104 * sysdeps/x86_64/dl-machine.h: Likewise.
3105
2aac0a86
SP
3106 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3107 code.
3108 (verify_persistent_db): Likewise.
3109
6ad2df0b
RM
31102014-06-26 Roland McGrath <roland@hack.frob.com>
3111
d8a483f3
RM
3112 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3113 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3114 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3115 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3116 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3117 Moved ...
3118 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3119 ... here.
3120 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3121 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3122 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3123 Identical file removed.
3124 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3125 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3126 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3127 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3128 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3129 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3130 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3131 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3132 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3133 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3134 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3135 Moved ...
3136 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3137 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3138 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3139 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3140 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3141 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3142 Moved ...
3143 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3144 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3145 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3146 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3147 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3148 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3149 Identical file removed.
3150 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3151 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3152 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3153 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3154 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3155 Moved ...
3156 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3157 ... here.
3158 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3159 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3160 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3161 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3162 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3163 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3164 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3165 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3166 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3167 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3168 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3169 Moved ...
3170 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3171 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3172 Moved ...
3173 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3174 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3175 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3176 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3177 Moved ...
3178 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3179 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3180 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3181
52ae23b4
RM
3182 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3183 folded into ...
3184 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3185 * sysdeps/unix/sysv/linux/s390/Versions
3186 (libpthread: GLIBC_2.19): New version set.
3187 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3188 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3189 (librt: GLIBC_2.3.3): New version set.
3190 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3191 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3192 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3193 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3194 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3195 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3196 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3197 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3198 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3199 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3200 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3201 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3202 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3203 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3204 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3205 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3206 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3207 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3208 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3209 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3210 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3211 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3212 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3213 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3214 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3215 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3216 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3217 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3218 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3219 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3220 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3221 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3222 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3223 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3224 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3225 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3226 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3227 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3228 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3229 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3230 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3231 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3232 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3233 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3234 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3235
39507e4a
RM
3236 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3237 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3238 (__libc_vfork): Define the function under this name.
3239 [!NOT_IN_libc] (__vfork): Make this an alias.
3240 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3241 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3242 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3243 (__libc_vfork): Define the function under this name.
3244 [!NOT_IN_libc] (__vfork): Make this an alias.
3245 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3246 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3247 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3248 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3249 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3250 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3251
e549ee56
RM
3252 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3253 code that was previously under [RESET_PID].
3254 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3255 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3256 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3257
6ad2df0b
RM
3258 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3259 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3260 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3261 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3262 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3263 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3264 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3265 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3266 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3267 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3268 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3269 Moved ...
3270 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3271 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3272 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3273 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3274 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3275 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3276 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3277 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3278 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3279 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3280 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3281 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3282 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3283 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3284 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3285 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3286 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3287 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3288 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3289 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3290 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3291 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3292 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3293 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3294 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3295 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3296 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3297 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3298 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3299
7c1c1d8e
RM
33002014-06-25 Roland McGrath <roland@hack.frob.com>
3301
3302 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3303 that was previously under [RESET_PID].
3304 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3305
3e239be6
JM
33062014-06-25 Joseph Myers <joseph@codesourcery.com>
3307
74385da5
JM
3308 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3309 not undefine and redefine.
3310 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3311 [O_CLOEXEC]: Make code unconditional.
3312 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3313 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3314 <kernel-features.h>.
3315 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3316 conditional variable definition.
3317 (shm_open) [O_CLOEXEC]: Make code unconditional.
3318 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3319 code.
3320
c2570a0b
JM
3321 * configure.ac (USE_REGPARMS): Don't define here.
3322 * configure: Regenerated.
3323 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3324 * sysdeps/i386/configure: Regenerated.
3325
11b076bb
JM
3326 * nptl/createthread.c: Don't include kernel-features.h.
3327 * nptl/pthread_cancel.c: Likewise.
3328 * nptl/pthread_condattr_setclock.c: Likewise.
3329 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3330 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3331 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3332 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3333 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3334 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3335 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3336 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3337 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3338 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3339 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3340 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3341 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3342 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3343 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3344 * nscd/gai.c: Likewise.
3345 * nss/nss_db/db-open.c: Likewise.
3346 * sysdeps/generic/ldsodefs.h: Likewise.
3347 * sysdeps/sh/nptl/tls.h: Likewise.
3348 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3349 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3350 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3351 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3352 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3353 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3354 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3355 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3356 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3357 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3358 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3359 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3360 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3361 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3362 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3363 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3364 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3365 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3366 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3367 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3368 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3369 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3370 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3371 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3372 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3373 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3374 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3375 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3376 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3377 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3378 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3379 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3380 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3381 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3382 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3383 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3384 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3385 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3386 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3387 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3388 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3389 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3390 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3391 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3392 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3393 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3394 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3395 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3396 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3397 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3398 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3399 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3400 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3401 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3402 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3403 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3404 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3405 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3406 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3407 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3408 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3409 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3410 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3411 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3412 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3413 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3414 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3415 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3416 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3417 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3418 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3419 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3420 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3421 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3422 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3423 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3424 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3425 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3426 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3427 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3428 * sysdeps/unix/sysv/linux/pread.c: Likewise.
3429 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3430 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3431 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3432 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3433 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3434 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3435 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3436 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3437 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3438 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3439 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3440 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3441 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3442 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3443 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3444 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3445 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3446 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3447 * sysdeps/unix/sysv/linux/system.c: Likewise.
3448 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3449 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3450 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3451 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3452 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3453 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3454 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3455
92072d57
JM
3456 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3457 * configure: Regenerated.
3458 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3459
3e239be6
JM
3460 * configure.ac (base_machine): Do not set specially for particular
3461 machines here.
3462 * configure: Regenerated.
3463 * sysdeps/powerpc/preconfigure: Move machine and base_machine
3464 settings from configure.ac.
3465 * sysdeps/i386/preconfigure: New file.
3466 * sysdeps/s390/preconfigure: Likewise.
3467 * sysdeps/sh/preconfigure: Likewise.
3468 * sysdeps/sparc/preconfigure: Likewise.
3469
06d50baa
RM
34702014-06-25 Roland McGrath <roland@hack.frob.com>
3471
74836003
RM
3472 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3473 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3474 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3475 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3476 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3477 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3478 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3479 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3480 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3481 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3482 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3483 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3484 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3485 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3486 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3487 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3488 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3489 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3490 * sysdeps/sparc/sparc64/Makefile: ... appended here.
3491
3492 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3493 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3494 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3495 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3496 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3497 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3498 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3499 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3500 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3501 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3502 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3503 * sysdeps/sparc/sparc32/sem_post.c: ... here.
3504 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3505 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3506 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3507 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3508 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3509 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3510 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3511 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3512 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3513 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3514 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3515 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3516 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3517 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3518 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3519 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3520 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3521 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3522 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
3523 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
3524 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3525 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3526 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3527 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3528 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3529 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3530
06d50baa
RM
3531 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3532 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3533 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3534 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3535 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3536 Moved ...
3537 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3538 ... here.
3539 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3540 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3541 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3542 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3543 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3544 Moved ...
3545 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3546 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3547 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3548 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3549 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3550 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3551 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3552 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3553 Moved ...
3554 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
3555 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
3556 Moved ...
3557 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
3558 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
3559 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
3560 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
3561 Moved ...
3562 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
3563 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
3564 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
3565 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
3566 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
3567 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
3568 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
3569 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
3570 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
3571 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
3572 Moved ...
3573 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
3574 ... here.
3575 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
3576 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
3577 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
3578 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
3579 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
3580 Moved ...
3581 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
3582 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
3583 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
3584 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
3585 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
3586 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
3587 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
3588 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3589 Moved ...
3590 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
3591 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
3592 Moved ...
3593 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3594 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3595 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3596 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3597 Moved ...
3598 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3599 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3600 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3601 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3602 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3603
a4ccbc9b
JM
36042014-06-25 Joseph Myers <joseph@codesourcery.com>
3605
0828edbf
JM
3606 * timezone/checktab.awk: Update from tzcode 2014e.
3607 * timezone/private.h: Likewise.
3608 * timezone/tzfile.h: Likewise.
3609 * timezone/zdump.c: Likewise.
3610 * timezone/zic.c: Likewise.
3611
a4ccbc9b
JM
3612 * sysdeps/unix/sysv/linux/kernel-features.h
3613 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3614 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3615 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3616 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3617 Remove conditional code.
3618
9aea0cb8
WN
36192014-06-25 Will Newton <will.newton@linaro.org>
3620
3621 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3622 (_dl_arm_cap_flags): Add HWCAP2 values.
3623 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3624 (_DL_HWCAP_COUNT): Increase to 37.
3625 (_DL_HWCAP_LAST): New define.
3626 (_DL_HWCAP2_LAST): New define.
3627 (_dl_procinfo): Add support for printing
3628 AT_HWCAP2 entries.
3629 (_dl_string_hwcap): Use _dl_hwcap_string.
3630
6eaa65ce
AZ
36312014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3632
3633 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3634
0f5b7185
JM
36352014-06-25 Joseph Myers <joseph@codesourcery.com>
3636
cfd2ea50
JM
3637 * README: Do not mention ports directory.
3638
cecf2ed4
JM
3639 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3640 Remove macro.
3641 * sysdeps/unix/sysv/linux/futimes.c: Do not include
3642 <kernel-features.h>.
3643 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3644 conditional variable definition.
3645 (__futimes): Update comment.
3646 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3647 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3648
a638de82
JM
3649 [BZ #16560]
3650 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3651 arguments close to 0.
3652 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3653 Likewise.
3654 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3655 Likewise.
3656 * math/auto-libm-test-in: Add more tests of exp10.
3657 * math/auto-libm-test-out: Regenerated.
3658 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3659
0f5b7185
JM
3660 * sysdeps/unix/sysv/linux/kernel-features.h
3661 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3662 * sysdeps/unix/sysv/linux/readv.c: Do not include
3663 <kernel-features.h>.
3664 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3665 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3666 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3667 unconditional.
3668 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3669 conditional code.
3670 * sysdeps/unix/sysv/linux/writev.c: Do not include
3671 <kernel-features.h>.
3672 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3673 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3674 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3675 unconditional.
3676 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3677 conditional code.
3678
c7aec4be
WN
36792014-06-25 Will Newton <will.newton@linaro.org>
3680
3681 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3682 comment changes throughout the file. Remove checks
3683 for HAVE_*_H definitions that are not required.
3684 (__gen_tempname): Call abort if an unknown kind value is
3685 passed.
3686
c5241f95
AS
36872014-06-25 Andreas Schwab <schwab@suse.de>
3688
3689 [BZ #17086]
3690 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3691 scalbln, scalblnf, scalblnl in libc.
3692
911422da
SP
36932014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
3694
3695 [BZ #17086]
3696 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3697 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3698 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3699
0d749bbe
RM
37002014-06-24 Roland McGrath <roland@hack.frob.com>
3701
3702 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3703 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3704 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3705 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3706 Update #include.
3707 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3708 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3709 Update #include.
3710 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3711 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3712 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3713 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3714 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3715 * sysdeps/x86/bits/pthreadtypes.h: ... here.
3716 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3717 * sysdeps/x86/bits/semaphore.h: ... here.
3718 * sysdeps/x86/nptl/elide.h: Moved ...
3719 * sysdeps/x86/elide.h: ... here.
3720 * sysdeps/x86_64/nptl/Implies: File removed.
3721 * sysdeps/i386/nptl/Implies: File removed.
3722
0ea5d373
JM
37232014-06-24 Joseph Myers <joseph@codesourcery.com>
3724
4060283d
JM
3725 [BZ #16539]
3726 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3727 return the argument for normal arguments with exponent below -64.
3728 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3729 Likewise.
3730 * math/auto-libm-test-in: Add another test of expm1.
3731 * math/auto-libm-test-out: Regenerated.
3732
e7dd3c8c
JM
3733 [BZ #16287]
3734 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3735 calling __erfcl for arguments at least 16.
3736 * math/auto-libm-test-in: Add more tests of erf.
3737 * math/auto-libm-test-out: Regenerated.
3738
0ea5d373
JM
3739 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3740 individual architectures.
3741 * sysdeps/unix/sysv/linux/configure: Regenerated.
3742 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3743 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3744 * sysdeps/unix/sysv/linux/powerpc/configure.ac
3745 (ldd_rewrite_script): Define variable.
3746 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3747 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3748 file.
3749 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3750 generated file.
3751 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3752 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3753 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3754 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3755 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3756 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3757 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3758 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3759
2307e126
SP
37602014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3761
3762 [BZ #17084]
3763 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3764 Rename member __data.d to __data.__elision_data.
3765
c0a4ed77
W
37662014-06-24 Wilco <wdijkstr@arm.com>
3767
3768 * NEWS: Add 16918 to fixed bug list.
3769
b8c00573
W
37702014-06-24 Wilco <wdijkstr@arm.com>
3771
3772 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3773
b5570d92
W
37742014-06-24 Wilco <wdijkstr@arm.com>
3775
3776 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3777 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3778 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3779 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3780 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3781 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3782 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3783 Use _FPU_MASK_RM.
3784
947bdca2
W
37852014-06-24 Wilco <wdijkstr@arm.com>
3786
3787 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3788
00f669ed
W
37892014-06-24 Wilco <wdijkstr@arm.com>
3790
3791 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3792 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3793 * sysdeps/arm/fesetround.c (fesetround): Remove space.
3794 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3795
db59bad3
W
37962014-06-24 Wilco <wdijkstr@arm.com>
3797
3798 [BZ #16918]
3799 * sysdeps/arm/feupdateenv.c (feupdateenv):
3800 Rewrite to reduce FPSCR accesses and fix return value.
3801
001f7b77
W
38022014-06-24 Wilco <wdijkstr@arm.com>
3803
3804 * sysdeps/arm/fclrexcpt.c (feclearexcept):
3805 Optimize to avoid unnecessary FPSCR writes.
3806 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3807 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3808 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3809 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3810
4841e6a6
W
38112014-06-24 Wilco <wdijkstr@arm.com>
3812
3813 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3814 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3815 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3816 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3817 Call libc_fetestexcept_vfp.
3818 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3819 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3820 __SOFTFP__ ifdef so that they can be built for softfp.
3821
0813022c
SP
38222014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3823
08e5862f
SP
3824 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3825 argument type signed char.
3826
0813022c
SP
3827 * Makerules (check-abi): Dump diff of symlist if the test
3828 fails.
3829
3fc7236a
RM
38302014-06-23 Roland McGrath <roland@hack.frob.com>
3831
aba8ef95
RM
3832 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3833 using abort.
3834
3fc7236a
RM
3835 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3836 Remove unused variable ST.
3837
4da6db51
JM
38382014-06-23 Joseph Myers <joseph@codesourcery.com>
3839
4648909d
JM
3840 [BZ #16354]
3841 [BZ #17061]
3842 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3843 small arguments before calling __expm1.
3844 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3845 small arguments before calling __expm1f.
3846 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3847 small arguments before calling __expm1l.
3848 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3849 Likewise.
3850 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3851 * math/auto-libm-test-in: Add more cosh tests. Do not allow
3852 spurious underflow for some cosh tests.
3853 * math/auto-libm-test-out: Regenerated.
3854 * sysdeps/i386/fpu/libm-test-ulps: Update.
3855
46a3d3c7
JM
3856 [BZ #17050]
3857 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3858 (__ieee754_y1): Set errno if return value overflows.
3859 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3860 (__ieee754_y1f): Set errno if return value overflows.
3861 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3862 (__ieee754_y1l): Set errno if return value overflows.
3863 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3864 (__ieee754_y1l): Set errno if return value overflows.
3865 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3866 * math/auto-libm-test-out: Regenerated.
3867
863893ec
JM
3868 * math/gen-auto-libm-tests.c: Document use of
3869 ignore-zero-inf-sign.
3870 (input_flag_type): Add value flag_ignore_zero_inf_sign.
3871 (input_flags): Add ignore-zero-inf-sign.
3872 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3873 * math/gen-libm-test.pl (generate_testfile): Handle
3874 ignore-zero-inf-sign.
3875 * math/auto-libm-test-in: Mark some cpow tests with
3876 ignore-zero-inf-sign and some with xfail-rounding.
3877 * math/auto-libm-test-out: Regenerated.
3878 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3879 * sysdeps/i386/fpu/libm-test-ulps: Update.
3880 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3881
4da6db51
JM
3882 [BZ #16315]
3883 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3884 overflowing or underflowing operations take place with sign of
3885 result.
3886 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3887 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3888 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3889 (__ieee754_pow): Recompute overflowing and underflowing results in
3890 original rounding mode.
3891 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3892 (__powl_helper): Allow negative argument X and scale negated value
3893 as needed. Avoid passing value outside [-1, 1] to f2xm1.
3894 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3895 overflowing or underflowing operations take place with sign of
3896 result.
3897 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3898 Include <math.h>.
3899 * math/auto-libm-test-in: Add more tests of pow.
3900 * math/auto-libm-test-out: Regenerated.
3901 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3902 (pow_tonearest_test_data): Remove.
3903 (pow_test_tonearest): Likewise.
3904 (pow_towardzero_test_data): Likewise.
3905 (pow_test_towardzero): Likewise.
3906 (pow_downward_test_data): Likewise.
3907 (pow_test_downward): Likewise.
3908 (pow_upward_test_data): Likewise.
3909 (pow_test_upward): Likewise.
3910 (main): Don't call removed functions.
3911 * sysdeps/i386/fpu/libm-test-ulps: Update.
3912 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3913
5686b236
RM
39142014-06-23 Roland McGrath <roland@hack.frob.com>
3915
3916 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3917 Moved ...
3918 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3919 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3920 Moved ...
3921 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3922 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3923 Moved ...
3924 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3925 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3926 Moved ...
3927 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3928 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3929 File removed.
3930 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3931 File removed.
3932 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3933 File removed.
3934 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3935 File removed.
3936 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3937 File removed.
3938 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3939 File removed.
3940 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3941 File removed.
3942 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3943 File removed.
3944 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3945 File removed.
3946 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3947 File removed.
3948 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3949 File removed.
3950 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3951 File removed.
3952 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3953 Moved ...
3954 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3955 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
3956 Moved ...
3957 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
3958 ... here.
3959 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
3960 Moved ...
3961 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
3962 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
3963 Moved ...
3964 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
3965 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
3966 Moved ...
3967 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
3968 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
3969 Moved ...
3970 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
3971 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
3972 Moved ...
3973 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
3974 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
3975 Moved ...
3976 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
3977 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
3978 Moved ...
3979 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
3980 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
3981 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
3982 ... here.
3983 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
3984 Moved ...
3985 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
3986 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3987 Moved ...
3988 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
3989 ... here.
3990 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
3991 Moved ...
3992 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
3993 ... here.
3994 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
3995 Moved ...
3996 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3997 ... here.
3998 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3999 Moved ...
4000 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
4001 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
4002 Moved ...
4003 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
4004 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
4005 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
4006 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
4007 Moved ...
4008 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
4009 ... here.
4010 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4011 Moved ...
4012 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
4013 ... here.
4014 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
4015 Moved ...
4016 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
4017 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4018 Moved ...
4019 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
4020 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
4021 Moved ...
4022 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
4023 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4024 Moved ...
4025 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
4026 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
4027 Moved ...
4028 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
4029 ... here.
4030 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4031 Moved ...
4032 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
4033 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4034 Moved ...
4035 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4036 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4037 Moved ...
4038 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4039 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4040 Moved ...
4041 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4042 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4043 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4044 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4045 Moved ...
4046 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4047 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4048 Moved ...
4049 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4050 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4051 Moved ...
4052 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4053 ... here.
4054 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4055 Moved ...
4056 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4057 ... here.
4058 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4059 Moved ...
4060 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4061 ... here.
4062 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4063 Moved ...
4064 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4065 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4066 Moved ...
4067 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4068 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4069 Moved ...
4070 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4071 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4072 Moved ...
4073 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4074 ... here.
4075 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4076 Moved ...
4077 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4078 ... here.
4079 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4080 Moved ...
4081 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4082 ... here.
4083 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4084 Moved ...
4085 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4086 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4087 Moved ...
4088 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4089
e6d90d67
WD
40902014-06-23 Will Newton <will.newton@linaro.org>
4091 Wilco <wdijkstr@arm.com>
4092
4093 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4094 implementation. Include get-rounding-mode.h.
4095 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4096 [!libc_feholdsetround_noex_ctx]: Define
4097 libc_feholdsetround_noex_ctx.
4098 [!libc_feholdsetround_noexf_ctx]: Define
4099 libc_feholdsetround_noexf_ctx.
4100 [!libc_feholdsetround_noexl_ctx]: Define
4101 libc_feholdsetround_noexl_ctx.
4102 (libc_feholdsetround_ctx): New function.
4103 (libc_feresetround_ctx): New function.
4104 (libc_feholdsetround_noex_ctx): New function.
4105 (libc_feresetround_noex_ctx): New function.
4106
d42df555
RM
41072014-06-23 Roland McGrath <roland@hack.frob.com>
4108
88a46474
RM
4109 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4110 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4111 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4112 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4113 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4114 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4115
15bed472
RM
4116 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4117 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4118 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4119 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4120 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4121 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4122 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4123 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4124 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4125 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4126 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4127 Moved ...
4128 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4129 ... here.
4130 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4131 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4132 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4133 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4134 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4135 Moved ...
4136 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4137 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4138 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4139 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4140 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4141 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4142 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4143 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4144 Moved ...
4145 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4146 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4147 Moved ...
4148 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4149 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4150 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4151 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4152 Moved ...
4153 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4154 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4155 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4156 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4157 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4158 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4159 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4160 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4161 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4162 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4163 Moved ...
4164 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4165 ... here.
4166 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4167 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4168 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4169 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4170 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4171 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4172 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4173 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4174 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4175 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4176 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4177 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4178 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4179 Moved ...
4180 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4181 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4182 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4183 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4184 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4185 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4186 Moved ...
4187 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4188 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4189 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4190 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4191 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4192
d42df555
RM
4193 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4194 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4195 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4196 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4197 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4198 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4199 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4200 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4201 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4202 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4203 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4204 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4205 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4206 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4207 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4208 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4209 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4210 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4211 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4212 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4213 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4214 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4215 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4216 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4217 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4218 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4219 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4220 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4221
76e5216e
JM
42222014-06-23 Joseph Myers <joseph@codesourcery.com>
4223
4224 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4225 (FALLOC_FL_COLLAPSE_RANGE): New macro.
4226 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4227 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4228 (IPV6_PMTUDISC_INTERFACE): Likewise.
4229 (IPV6_PMTUDISC_OMIT): Likewise.
4230
7a81cbcc
AS
42312014-06-23 Andreas Schwab <schwab@suse.de>
4232
4233 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4234 Remove unused errout label.
4235
db224009
AZ
42362014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4237
4238 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4239 macro: hardware supports Vector Crypto instructions.
4240
f393b4aa
WN
42412014-06-23 Will Newton <will.newton@linaro.org>
4242
cc7d0447
WN
4243 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4244 rather than __builtin_expect.
4245
d6d06225
WN
4246 * elf/dl-lookup.c (undefined_msg): Remove variable.
4247 (_dl_lookup_symbol_x): Replace undefined_msg with string
4248 literal.
4249
f393b4aa
WN
4250 * elf/dl-lookup.c (do_lookup_unique): New function.
4251 (do_lookup_x): Move STB_GNU_UNIQUE handling code
4252 to a separate function.
4253
ac60763e
AS
42542014-06-23 Andreas Schwab <schwab@suse.de>
4255
4256 [BZ #17079]
4257 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4258 before reading the next line.
4259
c5c13355
WN
42602014-06-23 Will Newton <will.newton@linaro.org>
4261
4262 * test-skeleton.c (signal_handler): Use printf and %m
4263 rather than perror. Use printf rather than fprintf to
4264 stderr. Use puts rather than fputs to stderr.
4265 (main): Likewise.
4266
bd3675f9
LC
42672014-06-22 Ludovic Courtès <ludo@gnu.org>
4268
4269 * nscd/nscd.c (thread_info_t): Remove typedef.
4270 (thread_info): Remove variable.
4271
d03efb2f
AM
42722014-06-21 Allan McRae <allan@archlinux.org>
4273
4274 * NEWS: Mention CVE-2014-4043.
4275
bc4a86fa
RM
42762014-06-20 Roland McGrath <roland@hack.frob.com>
4277
dc9a54f8
RM
4278 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4279 * nptl/smp.h: ... here.
4280
bd7022c4
RM
4281 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4282
26ffd5e6
RM
4283 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4284 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4285 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4286 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4287
93a6d082
RM
4288 * nptl/allocatestack.c: Include <stack-aliasing.h>.
4289 * nptl/stack-aliasing.h: New file.
4290 * sysdeps/i386/i686/stack-aliasing.h: New file.
4291 * sysdeps/i386/i686/nptl/Makefile: File removed.
4292 * sysdeps/x86_64/stack-aliasing.h: New file.
4293 * sysdeps/x86_64/nptl/Makefile
4294 (CFLAGS-pthread_create.c): Variable removed.
4295
bc4a86fa
RM
4296 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4297 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4298 old file.
4299 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4300 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4301 old file.
4302
2272ffc1
JM
43032014-06-21 Joseph Myers <joseph@codesourcery.com>
4304
4305 * sysdeps/unix/sysv/linux/arm/kernel-features.h
4306 (__ASSUME_SIGFRAME_V2): Remove macro.
4307 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4308 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4309 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4310 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4311 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4312 Declare as function. Remove conditional macro definitions.
4313 (__default_rt_sa_restorer): Likewise.
4314 (__default_sa_restorer_v1): Remove declaration.
4315 (__default_sa_restorer_v2): Likewise.
4316 (__default_rt_sa_restorer_v1): Likewise.
4317 (__default_rt_sa_restorer_v2): Likewise.
4318 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4319 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4320 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4321
4b88139b
RM
43222014-06-20 Roland McGrath <roland@hack.frob.com>
4323
4324 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4325 (libpthread-routines): Add sysdep.
4326 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4327 * sysdeps/unix/sysv/linux/sparc/Versions
4328 (libpthread: GLIBC_2.3.3): New version set.
4329 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4330 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4331 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4332 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4333 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
4334 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4335 Moved ...
4336 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4337 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4338 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4339 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4340 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4341 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4342 * sysdeps/sparc/nptl/sem_init.c: ... here.
4343 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4344 * sysdeps/sparc/nptl/sem_post.c: ... here.
4345 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4346 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4347 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4348 * sysdeps/sparc/nptl/sem_wait.c: ... here.
4349 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4350 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4351 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4352 (libpthread-routines): Add cpu_relax.
4353 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4354 File removed.
4355 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4356 (librt: GLIBC_2.3.3): New version set.
4357 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4358 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4359 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4360 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4361 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4362 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4363 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4364 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4365 Moved ...
4366 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4367 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4368 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4369 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4370 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4371 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4372 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4373 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4374 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4375 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4376 Moved ...
4377 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4378 Update #include.
4379 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4380 Moved ...
4381 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4382 Update #include.
4383 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4384 Moved ...
4385 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4386 Update #include.
4387 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4388 Moved ...
4389 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4390 Update #include.
4391 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4392 Moved ...
4393 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4394 Update #include.
4395 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4396 Moved ...
4397 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4398 Update #include.
4399 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4400 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4401 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4402 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4403 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4404 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4405 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4406 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4407 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4408 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4409 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4410 Moved ...
4411 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4412 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4413 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4414 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4415 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4416
d7109027
JM
44172014-06-20 Joseph Myers <joseph@codesourcery.com>
4418
9bc6103d
JM
4419 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4420 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4421 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4422 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4423 * nscd/nscd.c: Likewise.
4424 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4425 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4426 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4427 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4428
d7109027
JM
4429 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4430 <kernel-features.h>.
4431 (init_mq_netlink): Remove conditional have_sock_cloexec
4432 definitions. Remove code conditional on have_sock_cloexec < 0.
4433 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4434 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4435 * sysdeps/unix/sysv/linux/opensock.c: Do not include
4436 <kernel-features.h>.
4437 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4438 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4439
d92d8f8a
L
44402014-06-20 H.J. Lu <hongjiu.lu@intel.com>
4441
4442 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4443 Add tests for memset_chk and memset.
4444
4445 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4446 with AVX2_Usable.
4447
4e6d2347
MR
44482014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
4449
257ce712
MR
4450 [BZ #16046]
4451 * elf/tst-dl-iter-static.c: New file.
4452 * elf/Makefile (tests-static): Add tst-dl-iter-static.
4453
4e6d2347
MR
4454 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4455 error.
4456
a2a76afe
JM
44572014-06-20 Joseph Myers <joseph@codesourcery.com>
4458
7fd00f99
JM
4459 * sysdeps/unix/sysv/linux/kernel-features.h
4460 (__ASSUME_F_GETOWN_EX): Remove macro.
4461 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4462 <kernel-features.h>.
4463 (miss_F_GETOWN_EX): Remove variable or macro.
4464 (do_fcntl): Do not check miss_F_GETOWN_EX.
4465 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4466
4a103975
JM
4467 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4468 Remove macro.
4469 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4470 [!__ASSUME_AT_RANDOM]: Remove conditional code.
4471 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4472
a2a76afe
JM
4473 * sysdeps/unix/sysv/linux/kernel-features.h
4474 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4475 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4476 [ADJ_OFFSET_SS_READ]: Make code unconditional.
4477 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4478
90e5dd48
MR
44792014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
4480
4481 [BZ #17075]
4482 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4483 Fix calculation of the symbol's value.
4484 * sysdeps/arm/tst-armtlsdescloc.c: New file.
4485 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4486 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4487 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4488 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4489 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4490 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4491 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4492 (modules-names): Add `tst-armtlsdescmod',
4493 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4494 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4495 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4496 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4497 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4498 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4499 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4500 ($(objpfx)tst-armtlsdescloc): New dependency.
4501 ($(objpfx)tst-armtlsdescextnow): Likewise.
4502 ($(objpfx)tst-armtlsdescextlazy): Likewise.
4503 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4504 TLS scheme support.
4505 * sysdeps/arm/configure: Regenerate.
4506
809fdf0d
JM
45072014-06-20 Joseph Myers <joseph@codesourcery.com>
4508
4509 * include/fcntl.h (__atfct_seterrno): Remove prototype.
4510 (__atfct_seterrno_2): Likewise.
4511 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4512 <kernel-features.h>.
4513 (__ASSUME_ATFCTS): Do not undefine and redefine.
4514 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4515 (__have_atfcts): Remove conditional definition.
4516 (__fxstatat([__NR_fstatat64]: Make code unconditional.
4517 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4518 unreachable if [__ASSUME_ATFCTS].
4519 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4520 not undefine and redefine.
4521 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4522 <kernel-features.h>.
4523 (faccessat) [__NR_faccessat]: Make code unconditional.
4524 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4525 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4526 <kernel-features.h>.
4527 (fchmodat) [__NR_fchmodat]: Make code unconditional.
4528 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4529 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4530 <kernel-features.h>.
4531 (fchownat) [__NR_fchownat]: Make code unconditional.
4532 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4533 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4534 <kernel-features.h>.
4535 (futimesat) [__NR_futimesat]: Make code unconditional.
4536 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4537 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4538 <kernel-features.h>.
4539 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4540 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4541 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4542 <kernel-features.h>.
4543 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4544 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4545 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4546 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4547 <kernel-features.h>.
4548 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4549 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4550 * sysdeps/unix/sysv/linux/linkat.c: Do not include
4551 <kernel-features.h>.
4552 (linkat) [__NR_linkat]: Make code unconditional.
4553 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4554 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
4555 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
4556 <kernel-features.h>.
4557 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
4558 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4559 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
4560 <kernel-features.h>.
4561 (mkdirat) [__NR_mkdirat]: Make code unconditional.
4562 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
4563 * sysdeps/unix/sysv/linux/openat.c: Do not include
4564 <kernel-features.h>.
4565 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
4566 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
4567 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
4568 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
4569 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
4570 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
4571 <kernel-features.h>.
4572 (readlinkat) [__NR_readlinkat]: Make code unconditional.
4573 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
4574 result of INLINE_SYSCALL directly, not via int variable.
4575 * sysdeps/unix/sysv/linux/renameat.c: Do not include
4576 <kernel-features.h>.
4577 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
4578 (renameat) [__NR_renameat]: Make code unconditional.
4579 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
4580 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
4581 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
4582 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
4583 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
4584 (__ASSUME_ATFCTS): Do not undefine and redefine.
4585 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
4586 <kernel-features.h>.
4587 (symlinkat) [__NR_symlinkat]: Make code unconditional.
4588 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4589 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
4590 <kernel-features.h>.
4591 (unlinkat) [__NR_unlinkat]: Make code unconditional.
4592 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4593 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4594 (__ASSUME_ATFCTS): Do not undefine and redefine.
4595 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4596 <kernel-features.h>.
4597 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4598 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4599 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4600 <kernel-features.h>.
4601 (__xmknodat) [__NR_mknodat]: Make code unconditional.
4602 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4603
224c6c51
L
46042014-06-20 H.J. Lu <hongjiu.lu@intel.com>
4605
4606 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4607
aa6ec754
AS
46082014-06-20 Andreas Schwab <schwab@linux-m68k.org>
4609
4610 [BZ #17069]
4611 * posix/regcomp.c (parse_reg_exp): Deallocate partially
4612 constructed tree before returning error.
4613 * posix/bug-regexp36.c: Expand test case.
4614
d8c2869d
SL
46152014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
4616
3ef6b850
SL
4617 [BZ #6803]
4618 * math/libm-test.inc (scalbln_test_date):
4619 Add errno expectations.
4620 * math/w_scalblnf.c: New File.
4621 Add wrapper which checks for setting errno to ERANGE.
4622 Add weak_alias for corresponding scalbln function.
4623 * math/w_scalbln.c: Likewise.
4624 * math/w_scalblnl.c: Likewise.
4625 * math/Makefile (libm-calls): Add w_scalbln.
4626 * sysdeps/ieee754/flt-32/s_scalblnf.c:
4627 Remove weak_alias for corresponding scalbln function.
4628 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4629 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4630 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4631 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4632 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4633 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4634 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4635 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4636 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4637 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4638 Remove long_double_symbol for scalblnl function in libm, libc.
4639 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4640 Add wrapper which checks for setting errno to ERANGE.
4641 Add long_double_symbol for scalblnl function in libm, libc.
4642 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4643 Remove long_double_symbol for scalblnl in libm.
4644 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4645 Add wrapper which checks for setting errno to ERANGE.
4646 Add long_double_symbol for scalblnl function in libm.
4647 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4648 Do not use wrapper because of own implementation.
4649
c8daec5c
L
46502014-06-19 H.J. Lu <hongjiu.lu@intel.com>
4651
4652 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4653 3 bytes for __pad1 for x32.
4654 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4655
5c74e47c
LM
46562014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
4657 H.J. Lu <hongjiu.lu@intel.com>
4658
4659 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4660 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4661 * sysdeps/x86_64/multiarch/memset.S: Likewise.
4662 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4663 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4664
4d43ef1e
AS
46652014-06-19 Andreas Schwab <schwab@linux-m68k.org>
4666
4667 [BZ #17069]
4668 * posix/regcomp.c (parse_expression): Deallocate partially
4669 constructed tree before returning error.
4670 * posix/Makefile.c (tests): Add bug-regex36.
4671 (generated): Add bug-regex36.mtrace.
4672 (tests-special): Add $(objpfx)bug-regex36-mem.out
4673 (bug-regex36-ENV): New variable.
4674 ($(objpfx)bug-regex36-mem.out): New rule.
4675 * posix/bug-regex36.c: New file.
4676
51a7380b
WN
46772014-06-19 Will Newton <will.newton@linaro.org>
4678
4679 * malloc/malloc.c (systrim): If extra is zero then return
4680 early.
4681
91b84fe5
SP
46822014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
4683
4684 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4685
f940b965
RE
46862014-06-19 Richard Earnshaw <rearnsha@arm.com>
4687
4688 * sysdeps/aarch64/strchr.S: New file.
4689
4ba7a00f
JM
46902014-06-18 Joseph Myers <joseph@codesourcery.com>
4691
4692 [BZ #17022]
4693 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4694 from arguments -2 or below.
4695 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4696 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4697
b3a9f56b
AS
46982014-06-18 Andreas Schwab <schwab@suse.de>
4699
4700 [BZ #17062]
4701 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4702 of a bracket expr not to run off the end of the string.
4703 * posix/Makefile (tests): Add tst-fnmatch3.
4704 * posix/tst-fnmatch3.c: New file.
4705
85d89278
JM
47062014-06-18 Joseph Myers <joseph@codesourcery.com>
4707
4708 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4709 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4710 [$(cross-compiling) = no]: Likewise.
4711 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4712 [$(cross-compiling) = no]: Likewise.
4713
754c5a08
RS
47142014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4715
4716 [BZ #17031]
4717 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4718 double, adjusted for any remainder from the high double.
4719 * math/libm-test.inc (nearbyint): Add tests.
4720 (rint): Likewise.
4721
556f529d
AZ
47222014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4723
4724 * nptl/sysdeps/powerpc/Makefile: Moved ...
4725 * sysdeps/powerpc/nptl/Makefile: ... here.
4726 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4727 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4728 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4729 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4730 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4731 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4732 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4733 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4734 * nptl/sysdeps/powerpc/tls.h: Moved ...
4735 * sysdeps/powerpc/nptl/tls.h: ... here.
4736
91c03c53
JM
47372014-06-16 Joseph Myers <joseph@codesourcery.com>
4738
4739 [BZ #16681]
4740 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4741 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4742 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4743 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4744 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
4745 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
4746 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4747 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4748 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4749
a76e63c5
AS
47502014-06-17 Andreas Schwab <schwab@linux-m68k.org>
4751
4752 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4753
f2f6d82f
AS
47542014-06-16 Andreas Schwab <schwab@linux-m68k.org>
4755
ea8a15f6
AS
4756 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4757 defined operator.
4758
f2f6d82f
AS
4759 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4760 $TIMEOUTFACTOR.
4761
a7291117
FW
47622014-06-16 Florian Weimer <fweimer@redhat.com>
4763
4764 [BZ #17058]
4765 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4766 non-executed part of the test.
4767
3d7c00e3
AS
47682014-06-16 Andreas Schwab <schwab@suse.de>
4769
4770 * string/bits/string2.h (strdup, strndup): Update feature guard.
4771
6957fb31
DM
47722014-06-14 David S. Miller <davem@davemloft.net>
4773
4774 * sysdeps/sparc/fpu/libm-test-ulps: Update.
4775
11b9e55b
AS
47762014-06-14 Andreas Schwab <schwab@linux-m68k.org>
4777
1d2a0492
AS
4778 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4779 that was previously under [RESET_PID].
4780 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4781
11b9e55b
AS
4782 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4783 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4784 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4785 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4786 (__libc_vfork): New strong alias.
4787 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4788
0f6901d0
AK
47892014-06-14 Andi Kleen <ak@linux.intel.com>
4790
4791 * sysdeps/generic/elide.h: New file.
4792
38bbbb9f
SL
47932014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4794
4795 * Makefile (installed-headers): Adjust path of pthread.h header.
4796
45193bb8
RM
47972014-06-13 Roland McGrath <roland@hack.frob.com>
4798
9a25fd1e
RM
4799 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4800 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4801 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4802 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4803
4004f7e4
RM
4804 * nptl/sysdeps/s390/Makefile: Moved ...
4805 * sysdeps/s390/nptl/Makefile: ... here.
4806 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4807 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4808 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4809 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4810 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4811 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4812 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4813 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4814 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4815 * sysdeps/s390/nptl/pthreaddef.h: ... here.
4816 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4817 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4818 * nptl/sysdeps/s390/tls.h: Moved ...
4819 * sysdeps/s390/nptl/tls.h: ... here.
4820
45193bb8
RM
4821 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4822 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4823
f6fdf533
DM
48242014-06-13 David S. Miller <davem@davemloft.net>
4825
4826 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4827 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4828 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4829 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4830 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4831 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4832 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4833 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4834 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4835 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4836 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4837 Remove RESET_PID cpp guards.
4838 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4839 Remove RESET_PID cpp guards.
4840 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4841
f5d71e14
AS
48422014-06-13 Andreas Schwab <schwab@linux-m68k.org>
4843
4844 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4845 __sp to uintptr_t.
4846
b7aa8caa
AK
48472014-06-13 Andi Kleen <ak@linux.intel.com>
4848
4b266200
AZ
4849 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4850 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4851 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4852 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4853 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4854 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4855 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4856 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4857 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4858 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4859 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4860 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4861 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4862 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4863 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4864 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4865 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4866 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4867 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4868 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
4869
4870 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
4871 (pthread_rwlock_rdlock): Add elision.
4872 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4873 (pthread_rwlock_wrlock): Add elision.
4874 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4875 (pthread_rwlock_trywrlock): Add elision.
4876 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4877 (pthread_rwlock_tryrdlock): Add elision.
4878 * nptl/pthread_rwlock_unlock.c: Include elide.h.
4879 (pthread_rwlock_tryrdlock): Add elision unlock.
4880 * nptl/sysdeps/pthread/pthread.h:
4881 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4882 (PTHREAD_RWLOCK_INITIALIZER,
4883 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4884 Handle new elision field.
4885 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4886 * sysdeps/arm/nptl/bits/pthreadtypes.h
4887 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4888 * sysdeps/sh/nptl/bits/pthreadtypes.h
4889 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4890 * sysdeps/tile/nptl/bits/pthreadtypes.h
4891 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4892 * sysdeps/a/nptl/bits/pthreadtypes.h
4893 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4894 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4895 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4896 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4897 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4898 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4899 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4900 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4901 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4902 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4903 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4904 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4905 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4906 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4907 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4908 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4909 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4910 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4911 (elision_init): Set try_xbegin to zero when no RTM.
4912 * sysdeps/x86/nptl/bits/pthreadtypes.h
4913 (pthread_rwlock_t): Change __pad1 to __rwelision.
4914 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 4915
a832bdd3
AK
49162014-06-13 Andi Kleen <ak@linux.intel.com>
4917
4918 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4919 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4920 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4921 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4922
995a46bb
MI
49232014-06-13 Meador Inge <meadori@codesourcery.com>
4924
4925 [BZ #16996]
03ed7738 4926 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
4927 that the cached result has been set before returning it.
4928
45262aee
RM
49292014-06-12 Roland McGrath <roland@hack.frob.com>
4930
febf6cc5
RM
4931 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4932 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4933 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4934 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4935 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4936 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4937
e2682246
RM
4938 * nptl/sysdeps/sparc/Makefile: Moved ...
4939 * sysdeps/sparc/nptl/Makefile: ... here.
4940 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4941 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4942 * nptl/sysdeps/sparc/tls.h: Moved ...
4943 * sysdeps/sparc/nptl/tls.h: ... here.
4944 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4945 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4946 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4947 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4948 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4949 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4950 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4951 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4952 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4953 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4954 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4955 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
4956 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
4957 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
4958 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
4959 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
4960 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
4961 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
4962 Update #include.
4963 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
4964 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
4965 Update #include.
4966 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
4967 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
4968 Update #include.
4969 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
4970 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
4971 Update #include.
4972
b0725f43
RM
4973 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4974
b14368b8
RM
4975 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
4976 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
4977
c5620eb3
RM
4978 * sysdeps/pthread/posix-timer.h: Include <list.h>.
4979 (struct list_links): Type removed.
4980 (struct thread_node, struct timer_node): Replace struct list_links
4981 with struct list_head.
4982 (list_unlink_ip): Likewise.
4983 * sysdeps/pthread/timer_routines.c
4984 (timer_free_list, thread_free_list, thread_active_list): Likewise.
4985 (list_append, list_insbefore): Likewise.
4986 (list_init): Function removed.
4987 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
4988 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
4989 * sysdeps/pthread/Makefile: ... here, new file.
4990
4991 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
4992 * sysdeps/nptl/Implies: ... here.
4993 * sysdeps/unix/sysv/linux/Implies: Add nptl.
4994 * nptl/sysdeps/pthread/list.h: Moved ...
4995 * include/list.h: ... here.
4996 * nptl/sysdeps/pthread/createthread.c: Moved ...
4997 * nptl/createthread.c: ... here.
4998 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
4999 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
5000 * nptl/pt-longjmp.c: ... here.
5001 * nptl/sysdeps/pthread/Makefile: Moved ...
5002 * sysdeps/nptl/Makefile: ... here.
5003 * nptl/sysdeps/pthread/Subdirs: Moved ...
5004 * sysdeps/nptl/Subdirs: ... here.
5005 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
5006 * sysdeps/nptl/aio_misc.h: ... here.
5007 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
5008 * sysdeps/nptl/bits/libc-lock.h: ... here.
5009 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
5010 * sysdeps/nptl/bits/libc-lockP.h: ... here.
5011 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
5012 * sysdeps/nptl/bits/stdio-lock.h: ... here.
5013 * nptl/sysdeps/pthread/configure: Moved ...
5014 * sysdeps/nptl/configure: ... here.
5015 * nptl/sysdeps/pthread/configure.ac: Moved ...
5016 * sysdeps/nptl/configure.ac: ... here.
5017 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
5018 * sysdeps/nptl/gai_misc.h: ... here.
5019 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
5020 * sysdeps/nptl/librt-cancellation.c: ... here.
5021 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
5022 * sysdeps/nptl/malloc-machine.h: ... here.
5023 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
5024 * sysdeps/nptl/pthread-functions.h: ... here.
5025 * nptl/sysdeps/pthread/pthread.h: Moved ...
5026 * sysdeps/nptl/pthread.h: ... here.
5027 * nptl/sysdeps/pthread/setxid.h: Moved ...
5028 * sysdeps/nptl/setxid.h: ... here.
5029 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
5030 * sysdeps/nptl/sigfillset.c: ... here.
5031 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
5032 * sysdeps/nptl/tcb-offsets.h: ... here.
5033 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5034 * sysdeps/nptl/tst-mqueue8x.c: ... here.
5035 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5036 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5037 * nptl/sysdeps/pthread/allocalim.h: Moved ...
5038 * sysdeps/pthread/allocalim.h: ... here.
5039 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5040 * sysdeps/pthread/bits/sigthread.h: ... here.
5041 * nptl/sysdeps/pthread/flockfile.c: Moved ...
5042 * sysdeps/pthread/flockfile.c: ... here.
5043 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5044 * sysdeps/pthread/ftrylockfile.c: ... here.
5045 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5046 * sysdeps/pthread/funlockfile.c: ... here.
5047 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5048 * sysdeps/pthread/posix-timer.h: ... here.
5049 * nptl/sysdeps/pthread/timer_create.c: Moved ...
5050 * sysdeps/pthread/timer_create.c: ... here.
5051 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5052 * sysdeps/pthread/timer_delete.c: ... here.
5053 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5054 * sysdeps/pthread/timer_getoverr.c: ... here.
5055 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5056 * sysdeps/pthread/timer_gettime.c: ... here.
5057 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5058 * sysdeps/pthread/timer_routines.c: ... here.
5059 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5060 * sysdeps/pthread/timer_settime.c: ... here.
5061 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5062 * sysdeps/pthread/tst-timer.c: ... here.
5063 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5064 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5065
e876b090
RM
5066 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5067 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5068
f6b07b3d
RM
5069 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5070 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5071 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5072 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5073 Update #include target.
5074 * nptl/sysdeps/i386/i686/Makefile: Moved ...
5075 * sysdeps/i386/i686/nptl/Makefile: ... here.
5076 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5077 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5078 Update #include target.
5079 * nptl/sysdeps/i386/i686/tls.h: Moved ...
5080 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
5081 * nptl/sysdeps/i386/Makefile: Moved ...
5082 * sysdeps/i386/nptl/Makefile: ... here.
5083 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5084 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5085 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5086 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5087 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5088 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5089 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5090 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5091 * sysdeps/i386/nptl/pthreaddef.h: ... here.
5092 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5093 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5094 * nptl/sysdeps/i386/tls.h: Moved ...
5095 * sysdeps/i386/nptl/tls.h: ... here.
5096
45262aee
RM
5097 * sysdeps/sh/Makefile [$(subdir) = csu]
5098 (gen-as-const-headers): Add tcb-offsets.sym.
5099 * nptl/sysdeps/sh/Makefile: File removed.
5100 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5101 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5102 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5103 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5104 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5105 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5106 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5107 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5108 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5109 * sysdeps/sh/nptl/pthreaddef.h: ... here.
5110 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5111 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5112 * nptl/sysdeps/sh/tls.h: Moved ...
5113 * sysdeps/sh/nptl/tls.h: ... here.
5114 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5115 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5116 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5117 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5118 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5119 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5120 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5121 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5122 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5123 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5124 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5125 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5126 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5127 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5128 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5129 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5130 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5131 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5132 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5133 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5134 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5135 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5136 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5137 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5138 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5139 Moved ...
5140 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5141 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5142 Moved ...
5143 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5144 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5145 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5146 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5147 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5148 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5149 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5150 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5151 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5152 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5153 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5154 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5155 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5156 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5157 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5158 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5159 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5160 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5161 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5162
35a5e3e3
SL
51632014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
5164
5165 * posix/spawn_faction_addopen.c: Include string.h.
5166
14642b85
RM
51672014-06-11 Roland McGrath <roland@hack.frob.com>
5168
5169 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5170 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5171 * nptl/sysdeps/x86_64/Makefile: Moved ...
5172 * sysdeps/x86_64/nptl/Makefile: ... here.
5173 * nptl/sysdeps/x86_64/configure: Moved ...
5174 * sysdeps/x86_64/nptl/configure: ... here.
5175 * nptl/sysdeps/x86_64/configure.ac: Moved ...
5176 * sysdeps/x86_64/nptl/configure.ac: ... here.
5177 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5178 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5179 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5180 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5181 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5182 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5183 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5184 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5185 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5186 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5187 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5188 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5189 * nptl/sysdeps/x86_64/tls.h: Moved ...
5190 * sysdeps/x86_64/nptl/tls.h: ... here.
5191 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5192 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5193 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5194 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5195
5196 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5197
31c44fea
AZ
51982014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5199
5200 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5201
e81a4f9a
JM
52022014-06-11 Joseph Myers <joseph@codesourcery.com>
5203
5204 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5205 type.
5206 [POSIX] (off_t): Likewise.
5207 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5208 [POSIX] (S_ISBLK): Require macro.
5209 [POSIX] (S_ISCHR): Likewise.
5210 [POSIX] (S_ISDIR): Likewise.
5211 [POSIX] (S_ISFIFO): Likewise.
5212 [POSIX] (S_ISREG): Likewise.
5213 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5214 optional-macro.
5215 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5216 type.
5217 [POSIX] (time_t): Likewise.
5218 [POSIX] (timer_t): Likewise.
5219
89e435f3
FW
52202014-06-11 Florian Weimer <fweimer@redhat.com>
5221
5222 [BZ #17048]
5223 * posix/spawn_int.h (struct __spawn_action): Make the path string
5224 non-const to support deallocation.
5225 * posix/spawn_faction_addopen.c
5226 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5227 * posix/spawn_faction_destroy.c
5228 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
5229 path in all spawn_do_open actions.
5230 * posix/tst-spawn.c (do_test): Exercise the copy operation in
5231 posix_spawn_file_actions_addopen.
5232
c3a2ebe1
CM
52332014-06-11 Chris Metcalf <cmetcalf@tilera.com>
5234
5235 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5236 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5237 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5238 conditional code always true.
5239 (__libc_vfork): New alias.
5240
9503784a
RM
52412014-06-11 Roland McGrath <roland@hack.frob.com>
5242
c9cab3d2
RM
5243 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5244 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5245
d3996c79
RM
5246 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5247
ba5ec611
RM
5248 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5249 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5250
f12b4814
RM
5251 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5252 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5253
9503784a
RM
5254 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5255 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5256
e23d3d26
VR
52572014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
5258
5259 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5260 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5261 multiarch strcmp for PPC64.
5262 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5263 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5264 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5265 multiarch optimizations.
5266 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5267 (__libc_ifunc_impl_list): Likewise.
5268
42b1161e
SP
52692014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
5270
5271 * benchtests/scripts/validate_benchout.py: New script.
5272 * benchtests/Makefile (bench-func): Call it.
5273 * benchtests/scripts/benchout.schema.json: New file.
5274
2d0fc4dc
CM
52752014-06-10 Chris Metcalf <cmetcalf@tilera.com>
5276
4a594c34
AZ
5277 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5278 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5279 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5280 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5281 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5282 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5283 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5284 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5285 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5286 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5287 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5288 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5289 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5290 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5291 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5292 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5293 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 5294 Moved ...
4a594c34 5295 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 5296 ... here.
4a594c34 5297 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 5298 Moved ...
4a594c34
AZ
5299 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5300 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 5301 Moved ...
4a594c34 5302 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 5303 ... here.
4a594c34 5304 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 5305 Moved ...
4a594c34 5306 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 5307 ... here.
4a594c34 5308 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 5309 Moved ...
4a594c34
AZ
5310 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5311 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 5312 Moved ...
4a594c34 5313 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 5314 ... here.
4a594c34 5315 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 5316 Moved ...
4a594c34 5317 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 5318 ... here.
4a594c34 5319 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 5320 Moved ...
4a594c34
AZ
5321 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5322 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 5323 Moved ...
4a594c34 5324 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 5325 ... here.
4a594c34 5326 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 5327 Moved ...
4a594c34 5328 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 5329 ... here.
4a594c34 5330 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 5331 Moved ...
4a594c34 5332 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 5333 ... here.
4a594c34 5334 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 5335 Moved ...
4a594c34
AZ
5336 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5337 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 5338 Moved ...
4a594c34 5339 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 5340 ... here.
4a594c34 5341 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 5342 Moved ...
4a594c34 5343 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 5344 ... here.
4a594c34 5345 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 5346 Moved ...
4a594c34 5347 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 5348 ... here.
4a594c34 5349 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 5350 Moved ...
4a594c34
AZ
5351 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5352 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 5353 Moved ...
4a594c34 5354 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 5355 ... here.
4a594c34 5356 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 5357 Moved ...
4a594c34 5358 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 5359 ... here.
4a594c34 5360 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 5361 Moved ...
4a594c34
AZ
5362 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5363 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 5364 Moved ...
4a594c34 5365 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 5366 ... here.
4a594c34 5367 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 5368 Moved ...
4a594c34
AZ
5369 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5370 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 5371 Moved ...
4a594c34
AZ
5372 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5373 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 5374 Moved ...
4a594c34 5375 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 5376 ... here.
4a594c34 5377 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 5378 Moved ...
4a594c34 5379 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 5380 ... here.
4a594c34 5381 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 5382 Moved ...
4a594c34 5383 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 5384 ... here.
4a594c34 5385 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 5386 Moved ...
4a594c34
AZ
5387 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5388 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 5389 Moved ...
4a594c34 5390 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 5391 ... here.
4a594c34 5392 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 5393 Moved ...
4a594c34 5394 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 5395 ... here.
4a594c34
AZ
5396 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5397 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5398 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5399 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5400 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 5401 Moved ...
4a594c34 5402 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 5403 ... here.
4a594c34
AZ
5404 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5405 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5406 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5407 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5408 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5409 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5410 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5411 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5412 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5413 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5414 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5415 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5416 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 5417 Moved ...
4a594c34
AZ
5418 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5419 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 5420 Moved ...
4a594c34
AZ
5421 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5422 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5423 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5424 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 5425 Moved ...
4a594c34
AZ
5426 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5427 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5428 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5429 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5430 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5431 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5432 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 5433
0570cfed
W
54342014-06-10 Wilco <wdijkstr@arm.com>
5435
5436 * math/test-fenv-return.c: New file.
5437 * math/Makefile: Add new test test-fenv-return.
5438
f8ba1b56
JM
54392014-06-10 Joseph Myers <joseph@codesourcery.com>
5440
5441 [BZ #17042]
5442 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5443 when x - 1 is zero.
5444 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5445 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5446 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5447 0.0L for an argument of 1.0L.
5448 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5449 Likewise.
5450 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5451 value when x - 1 is zero.
5452 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5453 * sysdeps/i386/fpu/libm-test-ulps: Update.
5454 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5455
2c3520d9
BO
54562014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
5457
5458 [BZ #15119]
5459 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5460
acaa4d24
RM
54612014-06-09 Roland McGrath <roland@hack.frob.com>
5462
5463 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5464 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5465
962b744d
RM
54662014-06-09 Roland McGrath <roland@hack.frob.com>
5467
d752f0cc
RM
5468 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5469 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5470
34eda6d1
RM
5471 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5472 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5473
50f0a637
RM
5474 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5475 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5476
08f41f04
RM
5477 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5478 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5479
962b744d
RM
5480 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5481 if not already defined.
5482 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5483 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5484 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5485 (TLS_INIT_TP): Use it.
5486 (TLS_DEFINE_INIT_TP): New macro.
5487 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5488
09f19b05
JM
54892014-06-09 Joseph Myers <joseph@codesourcery.com>
5490
5491 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5492 constant.
5493 [POSIX] (IXANY): Likewise.
5494 [POSIX] (OLCUC): Likewise.
5495 [POSIX || POSIX2008] (CBAUD): Do not allow.
5496 [POSIX || POSIX2008] (DEFECHO): Likewise.
5497 [POSIX || POSIX2008] (ECHOCTL): Likewise.
5498 [POSIX || POSIX2008] (ECHOKE): Likewise.
5499 [POSIX || POSIX2008] (ECHOPRT): Likewise.
5500 [POSIX || POSIX2008] (EXTA): Likewise.
5501 [POSIX || POSIX2008] (EXTB): Likewise.
5502 [POSIX || POSIX2008] (FLUSHO): Likewise.
5503 [POSIX || POSIX2008] (LOBLK): Likewise.
5504 [POSIX || POSIX2008] (PENDIN): Likewise.
5505 [POSIX || POSIX2008] (SWTCH): Likewise.
5506 [POSIX || POSIX2008] (VDISCARD): Likewise.
5507 [POSIX || POSIX2008] (VDSUSP): Likewise.
5508 [POSIX || POSIX2008] (VLNEXT): Likewise.
5509 [POSIX || POSIX2008] (VREPRINT): Likewise.
5510 [POSIX || POSIX2008] (VSTATUS): Likewise.
5511 [POSIX || POSIX2008] (VWERASE): Likewise.
5512 (B*): Change to B[0123456789]*.
5513 * conform/data/time.h-data [POSIX || UNIX98]
5514 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5515 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5516 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5517 [POSIX] (tm_*): Do not allow.
5518
686554bf
JM
55192014-06-07 Joseph Myers <joseph@codesourcery.com>
5520
5521 * Makefile (install): Don't set LANGUAGE.
5522 * Makefile.in (install): Likewise.
5523 * assert/Makefile (test-assert-ENV): Remove variable.
5524 (test-assert-perr-ENV): Likewise.
5525 * elf/Makefile (neededtest4-ENV): Likewise.
5526 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5527 [$(cross-compiling) = no]: Don't set LANGUAGE.
5528 * io/ftwtest-sh (LANG): Remove variable.
5529 * libio/Makefile (tst-widetext-ENV): Likewise.
5530 * manual/install.texi (Running make install): Don't refer to
5531 environment settings for make install.
5532 * INSTALL: Regenerated.
5533 * nptl/tst-tls6.sh: Don't set LANG.
5534 * posix/globtest.sh (LANG): Remove variable.
5535 * string/Makefile (tester-ENV): Likewise.
5536 (inl-tester-ENV): Likewise.
5537 (noinl-tester-ENV): Likewise.
5538 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5539 [$(cross-compiling) = no]: Don't set LANGUAGE.
5540 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5541 without explicit environment settings.
5542
68e6b6b1
RM
55432014-06-06 Roland McGrath <roland@hack.frob.com>
5544
5545 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5546 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5547 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5548 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5549
4d3ae034
CM
55502014-06-06 Chris Metcalf <cmetcalf@tilera.com>
5551
5552 * crypt/crypt-private.h [DOS]: Add some includes taken from the
5553 other files in the crypt directory.
5554 * crypt/crypt.c: Remove duplicate includes.
5555 * crypt/crypt-entry.c: Likewise.
5556 * crypt/crypt_util.c: Likewise.
5557
8540f6d2
JM
55582014-06-06 Joseph Myers <joseph@codesourcery.com>
5559
5560 * Makeconfig (run-program-env): New variable.
5561 (run-program-prefix-before-env): Likewise.
5562 (run-program-prefix-after-env): Likewise.
5563 (run-program-prefix): Define in terms of new variables.
5564 (built-program-cmd-before-env): New variable.
5565 (built-program-cmd-after-env): Likewise.
5566 (built-program-cmd): Define in terms of new variables.
5567 (test-program-prefix-before-env): New variable.
5568 (test-program-prefix-after-env): Likewise.
5569 (test-program-prefix): Define in terms of new variables.
5570 (test-program-cmd-before-env): New variable.
5571 (test-program-cmd-after-env): Likewise.
5572 (test-program-cmd): Define in terms of new variables.
5573 * Rules (make-test-out): Use $(run-program-env).
5574 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
5575 (help): Do not mention environment variables. Mention
5576 --timeoutfactor option.
5577 (timeoutfactor): New variable.
5578 (blacklist_exports): Remove function.
5579 (exports): Remove variable.
5580 (command): Do not include ${exports}.
5581 * manual/install.texi (Configuring and compiling): Do not mention
5582 test wrappers preserving environment variables. Mention that last
5583 assignment to a variable must take precedence.
5584 * INSTALL: Regenerated.
5585 * benchtests/Makefile (run-bench): Use $(run-program-env).
5586 * catgets/Makefile ($(objpfx)test1.cat): Use
5587 $(built-program-cmd-before-env), $(run-program-env) and
5588 $(built-program-cmd-after-env).
5589 ($(objpfx)test2.cat): Do not specify environment variables
5590 explicitly.
5591 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
5592 $(run-program-env) and $(built-program-cmd-after-env).
5593 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5594 $(run-program-env) and $(test-program-cmd-after-env).
5595 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5596 explicitly.
5597 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5598 run_program_env and test_program_cmd_after_env arguments.
5599 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5600 * elf/tst-pathopt.sh: Use run_program_env argument.
5601 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5602 $(test-wrapper-env) and $(run-program-env).
5603 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5604 run_program_env arguments.
5605 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5606 * intl/Makefile ($(objpfx)tst-gettext.out): Use
5607 $(test-program-prefix-before-env), $(run-program-env) and
5608 $(test-program-prefix-after-env).
5609 ($(objpfx)tst-gettext2.out): Likewise.
5610 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5611 run_program_env and test_program_prefix_after_env arguments.
5612 * intl/tst-gettext2.sh: Likewise.
5613 * intl/tst-gettext4.sh: Do not set environment variables
5614 explicitly.
5615 * intl/tst-gettext6.sh: Likewise.
5616 * intl/tst-translit.sh: Likewise.
5617 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5618 $(test-program-prefix-before-env), $(run-program-env) and
5619 $(test-program-prefix-after-env).
5620 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5621 run_program_env and test_program_prefix_after_env arguments.
5622 * math/Makefile (run-regen-ulps): Use $(run-program-env).
5623 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5624 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
5625 explicitly with each use of ${test_wrapper_env}.
5626 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5627 $(test-program-prefix-before-env), $(run-program-env) and
5628 $(test-program-prefix-after-env).
5629 * posix/tst-getconf.sh: Do not set environment variables
5630 explicitly.
5631 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5632 run_program_env and test_program_prefix_after_env arguments.
5633 * stdio-common/tst-printf.sh: Do not set environment variables
5634 explicitly.
5635 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5636 $(test-program-prefix-before-env), $(run-program-env) and
5637 $(test-program-prefix-after-env).
5638 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5639 run_program_env and test_program_prefix_after_env arguments.
5640 Split $test calls into $test_pre and $test.
5641 * timezone/Makefile (build-testdata): Use
5642 $(built-program-cmd-before-env), $(run-program-env) and
5643 $(built-program-cmd-after-env).
5644
ed36bfa1
AZ
56452014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5646
5647 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5648 strlen for non SHARED builds.
5649
fc75bf46
SP
56502014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5651
5652 * nptl/allocatestack.c (check_list): Inlined function...
5653 (__reclaim_stacks): ... here.
5654
d89b3d80
OB
56552014-06-05 Ondřej Bílka <neleai@seznam.cz>
5656
5657 [BZ #15698]
5658 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5659 memory overrun.
5660
2bf18041
JM
56612014-06-05 Joseph Myers <joseph@codesourcery.com>
5662
5663 * Rules (make-test-out): Include
5664 LOCPATH=$(common-objpfx)localedata in default environment.
5665 * debug/Makefile (tst-chk1-ENV): Remove variable.
5666 (tst-chk2-ENV): Likewise.
5667 (tst-chk3-ENV): Likewise.
5668 (tst-chk4-ENV): Likewise.
5669 (tst-chk5-ENV): Likewise.
5670 (tst-chk6-ENV): Likewise.
5671 (tst-lfschk1-ENV): Likewise.
5672 (tst-lfschk2-ENV): Likewise.
5673 (tst-lfschk3-ENV): Likewise.
5674 (tst-lfschk4-ENV): Likewise.
5675 (tst-lfschk5-ENV): Likewise.
5676 (tst-lfschk6-ENV): Likewise.
5677 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5678 (tst-iconv7-ENV): Likewise.
5679 * intl/Makefile (LOCPATH-ENV): Likewise.
5680 (tst-codeset-ENV): Likewise.
5681 (tst-gettext3-ENV): Likewise.
5682 (tst-gettext5-ENV): Likewise.
5683 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5684 (tst-fopenloc-ENV): Likewise.
5685 (tst-fgetws-ENV): Remove variable.
5686 (tst-ungetwc1-ENV): Likewise.
5687 (tst-ungetwc2-ENV): Likewise.
5688 (bug-ungetwc2-ENV): Likewise.
5689 (tst-swscanf-ENV): Likewise.
5690 (bug-ftell-ENV): Likewise.
5691 (tst-fgetwc-ENV): Likewise.
5692 (tst-fseek-ENV): Likewise.
5693 (tst-ftell-partial-wide-ENV): Likewise.
5694 (tst-ftell-active-handler-ENV): Likewise.
5695 (tst-ftell-append-ENV): Likewise.
5696 * posix/Makefile (tst-fnmatch-ENV): Likewise.
5697 (tst-regexloc-ENV): Likewise.
5698 (bug-regex1-ENV): Likewise.
5699 (tst-regex-ENV): Likewise.
5700 (tst-regex2-ENV): Likewise.
5701 (bug-regex5-ENV): Likewise.
5702 (bug-regex6-ENV): Likewise.
5703 (bug-regex17-ENV): Likewise.
5704 (bug-regex18-ENV): Likewise.
5705 (bug-regex19-ENV): Likewise.
5706 (bug-regex20-ENV): Likewise.
5707 (bug-regex22-ENV): Likewise.
5708 (bug-regex23-ENV): Likewise.
5709 (bug-regex25-ENV): Likewise.
5710 (bug-regex26-ENV): Likewise.
5711 (bug-regex30-ENV): Likewise.
5712 (bug-regex32-ENV): Likewise.
5713 (bug-regex33-ENV): Likewise.
5714 (bug-regex34-ENV): Likewise.
5715 (bug-regex35-ENV): Likewise.
5716 (tst-rxspencer-ENV): Likewise.
5717 (tst-rxspencer-no-utf8-ENV): Likewise.
5718 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5719 (tst-sscanf-ENV): Likewise.
5720 (tst-swprintf-ENV): Likewise.
5721 (tst-swscanf-ENV): Likewise.
5722 (test-vfprintf-ENV): Likewise.
5723 (scanf13-ENV): Likewise.
5724 (bug14-ENV): Likewise.
5725 (tst-grouping-ENV): Likewise.
5726 * stdlib/Makefile (tst-strtod-ENV): Likewise.
5727 (tst-strtod3-ENV): Likewise.
5728 (tst-strtod4-ENV): Likewise.
5729 (tst-strtod5-ENV): Likewise.
5730 (testmb2-ENV): Likewise./
5731 * string/Makefile (tst-strxfrm-ENV): Likewise.
5732 (tst-strxfrm2-ENV): Likewise.
5733 (bug-strcoll1-ENV): Likewise.
5734 (test-strcasecmp-ENV): Likewise.
5735 (test-strncasecmp-ENV): Likewise.
5736 * time/Makefile (tst-strptime-ENV): Likewise.
5737 (tst-ftime_l-ENV): Likewise.
5738 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5739 (tst-mbrtowc-ENV): Likewise.
5740 (tst-wcrtomb-ENV): Likewise.
5741 (tst-mbrtowc2-ENV): Likewise.
5742 (tst-c16c32-1-ENV): Likewise.
5743 (tst-mbsnrtowcs-ENV): Likewise.
5744
cd1fb604
OB
57452014-06-05 Ondřej Bílka <neleai@seznam.cz>
5746
5747 * manual/resource.texi (How to get information about the memory
5748 subsystem?): Fix typo.
5749 Reported by Peon de la Parra Ivan <peon@keba.com>
5750
b42eca7d
GY
57512014-06-03 Guo Yixuan <culu.gyx@gmail.com>
5752
5753 [BZ #16882]
5754 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5755 (pthread_spin_lock): Branch out of spin loop to proper location.
5756 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5757 (pthread_spin_lock): Likewise.
5758
902b71f9
DM
5759 * nptl/tst-spin4.c: New test.
5760 * nptl/Makefile (tests): Add tst-spin4.
5761
f9d2d032
AS
57622014-06-03 Andreas Schwab <schwab@suse.de>
5763
5764 [BZ #15946]
5765 * resolv/res_send.c (send_dg): Reload file descriptor after
5766 calling reopen.
5767
cf7bfd28
SL
57682014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
5769
5770 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5771
111cc714
RH
57722014-06-03 Richard Henderson <rth@redhat.com>
5773
89b4bd6b
RH
5774 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5775 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5776 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5777 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
5778 in the SAVE_PID block.
5779 (__libc_vfork): New alias.
71840409 5780 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 5781
111cc714
RH
5782 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5783 child in registers, not on the stack. Remove RESET_PID conditionals.
5784 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5785
ccc39911
MS
57862014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
5787
5788 * sysdeps/aarch64/libm-test-ulps: Regenerate.
5789
693096cc
W
57902014-06-03 Wilco <wdijkstr@arm.com>
5791
5792 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5793 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5794 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5795 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5796 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5797 Likewise.
5798
0b4366bc
W
57992014-06-03 Wilco <wdijkstr@arm.com>
5800
5801 * sysdeps/aarch64/fpu/math_private.h
5802 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5803 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5804 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5805 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5806 Fix declarations.
5807
8747cd03
KS
58082014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
5809
5810 * crypt/crypt-private.h: Include ufc-crypt.h.
5811 (__b64_from_24bit): Declare extern.
5812 * crypt/crypt_util.c(__b64_from_24bit): New function.
5813 (b64t): New static const variable.
5814 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5815 (b64t): Remove variable.
5816 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5817 * crypt/sha256-crypt.c: Include crypt-private.h.
5818 (b64t): Remove variable.
5819 (__sha256_crypt_r): Remove b64_from_24bit and replace
5820 with __b64_from_24bit.
5821 * crypt/sha512-crypt.c: Likewise.
5822
d936d379
RM
58232014-06-02 Roland McGrath <roland@hack.frob.com>
5824
5825 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5826 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5827 Label the code __libc_vfork rather than __vfork.
5828 [!NOT_IN_libc] (vfork): Define as weak alias.
5829 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5830 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5831 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5832
9fa76613
SP
58332014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
5834
5835 * malloc/malloc.c (malloc_info): Fix format specifier for
5836 n_mmaps.
5837
a88dadbe
W
58382014-06-02 Wilco <wdijkstr@arm.com>
5839
5840 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5841 FPCR write.
5842
c95b3011
W
58432014-06-02 Wilco <wdijkstr@arm.com>
5844
5845 [BZ #17009]
5846 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5847 Rewrite to reduce FPCR/FPSR accesses.
5848
6b4d7a90
DM
58492014-06-01 David S. Miller <davem@davemloft.net>
5850
5851 * sysdeps/sparc/fpu/libm-test-ulps: Update.
5852
30f3d07c
DM
58532014-05-31 David S. Miller <davem@davemloft.net>
5854
5855 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5856 to occur in round to nearest mode when |x| >= 2.0
5857
74f31c18
RH
58582014-05-30 Richard Henderson <rth@twiddle.net>
5859
f0712b54
RH
5860 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5861 (PSEUDO_RET_NOERRNO): Remove.
5862 (ret): Don't redefine.
5863 (ret_NOERRNO): Define in terms of ret.
5864 (ret_ERRVAL): Likewise.
5865
74f31c18
RH
5866 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5867 use of PSEUDO_RET; perform the error check directly.
5868
30477995
MM
58692014-05-30 Marko Myllynen <myllynen@redhat.com>
5870
5871 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5872 with __int128_t.
5873
62a58816
SP
58742014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
5875
5876 * malloc/malloc (malloc_info): Fix formatting.
5877
4d653a59
SP
58782014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
5879 Roland McGrath <roland@hack.frob.com>
5880
5881 * malloc/malloc (malloc_info): Also print mmapped statistics.
5882
5190c17f
RM
58832014-05-30 Roland McGrath <roland@hack.frob.com>
5884
5885 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5886 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5887
987c0269
OB
58882014-05-30 Ondřej Bílka <neleai@seznam.cz>
5889
5890 * malloc/malloc.c (malloc_info): Inline mi_arena.
5891
af4e8ef9
RH
58922014-05-29 Richard Henderson <rth@twiddle.net>
5893
1670e207
RH
5894 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5895 Remove comma before expanding ASM_ARGS_##nr.
5896 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5897 Make _x0 a strict output; make _x8 a strict input; adjust expansion
5898 of ASM_ARGS_##nr.
5899 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5900 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5901 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5902 (ASM_ARGS_1): Add leading comma.
5903
11a28aee
RH
5904 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5905 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5906 to __errno_location.
5907 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5908 Remove the expected plt for __errno_location.
5909
a17e5ffb 5910 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 5911 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
5912 call to __read_tp.
5913
b5be4597
RH
5914 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5915 Always allocate 64 bytes of stack frame. Use ldp/stp to create
5916 it and break it down.
5917 (DOCARGS_0, DOCARGS_1): Do nothing.
5918 (DOCARGS_2): Update to store into the new stack frame.
5919 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5920 (UNDOCARGS_1): Update to restore from the new stack frame.
5921 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5922 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5923
645d44ab
RH
5924 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5925 (SINGLE_THREAD_P): New parameter for result regno.
5926 (PSEUDO): Update to match; use cbz instead of beq.
5927
a8b4f04a
RH
5928 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5929 Use ENTRY to define the _nocancel entry point. Share the syscall
5930 and syscall error check paths with the cancel path.
5931 (PSEUDO_END): New.
5932
af4e8ef9
RH
5933 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5934 whitespace; tabs before and after asm mnemonics.
5935
26b0d2e1
EW
59362014-05-29 Eric Wong <normalperson@yhbt.net>
5937
5938 [BZ #15132]
5939 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5940 Call fstat64 or stat64 internally, depending on arguments passed.
5941 Replace stat buffer argument with file descriptor argument.
5942 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5943 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5944 Pass fd to __internal_statvfs instead of calling fstat64.
5945 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5946 Pass fd to __internal_statvfs64 instead of calling fstat64.
5947 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5948 Pass -1 to __internal_statvfs instead of calling stat64.
5949 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5950 Pass -1 to __internal_statvfs64 instead of calling stat64.
5951
1efe2bd9
RM
59522014-05-28 Roland McGrath <roland@hack.frob.com>
5953
0d3b7a19
RM
5954 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5955 that was previously under [RESET_PID].
5956 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
5957
1efe2bd9
RM
5958 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
5959 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
5960
a6bea3ca
RM
59612014-05-27 Roland McGrath <roland@hack.frob.com>
5962
30b6629e
RM
5963 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
5964
a6bea3ca
RM
5965 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
5966 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
5967
3dfb9a5c
OB
59682014-05-27 Ondřej Bílka <neleai@seznam.cz>
5969
5970 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
5971
774f9285
AS
59722014-05-27 Andreas Schwab <schwab@suse.de>
5973
5974 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
5975 TLS_INIT_TP macro.
5976 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5977 * elf/rtld.c (init_tls, dl_main): Likewise.
5978 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
5979 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
5980 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
5981 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
5982 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
5983 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
5984 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
5985 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
5986 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
5987 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
5988 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
5989 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
5990 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
5991 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
5992 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
5993 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
5994 * sysdeps/generic/tls.h: Update description.
5995
36ffe739
WN
59962014-05-27 Will Newton <will.newton@linaro.org>
5997
5998 [BZ #16990]
5999 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
6000 and restore r2 rather than just restoring.
6001
2482ae43
SP
60022014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
6003
6004 [BZ #16724]
6005 * libio/tst-ftell-append.c: New test case.
6006 * libio/Makefile (tests): Add test case.
6007 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
6008 append mode.
6009 * libio/wfileops.c (do_ftell_wide): Likewise.
6010
3d1024e8
AZ
60112014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6012
bab90016
AZ
6013 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6014
c7a8d667
AZ
6015 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
6016 ...
6017 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
6018 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6019 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
6020 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
6021 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
6022 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
6023 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
6024 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
6025 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6026 Moved ...
6027 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
6028 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6029 Moved ...
6030 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
6031 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
6032 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
6033 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6034 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6035 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6036 ...
6037 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6038 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6039 Moved ...
6040 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6041 here.
6042 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6043 ...
6044 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6045 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6046 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6047
daee7851
AZ
6048 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6049 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6050 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6051 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6052
50a40819
AZ
6053 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6054 merge into ...
6055 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6056 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6057 ...
6058 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6059 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6060 ...
6061 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6062 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6063 Moved ...
6064 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6065 here.
6066 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6067 Moved ...
6068 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6069 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6070 Moved ...
6071 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6072
8464c2a1
AZ
6073 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6074 conditional [RESET_PID].
6075 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6076 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6077 removed.
6078 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6079 removed.
6080
3d1024e8
AZ
6081 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6082 <tcb-offsets.h>.
6083 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6084 (__libc_vfork): New strong alias.
6085 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6086 removed.
6087 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6088 Removed.
6089
6090 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6091 <tcb-offsets.h>.
6092 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6093 (__libc_vfork): New strong alias.
6094 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6095 removed.
6096 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6097 removed.
6098
fdfd175d
CD
60992014-05-26 Carlos O'Donell <carlos@redhat.com>
6100
6101 * malloc/malloc.c (mi_arena): New function.
6102 (malloc_info): Remove nested function mi_arena. Call non-nosted
6103 function mi_arena.
6104
d298c416
AZ
61052014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6106
6107 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6108 by insrwi.
6109 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6110 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6111 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6112 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6113 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6114 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6115 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6116
b60ea6ff
AS
61172014-05-26 Andreas Schwab <schwab@suse.de>
6118
6119 [BZ #16984]
6120 * locale/programs/repertoire.c (repertoire_read): Add slash
6121 between I18NPATH element and file name.
6122 * locale/programs/locfile.c (locfile_read): Likewise.
6123
67365926
SL
61242014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
6125
6126 * nptl/pthread_mutexattr_settype.c
6127 (__pthread_mutexattr_settype):
6128 Disable lock elision for PTHREAD_MUTEX_NORMAL.
6129
f8bdf1f0
SL
61302014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
6131
6132 * nptl/tst-mutex5 (do_test):
6133 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6134
15eaf6ff
SP
61352014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6136
6137 * benchtests/README: Document 'init' directive.
6138 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6139 BENCH_INIT.
6140 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6141 (parse_file): Recognize 'init' directive.
6142
75f11331
KM
61432014-05-26 Kyle McMartin <kyle@redhat.com>
6144
6145 [BZ #16796]
6146 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6147 alignment of struct pthread.
6148
c3ec475c
SP
61492014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6150
6151 [BZ #16878]
6152 * nscd/netgroupcache.c (addgetnetgrentX): Look for
6153 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6154 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6155 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6156
82aab97c
RH
61572014-05-25 Richard Henderson <rth@twiddle.net>
6158
aa2f176d
RH
6159 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6160 (SINGLE_THREAD_P_PIC): Remove.
6161 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6162 (SINGLE_THREAD_P_PIC): Remove.
6163
ca3cfa40
RH
6164 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6165 branch to syscall error ...
6166 (PSEUDO): ... here.
6167 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6168 from __local_syscall_error to .Lsyscall_error.
6169 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6170 (SYSCALL_ERROR): Update label name.
6171
6e6c2d01
RH
6172 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6173 Do not use DOARGS/UNDOARGS.
6174 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6175 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6176 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6177 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6178 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6179
c69abcee
RH
6180 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6181 block comment.
6182
82aab97c
RH
6183 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6184 define if !NOT_IN_libc.
6185 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6186 define with non-default symbol versions.
6187
8820e3ac
RH
61882014-05-23 Richard Henderson <rth@twiddle.net>
6189
900e445f
RH
6190 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6191 (vfork, __vfork): Define via compat_symbol.
6192
8820e3ac
RH
6193 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6194 [!HAVE_IFUNC] (vfork_compat): Remove.
6195 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6196
e59252a5
JM
61972014-05-23 Joseph Myers <joseph@codesourcery.com>
6198
6199 [BZ #16978]
6200 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6201 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6202 variable.
6203
132c7f5f
RH
62042014-05-23 Richard Henderson <rth@twiddle.net>
6205
bc89e962
RH
6206 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6207 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6208 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6209 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6210
6211 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6212 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6213 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6214 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6215 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6216 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6217 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6218 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6219 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6220 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6221 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6222 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6223 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6224 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6225 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6226 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6227 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6228 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6229 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6230 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6231 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6232 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6233 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6234 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6235 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6236 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6237 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6238 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6239 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6240 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6241 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6242 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6243 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6244 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6245 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6246 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6247 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6248 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6249 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6250 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6251 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6252 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6253 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6254 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6255 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6256 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6257 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6258 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6259 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6260 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6261 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6262 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6263 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6264 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6265 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6266 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6267
e2fa4bc2
RH
6268 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6269 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6270 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
6271 before exiting on error.
6272 (__libc_vfork): New strong alias.
6273 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6274 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6275
279b24e2
RH
6276 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6277 that was previously under [RESET_PID].
6278 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6279
132c7f5f
RH
6280 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6281
b72592e7
JM
62822014-05-23 Joseph Myers <joseph@codesourcery.com>
6283
6284 [BZ #16977]
6285 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6286 value when x - 1 is zero.
6287 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6288 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6289 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6290 0.0L for an argument of 1.0L.
6291 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6292 Likewise.
6293 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6294 value when x - 1 is zero.
6295 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6296 * sysdeps/i386/fpu/libm-test-ulps: Update.
6297 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6298
2302d679
RV
62992014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
6300
6301 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6302 alphasort and versionsort.
6303
32999d63
AZ
63042014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6305
6306 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6307 macro.
6308 [copysignf]: Likewise.
6309
019324d0
SP
63102014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
6311
6312 * crypt/md5-crypt.c: Fix formatting.
6313
34fff5c2
KS
63142014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
6315
6316 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6317 (b64_from_24bit): New function.
6318
3d2badac
AZ
63192014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6320
6321 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6322 libc_hidden_builtin_def to ifunc.
6323 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6324 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6325
f7bb179f 63262014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
6327
6328 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6329 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6330
4134b50d
JM
63312014-05-21 Joseph Myers <joseph@codesourcery.com>
6332
bb7d0337
JM
6333 * nscd/Depend (linuxthreads): Remove.
6334 (nptl): Add.
6335 * resolv/Depend (linuxthreads): Remove.
6336 * rt/Depend (linuxthreads): Remove.
6337
4134b50d
JM
6338 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6339 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6340 $(common-objpfx)elf/.
6341 (link-libc-before-gnulib): Likewise.
6342 (elfobjdir): Remove variable.
6343 * Makefile (install): Use $(elf-objpfx) instead of
6344 $(common-objpfx)elf/.
6345 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6346 $(elfobjdir)/.
6347 (link-libc-deps): Likewise.
6348 ($(common-objpfx)libc.so): Likewise.
6349 ($(common-objpfx)linkobj/libc.so): Likewise.
6350 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6351 instead of $(common-objpfx)elf/.
6352 (symbolic-link-list): Likewise.
6353 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6354 [$(cross-compiling) = no]: Likewise.
6355 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6356 $(elfobjdir)/.
6357 (static-gnulib-arch): Likewise.
6358 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6359 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6360 $(common-objpfx)elf/.
6361
3612eb8f
RH
63622014-05-21 Richard Henderson <rth@redhat.com>
6363
a6b3657b
RH
6364 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6365 (SINGLE_THREAD_P): Use the correct width load. Fold
6366 into the ldr offset.
6367
3612eb8f
RH
6368 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6369 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6370
175cef41
JM
63712014-05-20 Joseph Myers <joseph@codesourcery.com>
6372
6373 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6374 (libgcc_s_resume): Use __attribute_used__.
6375 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6376 Likewise.
6377
e13bccd3
AZ
63782014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6379
6380 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6381 optimization when used with float constants.
6382
7c112a38
AZ
6383 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6384
ae75a883
AJ
63852014-05-20 Aurelien Jarno <aurelien@aurel32.net>
6386
6387 [BZ #16915]
6388 * locale/nl_langinfo_l.c: Make direct reference to every
6389 _nl_current_CATEGORY symbol.
6390 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6391 (tests-static): Add tst-langinfo-static.
6392 (tests-special): Add tst-langinfo-static.out.
6393 ($(objpfx)tst-langinfo.out): Redirect output.
6394 ($(objpfx)tst-langinfo-static.out): New.
6395 * localedata/tst-langinfo.sh: Send output to stdout.
6396 * localedata/tst-langinfo-static.c: New file.
6397
4406c41c
AJ
6398 [BZ #16965]
6399 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6400 when the shift amount is modulo the limb size.
6401
4c0a1e63
RH
64022014-05-20 Richard Henderson <rth@redhat.com>
6403
de9d8f20
RH
6404 [BZ #16967]
6405 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6406 Change type of sa_flags from unsigned int to int.
6407
4c0a1e63
RH
6408 [BZ #16966]
6409 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
6410
6411 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6412
a60339aa
WN
64132014-05-20 Will Newton <will.newton@linaro.org>
6414
6415 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6416 Test the return value of the system call in the nocancel case.
6417
7d05a816
YR
64182014-05-20 Will Newton <will.newton@linaro.org>
6419 Yvan Roux <yvan.roux@linaro.org>
6420
6421 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6422 #include of asm/ptrace.h.
6423 (PTRACE_GET_THREAD_AREA): Remove #undef.
6424 (PTRACE_GETHBPREGS): Likewise.
6425 (PTRACE_SETHBPREGS): Likewise.
6426 (struct user_regs_struct): New structure.
6427 (struct user_fpsimd_struct): New structure.
6428 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6429 #include of asm/ptrace.h and second #include of sys/user.h.
6430 (PTRACE_GET_THREAD_AREA): Remove #undef.
6431 (PTRACE_GETHBPREGS): Likewise.
6432 (PTRACE_SETHBPREGS): Likewise.
6433 (ELF_NGREG): Use new struct user_regs_struct.
6434 (elf_fpregset_t): Use new struct user_fpsimd_struct.
6435
af121e37
AZ
64362014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6437
6438 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6439 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6440
834caf06
JM
64412014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
6442
6443 [BZ #16958]
6444 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6445 membar to avoid block loads/stores to overlap previous stores.
6446
e184a918
RH
64472014-05-17 Richard Henderson <rth@redhat.com>
6448
6449 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6450 Create the __##syscall_name##_nocancel entry point.
6451 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6452 Remove; let the sysdep-cancel.h code create it.
6453
f56c7a6a
DM
64542014-05-17 David S. Miller <davem@davemloft.net>
6455
6456 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6457 Protect with __USE_GNU.
6458 (TIOCSET_TEMPT): Likewise.
6459 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6460 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6461 these are already provided in bits/ioctl-types.h
6462
f75616b2
RM
64632014-05-16 Roland McGrath <roland@hack.frob.com>
6464
3edeca86
RM
6465 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6466 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6467
f75616b2
RM
6468 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6469 Use wait4 regardless of [__NR_waitpid].
6470
deb0f7f6
MR
64712014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6472
6473 PR libgcc/60166
6474 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6475 (_FP_NANSIGN_Q): Set the quiet bit.
6476
79520f4b
JM
64772014-05-16 Joseph Myers <joseph@codesourcery.com>
6478
6479 * benchtests/Makefile
6480 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6481 not $(common-objpfx)math/libm.so.
6482 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6483 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6484 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6485 $(common-objpfx)dlfcn/libdl.so.
6486 ($(objpfx)tst-audit8): Depend on $(libm), not
6487 $(common-objpfx)math/libm.so.
6488 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6489 not $(common-objpfx)dlfcn/libdl.so.
6490 * math/Makefile
6491 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6492 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
6493 [$(build-shared) = yes].
6494 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6495 $(common-objpfx)nptl/libpthread.so.
6496 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6497 $(common-objpfx)math/libm.so$(libm.so-version) or
6498 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6499 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6500 $(common-objpfx)dlfcn/libdl.so.
6501 * setjmp/Makefile (link-libm): Remove variable.
6502 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6503 * stdio-common/Makefile (link-libm): Remove variable.
6504 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6505 * stdlib/Makefile (link-libm): Remove variable.
6506 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6507 ($(objpfx)tst-strtod-round): Likewise.
6508 ($(objpfx)tst-tininess): Likewise.
6509 ($(objpfx)tst-strtod-underflow): Likewise.
6510 ($(objpfx)tst-strtod6): Likewise.
6511 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6512 $(libdl), not $(common-objpfx)nptl/libpthread.so and
6513 $(common-objpfx)dlfcn/libdl.so.
6514
026b0fe4
AZ
65152014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6516
6517 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6518 BSD terminal modes definitions.
6519
def4bcb2
RM
65202014-05-16 Roland McGrath <roland@hack.frob.com>
6521
fe39b021
RM
6522 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
6523 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
6524
1d1fc46e 6525 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
6526 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6527 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6528 Don't do #include_next.
6529 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6530 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6531 Don't do #include_next.
6532 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6533 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6534 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6535 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6536
c72399fb
AM
65372014-05-16 Allan McRae <allan@archlinux.org>
6538
d51d659d
AM
6539 * po/sv.po: Update Swedish translation from translation project.
6540
c72399fb
AM
6541 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6542 in sed expression.
6543
d0583c40
AJ
65442014-05-16 Aurelien Jarno <aurelien@aurel32.net>
6545
6546 [BZ #16917]
6547 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6548 errno if the TIOCGPTN ioctl fails with an error different than
6549 EINVAL.
6550 * login/tst-ptsname.c: New file.
6551 * login/Makefile (tests): Add tst-ptsname.
6552
d16e6ec7
AJ
6553 [BZ #16943]
6554 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
6555 and prlimit64.
6556
cf26a0cb
SP
65572014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
6558
6559 [BZ #16849]
6560 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
6561 herrno to return EAI_AGAIN.
6562
5675da1e
RM
65632014-05-14 Roland McGrath <roland@hack.frob.com>
6564
a5d87b3d
RM
6565 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
6566 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
6567 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
6568 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
6569 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
6570 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
6571 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
6572 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
6573 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
6574 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
6575 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
6576 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
6577 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
6578 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
6579 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
6580 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
6581 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
6582 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
6583 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
6584 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
6585 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
6586 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
6587 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
6588 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
6589 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
6590 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
6591 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
6592 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
6593 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6594 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6595 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6596 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6597 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6598 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6599 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6600 Moved ...
6601 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6602 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6603 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6604 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6605 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6606 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6607 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6608 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6609 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6610 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6611 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6612 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6613 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6614 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6615 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6616 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6617 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6618 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6619 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6620 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6621 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6622 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6623 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6624 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6625 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6626 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6627 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6628 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6629 Moved ...
6630 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6631 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6632 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6633 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6634 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6635 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6636 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6637 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6638 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6639 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6640 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6641 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6642 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6643 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6644 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6645 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6646 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6647 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6648 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6649 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6650 Moved ...
6651 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6652 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6653 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6654
039890a6
RM
6655 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6656 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6657 (libpthread-sysdep_routines): Add elision-related stuff here instead.
6658 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6659 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6660 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6661 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6662 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6663 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6664 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6665 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6666 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6667 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6668 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6669 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6670 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6671 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6672 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6673 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6674 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6675 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6676 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6677 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6678 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6679 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6680 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6681 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6682 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6683 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6684 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6685 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6686
65c89320
RM
6687 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6688 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6689
348f8e8c
RM
6690 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6691 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6692 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6693 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6694 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6695 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6696 Moved ...
6697 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6698 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6699 Moved ...
6700 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6701 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6702 Moved ...
6703 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6704 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6705 Moved ...
6706 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6707 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6708 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6709 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6710 Moved ...
6711 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6712 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6713 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6714 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6715 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6716 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6717 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6718 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6719 Moved ...
6720 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6721 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6722 Moved ...
6723 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6724 ... here.
6725 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6726 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6727 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6728 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6729 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6730 Moved ...
6731 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6732 ... here.
6733 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6734 Moved ...
6735 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6736 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6737 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6738 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6739 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6740 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6741 Moved ...
6742 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6743 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6744 Moved ...
6745 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
6746 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6747 Moved ...
6748 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6749 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6750 Moved ...
6751 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6752 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6753 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6754 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6755 Moved ...
6756 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6757 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6758 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6759 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6760 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6761 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6762 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6763 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6764 Moved ...
6765 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6766 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6767 Moved ...
6768 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6769 ... here.
6770 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6771 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6772 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6773 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6774 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6775 Moved ...
6776 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6777 ... here.
6778 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6779 Moved ...
6780 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6781 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6782 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6783 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6784 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6785 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6786 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6787 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6788 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6789 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6790 Moved ...
6791 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6792 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6793 Moved ...
6794 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6795 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6796 Moved ...
6797 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6798 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6799 Moved ...
6800 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6801 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6802 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6803 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6804 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6805 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6806 Moved ...
6807 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6808 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6809 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6810 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6811 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6812 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6813 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6814 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6815 Moved ...
6816 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6817 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6818 Moved ...
6819 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6820 ... here.
6821 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6822 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6823 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6824 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6825 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6826 Moved ...
6827 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6828 ... here.
6829 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6830 Moved ...
6831 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6832 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6833 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6834 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6835 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6836 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6837 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6838 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6839 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6840 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6841 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6842
5085af05
RM
6843 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6844 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6845
708f0813
RM
6846 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6847 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6848
c96067bc
RM
6849 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6850 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6851 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6852 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6853 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6854 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6855 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6856 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6857 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6858 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6859 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6860 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6861 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6862 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6863 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6864 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6865 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6866 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6867 Moved ...
6868 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6869 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6870 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6871 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6872 Moved ...
6873 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6874 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6875 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6876 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6877 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6878 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6879 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6880 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6881 Moved ...
6882 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6883 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6884 Moved ...
6885 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6886 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6887 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6888 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6889 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6890 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6891 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6892 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6893 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6894 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6895 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6896 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6897 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6898 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6899 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6900 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6901 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6902
ec136444
RM
6903 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6904 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6905 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6906 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6907 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6908
2fbdf533
RM
6909 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6910 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6911 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6912 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6913 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6914 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6915 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6916 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6917 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6918 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6919
4c68138b
RM
6920 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6921 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6922
4eaae765
RM
6923 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6924 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
6925 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6926 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6927 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6928 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6929 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6930 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6931 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6932 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6933 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6934 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6935 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6936 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6937 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6938 Update #include.
6939 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6940 Likewise.
6941 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6942 Likewise.
6943 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6944 Likewise.
6945 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6946 Likewise.
6947 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6948 Likewise.
6949 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6950 Likewise.
6951 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6952 Likewise.
6953 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6954 Likewise.
6955 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
6956 Likewise.
4ef6befa
RM
6957 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
6958 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
6959 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
6960 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
6961 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
6962 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
6963 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
6964 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
6965 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
6966 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
6967 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
6968 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
6969 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
6970 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
6971 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 6972
941d7dfd
RM
6973 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
6974 that was previously under [RESET_PID].
6975 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
6976 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
6977 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
6978
1b731c35
RM
6979 * sysdeps/i386/nptl/Implies: New file.
6980 * sysdeps/x86_64/nptl/Implies: New file.
6981 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
6982 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
6983 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
6984 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
6985
e2787137
RM
6986 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
6987 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6988 (__libc_vfork): New strong alias.
6989 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
6990 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
6991
6992 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
6993 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6994 (__libc_vfork): New strong alias.
6995 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
6996 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
6997
5675da1e
RM
6998 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
6999 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7000 (__libc_vfork): New strong alias.
7001 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
7002 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
7003 * nptl/pt-vfork.c: New file.
7004 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
7005 (libpthread: GLIBC_2.20): New version set (empty).
7006
4f02e2b8
WN
70072014-05-14 Will Newton <will.newton@linaro.org>
7008
7009 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
7010 rather than #if.
7011
0bf061d3
JM
70122014-05-14 Joseph Myers <joseph@codesourcery.com>
7013
1a84c3d6
JM
7014 [BZ #16564]
7015 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
7016 arguments with exponent 65 or above.
7017 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
7018 arguments 0x1p113L or above.
7019 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
7020 to arguments 0x1p107L or above.
7021 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
7022 positive arguments with exponent 65 or above.
7023 * math/auto-libm-test-in: Add more tests of log1p.
7024 * math/auto-libm-test-out: Regenerated.
7025
01dbacd2
JM
7026 [BZ #16928]
7027 * math/s_cacos.c (__cacos): Ensure zero real part of result from
7028 non-finite arguments is +0.
7029 * math/s_cacosf.c (__cacosf): Likewise.
7030 * math/s_cacosl.c (__cacosl): Likewise.
7031 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
7032 * sysdeps/i386/fpu/libm-test-ulps: Update.
7033 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7034
913d03c8
JM
7035 [BZ #16927]
7036 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7037 value.
7038 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7039 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7040 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7041 for explicit high bit of mantissa when testing for argument equal
7042 to 1.
7043 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7044 * sysdeps/i386/fpu/libm-test-ulps: Update.
7045 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7046
0bf061d3
JM
7047 [BZ #16516]
7048 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7049 (__erf): Scale by 16 instead of 8 in potentially underflowing
7050 case. Ensure exception if result actually underflows.
7051 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7052 (__erff): Scale by 16 instead of 8 in potentially underflowing
7053 case. Ensure exception if result actually underflows.
7054 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
7055 (efx8): Remove variable.
7056 (__erfl): Scale by 16 instead of 8 in potentially underflowing
7057 case. Ensure exception if result actually underflows.
7058 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7059 (efx8): Remove variable.
7060 (__erfl): Scale by 16 instead of 8 in potentially underflowing
7061 case. Ensure exception if result actually underflows.
7062 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7063 (efx8): Remove variable.
7064 (__erfl): Scale by 16 instead of 8 in potentially underflowing
7065 case. Ensure exception if result actually underflows.
7066 * math/auto-libm-test-in: Add more tests of erf.
7067 * math/auto-libm-test-out: Regenerated.
7068
73ba67cb
AS
70692014-05-14 Andreas Schwab <schwab@suse.de>
7070
3d8c8bff
AS
7071 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7072 Remove code conditionalized on USE___THREAD.
7073
73ba67cb
AS
7074 * config.h.in (HAVE_PT_CHOWN): Define as 0.
7075 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7076 not definedness.
7077
5c521ecd
JM
70782014-05-14 Joseph Myers <joseph@codesourcery.com>
7079
5e7698c6
JM
7080 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7081 Define unconditionally.
7082 (__ASSUME_O_CLOEXEC): Likewise.
7083 (__ASSUME_SOCK_CLOEXEC): Likewise.
7084 (__ASSUME_IN_NONBLOCK): Likewise.
7085 (__ASSUME_PIPE2): Likewise.
7086 (__ASSUME_EVENTFD2): Likewise.
7087 (__ASSUME_SIGNALFD4): Likewise.
7088 (__ASSUME_DUP3): Likewise.
7089 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7090 (__ASSUME_DUP3): Do not define.
7091 (__ASSUME_EVENTFD2): Likewise.
7092 (__ASSUME_IN_NONBLOCK): Likewise.
7093 (__ASSUME_O_CLOEXEC): Likewise.
7094 (__ASSUME_PIPE2): Likewise.
7095 (__ASSUME_SIGNALFD4): Likewise.
7096 (__ASSUME_SOCK_CLOEXEC): Likewise.
7097 (__ASSUME_UTIMES): Undefine.
7098 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7099 (__ASSUME_UTIMES): Do not define.
7100 (__ASSUME_O_CLOEXEC): Likewise.
7101 (__ASSUME_SOCK_CLOEXEC): Likewise.
7102 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7103 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7104 0x020621].
7105 (__ASSUME_PIPE2): Likewise.
7106 (__ASSUME_EVENTFD2): Likewise.
7107 (__ASSUME_SIGNALFD4): Likewise.
7108 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7109 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7110 Do not define.
7111 (__ASSUME_EVENTFD2): Likewise.
7112 (__ASSUME_SIGNALFD4): Likewise.
7113 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7114 (__ASSUME_32BITUIDS): Likewise.
7115 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7116 (__ASSUME_IPC64): Likewise.
7117 (__ASSUME_ST_INO_64_BIT): Likewise.
7118 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7119 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7120 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7121 (__ASSUME_UTIMES): Do not define.
7122 (__ASSUME_PSELECT): Likewise.
7123 (__ASSUME_PPOLL): Likewise.
7124 (__ASSUME_O_CLOEXEC): Likewise.
7125 (__ASSUME_SOCK_CLOEXEC): Likewise.
7126 (__ASSUME_IN_NONBLOCK): Likewise.
7127 (__ASSUME_PIPE2): Likewise.
7128 (__ASSUME_EVENTFD2): Likewise.
7129 (__ASSUME_SIGNALFD4): Likewise.
7130 (__ASSUME_DUP3): Likewise.
7131 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7132 (__ASSUME_UTIMES): Likewise.
7133 (__ASSUME_O_CLOEXEC): Likewise.
7134 (__ASSUME_SOCK_CLOEXEC): Likewise.
7135 (__ASSUME_IN_NONBLOCK): Likewise.
7136 (__ASSUME_PIPE2): Likewise.
7137 (__ASSUME_EVENTFD2): Likewise.
7138 (__ASSUME_SIGNALFD4): Likewise.
7139 (__ASSUME_DUP3): Likewise.
7140 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7141 (__ASSUME_UTIMES): Likewise.
7142 (__ASSUME_O_CLOEXEC): Likewise.
7143 (__ASSUME_SOCK_CLOEXEC): Likewise.
7144 (__ASSUME_IN_NONBLOCK): Likewise.
7145 (__ASSUME_PIPE2): Likewise.
7146 (__ASSUME_EVENTFD2): Likewise.
7147 (__ASSUME_SIGNALFD4): Likewise.
7148 (__ASSUME_DUP3): Likewise.
7149 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7150 Likewise.
7151 (__ASSUME_UTIMES): Likewise.
7152 (__ASSUME_EVENTFD2): Likewise.
7153 (__ASSUME_SIGNALFD4): Likewise.
7154 * sysdeps/unix/sysv/linux/tile/kernel-features.h
7155 (__ASSUME_O_CLOEXEC): Likewise.
7156 (__ASSUME_SOCK_CLOEXEC): Likewise.
7157 (__ASSUME_IN_NONBLOCK): Likewise.
7158 (__ASSUME_PIPE2): Likewise.
7159 (__ASSUME_EVENTFD2): Likewise.
7160 (__ASSUME_SIGNALFD4): Likewise.
7161 (__ASSUME_DUP3): Likewise.
7162 (__ASSUME_UTIMES): Undefine.
7163
5c521ecd
JM
7164 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7165 feclearexcept. Remove symbol versioning code.
7166 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
7167 symbol versioning code.
7168 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
7169 symbol versioning code.
7170 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7171 feupdateenv. Remove symbol versioning code.
7172 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7173 fegetexceptflag. Remove symbol versioning code.
7174 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7175 fesetexceptflag. Remove symbol versioning code.
7176 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7177 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
7178 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7179 (__posix_fadvise64_l32): Remove prototype.
7180 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7181 code.
7182
5da9dfad
RM
71832014-05-13 Roland McGrath <roland@hack.frob.com>
7184
7185 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7186 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7187 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7188 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7189
893b4f37
SK
71902014-05-13 Sami Kerola <kerolasa@iki.fi>
7191
7192 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7193 current working directory
7194
e0db6517
RM
71952014-05-13 Roland McGrath <roland@hack.frob.com>
7196
58aa195d
RM
7197 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7198 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7199 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7200 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7201 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7202 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7203 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7204 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7205 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7206 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7207 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7208 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7209 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7210 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7211 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7212 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7213 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7214 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7215 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7216 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7217 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7218 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7219 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7220 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7221 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7222 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7223 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7224 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7225 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7226 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7227 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7228 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7229 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7230 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7231 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7232 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7233 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7234 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7235 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7236 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7237 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7238 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7239
8c6d01f0
RM
7240 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7241 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7242
7243 * sysdeps/unix/sysv/linux/arm/Makefile
7244 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7245 Add rt-aeabi_unwind_cpp_pr1.
7246 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7247 Add nptl-aeabi_unwind_cpp_pr1.
7248 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7249 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7250 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7251 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7252 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7253 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7254
7255 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7256 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7257 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7258 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7259
bba6da4e
RM
7260 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7261 Deconditionalize the code that was previously under [RESET_PID].
7262 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7263
e0db6517
RM
7264 * sysdeps/generic/exit-thread.h: New file.
7265 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7266 * include/unistd.h (__exit_thread): Remove declaration.
7267 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7268 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7269 * csu/libc-start.c: Include <exit-thread.h>.
7270 (LIBC_START_MAIN): Pass no argument to __exit_thread.
7271 * nptl/pthread_create.c: Include <exit-thread.h>.
7272 (start_thread): Call __exit_thread in place of __exit_thread_inline.
7273 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7274 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7275 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7276 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7277 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7278 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7279 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7280 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7281 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7282 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7283 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7284 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7285 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7286 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7287 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7288 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7289
01eb16fd
AS
72902014-05-13 Andreas Schwab <schwab@suse.de>
7291
7292 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7293
637461d9
JM
72942014-05-12 Joseph Myers <joseph@codesourcery.com>
7295
7296 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7297 (__ASSUME_UTIMES): Do not condition on kernel version.
7298 (__ASSUME_PSELECT): Define unconditionally.
7299 (__ASSUME_PPOLL): Likewise.
7300 (__ASSUME_ATFCTS): Likewise.
7301 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7302 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7303 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7304 (__ASSUME_UTIMENSAT): Define unconditionally.
7305 (__ASSUME_PRIVATE_FUTEX): Likewise.
7306 (__ASSUME_FALLOCATE): Likewise.
7307 (__ASSUME_O_CLOEXEC): Likewise.
7308 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7309 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7310 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7311 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7312 (__ASSUME_IN_NONBLOCK): Likewise.
7313 (__ASSUME_PIPE2): Likewise.
7314 (__ASSUME_EVENTFD2): Likewise.
7315 (__ASSUME_SIGNALFD4): Likewise.
7316 (__ASSUME_DUP3): Likewise.
7317 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7318 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7319 (__ASSUME_AT_RANDOM): Likewise.
7320 (__ASSUME_PREADV): Likewise.
7321 (__ASSUME_PWRITEV): Likewise.
7322 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7323 (__ASSUME_F_GETOWN_EX): Define unconditionally.
7324 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7325 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7326 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7327 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7328 (__ASSUME_O_CLOEXEC): Define unconditionally.
7329 (__ASSUME_PSELECT): Do not undefine conditionally.
7330 (__ASSUME_PPOLL): Likewise.
7331 (__ASSUME_ATFCTS): Likewise.
7332 (__ASSUME_SET_ROBUST_LIST): Likewise.
7333 (__ASSUME_UTIMENSAT): Likewise.
7334 (__ASSUME_FDATASYNC): Define unconditionally.
7335 * sysdeps/unix/sysv/linux/arm/kernel-features.h
7336 (__ASSUME_SIGFRAME_V2): Likewise.
7337 )__ASSUME_EVENTFD2): Likewise.
7338 (__ASSUME_SIGNALFD4): Likewise.
7339 (__ASSUME_PSELECT): Do not undefine conditionally.
7340 (__ASSUME_PPOLL): Likewise.
7341 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7342 (__ASSUME_PSELECT): Define unconditionally.
7343 (__ASSUME_PPOLL): Likewise.
7344 (__ASSUME_O_CLOEXEC): Likewise.
7345 (__ASSUME_SOCK_CLOEXEC): Likewise.
7346 (__ASSUME_IN_NONBLOCK): Likewise.
7347 (__ASSUME_PIPE2): Likewise.
7348 (__ASSUME_EVENTFD2): Likewise.
7349 (__ASSUME_SIGNALFD4): Likewise.
7350 (__ASSUME_DUP3): Likewise.
7351 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7352 (__ASSUME_O_CLOEXEC): Likewise.
7353 (__ASSUME_SOCK_CLOEXEC): Likewise.
7354 (__ASSUME_IN_NONBLOCK): Likewise.
7355 (__ASSUME_PIPE2): Likewise.
7356 (__ASSUME_EVENTFD2): Likewise.
7357 (__ASSUME_SIGNALFD4): Likewise.
7358 (__ASSUME_DUP3): Likewise.
7359 * sysdeps/unix/sysv/linux/mips/kernel-features.h
7360 (__ASSUME_EVENTFD2): Likewise.
7361 (__ASSUME_SIGNALFD4): Likewise.
7362 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7363
315eb1d8
AS
73642014-05-12 Andreas Schwab <schwab@suse.de>
7365
7366 [BZ #16932]
7367 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7368 (_nss_nis_gethostbyname4_r): Return error if item length is larger
7369 than maximum RPC packet size.
7370 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7371 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7372 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7373 (_nss_nis_getservbyport_r): Likewise.
7374
91df99f7
WN
73752014-05-12 Will Newton <will.newton@linaro.org>
7376
7377 * malloc/Makefile (tests): Add tst-mallopt.
7378 * malloc/tst-mallopt.c: New file.
7379
0a982a29
RM
73802014-05-09 Roland McGrath <roland@hack.frob.com>
7381
7382 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7383 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7384
0ded08a5
AZ
73852014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7386
7387 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7388 (tst-tlsmod6.so): Likewise.
7389
55d4d550
RM
73902014-05-09 Roland McGrath <roland@hack.frob.com>
7391
7392 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7393
77d08aca
JM
73942014-05-09 Joseph Myers <joseph@codesourcery.com>
7395
7396 [BZ #16064]
7397 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7398 and <dl-procinfo.h>.
7399 (__fegetenv): Save SSE state in envp->__eip if supported.
7400 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7401 envp->__eip if supported.
7402 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7403 and <dl-procinfo.h>.
7404 (__fesetenv): Always set __eip, __cs_selector, __opcode,
7405 __data_offset and __data_selector in environment to 0. Set SSE
7406 state if supported.
7407 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7408 test-fenv-sse.
7409 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7410 -mfpmath=sse.
7411 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7412
28162f4d
WN
74132014-05-09 Will Newton <will.newton@linaro.org>
7414
7415 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7416 and libc_relro_required for ARM.
7417 * sysdeps/arm/preconfigure: Regenerate.
7418
5a414ff7
DV
74192014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
7420 Stefan Liebler <stli@linux.vnet.ibm.com>
7421
7422 * config.make.in (enable-lock-elision): New Makefile variable.
7423 * configure.ac: Likewise.
7424 * configure: Regenerate.
7425 * sysdeps/s390/configure.ac:
7426 Add check for gcc transactions support.
7427 * sysdeps/s390/configure: Regenerate.
7428 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7429 Build elision files if enabled.
7430 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7431 Add lock elision support for s390.
7432 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7433 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7434 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7435 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7436 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7437 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7438 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7439 Likewise.
7440 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7441 Likewise.
7442 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7443 Likewise.
7444 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7445 Likewise.
7446 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7447 (__lll_timedlock_elision, __lll_lock_elision)
7448 (__lll_unlock_elision, __lll_trylock_elision)
7449 (lll_timedlock_elision, lll_lock_elision)
7450 (lll_unlock_elision, lll_trylock_elision): Add.
7451 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7452 (pthread_mutex_t): Add lock elision support for s390.
7453
1a2f40e5
W
74542014-05-14 Wilco <wdijkstr@arm.com>
7455
7456 * sysdeps/arm/fclrexcpt.c: Cleanup.
7457 * sysdeps/arm/fedisblxcpt.c: Cleanup.
7458 * sysdeps/arm/feenablxcpt.c: Cleanup.
7459 * sysdeps/arm/fegetenv.c: Cleanup.
7460 * sysdeps/arm/fegetexcept.c: Cleanup.
7461 * sysdeps/arm/fegetround.c: Cleanup.
7462 * sysdeps/arm/feholdexcpt.c: Cleanup.
7463 * sysdeps/arm/fesetenv.c: Cleanup.
7464 * sysdeps/arm/fesetround.c: Cleanup.
7465 * sysdeps/arm/feupdateenv.c: Cleanup.
7466 * sysdeps/arm/fgetexcptflg.c: Cleanup.
7467 * sysdeps/arm/fraiseexcpt.c: Cleanup.
7468 * sysdeps/arm/fsetexcptflg.c: Cleanup.
7469 * sysdeps/arm/ftestexcept.c: Cleanup.
7470 * sysdeps/arm/get-rounding-mode.h: Cleanup.
7471 * sysdeps/arm/setfpucw.c: Cleanup.
7472
f63c86fe
WN
74732014-05-09 Will Newton <will.newton@linaro.org>
7474
7475 * sysdeps/arm/armv7/strcmp.S: New file.
7476 * NEWS: Mention addition of ARMv7 optimized strcmp.
7477
7a1a51b5
RM
74782014-05-08 Roland McGrath <roland@hack.frob.com>
7479
95afbbe5
RM
7480 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7481 look for %.ac rather than %.in.
7482
7483 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7484 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7485 * sysdeps/mach/hurd/configure: Regenerated.
7486 * sysdeps/unix/sysv/linux/configure: Regenerated.
7487
7a1a51b5
RM
7488 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7489
5057ad3b
SE
74902014-05-07 Steve Ellcey <sellcey@mips.com>
7491
7492 [BZ# 16922]
7493 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7494 (LONG_SUB): Ditto.
7495 (PTR_SUB): Ditto.
7496
8dc97517
AS
74972014-05-07 Andreas Schwab <schwab@suse.de>
7498
7499 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7500 when skipping over non-matching result from nscd.
7501
ce0c5b8f
OB
75022014-05-07 Ondřej Bílka <neleai@seznam.cz>
7503
7504 [BZ #16876]
7505 * nptl/sockperf.c (client): Check socket return value.
8dc97517 7506
a1189263
OB
7507 [BZ #16877]
7508 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7509 nscd security class.
ce0c5b8f 7510
0f58d252
RM
75112014-05-06 Roland McGrath <roland@hack.frob.com>
7512
7513 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7514 * sysdeps/arm/unwind.h: ... here.
7515
83df9ad0
AJ
75162014-05-06 Aurelien Jarno <aurelien@aurel32.net>
7517
ce0c5b8f
OB
7518 [BZ# 16916]
7519 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7520 Define.
83df9ad0 7521
f360f94a
VR
75222014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
7523
7524 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7525 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7526 multiarch strncpy for PPC64.
7527 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7528 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7529 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7530 multiarch optimizations.
7531 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7532 (__libc_ifunc_impl_list): Likewise.
7533 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7534 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7535 multiarch stpncpy for PPC64.
7536 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7537 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7538
978a41c3
AS
75392014-05-06 Andreas Schwab <schwab@suse.de>
7540
7541 [BZ #16912]
7542 * gmon/mcount.c (_MCOUNT_DECL): Use
7543 atomic_compare_and_exchange_bool_acq instead of
7544 catomic_compare_and_exchange_bool_acq.
7545
eb1ed03d
RM
75462014-05-05 Roland McGrath <roland@hack.frob.com>
7547
fe658845
RM
7548 * elf/Makefile (others, install-bin): Remove pldd.
7549 (pldd-modules): Variable removed.
7550 ($(objpfx)pldd): Target removed.
7551 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7552 (others, install-bin): Append pldd here.
7553 ($(objpfx)pldd): New target.
7554
eb1ed03d
RM
7555 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
7556 to 0, so the first #if test emitted later doesn't see it undefined.
7557 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
7558 * sysdeps/gnu/errlist.c: Regenerated.
7559
19c4bec0
AZ
75602014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7561
7562 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7563 [libc_hidden_builtin_def]: Define to empty value.
7564 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
7565 [libc_hidden_builtin_def]: Likewise.
7566 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
7567 [libc_hidden_builtin_def]: Likewise.
7568 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
7569 [libc_hidden_builtin_def]: Likewise.
7570 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
7571 __redirect_memcpy and define ifunc as default hidden symbol.
7572 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
7573 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
7574
7776e669
AC
75752014-05-04 Adam Conrad <adconrad@0c3.net>
7576
7577 * locale/iso-4217.def: Reintroduce XDR currency.
7578
d69aeb12
AM
75792014-05-04 Allan McRae <allan@archlinux.org>
7580
7581 * po/eo.po: Update Esperanto translation from translation project.
7582
8f1df5cf
CD
75832014-05-02 Carlos O'Donell <carlos@redhat.com>
7584
7585 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
7586 and FEATURE_INDEX_MAX to 1.
7587 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
7588
13e402e7
SE
75892014-05-01 Steve Ellcey <sellcey@mips.com>
7590
7591 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
7592 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
7593 * iconvdata/big5.c (ONE_DIRECTION): Define.
7594 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7595 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7596 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7597 * iconvdata/cp932.c (ONE_DIRECTION): Define.
7598 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7599 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7600 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7601 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7602 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7603 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7604 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7605 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7606 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7607 * iconvdata/gbk.c (ONE_DIRECTION): Define.
7608 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7609 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7610 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7611 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7612 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7613 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7614 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7615 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7616 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7617 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7618 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7619 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7620 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7621 * iconvdata/iso646.c (ONE_DIRECTION): Define.
7622 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7623 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7624 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7625 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7626 * iconvdata/johab.c (ONE_DIRECTION): Define.
7627 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7628 * iconvdata/sjis.c (ONE_DIRECTION): Define.
7629 * iconvdata/t.61.c (ONE_DIRECTION): Define.
7630 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7631 * iconvdata/tscii.c (ONE_DIRECTION): Define.
7632 * iconvdata/uhc.c (ONE_DIRECTION): Define.
7633 * iconvdata/unicode.c (ONE_DIRECTION): Define.
7634 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7635 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7636 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7637
c727f032
RM
76382014-05-01 Roland McGrath <roland@hack.frob.com>
7639
8f2f08d0
RM
7640 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7641 (_IO_JUMPS_OFFSET): Define to 0.
7642
c727f032
RM
7643 * nptl/sysdeps/pthread/bits/libc-lock.h
7644 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7645 (__libc_lock_define_initialized_recursive): Always define using
7646 initializer. Modern compilers treat uninitialized (implicit zero) and
7647 explicit zero initializers the same (i.e. put the datum in bss).
7648
a849e800
AS
76492014-05-01 Andreas Schwab <schwab@linux-m68k.org>
7650
7651 * nscd/nscd-client.h: Include <string.h>.
7652
5331255b
DM
76532014-05-01 David S. Miller <davem@davemloft.net>
7654
7655 [BZ #16885]
7656 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7657 multiple zero bytes exist at the end of a string.
7658 Reported by Aurelien Jarno <aurelien@aurel32.net>
7659
7660 * string/test-strcmp.c (check): Add explicit test for situations where
7661 there are multiple zero bytes after the first.
7662
4fdfe821
AS
76632014-05-01 Andreas Schwab <schwab@linux-m68k.org>
7664
7665 [BZ #16890]
7666 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7667 when compiling wprintf.
7668 * stdio-common/tstdiomisc.c (t3): New function.
7669 (main): Call it.
7670
0cdddc25
SE
76712014-05-01 Steve Ellcey <sellcey@mips.com>
7672
7673 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7674 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7675 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7676 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7677
6426d77e
SE
76782014-05-01 Steve Ellcey <sellcey@mips.com>
7679
7680 * stdlib/longlong.h: Updated from GCC.
7681
6d96f5e4
WN
76822014-05-01 Will Newton <will.newton@linaro.org>
7683 Bernard Ogden <bernie.ogden@linaro.org>
7684
7470db0c
WN
7685 * NEWS: Update fixed bug list.
7686
6d96f5e4
WN
7687 [BZ #15119]
7688 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7689
211d653c
DM
76902014-04-30 David S. Miller <davem@davemloft.net>
7691
4fa262fa
DM
7692 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7693 (libc_feholdexcept_setround_sparc_ctx): New function.
7694 (libc_fesetenv_sparc_ctx): Likewise.
7695 (libc_feupdateenv_sparc_ctx): Likewise.
7696 (libc_feholdsetround_sparc_ctx): Likewise.
7697 (libc_feholdexcept_setround_ctx): Define.
7698 (libc_feholdexcept_setroundf_ctx): Likewise.
7699 (libc_feholdexcept_setroundl_ctx): Likewise.
7700 (libc_fesetenv_ctx): Likewise.
7701 (libc_fesetenvf_ctx): Likewise.
7702 (libc_fesetenvl_ctx): Likewise.
7703 (libc_feupdateenv_ctx): Likewise.
7704 (libc_feupdateenvf_ctx): Likewise.
7705 (libc_feupdateenvl_ctx): Likewise.
7706 (libc_feresetround_ctx): Likewise.
7707 (libc_feresetroundf_ctx): Likewise.
7708 (libc_feresetroundl_ctx): Likewise.
7709 (libc_feholdsetround_ctx): Likewise.
7710 (libc_feholdsetroundf_ctx): Likewise.
7711 (libc_feholdsetroundl_ctx): Likewise.
7712
1d3d93ef
DM
7713 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7714 with __USE_GNU instead of XOPEN cpp guards.
7715
8aa583c3
DM
7716 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7717 0.
7718
211d653c
DM
7719 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7720 with XOPEN cpp guards.
7721
60c8f1f6
JB
77222014-04-30 Julian Brown <julian@codesourcery.com>
7723
7724 [BZ #16888]
7725 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7726 handling.
7727
9a461d46
JM
77282014-04-30 Joseph Myers <joseph@codesourcery.com>
7729
d0f5b3f8
JM
7730 [BZ #9894]
7731 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7732 Change to 2.6.32.
7733 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7734 * sysdeps/unix/sysv/linux/configure: Regenerated.
7735 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7736 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7737 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7738 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7739 * README: Update reference to required Linux kernel version.
7740 * manual/install.texi (Linux): Update reference to required Linux
7741 kernel headers version.
7742 * INSTALL: Regenerated.
7743
9a461d46
JM
7744 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
7745 header inclusion.
7746 [POSIX] (limits.h): Likewise.
7747 [POSIX] (math.h): Likewise.
7748 [POSIX] (sys/wait.h): Likewise.
7749 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7750 function.
7751 [POSIX] (stddef.h): Do not allow header inclusion.
7752
1775babf
AZ
77532014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7754
57f41c40 7755 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 7756
8f630cca
YY
77572014-04-30 Yang Yingliang <yangyingliang@huawei.com>
7758
7759 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7760 Return immediately after lll_futex_wake.
7761
1cdeb237
SP
77622014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
7763
bc8f194c
SP
7764 [BZ #16791]
7765 * nscd/nscd-client.h (datahead_init_common): Initialize entire
7766 structure.
7767 (datahead_init_pos): Call datahead_init_common early.
7768 (datahead_init_neg): Likewise.
7769
1cdeb237
SP
7770 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7771 datahead_init_neg): New functions.
7772 * nscd/aicache.c (addhstaiX): Use them.
7773 * nscd/grpcache.c (cache_addgr): Likewise.
7774 * nscd/hstcache.c (cache_addhst): Likewise.
7775 * nscd/initgrcache.c (addinitgroupsX): Likewise.
7776 * nscd/netgroupcache.c (do_notfound): Likewise.
7777 (addgetnetgrentX): Likewise.
7778 (addinnetgrX): Likewise.
7779 * nscd/pwdcache.c (cache_addpw): Likewise.
7780 * nscd/servicescache.c (cache_addserv): Likewise.
7781
16b293a7
SP
77822014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
7783 Atsushi Onoe <atsushi@onoe.org>
7784
7785 [BZ #14308]
7786 [BZ #12994]
7787 [BZ #13651]
7788 * resolv/res_query.c (__libc_res_nsearch): Return if at least
7789 one response is valid.
7790 * resolv/res_send.c (send_dg): Check for validity of other
7791 response if the current response is a referral.
7792
a28a9b94
SE
77932014-04-29 Steve Ellcey <sellcey@mips.com>
7794
7795 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7796
2ca180e9
SL
77972014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
7798
7799 [BZ #16823]
7800 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7801 Always divide by positive zero when computing -Inf result.
7802 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7803 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7804
18f2945a
AZ
78052014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7806
7807 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7808 FPSCR if value do not change.
7809 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7810 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7811 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7812 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7813 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7814 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7815 function.
7816
5abebba4
CD
78172014-05-29 Carlos O'Donell <carlos@systemhalted.org>
7818
7819 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7820 * sysdeps/unix/sysv/linux/hppa: Move directory from
7821 ports/systeps/unix/sysv/linux/hppa.
7822 * README: Update listing for hppa-*-linux-gnu.
7823
f7ed60c2
OB
78242014-04-28 Ondřej Bílka <neleai@seznam.cz>
7825
fff763a5
OB
7826 [BZ #16754]
7827 * manual/stdio.texi (Hook functions): Fix types of stream hook
7828 functions.
f7ed60c2
OB
7829 [BZ #16854]
7830 * socket/sys/socket.h: Fix typo in comment.
7831
df639d73
WD
78322014-04-28 Wilco <wdijkstr@arm.com>
7833
f7ed60c2 7834 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
7835 * sysdeps/arm/math_private.h: New file.
7836 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7837
48332d82
L
78382014-04-25 H.J. Lu <hongjiu.lu@intel.com>
7839
7840 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7841 with __int128_t.
7842 (La_x86_64_retval): Likewise.
7843
e5e0d9a4
IB
78442014-04-24 Ian Bolton <ian.bolton@arm.com>
7845
7846 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7847 fpsr if value didn't change.
7848 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7849 to fpcr if value didn't change.
7850 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7851 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7852 fpsr or fpcr if value didn't change.
7853 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7854 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7855 fpcr if value didn't change.
7856 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7857 to fpsr if value didn't change.
7858
bacc75f7
SP
78592014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
7860
7861 * nptl/tst-sem3.c: Use test-skeleton.c
7862 (main): Rename to do_test. Use return instead of
7863 exit.
7864 * nptl/tst-sem4.c: Use test-skeleton.c
7865 (main): Rename to do_test.
7866
a059d359
DM
78672014-04-22 David S. Miller <davem@davemloft.net>
7868
7869 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7870 (struct sigaction): New struct member __glibc_reserved0, change
7871 type of sa_flags to int.
7872
ea6c92f3
YZ
78732014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
7874
7875 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7876 (COUNT_LEADING_ZEROS_0): Define for AArch64.
7877
766c4a36
SP
78782014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
7879
7880 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7881 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7882
140cc7ab
VK
78832014-04-22 Will Newton <will.newton@linaro.org>
7884 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
7885
7886 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7887 (__longjmp): Add longjmp and longjmp_target SystemTap
7888 probes.
7889 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7890 (__sigsetjmp): Add setjmp SystemTap probe.
7891
c54e5cf7
CD
78922014-04-17 Carlos O'Donell <carlos@redhat.com>
7893
7894 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7895 match manual order.
7896
75ffb047
AZ
78972014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7898
7899 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7900
2cd925f7
AZ
7901 * sysdeps/powerpc/fpu/fenv_private.h
7902 (libc_feholdexcept_setroundl_ctx): Define to
7903 libc_feholdexcept_setround_ppc_ctx.
7904 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7905 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7906 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7907 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7908
39e6cd8d
IB
79092014-04-17 Ian Bolton <ian.bolton@arm.com>
7910
7911 * sysdeps/aarch64/math-tests.h: New file.
7912
f9281df9
SY
79132014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
7914
7915 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7916 New.
7917 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7918 Check and set bit_AVX2_Usable.
7919 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7920 macro.
7921 (bit_AVX2): Likewise.
7922 (index_AVX2_Usable): Likewise.
7923 (CPUID_AVX2): Likewise.
7924 (HAS_AVX2): Likewise.
7925
37d35007
WN
79262014-04-17 Will Newton <will.newton@linaro.org>
7927
7c677662
WN
7928 * manual/setjmp.texi (System V contexts): Add note that
7929 calling setcontext on a context created by a call to a
7930 signal handler is undefined. Update text to note that
7931 setcontext from a signal handler is possible but not
7932 recommended.
7933
37d35007 7934 [BZ #16629]
e04a4e9d
WN
7935 * stdlib/tst-setcontext.c: Include signal.h.
7936 (main): Check that the signal stack before and
7937 after swapcontext is the same.
7938
37d35007
WN
7939 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7940 Re-implement to restore registers in user code and avoid
7941 rt_sigreturn system call.
7942
423a7160
W
79432014-04-17 Wilco <wdijkstr@arm.com>
7944
7945 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7946 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7947 * math/test-fenv.c: Skip exception trap tests on targets which only
7948 support non-stop mode.
7949
bc93ab29
IB
79502014-04-17 Ian Bolton <ian.bolton@arm.com>
7951 Wilco Dijkstra <wilco.dijkstra@arm.com>
7952
7953 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7954 (libc_feholdsetround_aarch64_ctx)
7955 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
7956 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
7957 (libc_feresetround_ctx, libc_feresetroundf_ctx)
7958 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
7959 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
7960 (libc_feresetround_noexl_ctx): Define.
7961
95fc5fa3
RH
79622014-04-16 Richard Henderson <rth@redhat.com>
7963
ddb04724
RH
7964 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
7965
d77c0899
RH
7966 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
7967 unwind tables.
7968
a3df56fc
RH
7969 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
7970 const from the non-libc, non-ldso copy.
7971
95fc5fa3
RH
7972 * sysdeps/alpha/libm-test-ulps: Regenerate.
7973
7e0b6763
IB
79742014-04-16 Ian Bolton <ian.bolton@arm.com>
7975 Wilco Dijkstra <wilco.dijkstra@arm.com>
7976
7977 * sysdeps/aarch64/fpu/math_private.h: New file.
7978
a9ea2e0c
MS
79792014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
7980
7981 * sysdeps/aarch64/libm-test-ulps: Regenerate.
7982
ea8ba7cd
IZ
79832014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
7984
7e54fd04 7985 [BZ #16275]
ea8ba7cd
IZ
7986 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
7987 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
7988 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
7989 Intel MPX bound registers before _dl_profile_fixup.
7990 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
7991 registers after _dl_profile_fixup. Save and restore bound
7992 registers bnd0/bnd1 when calling _dl_call_pltexit.
7993 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
7994 (LR_BND_OFFSET): Likewise.
7995 (LRV_BND0_OFFSET): Likewise.
7996 (LRV_BND1_OFFSET): Likewise.
7997
9f2a4fbc
ST
79982014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
7999
8000 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
8001 to...
8002 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
8003 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
8004 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
8005 fields.
9f2a4fbc 8006
fd15a59b
ST
80072014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
8008
8009 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
8010
f19dfa0a
SL
80112014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
8012
8013 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8014
4fa8bc3b
SL
80152014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
8016
8017 [BZ #14770]
8018 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
8019 * sysdeps/s390/configure: Regenerate.
8020
8ea587db
SL
8021 [BZ #16824]
8022 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
8023 Set round-to-nearest internally to reduce error accumulation.
8024
aa5f0ff1
AM
80252014-04-16 Alan Modra <amodra@gmail.com>
8026
8027 [BZ #16740]
8028 [BZ #16619]
8029 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
8030 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 8031 * NEWS: Update fixed bug list.
aa5f0ff1 8032
bb9c256f
SP
80332014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
8034
8035 * benchtests/Makefile: Depend on libraries in build directory.
8036 (bench-math): Separate out math tests.
8037 (bench-pthread): Separate out pthread tests.
8038 (bench): Include math and pthread tests.
8039
f737dfd0
CD
80402014-04-14 Carlos O'Donell <carlos@redhat.com>
8041
8042 [BZ #16831]
8043 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8044 _dl_debug_initialize.
8045
0699f766
CD
8046 * configure.ac: Remove SELinux header check.
8047 * configure: Regenerate.
8048 * nscd/selinux.c (perms): Array of const char* to permission names.
8049 (nscd_request_avc_has_perm): Call security_deny_unknown to find
8050 default policy. Call string_to_security_class and string_to_av_perm to
8051 translate strings. Enforce default policy and call avs_has_perm with
8052 results of translated strings.
8053
809bd45f
DM
80542014-04-13 David S. Miller <davem@davemloft.net>
8055
8056 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8057
89e691f2
AM
80582014-04-12 Allan McRae <allan@archlinux.org>
8059
8060 [BZ #16838]
8061 * manual/string.texi (Collation Functions): Fix qsort argument
8062 order in example.
8063 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8064
9c9daaeb
CM
80652014-04-11 Chris Metcalf <cmetcalf@tilera.com>
8066
8067 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8068 Make the test a no-op if there are no exceptions defined.
8069
95561fb9
PP
80702014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
8071
fe8d072c 8072 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
8073 enable-hardcoded-path-in-tests
8074
970c602a
WN
80752014-04-11 Will Newton <will.newton@linaro.org>
8076
8077 * benchtests/Makefile (extra-objs): Add json-lib.o.
8078 (bench-func): Tidy up JSON output.
8079 * benchtests/bench-skeleton.c: Include json-lib.h.
8080 (main): Use JSON library functions to do output of
8081 benchmark results.
8082 * benchtests/bench-timing-type.c (main): Output the
8083 timing type simply, leaving formatting to the user.
8084 * benchtests/json-lib.c: New file.
8085 * benchtests/json-lib.h: Likewise.
8086
36875b06
TR
80872014-04-11 Torvald Riegel <triegel@redhat.com>
8088
8089 [BZ #15215]
8090 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8091 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
8092 memory barriers. Add comments.
8093 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8094 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8095 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8096 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8097 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8098 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8099
579db35a
SL
81002014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
8101
8102 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8103 * sysdeps/s390/s390-64/configure.ac: ... this ...
8104 * sysdeps/s390/configure.ac: ... to here.
8105 * sysdeps/s390/s390-32/configure: Delete file.
8106 * sysdeps/s390/s390-64/configure: Delete file.
8107 * sysdeps/s390/configure: Regenerate.
8108
c12e9f37
JAPH
81092014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
8110
8111 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8112
439bda32
WN
81132014-04-11 Will Newton <will.newton@linaro.org>
8114
8115 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8116 to zero if it is not defined elsewhere. (mtrim): Test
8117 the value of MALLOC_DEBUG with #if rather than #ifdef.
8118
6a5d6ea1
TR
81192014-04-10 Torvald Riegel <triegel@redhat.com>
8120
8121 * benchtests/pthread_once-inputs: New file.
8122 * benchtests/pthread_once-source.c: New file.
8123 * benchtests/README: Update documentation.
8124
a4c75cfd
IZ
81252014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
8126 H.J. Lu <hongjiu.lu@intel.com>
8127
7e54fd04 8128 [BZ #16275]
a4c75cfd
IZ
8129 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8130 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8131 * sysdeps/x86_64/configure: Regenerated.
8132 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8133 macro.
8134 (REGISTER_SAVE_RAX): Likewise.
8135 (REGISTER_SAVE_RCX): Likewise.
8136 (REGISTER_SAVE_RDX): Likewise.
8137 (REGISTER_SAVE_RSI): Likewise.
8138 (REGISTER_SAVE_RDI): Likewise.
8139 (REGISTER_SAVE_R8): Likewise.
8140 (REGISTER_SAVE_R9): Likewise.
8141 (REGISTER_SAVE_BND0): Likewise.
8142 (REGISTER_SAVE_BND1): Likewise.
8143 (REGISTER_SAVE_BND2): Likewise.
8144 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
8145 bound registers when calling _dl_fixup.
8146
27822ce6
AZ
81472014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8148
8149 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
8150 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8151 of its definition.
27822ce6
AZ
8152 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8153 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8154 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8155 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8156 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8157 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8158 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8159
a88ddc90
PTB
81602014-04-09 Peter Brett <peter@peter-b.co.uk>
8161
8162 [BZ #15514]
8163 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8164 pathconf(_PC_NAME_MAX).
8165
01f8eac2
AZ
81662014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8167
8168 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8169 Remove macro usage.
8170 (__PTHREAD_SPINS): Move definition to ...
8171 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8172 (__PTHREAD_SPINS): ... here.
8173 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8174 (__PTHREAD_SPIN): Likewise.
8175 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8176 (__PTHREAD_SPIN): Likewise.
8177 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8178 (__PTHREAD_SPIN): Likewise.
8179 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8180 (__PTHREAD_SPIN): Likewise.
8181 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8182 (__PTHREAD_SPIN): Likewise.
8183 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8184 (__PTHREAD_SPIN): Likewise.
8185 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8186 (__PTHREAD_SPIN): Likewise.
8187 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8188 (__PTHREAD_SPIN): Likewise.
8189 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8190 (__PTHREAD_SPIN): Likewise.
8191 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8192 (__PTHREAD_SPIN): Likewise.
8193 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8194 (__PTHREAD_SPIN): Likewise.
8195 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8196 (__PTHREAD_SPIN): Likewise.
8197
de21c33c
AZ
8198 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8199 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8200 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8201 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8202 imply folder.
8203 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8204 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8205 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8206 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8207 correct imply path.
8208 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8209 strlen symbol for non multi-arch builds.
8210 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8211 missing hidden_def and weak_alias.
8212
862c472e
CD
82132014-04-08 Carlos O'Donell <carlos@redhat.com>
8214
8215 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8216
8667f90e
WN
82172014-04-07 Will Newton <will.newton@linaro.org>
8218
8219 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8220 and contents. [!_LIBC] Remove #ifndef and contents.
8221 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
8222 * string/memccpy.c (__memccpy): Use ANSI prototype.
8223 * string/memfrob.c (memfrob): Likewise.
8224 * string/strcoll.c (STRCOLL): Likewise.
8225 * string/strlen.c (strlen): Likewise.
8226 * string/strtok.c (STRTOK): Likewise.
8227 * string/strcat.c: Remove unused #include of memcopy.h.
8228 (strcat): Use ANSI prototype.
8229 * string/strchr.c: Remove unused #include of memcopy.h.
8230 (strchr): Use ANSI prototype.
8231 * string/strcmp.c: Remove unused #include of memcopy.h.
8232 (strcmp): Use ANSI prototype.
8233 * string/strcpy.c: Remove unused #include of memcopy.h.
8234 (strcpy): Use ANSI prototype.
8235
7ffa9423
AZ
82362014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8237
8238 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8239 * config.make.in (config-extra-cppflags): Set it from
8240 libc_extra_cppflags.
8241 * configure.ac (libc_extra_cflags): Make it accumulate over
8242 configure fragments.
8243 (libc_extra_cppflags): New flag.
8244 * configure. Regenerate.
8245 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
8246 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8247 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
8248 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8249
8bd70862
AZ
8250 [BZ #16815]
8251 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8252 result for FE_DOWNWARD rounding mode.
8253 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8254 Likewise.
8255 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8256
d42f3448
CM
82572014-04-04 Chris Metcalf <cmetcalf@tilera.com>
8258
8259 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8260 in function argument name.
8261
1c21d115
DS
82622014-04-03 David Svoboda <svoboda@cert.org>
8263
8264 [BZ #5666]
8265 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8266 explicitly.
8267
fcccd512
RM
82682014-04-03 Roland McGrath <roland@hack.frob.com>
8269
8270 * elf/dl-unmap-segments.h: New file.
8271 * sysdeps/generic/ldsodefs.h
8272 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8273 * elf/dl-close.c: Include <dl-unmap-segments.h>.
8274 * elf/dl-fptr.c: Likewise.
8275 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8276 * sysdeps/aarch64/tlsdesc.c: Likewise.
8277 * sysdeps/arm/tlsdesc.c: Likewise.
8278 * sysdeps/i386/tlsdesc.c: Likewise.
8279 * sysdeps/tile/dl-runtime.c: Likewise.
8280 * sysdeps/x86_64/tlsdesc.c: Likewise.
8281 * elf/dl-load.h: New file.
8282 * elf/dl-load.c: Include it.
8283 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8284 Macros moved to dl-load.h.
8285 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8286 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8287 Use _dl_unmap_segments in place of __munmap.
8288 Break out segment-mapping loop into ...
8289 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8290
f6488e2b
WN
82912014-04-03 Will Newton <will.newton@linaro.org>
8292
8293 * elf/dl-lookup.c (do_lookup_x): Remove comment
8294 referring to nested function and move variable
8295 declarations down to before first use.
8296
6f05bafe
JM
82972014-04-02 Joseph Myers <joseph@codesourcery.com>
8298
a84e78c8
JM
8299 [BZ #16799]
8300 [BZ #16800]
8301 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8302 with 0 numerator.
8303 * math/s_catanf.c (__catanf): Likewise.
8304 * math/s_catanh.c (__catanh): Likewise.
8305 * math/s_catanhf.c (__catanhf): Likewise.
8306 * math/s_catanhl.c (__catanhl): Likewise.
8307 * math/s_catanl.c (__catanl): Likewise.
8308 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8309 by positive zero when computing -Inf result.
8310 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8311 (catanh_test): Likewise.
8312 * sysdeps/i386/fpu/libm-test-ulps: Update.
8313 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8314
6f05bafe
JM
8315 [BZ #16789]
8316 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8317 instead of using underflowing value in computing result.
8318 * math/s_clog10.c (__clog10): Likewise.
8319 * math/s_clog10f.c (__clog10f): Likewise.
8320 * math/s_clog10l.c (__clog10l): Likewise.
8321 * math/s_clogf.c (__clogf): Likewise.
8322 * math/s_clogl.c (__clogl): Likewise.
8323 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8324 (clog10_test): Likewise.
8325 * sysdeps/i386/fpu/libm-test-ulps: Update.
8326 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8327
b0abbc21
AM
83282014-04-02 Alan Modra <amodra@gmail.com>
8329
8330 [BZ #16739]
8331 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8332 output when value is near a power of two. Use int64_t for lx and
8333 remove casts. Use decimal rather than hex exponent constants.
8334 Don't use long double multiplication when double will suffice.
8335 * math/libm-test.inc (nextafter_test_data): Add tests.
8336 * NEWS: Add 16739 and 16786 to bug list.
8337
af6b1797
AM
8338 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8339
483818d7
AM
8340 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8341
f6c55796
WN
83422014-04-01 Will Newton <will.newton@linaro.org>
8343
8344 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8345 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
8346
13f7fe35
FW
83472014-04-01 Florian Weimer <fweimer@redhat.com>
8348
8349 [BZ #13347]
8350 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8351 * nptl/tst-setuid2.c: New file.
8352 * nptl/Makefile (xtests): Add tst-setuid2.
8353
c859b32e
AM
83542014-04-01 Alan Modra <amodra@gmail.com>
8355
8356 [BZ #16786]
8357 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8358
54fa2475
JM
83592014-03-31 Joseph Myers <joseph@codesourcery.com>
8360
8795b4a4
JM
8361 [BZ #6803]
8362 [BZ #6804]
8363 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8364 set errno as appropriate.
8365 * math/w_scalbf.c (__scalbf): Likewise.
8366 * math/w_scalbl.c (__scalbl): Likewise.
8367 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8368 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8369 * math/libm-test.inc (scalb_test_data): Add errno expectations.
8370 Add more NaN tests.
8371
54fa2475
JM
8372 [BZ #16349]
8373 * math/w_atan2.c: Include <errno.h>.
8374 (__atan2): Set errno for result underflowing to zero.
8375 * math/w_atan2f.c: Include <errno.h>.
8376 (__atan2f): Set errno for result underflowing to zero.
8377 * math/w_atan2l.c: Include <errno.h>.
8378 (__atan2l): Set errno for result underflowing to zero.
8379 * math/auto-libm-test-in: Don't allow missing errno for some atan2
8380 tests.
8381 * math/auto-libm-test-out: Regenerated.
8382
757d9dd5
AZ
83832014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8384
8385 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8386 Encode instruction correctly in little endian.
8387 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8388 Likewise.
8389 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8390 Likewise.
8391 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8392 Likewise.
8393 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8394 Likewise.
8395
d7a68734
JM
83962014-03-31 Joseph Myers <joseph@codesourcery.com>
8397
47c5adeb
JM
8398 [BZ #9894]
8399 * sysdeps/unix/sysv/linux/kernel-features.h
8400 [__sparc__ && !__arch64__ && !__sparc_v9__]
8401 (__ASSUME_SET_ROBUST_LIST): Do not define.
8402 [__sparc__ && !__arch64__ && !__sparc_v9__]
8403 (__ASSUME_FUTEX_LOCK_PI): Likewise.
8404 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8405 Likewise.
8406 * sysdeps/unix/sysv/linux/arm/kernel-features.h
8407 (__ASSUME_FUTEX_LOCK_PI): Undefine.
8408 (__ASSUME_REQUEUE_PI): Likewise.
8409 (__ASSUME_SET_ROBUST_LIST): Likewise.
8410 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8411 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8412 Undefine.
8413 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8414 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8415 Likewise.
8416 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8417 Likewise.
8418 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8419 Likewise.
8420 * sysdeps/unix/sysv/linux/mips/kernel-features.h
8421 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8422 Undefine.
8423 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8424 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8425 Likewise.
8426
d7a68734
JM
8427 [BZ #16648]
8428 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8429 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8430 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8431
c760f5c2
WN
84322014-03-31 Will Newton <will.newton@linaro.org>
8433
8434 * benchtests/Makefile (bench): Add ffs and ffsll to list
8435 of tests.
8436 * benchtests/ffs-inputs: New file.
8437 * benchtests/ffsll-inputs: Likewise.
8438
ea6029b1
JM
84392014-03-29 Joseph Myers <joseph@codesourcery.com>
8440
8441 [BZ #16770]
8442 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8443 too large before casting to int.
8444 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8445 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8446 * math/libm-test.inc (scalb_test_data): Add more tests.
8447
cf806aff
SP
84482014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
8449
56737508
SP
8450 * benchtests/Makefile (DETAILED_OPT): New make option.
8451 (bench-func): Run benchmark program with -d if DETAILED_OPT is
8452 set.
8453 * benchtests/bench-skeleton.c: Include stdbool.h.
8454 (main): Store and print timings per input.
8455 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8456 member to each argument value.
8457 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8458 (_print_arg_data): Initialize per-input timing to 0.
8459
cb5e4aad
SP
8460 * benchtests/Makefile (timing-type): New binary.
8461 (bench-clean): Also remove bench-timing-type.
8462 (bench): New target for timing-type.
8463 (bench-func): Print output in JSON format.
8464 * benchtests/bench-skeleton.c (main): Print output in JSON
8465 format.
8466 * benchtests/bench-timing-type.c: New file.
8467 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8468 (TIMING_PRINT_STATS): Remove.
8469 * benchtests/scripts/bench.py (_print_arg_data): Store variant
8470 name separately.
8471
cf806aff
SP
8472 * benchtests/bench-modf.c: Remove.
8473 * benchtests/modf-inputs: New inputs file.
8474
289e0779
JM
84752014-03-28 Joseph Myers <joseph@codesourcery.com>
8476
8477 [BZ #16362]
8478 * math/s_clog10.c (M_PI_LOG10E): New macro.
8479 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8480 imaginary parts are 0.
8481 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8482 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8483 imaginary parts are 0.
8484 * math/s_clog10l.c (M_PI_LOG10El): New macro.
8485 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8486 imaginary parts are 0.
8487 * math/libm-test.inc (clog10_test_data): Update expected results
8488 for when real and imaginary parts are 0.
8489
277ae3f1
PP
84902014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
8491
8492 * elf/dl-load.c: Finish conversion of __builtin_expect into
8493 __glibc_{un}likely.
8494
03a7091f
JM
84952014-03-27 Joseph Myers <joseph@codesourcery.com>
8496
8497 [BZ #16348]
8498 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8499 1+x for argument with exponent below -67.
8500 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8501 Likewise.
8502 * math/auto-libm-test-in: Add more tests of exp.
8503 * math/auto-libm-test-out: Regenerated.
8504
ea7d8b95
SP
85052014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
8506
dd3022d7
SP
8507 [BZ #16759]
8508 * inet/getnetgrent_r.c (get_nonempty_val): New function.
8509 (nscd_getnetgrent): Use it.
8510
ea7d8b95
SP
8511 [BZ #16760]
8512 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8513 of stpcpy.
8514
df5b85da
AK
85152014-03-27 Andi Kleen <ak@linux.intel.com>
8516
57f41c40
AS
8517 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8518 (lll_robust_lock, lll_cond_lock, lll_timedlock)
8519 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8520 (lll_robust_unlock): Remove out of line section. Use cfi
8521 intrinsics.
df5b85da 8522 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
8523 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
8524 (lll_robust_lock, lll_cond_lock, lll_timedlock)
8525 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8526 (lll_robust_unlock): Remove out of line section. Use cfi
8527 intrinsics.
df5b85da
AK
8528 (LLL_STUB_UNWIND_INFO*): Remove.
8529
fbd6b5a4
SP
85302014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
8531
8532 [BZ #16758]
8533 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8534 blank values.
8535
1b26b855
PP
85362014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
8537
8538 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8539
9be36fb8
JM
85402014-03-26 Joseph Myers <joseph@codesourcery.com>
8541
8542 [BZ #16198]
8543 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8544 fnstenv.
8545 * math/test-fenv-preserve.c: New file.
8546 * math/Makefile (tests): Add test-fenv-preserve.
8547
60a2f3c1
WN
85482014-03-26 Will Newton <will.newton@linaro.org>
8549
8550 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8551
a5e5f1e2
RM
85522014-03-25 Roland McGrath <roland@hack.frob.com>
8553
8554 * scripts/versionlist.awk: Partition the version sets and emit all
8555 GLIBC_* (sorted) before all others (sorted).
8556
00f4012a
JM
85572014-03-25 Joseph Myers <joseph@codesourcery.com>
8558
8559 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
8560 GLIBC_2.2.5 version.
8561
7bc5a741
AZ
85622014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8563
8564 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
8565 calls.
8566
7578473b
AZ
8567 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
8568 previous change.
8569
f3f1dab3
AZ
8570 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8571
6da36183
AS
85722014-03-25 Andreas Schwab <schwab@suse.de>
8573
8574 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
8575 label to be used after in6ailist is initialized.
8576
f3f1dab3 85772014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 8578
7578473b 8579 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
8580 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8581
046651c1
JM
85822014-03-25 Joseph Myers <joseph@codesourcery.com>
8583
8584 [BZ #16357]
8585 [BZ #16599]
8586 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
8587 min_plus_half.
8588 (fp_formats): Update initializers.
8589 (init_fp_formats): Initialize new field.
8590 (output_for_one_input_case): Allow underflow for results up to
8591 min_plus_half.
8592 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
8593 * math/auto-libm-test-in: Don't mark some underflows from asin and
8594 atanh as spurious.
8595 * math/auto-libm-test-out: Regenerated.
8596 * sysdeps/i386/fpu/libm-test-ulps: Update.
8597 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8598
003e49ed
AS
85992014-03-25 Andreas Schwab <schwab@suse.de>
8600
8601 * libio/Makefile (tst-ftell-partial-wide-ENV)
8602 (tst-ftell-active-handler-ENV): Define.
8603
de031874
SL
86042014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
8605
8606 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8607
55a81e3b
PP
86082014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
8609
8610 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8611
f3426898
JM
86122014-03-24 Joseph Myers <joseph@codesourcery.com>
8613
8614 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8615 * sysdeps/x86_64/fpu/multiarch/e_exp.c
8616 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8617
a42faf59
PP
86182014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
8619
8620 [BZ #16634]
a42faf59 8621 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
8622 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8623 (open_path): Change from boolean 'secure' to complete flag 'mode'
8624 (_dl_map_object): Adjust.
a42faf59
PP
8625 * elf/Makefile (tests): Add tst-dlopen-aout.
8626 * elf/tst-dlopen-aout.c: New test.
8627
50936127
SL
86282014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
8629
8630 [BZ #16714]
8631 * sysdeps/unix/sysv/linux/s390/bits/stat.h
8632 (struct stat): Rename member pad0 to __glibc_reserved0.
8633
26011b5c
SL
8634 [BZ #16712]
8635 * sysdeps/s390/s390-32/bits/wordsize.h
8636 (__WORDSIZE32_SIZE_ULONG): New define.
8637 * sysdeps/s390/s390-64/bits/wordsize.h
8638 (__WORDSIZE32_SIZE_ULONG): Likewise.
8639 * sysdeps/generic/stdint.h (SIZE_MAX):
8640 Define as UL if __WORDSIZE32_SIZE_ULONG.
8641
a2d86bf1
SL
8642 [BZ #16713]
8643 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8644 (__glibc_reserved0): New variable.
8645 (sa_flags): Change type to int.
8646
78b6eebc
SL
8647 * posix/Makefile (before-compile): Use += before-compile instead
8648 of a :=.
8649
f1399b5a
SL
8650 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8651 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8652
a071766e
AS
86532014-03-20 Andreas Schwab <schwab@suse.de>
8654
8655 [BZ #16743]
8656 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8657 non-matching result from nscd.
8658
27c673b8
SP
86592014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
8660
8661 * scripts/bench.py: Moved to ...
8662 * benchtests/scripts/bench.py: ... here.
8663 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8664
44152e4b
AS
86652014-03-24 Andreas Schwab <schwab@suse.de>
8666
8667 [BZ #16002]
8668 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8669 alloca_account and account alloca use for struct in6ailist.
8670
b376a11a
JM
86712014-03-24 Joseph Myers <joseph@codesourcery.com>
8672
8673 [BZ #16284]
8674 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8675 rounding mode to recompute results that overflow to infinity or
8676 underflow to zero.
8677 * math/auto-libm-test-in: Don't mark tests as expected to fail for
8678 bug 16284.
8679 * math/auto-libm-test-out: Regenerated.
8680 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8681 (ccosh_test): Likewise.
8682 (csin_test_data): Use plus_oflow.
8683 (csin_test): Use ALL_RM_TEST.
8684 (csinh_test_data): Use plus_oflow.
8685 (csinh_test): Use ALL_RM_TEST.
8686 * sysdeps/i386/fpu/libm-test-ulps: Update.
8687 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8688
f7be7376
JM
86892014-03-21 Joseph Myers <joseph@codesourcery.com>
8690
1ca2d03e
JM
8691 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8692 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8693 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8694
f7be7376
JM
8695 [BZ #16731]
8696 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8697 when x - 1 is zero.
8698 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8699 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8700 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8701 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8702 argument is 1.
8703 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8704 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8705 zero.
8706 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8707 * sysdeps/i386/fpu/libm-test-ulps: Update.
8708 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8709
fdf4534d
SP
87102014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
8711
df26ea53
SP
8712 * scripts/bench.pl: Remove file.
8713 * scripts/bench.py: New benchmark script.
8714 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8715 * benchtests/README: Mention python dependency.
8716 * scripts/pylintrc: New file.
8717 * scripts/pylint: New file.
8718
fdf4534d
SP
8719 * bits/mathdef.h: Use #ifdef instead of #if.
8720 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8721 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8722 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8723 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8724 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8725 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8726
6f23d093
AZ
87272014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8728 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
8729
8730 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8731 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8732 and strpbrk-ppc64 objects.
8733 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8734 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8735 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8736 multiarch strpbrk for POWER7.
8737 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8738 multiarch strpbrk for PPC64.
8739 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8740 ifunc selector.
8741 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8742 strpbrk for POWER7.
8743
8c92dfff
JM
87442014-03-20 Joseph Myers <joseph@codesourcery.com>
8745
8746 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8747 (atan_test): Likewise.
8748 (atanh_test_data): Use NO_TEST_INLINE for two tests.
8749 (atanh_test): Use ALL_RM_TEST.
8750 (atan2_test_data): Likewise.
8751 (cabs_test): Likewise.
8752 (cacosh_test): Likewise.
8753 (carg_test): Likewise.
8754 (casin_test): Likewise.
8755 (casinh_test): Likewise.
8756 (cbrt_test): Likewise.
8757 (csqrt_test): Likewise.
8758 (erf_test): Likewise.
8759 (erfc_test): Likewise.
8760 (pow10_test): Likewise.
8761 (exp2_test): Likewise.
8762 (hypot_test): Likewise.
8763 (j0_test): Likewise.
8764 (j1_test): Likewise.
8765 (lgamma_test): Likewise.
8766 (gamma_test): Likewise.
8767 (sincos_test): Likewise.
8768 (tanh_test): Likewise.
8769 (y0_test): Likewise.
8770 (y1_test): Likewise.
8771 * sysdeps/i386/fpu/libm-test-ulps: Update.
8772 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8773
6eaf95cb
AZ
87742014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8775
a387428c
SP
8776 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8777 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
8778 and strcspn-ppc64 objects.
8779 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8780 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8781 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8782 multiarch strcspn for POWER7.
8783 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8784 multiarch strcspn for PPC64.
8785 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8786 ifunc selector.
8787 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8788 strcspn for POWER7.
8789
ae3a5dff
JM
87902014-03-20 Joseph Myers <joseph@codesourcery.com>
8791
8792 * math/gen-libm-test.pl (generate_testfile): Expect only function
8793 name as argument to AUTO_TESTS_* and pass results for all rounding
8794 modes to parse_args.
8795 (parse_auto_input): Separate inputs of automatic tests from
8796 outputs before storing in %auto_tests.
8797 * math/libm-test.inc (acos_test_data): Update call to
8798 AUTO_TESTS_f_f.
8799 (acos_test): Use ALL_RM_TEST.
8800 (acos_tonearest_test_data): Remove.
8801 (acos_test_tonearest): Likewise.
8802 (acos_towardzero_test_data): Likewise.
8803 (acos_test_towardzero): Likewise.
8804 (acos_downward_test_data): Likewise.
8805 (acos_test_downward): Likewise.
8806 (acos_upward_test_data): Likewise.
8807 (acos_test_upward): Likewise.
8808 (acosh_test_data): Update call to AUTO_TESTS_f_f.
8809 (asin_test_data): Likewise.
8810 (asin_test): Use ALL_RM_TEST.
8811 (asin_tonearest_test_data): Remove.
8812 (asin_test_tonearest): Likewise.
8813 (asin_towardzero_test_data): Likewise.
8814 (asin_test_towardzero): Likewise.
8815 (asin_downward_test_data): Likewise.
8816 (asin_test_downward): Likewise.
8817 (asin_upward_test_data): Likewise.
8818 (asin_test_upward): Likewise.
8819 (asinh_test_data): Update call to AUTO_TESTS_f_f.
8820 (atan_test_data): Likewise.
8821 (atanh_test_data): Likewise.
8822 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8823 (cabs_test_data): Update call to AUTO_TESTS_c_f.
8824 (carg_test_data): Likewise.
8825 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8826 (ccos_test_data): Update call to AUTO_TESTS_c_c.
8827 (ccosh_test_data): Likewise.
8828 (cexp_test_data): Likewise.
8829 (clog_test_data): Likewise.
8830 (clog10_test_data): Likewise.
8831 (cos_test_data): Update call to AUTO_TESTS_f_f.
8832 (cos_test): Use ALL_RM_TEST.
8833 (cos_tonearest_test_data): Remove.
8834 (cos_test_tonearest): Likewise.
8835 (cos_towardzero_test_data): Likewise.
8836 (cos_test_towardzero): Likewise.
8837 (cos_downward_test_data): Likewise.
8838 (cos_test_downward): Likewise.
8839 (cos_upward_test_data): Likewise.
8840 (cos_test_upward): Likewise.
8841 (cosh_test_data): Update call to AUTO_TESTS_f_f.
8842 (cosh_test): Use ALL_RM_TEST.
8843 (cosh_tonearest_test_data): Remove.
8844 (cosh_test_tonearest): Likewise.
8845 (cosh_towardzero_test_data): Likewise.
8846 (cosh_test_towardzero): Likewise.
8847 (cosh_downward_test_data): Likewise.
8848 (cosh_test_downward): Likewise.
8849 (cosh_upward_test_data): Likewise.
8850 (cosh_test_upward): Likewise.
8851 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8852 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8853 (ctan_test_data): Likewise.
8854 (ctan_test): Use ALL_RM_TEST.
8855 (ctan_tonearest_test_data): Remove.
8856 (ctan_test_tonearest): Likewise.
8857 (ctan_towardzero_test_data): Likewise.
8858 (ctan_test_towardzero): Likewise.
8859 (ctan_downward_test_data): Likewise.
8860 (ctan_test_downward): Likewise.
8861 (ctan_upward_test_data): Likewise.
8862 (ctan_test_upward): Likewise.
8863 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8864 (ctanh_test): Use ALL_RM_TEST.
8865 (ctanh_tonearest_test_data): Remove.
8866 (ctanh_test_tonearest): Likewise.
8867 (ctanh_towardzero_test_data): Likewise.
8868 (ctanh_test_towardzero): Likewise.
8869 (ctanh_downward_test_data): Likewise.
8870 (ctanh_test_downward): Likewise.
8871 (ctanh_upward_test_data): Likewise.
8872 (ctanh_test_upward): Likewise.
8873 (erf_test_data): Update call to AUTO_TESTS_f_f.
8874 (erfc_test_data): Likewise.
8875 (exp_test_data): Likewise.
8876 (exp_test): Use ALL_RM_TEST.
8877 (exp_tonearest_test_data): Remove.
8878 (exp_test_tonearest): Likewise.
8879 (exp_towardzero_test_data): Likewise.
8880 (exp_test_towardzero): Likewise.
8881 (exp_downward_test_data): Likewise.
8882 (exp_test_downward): Likewise.
8883 (exp_upward_test_data): Likewise.
8884 (exp_test_upward): Likewise.
8885 (exp10_test_data): Update call to AUTO_TESTS_f_f.
8886 (exp10_test): Use ALL_RM_TEST.
8887 (exp10_tonearest_test_data): Remove.
8888 (exp10_test_tonearest): Likewise.
8889 (exp10_towardzero_test_data): Likewise.
8890 (exp10_test_towardzero): Likewise.
8891 (exp10_downward_test_data): Likewise.
8892 (exp10_test_downward): Likewise.
8893 (exp10_upward_test_data): Likewise.
8894 (exp10_test_upward): Likewise.
8895 (exp2_test_data): Update call to AUTO_TESTS_f_f.
8896 (expm1_test_data): Likewise.
8897 (expm1_test): Use ALL_RM_TEST.
8898 (expm1_tonearest_test_data): Remove.
8899 (expm1_test_tonearest): Likewise.
8900 (expm1_towardzero_test_data): Likewise.
8901 (expm1_test_towardzero): Likewise.
8902 (expm1_downward_test_data): Likewise.
8903 (expm1_test_downward): Likewise.
8904 (expm1_upward_test_data): Likewise.
8905 (expm1_test_upward): Likewise.
8906 (fma_test_data): Update call to AUTO_TESTS_fff_f.
8907 (fma_test): Use ALL_RM_TEST.
8908 (fma_towardzero_test_data): Remove.
8909 (fma_test_towardzero): Likewise.
8910 (fma_downward_test_data): Likewise.
8911 (fma_test_downward): Likewise.
8912 (fma_upward_test_data): Likewise.
8913 (fma_test_upward): Likewise.
8914 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8915 (j0_test_data): Update call to AUTO_TESTS_f_f.
8916 (j1_test_data): Likewise.
8917 (jn_test_data): Update call to AUTO_TESTS_if_f.
8918 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8919 (log_test_data): Update call to AUTO_TESTS_f_f.
8920 (log10_test_data): Likewise.
8921 (log1p_test_data): Likewise.
8922 (log2_test_data): Likewise.
8923 (pow_test_data): Update call to AUTO_TESTS_ff_f.
8924 (pow_tonearest_test_data): Likewise.
8925 (sin_test_data): Update call to AUTO_TESTS_f_f.
8926 (sin_test): Use ALL_RM_TEST.
8927 (sin_tonearest_test_data): Remove.
8928 (sin_test_tonearest): Likewise.
8929 (sin_towardzero_test_data): Likewise.
8930 (sin_test_towardzero): Likewise.
8931 (sin_downward_test_data): Likewise.
8932 (sin_test_downward): Likewise.
8933 (sin_upward_test_data): Likewise.
8934 (sin_test_upward): Likewise.
8935 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8936 (sinh_test_data): Update call to AUTO_TESTS_f_f.
8937 (sinh_test): Use ALL_RM_TEST.
8938 (sinh_tonearest_test_data): Remove.
8939 (sinh_test_tonearest): Likewise.
8940 (sinh_towardzero_test_data): Likewise.
8941 (sinh_test_towardzero): Likewise.
8942 (sinh_downward_test_data): Likewise.
8943 (sinh_test_downward): Likewise.
8944 (sinh_upward_test_data): Likewise.
8945 (sinh_test_upward): Likewise.
8946 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8947 (sqrt_test): Use ALL_RM_TEST.
8948 (sqrt_tonearest_test_data): Remove.
8949 (sqrt_test_tonearest): Likewise.
8950 (sqrt_towardzero_test_data): Likewise.
8951 (sqrt_test_towardzero): Likewise.
8952 (sqrt_downward_test_data): Likewise.
8953 (sqrt_test_downward): Likewise.
8954 (sqrt_upward_test_data): Likewise.
8955 (sqrt_test_upward): Likewise.
8956 (tan_test_data): Update call to AUTO_TESTS_f_f.
8957 (tan_test): Use ALL_RM_TEST.
8958 (tan_tonearest_test_data): Remove.
8959 (tan_test_tonearest): Likewise.
8960 (tan_towardzero_test_data): Likewise.
8961 (tan_test_towardzero): Likewise.
8962 (tan_downward_test_data): Likewise.
8963 (tan_test_downward): Likewise.
8964 (tan_upward_test_data): Likewise.
8965 (tan_test_upward): Likewise.
8966 (tanh_test_data): Update call to AUTO_TESTS_f_f.
8967 (tgamma_test_data): Likewise.
8968 (y0_test_data): Likewise.
8969 (y1_test_data): Likewise.
8970 (yn_test_data): Update call to AUTO_TESTS_if_f.
8971 (main): Do not call removed functions.
8972
d71aeee8
JM
89732014-03-19 Joseph Myers <joseph@codesourcery.com>
8974
8975 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
8976 (ldexp_test_data): Remove.
8977 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
8978 scalbn_test_data.
8979 (scalb_test): Use ALL_RM_TEST.
8980
baaf1ded
AS
89812014-03-19 Andreas Schwab <schwab@suse.de>
8982
8983 * nscd/nscd.service: Also invalidate netgroup cache on reload.
8984
b1115e91
JM
89852014-03-19 Joseph Myers <joseph@codesourcery.com>
8986
8987 [BZ #16649]
8988 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8989 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
8990 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
8991 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8992 (__ASSUME_PREADV): Undefine.
8993 (__ASSUME_PWRITEV): Likewise.
8994
0283ecca
RM
89952014-03-18 Roland McGrath <roland@hack.frob.com>
8996
7d375303
RM
8997 * bits/mman-linux.h: Add comment about non-Linux use.
8998 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
8999 bits/mman-linux.h resting place.
9000
0283ecca
RM
9001 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
9002 * bits/mman-linux.h: ... here.
9003
aebe1003
AZ
90042014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9005
9006 * conform/conformtest.pl: Add standard definition when calling C
9007 preprocessor on data files.
9008 (checknamespace): Remove unused variable.
9009
b29b6bb8
JM
90102014-03-18 Joseph Myers <joseph@codesourcery.com>
9011
9012 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
9013 minus_oflow, plus_uflow and minus_uflow in expected results.
9014 * math/libm-test.inc (scalbn_test_data): Add more tests of
9015 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
9016 minus_uflow.
9017 (scalbn_test): Use ALL_RM_TEST.
9018 (scalbln_test_data): Add more tests of negative arguments. Use
9019 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
9020 (scalbln_test): Use ALL_RM_TEST.
9021
c8f8fa15
RM
90222014-03-18 Roland McGrath <roland@hack.frob.com>
9023
9024 * scripts/abilist.awk: Ignore symbols marked with .hidden.
9025
fede7a5f
WN
90262014-03-18 Will Newton <will.newton@linaro.org>
9027
9028 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
9029 inaccurate comment.
9030
80cf0a58
JM
90312014-03-18 Joseph Myers <joseph@codesourcery.com>
9032
9033 * Makerules [!subdir] (check-abi): Exit with error status if a
9034 test failed.
9035
b3620862
JM
90362014-03-17 Joseph Myers <joseph@codesourcery.com>
9037
9038 * math/libm-test.inc (nearbyint_test_data): Include all tests used
9039 for rint. Include results for all rounding modes.
9040 (nearbyint_test): Use ALL_RM_TEST.
9041 (rint_test_data): Include all tests used for nearbyint.
9042
788bba36
WN
90432014-03-17 Will Newton <will.newton@linaro.org>
9044
04ec140a
WN
9045 * nptl/sysdeps/pthread/pthread.h: Revert previous
9046 change.
9047
7579d8d5
WN
9048 * sysdeps/generic/ldsodefs.h: Revert previous
9049 change.
9050
c15cf13a
WN
9051 * libio/genops.c: Revert previous change.
9052 * libio/libioP.h: Likewise.
9053 * stdio-common/vfprintf.c: Likewise.
9054
d0ac1324
WN
9055 * sysdeps/generic/math_private.h: Revert previous
9056 change.
9057
9290130a
WN
9058 * sysdeps/generic/math_private.h: Check whether
9059 HAVE_RM_CTX is defined with #ifdef rather
9060 than #if.
9061
afb466fc
WN
9062 * argp/argp-fmtstream.h: Check whether
9063 __STRICT_ANSI__ is defined with #ifdef rather
9064 than #if.
9065 * argp/argp.h: Likewise.
9066
f7efd7c3
WN
9067 * libio/genops.c: Check whether
9068 _IO_JUMPS_OFFSET is defined with #ifdef rather
9069 than #if.
9070 * libio/libioP.h: Likewise.
9071 * stdio-common/vfprintf.c: Likewise.
9072
53f1bed3
WN
9073 * sysdeps/generic/ldsodefs.h: Check whether
9074 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9075 than #if.
9076
788bba36
WN
9077 * nptl/sysdeps/pthread/pthread.h: Check
9078 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9079 its value.
9080
fcd89ebe
SP
90812014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
9082
ae42bbc5
SP
9083 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9084 setting O_APPEND.
9085 * libio/tst-ftell-active-handler.c (do_append_test): Add a
9086 test case.
9087
ea33158c
SP
9088 [BZ #16680]
9089 * libio/fileops.c (_IO_file_open): Seek to end of file but
9090 don't cache the offset.
9091 (get_file_offset): Remove function.
9092 (do_ftell): Use cached offset when available.
9093 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9094 don't cache the offset.
9095 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9096 case.
9097 (do_one_test): Call it.
9098 (do_ftell_test): Fix up expected old offset for a+ mode.
9099 * libio/wfileops.c (do_ftell_wide): Used cached offset when
9100 available.
9101
b1dbb426
SP
9102 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9103 up test status with function return status.
9104 (do_write_test): Likewise.
9105 (do_append_test): Likewise.
9106
fcd89ebe
SP
9107 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9108 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9109 Remove.
9110
9962a2d3
JM
91112014-03-17 Joseph Myers <joseph@codesourcery.com>
9112
9113 * math/gen-libm-test.pl (parse_args): Handle results specified for
9114 each rounding mode separately.
9115 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9116 tests and results from lrint_tonearest_test_data,
9117 lrint_towardzero_test_data, lrint_downward_test_data and
9118 lrint_upward_test_data.
9119 (lrint_test): Use ALL_RM_TEST.
9120 (lrint_tonearest_test_data): Remove.
9121 (lrint_test_tonearest): Likewise.
9122 (lrint_towardzero_test_data): Likewise.
9123 (lrint_test_towardzero): Likewise.
9124 (lrint_downward_test_data): Likewise.
9125 (lrint_test_downward): Likewise.
9126 (lrint_upward_test_data): Likewise.
9127 (lrint_test_upward): Likewise.
9128 (llrint_test_data): Merge in per-rounding-mode tests and results
9129 from llrint_tonearest_test_data, llrint_towardzero_test_data,
9130 llrint_downward_test_data and llrint_upward_test_data.
9131 (llrint_test): Use ALL_RM_TEST.
9132 (llrint_tonearest_test_data): Remove.
9133 (llrint_test_tonearest): Likewise.
9134 (llrint_towardzero_test_data): Likewise.
9135 (llrint_test_towardzero): Likewise.
9136 (llrint_downward_test_data): Likewise.
9137 (llrint_test_downward): Likewise.
9138 (llrint_upward_test_data): Likewise.
9139 (llrint_test_upward): Likewise.
9140 (rint_test_data): Merge in per-rounding-mode tests and results
9141 from rint_tonearest_test_data, rint_towardzero_test_data,
9142 rint_downward_test_data and rint_upward_test_data. Add
9143 per-rounding-mode results for tests not in those arrays.
9144 (rint_test): Use ALL_RM_TEST.
9145 (rint_tonearest_test_data): Remove.
9146 (rint_test_tonearest): Likewise.
9147 (rint_towardzero_test_data): Likewise.
9148 (rint_test_towardzero): Likewise.
9149 (rint_downward_test_data): Likewise.
9150 (rint_test_downward): Likewise.
9151 (rint_upward_test_data): Likewise.
9152 (rint_test_upward): Likewise.
9153 (main): Don't call removed functions.
9154
5006148e
RM
91552014-03-14 Roland McGrath <roland@hack.frob.com>
9156
9157 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9158 "Compiled on ..." crapola. It is anti-useful.
9159
d6fe5e58
JM
91602014-03-14 Joseph Myers <joseph@codesourcery.com>
9161
9162 * scripts/evaluate-test.sh: Handle fourth argument to determine
9163 whether test run should stop on failure.
9164 * Makeconfig (stop-on-test-failure): New variable.
9165 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9166 $(stop-on-test-failure).
9167 * Makefile (tests): Give a summary of results from testing and
9168 exit with failure status if they include an ERROR or FAIL.
9169 (xtests): Likewise.
9170 * manual/install.texi (Configuring and compiling): Mention
9171 stop-on-test-failure=y.
9172 * INSTALL: Regenerated.
9173
498a2233
RM
91742014-03-14 Roland McGrath <roland@hack.frob.com>
9175
22dbc19d
RM
9176 * scripts/versionlist.awk: New file.
9177 * Makerules [$(build-shared) = yes]
9178 (postclean-generated): Add Versions.def, not Versions.def.v and
9179 Versions.def.v.i.
9180 ($(common-objpfx)Versions.def.v.i): Target removed.
9181 ($(common-objpfx)Versions.def): New target.
9182 ($(common-objpfx)Versions.all): Depend on that rather that
9183 $(common-objpfx)Versions.def.v.
9184 * Versions.def: File removed.
9185
498a2233
RM
9186 * Makeconfig (+gccwarn): Add -Wundef.
9187 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9188 a dl-sysdep.h breaking its contract.
9189 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9190 * include/stackinfo.h: New file.
9191 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9192 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9193 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9194 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9195 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9196 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9197 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9198 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9199 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9200 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9201 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9202 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9203 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9204 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9205 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9206
c7de5025
AZ
92072014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9208
9209 [BZ #16707]
9210 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9211 implementation.
9212 * math/libm-test.inc (round_test_data): Add more tests.
9213
98fb27a3
AZ
9214 [BZ #16706]
9215 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9216 implementation.
9217 * math/libm-test.inc (nearbyint_test_data): Add more tests.
9218
374f7f61
AZ
9219 [BZ #16701]
9220 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9221 implementation.
9222 * math/libm-test.inc (ceil_test_data): Add more tests.
9223
4655c291
AZ
9224 * math/libm-test.inc (trunc_test_data): Add more tests related to
9225 BZ#16414.
9226
d7329d4b
RM
92272014-03-14 Roland McGrath <roland@hack.frob.com>
9228
9229 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9230 with #if rather than #ifdef.
9231 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9232
aa4de9ce
L
92332014-03-14 H.J. Lu <hongjiu.lu@intel.com>
9234
9235 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9236 first. Disable AVX-512 GCC support if assembler doesn't support
9237 it.
9238 * sysdeps/x86_64/configure: Regenerated.
9239
2e03fae7
CD
92402014-03-13 Carlos O'Donell <carlos@redhat.com>
9241
9242 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9243 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9244 (__old_pthread_attr_setstack): Likewise.
9245 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9246 [!_STACK_GROWS_DOWN]: Likewise.
9247
43ca83ec
MF
92482014-03-13 Mike Frysinger <vapier@gentoo.org>
9249
9250 * config.make.in (have-bash2): Delete.
9251 * configure.ac (libc_cv_have_bash2): Delete.
9252 * configure: Regenerate.
9253 * elf/Makefile (common-ldd-rewrite): Rename to ...
9254 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
9255 (sh-ldd-rewrite): Delete.
9256 (bash-ldd-rewrite): Delete.
9257 (have-bash2): Delete checks.
57f41c40
AS
9258 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9259 ldd-rewrite.
c66e48b4
MF
9260
9261 * config.make.in (have-ksh): Delete.
9262 (KSH): Delete.
9263 * configure.ac (libc_cv_have_ksh): Delete.
9264 * configure: Regenerate.
9265
b93834ef
MF
9266 * elf/Makefile: Delete $(have-ksh) check.
9267 ($(objpfx)sotruss): Change KSH to BASH.
9268 * elf/sotruss.ksh: Rename to ...
9269 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
9270 function style to match POSIX. Drop ksh vim mode setting.
9271
f3a4632a
MF
9272 * manual/time.texi (Specifying the Time Zone with TZ): Change
9273 Tuesday to Thursday.
9274
5896c8bd
MF
9275 * debug/tst-longjmp_chk2.c: Update header comment.
9276 (stackoverflow_handler): Add comment. Call assert on pass value.
9277
2d63a517
IZ
92782014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
9279
7e54fd04 9280 [BZ #16194]
2d63a517
IZ
9281 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9282 (HAVE_AVX512_ASM_SUPPORT): Likewise.
9283 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9284 (La_x86_64_vector): Add zmm.
9285 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9286 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9287 ($(objpfx)tst-audit10): New target.
9288 ($(objpfx)tst-audit10.out): Likewise.
9289 (tst-audit10-ENV): New.
9290 (AVX512-CFLAGS): Likewise.
9291 (CFLAGS-tst-audit10.c): Likewise.
9292 (CFLAGS-tst-auditmod10a.c): Likewise.
9293 (CFLAGS-tst-auditmod10b.c): Likewise.
9294 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9295 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9296 * sysdeps/x86_64/configure: Regenerated.
9297 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9298 AVX-512 zmm register support.
9299 (_dl_x86_64_save_sse): Likewise.
9300 (_dl_x86_64_restore_sse): Likewise.
9301 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9302 size vector registers.
9303 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9304 (ZMM_SIZE): Likewise.
9305 * sysdeps/x86_64/tst-audit10.c: New file.
9306 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9307 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9308
44c4e5d5
RM
93092014-03-13 Roland McGrath <roland@hack.frob.com>
9310
9311 * configure.ac (HAVE_EHDR_START): New check.
9312 * configure: Regenerated.
9313 * config.h.in (HAVE_EHDR_START): New #undef.
9314 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9315 assuming the lowest-addressed segment maps the start of the file.
9316
acd6e389
JM
93172014-03-13 Joseph Myers <joseph@codesourcery.com>
9318
9319 * INSTALL: Regenerated.
9320
6f918f36
WN
93212014-03-13 Will Newton <will.newton@linaro.org>
9322
9323 * manual/setjmp.texi (System V contexts): Improve
9324 clarity and grammar of documentation.
9325
798212a0
PP
93262014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
9327
9328 [BZ #16381]
798212a0 9329 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 9330 (tests-pie): Add tst-pie2.
798212a0
PP
9331 * elf/tst-pie2.c: New file.
9332 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9333 for ET_EXEC.
9334 * elf/rtld.c (map_doit): Load executable as lt_executable.
9335 (dl_main): Likewise.
9336
abe6d90c
JM
93372014-03-12 Joseph Myers <joseph@codesourcery.com>
9338
9339 [BZ #16642]
9340 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9341 (__ASSUME_PSELECT): Undefine.
9342
dd3946c6
AZ
93432014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9344
9345 [BZ #16689]
9346 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9347 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9348 static build.
9349 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9350 selector for static builds.
9351
c44496df
SP
93522014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
9353
9354 [BZ #16695]
9355 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9356 key in the buffer.
9357
27c7220a
AZ
93582014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9359
57f41c40
AS
9360 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9361 IFUNC selector for static builds.
27c7220a 9362
600fa361
JM
93632014-03-11 Joseph Myers <joseph@codesourcery.com>
9364
76c96cf7
JM
9365 * sysdeps/mips/math_private.h [__mips_hard_float]
9366 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9367 libc_feresetround_mips_ctx.
9368 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9369 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9370 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9371
600fa361
JM
9372 [BZ #16677]
9373 * math/s_nextafter.c (__nextafter): Do not return value from
9374 overflowing computation.
9375 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9376 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9377 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9378 Likewise.
9379 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9380 Likewise.
9381 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9382 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9383
d7706c32
RM
93842014-03-11 Roland McGrath <roland@hack.frob.com>
9385
9386 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9387 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9388 Move sfi_sp use from the load-multiple (that no longer sets sp) to
9389 the new mov targetting sp.
9390
4facea47
AZ
93912014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9392
9393 [BZ #16683]
9394 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9395 Define it for static builds as well.
9396 (NO_BZERO_IMPL): Likewise.
9397
e65caf1f
VR
93982014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9399
9400 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9401 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9402 multiarch strspn for PPC64.
9403 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9404 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9405 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9406 (__libc_ifunc_impl_list): Likewise.
9407 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9408 multiarch optimizations
9409 * string/strspn.c (strspn): Using macro to redefine symbol name.
9410
ba9cc071
AZ
94112014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9412 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9413
9414 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9415 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9416 multiarch strncat for PPC64.
9417 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9418 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9419 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9420 (__libc_ifunc_impl_list): Likewise.
9421 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9422 multiarch optimizations
9423
8b4ff974
SP
94242014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
9425
9426 [BZ #16639]
9427 * nscd/nscd.service: Make service type forking.
9428
54b46a4b
AZ
94292014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9430
9431 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9432 sign in non default rounding modes.
9433 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9434
e9996ef7
JM
94352014-03-08 Joseph Myers <joseph@codesourcery.com>
9436
9437 * math/libm-test.inc (ALL_RM_TEST): New macro.
9438 (ceil_test): Use ALL_RM_TEST.
9439 (cimag_test): Likewise.
9440 (conj_test): Likewise.
9441 (copysign_test): Likewise.
9442 (cproj_test): Likewise.
9443 (creal_test): Likewise.
9444 (fabs_test): Likewise.
9445 (floor_test): Likewise.
9446 (fmax_test): Likewise.
9447 (fmin_test): Likewise.
9448 (fmod_test): Likewise.
9449 (fpclassify_test): Likewise.
9450 (frexp_test): Likewise.
9451 (ilogb_test): Likewise.
9452 (isfinite_test): Likewise.
9453 (finite_test): Likewise.
9454 (isgreater_test): Likewise.
9455 (isgreaterequal_test): Likewise.
9456 (isinf_test): Likewise.
9457 (isless_test): Likewise.
9458 (islessequal_test): Likewise.
9459 (islessgreater_test): Likewise.
9460 (isnan_test): Likewise.
9461 (isnormal_test): Likewise.
9462 (issignaling_test): Likewise.
9463 (isunordered_test): Likewise.
9464 (logb_test): Likewise.
9465 (logb_downward_test_data): Remove.
9466 (logb_test_downward): Likewise.
9467 (lround_test): Use ALL_RM_TEST.
9468 (llround_test): Likewise.
9469 (modf_test): Likewise.
9470 (nexttoward_test): Likewise.
9471 (remainder_test): Likewise.
9472 (drem_test): Likewise.
9473 (remainder_tonearest_test_data): Likewise.
9474 (remainder_test_tonearest): Likewise.
9475 (drem_test_tonearest): Likewise.
9476 (remainder_towardzero_test_data): Likewise.
9477 (remainder_test_towardzero): Likewise.
9478 (drem_test_towardzero): Likewise.
9479 (remainder_downward_test_data): Likewise.
9480 (remainder_test_downward): Likewise.
9481 (drem_test_downward): Likewise.
9482 (remainder_upward_test_data): Likewise.
9483 (remainder_test_upward): Likewise.
9484 (drem_test_upward): Likewise.
9485 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
9486 (round_test): Use ALL_RM_TEST.
9487 (signbit_test): Likewise.
9488 (trunc_test): Likewise.
9489 (significand_test): Likewise.
9490 (main): Don't call removed functions.
9491
bc61d27c
JM
94922014-03-07 Joseph Myers <joseph@codesourcery.com>
9493
5c780849
JM
9494 [BZ #16674]
9495 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9496 || __USE_XOPEN2K8].
9497 (ILL_ILLOPN): Likewise.
9498 (ILL_ILLADR): Likewise.
9499 (ILL_ILLTRP): Likewise.
9500 (ILL_PRVOPC): Likewise.
9501 (ILL_PRVREG): Likewise.
9502 (ILL_COPROC): Likewise.
9503 (ILL_BADSTK): Likewise.
9504 (FPE_INTDIV): Likewise.
9505 (FPE_INTOVF): Likewise.
9506 (FPE_FLTDIV): Likewise.
9507 (FPE_FLTOVF): Likewise.
9508 (FPE_FLTUND): Likewise.
9509 (FPE_FLTRES): Likewise.
9510 (FPE_FLTINV): Likewise.
9511 (FPE_FLTSUB): Likewise.
9512 (SEGV_MAPERR): Likewise.
9513 (SEGV_ACCERR): Likewise.
9514 (BUS_ADRALN): Likewise.
9515 (BUS_ADRERR): Likewise.
9516 (BUS_OBJERR): Likewise.
9517 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9518 (TRAP_TRACE): Likewise.
9519 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9520 __USE_XOPEN2K8].
9521 (CLD_KILLED): Likewise.
9522 (CLD_DUMPED): Likewise.
9523 (CLD_TRAPPED): Likewise.
9524 (CLD_STOPPED): Likewise.
9525 (CLD_CONTINUED): Likewise.
9526 (POLL_IN): Likewise.
9527 (POLL_OUT): Likewise.
9528 (POLL_MSG): Likewise.
9529 (POLL_ERR): Likewise.
9530 (POLL_PRI): Likewise.
9531 (POLL_HUP): Likewise.
9532 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9533 Likewise.
9534 (ILL_ILLOPN): Likewise.
9535 (ILL_ILLADR): Likewise.
9536 (ILL_ILLTRP): Likewise.
9537 (ILL_PRVOPC): Likewise.
9538 (ILL_PRVREG): Likewise.
9539 (ILL_COPROC): Likewise.
9540 (ILL_BADSTK): Likewise.
9541 (FPE_INTDIV): Likewise.
9542 (FPE_INTOVF): Likewise.
9543 (FPE_FLTDIV): Likewise.
9544 (FPE_FLTOVF): Likewise.
9545 (FPE_FLTUND): Likewise.
9546 (FPE_FLTRES): Likewise.
9547 (FPE_FLTINV): Likewise.
9548 (FPE_FLTSUB): Likewise.
9549 (SEGV_MAPERR): Likewise.
9550 (SEGV_ACCERR): Likewise.
9551 (BUS_ADRALN): Likewise.
9552 (BUS_ADRERR): Likewise.
9553 (BUS_OBJERR): Likewise.
9554 (BUS_MCEERR_AR): Likewise.
9555 (BUS_MCEERR_AO): Likewise.
9556 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9557 (TRAP_TRACE): Likewise.
9558 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9559 __USE_XOPEN2K8].
9560 (CLD_KILLED): Likewise.
9561 (CLD_DUMPED): Likewise.
9562 (CLD_TRAPPED): Likewise.
9563 (CLD_STOPPED): Likewise.
9564 (CLD_CONTINUED): Likewise.
9565 (POLL_IN): Likewise.
9566 (POLL_OUT): Likewise.
9567 (POLL_MSG): Likewise.
9568 (POLL_ERR): Likewise.
9569 (POLL_PRI): Likewise.
9570 (POLL_HUP): Likewise.
9571 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
9572 (ILL_ILLOPN): Likewise.
9573 (ILL_ILLADR): Likewise.
9574 (ILL_ILLTRP): Likewise.
9575 (ILL_PRVOPC): Likewise.
9576 (ILL_PRVREG): Likewise.
9577 (ILL_COPROC): Likewise.
9578 (ILL_BADSTK): Likewise.
9579 (FPE_INTDIV): Likewise.
9580 (FPE_INTOVF): Likewise.
9581 (FPE_FLTDIV): Likewise.
9582 (FPE_FLTOVF): Likewise.
9583 (FPE_FLTUND): Likewise.
9584 (FPE_FLTRES): Likewise.
9585 (FPE_FLTINV): Likewise.
9586 (FPE_FLTSUB): Likewise.
9587 (SEGV_MAPERR): Likewise.
9588 (SEGV_ACCERR): Likewise.
9589 (BUS_ADRALN): Likewise.
9590 (BUS_ADRERR): Likewise.
9591 (BUS_OBJERR): Likewise.
9592 (BUS_MCEERR_AR): Likewise.
9593 (BUS_MCEERR_AO): Likewise.
9594 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9595 (TRAP_TRACE): Likewise.
9596 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9597 __USE_XOPEN2K8].
9598 (CLD_KILLED): Likewise.
9599 (CLD_DUMPED): Likewise.
9600 (CLD_TRAPPED): Likewise.
9601 (CLD_STOPPED): Likewise.
9602 (CLD_CONTINUED): Likewise.
9603 (POLL_IN): Likewise.
9604 (POLL_OUT): Likewise.
9605 (POLL_MSG): Likewise.
9606 (POLL_ERR): Likewise.
9607 (POLL_PRI): Likewise.
9608 (POLL_HUP): Likewise.
9609 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9610 Likewise.
9611 (ILL_ILLOPN): Likewise.
9612 (ILL_ILLADR): Likewise.
9613 (ILL_ILLTRP): Likewise.
9614 (ILL_PRVOPC): Likewise.
9615 (ILL_PRVREG): Likewise.
9616 (ILL_COPROC): Likewise.
9617 (ILL_BADSTK): Likewise.
9618 (ILL_BADIADDR): Likewise.
9619 (ILL_BREAK): Likewise.
9620 (FPE_INTDIV): Likewise.
9621 (FPE_INTOVF): Likewise.
9622 (FPE_FLTDIV): Likewise.
9623 (FPE_FLTOVF): Likewise.
9624 (FPE_FLTUND): Likewise.
9625 (FPE_FLTRES): Likewise.
9626 (FPE_FLTINV): Likewise.
9627 (FPE_FLTSUB): Likewise.
9628 (FPE_DECOVF): Likewise.
9629 (FPE_DECDIV): Likewise.
9630 (FPE_DECERR): Likewise.
9631 (FPE_INVASC): Likewise.
9632 (FPE_INVDEC): Likewise.
9633 (SEGV_MAPERR): Likewise.
9634 (SEGV_ACCERR): Likewise.
9635 (SEGV_PSTKOVF): Likewise.
9636 (BUS_ADRALN): Likewise.
9637 (BUS_ADRERR): Likewise.
9638 (BUS_OBJERR): Likewise.
9639 (BUS_MCEERR_AR): Likewise.
9640 (BUS_MCEERR_AO): Likewise.
9641 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9642 (TRAP_TRACE): Likewise.
9643 (TRAP_BRANCH): Likewise.
9644 (TRAP_HWBKPT): Likewise.
9645 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9646 __USE_XOPEN2K8].
9647 (CLD_KILLED): Likewise.
9648 (CLD_DUMPED): Likewise.
9649 (CLD_TRAPPED): Likewise.
9650 (CLD_STOPPED): Likewise.
9651 (CLD_CONTINUED): Likewise.
9652 (POLL_IN): Likewise.
9653 (POLL_OUT): Likewise.
9654 (POLL_MSG): Likewise.
9655 (POLL_ERR): Likewise.
9656 (POLL_PRI): Likewise.
9657 (POLL_HUP): Likewise.
9658 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9659 (ILL_ILLOPN): Likewise.
9660 (ILL_ILLADR): Likewise.
9661 (ILL_ILLTRP): Likewise.
9662 (ILL_PRVOPC): Likewise.
9663 (ILL_PRVREG): Likewise.
9664 (ILL_COPROC): Likewise.
9665 (ILL_BADSTK): Likewise.
9666 (FPE_INTDIV): Likewise.
9667 (FPE_INTOVF): Likewise.
9668 (FPE_FLTDIV): Likewise.
9669 (FPE_FLTOVF): Likewise.
9670 (FPE_FLTUND): Likewise.
9671 (FPE_FLTRES): Likewise.
9672 (FPE_FLTINV): Likewise.
9673 (FPE_FLTSUB): Likewise.
9674 (SEGV_MAPERR): Likewise.
9675 (SEGV_ACCERR): Likewise.
9676 (BUS_ADRALN): Likewise.
9677 (BUS_ADRERR): Likewise.
9678 (BUS_OBJERR): Likewise.
9679 (BUS_MCEERR_AR): Likewise.
9680 (BUS_MCEERR_AO): Likewise.
9681 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9682 (TRAP_TRACE): Likewise.
9683 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9684 __USE_XOPEN2K8].
9685 (CLD_KILLED): Likewise.
9686 (CLD_DUMPED): Likewise.
9687 (CLD_TRAPPED): Likewise.
9688 (CLD_STOPPED): Likewise.
9689 (CLD_CONTINUED): Likewise.
9690 (POLL_IN): Likewise.
9691 (POLL_OUT): Likewise.
9692 (POLL_MSG): Likewise.
9693 (POLL_ERR): Likewise.
9694 (POLL_PRI): Likewise.
9695 (POLL_HUP): Likewise.
9696 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9697 (ILL_ILLOPN): Likewise.
9698 (ILL_ILLADR): Likewise.
9699 (ILL_ILLTRP): Likewise.
9700 (ILL_PRVOPC): Likewise.
9701 (ILL_PRVREG): Likewise.
9702 (ILL_COPROC): Likewise.
9703 (ILL_BADSTK): Likewise.
9704 (FPE_INTDIV): Likewise.
9705 (FPE_INTOVF): Likewise.
9706 (FPE_FLTDIV): Likewise.
9707 (FPE_FLTOVF): Likewise.
9708 (FPE_FLTUND): Likewise.
9709 (FPE_FLTRES): Likewise.
9710 (FPE_FLTINV): Likewise.
9711 (FPE_FLTSUB): Likewise.
9712 (SEGV_MAPERR): Likewise.
9713 (SEGV_ACCERR): Likewise.
9714 (BUS_ADRALN): Likewise.
9715 (BUS_ADRERR): Likewise.
9716 (BUS_OBJERR): Likewise.
9717 (BUS_MCEERR_AR): Likewise.
9718 (BUS_MCEERR_AO): Likewise.
9719 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9720 (TRAP_TRACE): Likewise.
9721 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9722 __USE_XOPEN2K8].
9723 (CLD_KILLED): Likewise.
9724 (CLD_DUMPED): Likewise.
9725 (CLD_TRAPPED): Likewise.
9726 (CLD_STOPPED): Likewise.
9727 (CLD_CONTINUED): Likewise.
9728 (POLL_IN): Likewise.
9729 (POLL_OUT): Likewise.
9730 (POLL_MSG): Likewise.
9731 (POLL_ERR): Likewise.
9732 (POLL_PRI): Likewise.
9733 (POLL_HUP): Likewise.
9734 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9735 (ILL_ILLOPN): Likewise.
9736 (ILL_ILLADR): Likewise.
9737 (ILL_ILLTRP): Likewise.
9738 (ILL_PRVOPC): Likewise.
9739 (ILL_PRVREG): Likewise.
9740 (ILL_COPROC): Likewise.
9741 (ILL_BADSTK): Likewise.
9742 (FPE_INTDIV): Likewise.
9743 (FPE_INTOVF): Likewise.
9744 (FPE_FLTDIV): Likewise.
9745 (FPE_FLTOVF): Likewise.
9746 (FPE_FLTUND): Likewise.
9747 (FPE_FLTRES): Likewise.
9748 (FPE_FLTINV): Likewise.
9749 (FPE_FLTSUB): Likewise.
9750 (SEGV_MAPERR): Likewise.
9751 (SEGV_ACCERR): Likewise.
9752 (BUS_ADRALN): Likewise.
9753 (BUS_ADRERR): Likewise.
9754 (BUS_OBJERR): Likewise.
9755 (BUS_MCEERR_AR): Likewise.
9756 (BUS_MCEERR_AO): Likewise.
9757 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9758 (TRAP_TRACE): Likewise.
9759 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9760 __USE_XOPEN2K8].
9761 (CLD_KILLED): Likewise.
9762 (CLD_DUMPED): Likewise.
9763 (CLD_TRAPPED): Likewise.
9764 (CLD_STOPPED): Likewise.
9765 (CLD_CONTINUED): Likewise.
9766 (POLL_IN): Likewise.
9767 (POLL_OUT): Likewise.
9768 (POLL_MSG): Likewise.
9769 (POLL_ERR): Likewise.
9770 (POLL_PRI): Likewise.
9771 (POLL_HUP): Likewise.
9772 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9773 (ILL_ILLOPN): Likewise.
9774 (ILL_ILLADR): Likewise.
9775 (ILL_ILLTRP): Likewise.
9776 (ILL_PRVOPC): Likewise.
9777 (ILL_PRVREG): Likewise.
9778 (ILL_COPROC): Likewise.
9779 (ILL_BADSTK): Likewise.
9780 (ILL_DBLFLT): Likewise.
9781 (ILL_HARDWALL): Likewise.
9782 (FPE_INTDIV): Likewise.
9783 (FPE_INTOVF): Likewise.
9784 (FPE_FLTDIV): Likewise.
9785 (FPE_FLTOVF): Likewise.
9786 (FPE_FLTUND): Likewise.
9787 (FPE_FLTRES): Likewise.
9788 (FPE_FLTINV): Likewise.
9789 (FPE_FLTSUB): Likewise.
9790 (SEGV_MAPERR): Likewise.
9791 (SEGV_ACCERR): Likewise.
9792 (BUS_ADRALN): Likewise.
9793 (BUS_ADRERR): Likewise.
9794 (BUS_OBJERR): Likewise.
9795 (BUS_MCEERR_AR): Likewise.
9796 (BUS_MCEERR_AO): Likewise.
9797 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9798 (TRAP_TRACE): Likewise.
9799 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9800 __USE_XOPEN2K8].
9801 (CLD_KILLED): Likewise.
9802 (CLD_DUMPED): Likewise.
9803 (CLD_TRAPPED): Likewise.
9804 (CLD_STOPPED): Likewise.
9805 (CLD_CONTINUED): Likewise.
9806 (POLL_IN): Likewise.
9807 (POLL_OUT): Likewise.
9808 (POLL_MSG): Likewise.
9809 (POLL_ERR): Likewise.
9810 (POLL_PRI): Likewise.
9811 (POLL_HUP): Likewise.
9812 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9813 (ILL_ILLOPN): Likewise.
9814 (ILL_ILLADR): Likewise.
9815 (ILL_ILLTRP): Likewise.
9816 (ILL_PRVOPC): Likewise.
9817 (ILL_PRVREG): Likewise.
9818 (ILL_COPROC): Likewise.
9819 (ILL_BADSTK): Likewise.
9820 (FPE_INTDIV): Likewise.
9821 (FPE_INTOVF): Likewise.
9822 (FPE_FLTDIV): Likewise.
9823 (FPE_FLTOVF): Likewise.
9824 (FPE_FLTUND): Likewise.
9825 (FPE_FLTRES): Likewise.
9826 (FPE_FLTINV): Likewise.
9827 (FPE_FLTSUB): Likewise.
9828 (SEGV_MAPERR): Likewise.
9829 (SEGV_ACCERR): Likewise.
9830 (BUS_ADRALN): Likewise.
9831 (BUS_ADRERR): Likewise.
9832 (BUS_OBJERR): Likewise.
9833 (BUS_MCEERR_AR): Likewise.
9834 (BUS_MCEERR_AO): Likewise.
9835 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9836 (TRAP_TRACE): Likewise.
9837 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9838 __USE_XOPEN2K8].
9839 (CLD_KILLED): Likewise.
9840 (CLD_DUMPED): Likewise.
9841 (CLD_TRAPPED): Likewise.
9842 (CLD_STOPPED): Likewise.
9843 (CLD_CONTINUED): Likewise.
9844 (POLL_IN): Likewise.
9845 (POLL_OUT): Likewise.
9846 (POLL_MSG): Likewise.
9847 (POLL_ERR): Likewise.
9848 (POLL_PRI): Likewise.
9849 (POLL_HUP): Likewise.
9850 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9851 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9852
bc61d27c
JM
9853 [BZ #16670]
9854 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9855 before #include of <time.h>.
9856 [!__USE_XOPEN2K] (__need_timespec): Likewise.
9857 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9858 (test-xfail-UNIX98/sched.h/conform): Likewise.
9859
302949e2
MS
98602014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
9861
9862 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9863 error absence of trapping exception support.
9864 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9865
a00f522a
JM
98662014-03-07 Joseph Myers <joseph@codesourcery.com>
9867
6f99f280
JM
9868 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9869 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9870 * timezone/Makefile (testdata): Move definition above include of
9871 Rules.
9872 (test-zones): New variable.
9873 (tests-special): Add zone files.
9874 (build-testdata): Use $(evaluate-test).
9875
0b20a9e8
JM
9876 * elf/Makefile (tests-special): Rename tests to end with .out.
9877 ($(objpfx)noload-mem): Likewise.
9878 ($(objpfx)tst-leaks1-mem): Likewise.
9879 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9880 * iconv/Makefile (xtests-special): Change test-iconvconfig to
9881 $(objpfx)test-iconvconfig.out.
9882 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
9883 set -e inside subshell and redirect output to file.
9884 * iconvdata/Makefile (generated): Rename tests to end with .out.
9885 Correct type.
9886 (tests-special): Rename tests to end with .out.
9887 ($(objpfx)mtrace-tst-loading): Likewise.
9888 * intl/Makefile (generated): Likewise.
9889 (tests-special): Likewise.
9890 ($(objpfx)mtrace-tst-gettext): Likewise.
9891 * misc/Makefile (generated): Likewise.
9892 (tests-special): Likewise.
9893 ($(objpfx)tst-error1-mem): Likewise.
9894 * nptl/Makefile (tests-special): Likewise.
9895 ($(objpfx)tst-stack3-mem): Likewise.
9896 (generated): Likewise.
9897 * posix/Makefile (generated): Likewise.
9898 (tests-special): Likewise.
9899 (xtests-special): Likewise.
9900 ($(objpfx)tst-fnmatch-mem): Likewise.
9901 ($(objpfx)bug-regex2-mem): Likewise.
9902 ($(objpfx)bug-regex14-mem): Likewise.
9903 ($(objpfx)bug-regex21-mem): Likewise.
9904 ($(objpfx)bug-regex31-mem): Likewise.
9905 ($(objpfx)tst-vfork3-mem): Likewise.
9906 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9907 ($(objpfx)tst-pcre-mem): Likewise.
9908 ($(objpfx)tst-boost-mem): Likewise.
9909 ($(objpfx)bug-ga2-mem): Likewise.
9910 ($(objpfx)bug-glob2-mem): Likewise.
9911 * resolv/Makefile (generate): Likewise.
9912 (tests-special): Likewise.
9913 (xtests-special): Likewise.
9914 (generated): Likewise.
9915 ($(objpfx)mtrace-tst-leaks): Likewise.
9916 ($(objpfx)mtrace-tst-leaks2): Likewise.
9917
265d52ab
JM
9918 * scripts/merge-test-results.sh: New file.
9919 * Makefile (tests-special-notdir): New variable.
9920 (tests): Run merge-test-results.sh.
9921 (xtests): Likewise.
9922 * Rules (tests-special-notdir): New variable.
9923 (xtests-special-notdir): Likewise.
9924 (tests): Run merge-test-results.sh
9925 (xtests): Likewise.
9926
54ee292d
JM
9927 * Makeconfig (test-xfail-name): New variable.
9928 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9929 compute variable name for expected failures.
9930 * conform/Makefile (conformtest-headers-data): New variable.
9931 (conformtest-standards): Likewise.
9932 (conformtest-headers-ISO): Likewise.
9933 (conformtest-headers-ISO99): Likewise.
9934 (conformtest-headers-ISO11): Likewise.
9935 (conformtest-headers-POSIX): Likewise.
9936 (conformtest-headers-XPG3): Likewise.
9937 (conformtest-headers-XPG4): Likewise.
9938 (conformtest-headers-UNIX98): Likewise.
9939 (conformtest-headers-XOPEN2K): Likewise.
9940 (conformtest-headers-POSIX2008): Likewise.
9941 (conformtest-headers-XOPEN2K8): Likewise.
9942 (conformtest-header-list-base): Likewise.
9943 (conformtest-header-list-tests): Likewise.
9944 (conformtest-header-base): Likewise.
9945 (conformtest-header-tests): Likewise.
9946 (tests-special): Add $(conformtest-header-list-tests). If
9947 [$(fast-check) && !$(cross-compiling)], add
9948 $(conformtest-header-tests) instead of
9949 $(objpfx)run-conformtest.out.
9950 (generated): Add $(conformtest-header-list-base). If
9951 [$(fast-check) && !$(cross-compiling)], add
9952 $(conformtest-header-base). Remove previous setting.
9953 ($(conformtest-header-list-tests)): New target.
9954 (test-xfail-run-conformtest): Remove variable.
9955 ($(objpfx)run-conformtest.out): Remove target.
9956 (test-xfail-ISO11/complex.h/conform): New variable.
9957 (test-xfail-ISO11/stdalign.h/conform): Likewise.
9958 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
9959 (test-xfail-XPG3/varargs.h/conform): Likewise.
9960 (test-xfail-XPG4/varargs.h/conform): Likewise.
9961 (test-xfail-UNIX98/varargs.h/conform): Likewise.
9962 (test-xfail-XPG4/ndbm.h/conform): Likewise.
9963 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
9964 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
9965 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
9966 (test-xfail-XPG3/fcntl.h/conform): Likewise.
9967 (test-xfail-XPG3/ftw.h/conform): Likewise.
9968 (test-xfail-XPG3/grp.h/conform): Likewise.
9969 (test-xfail-XPG3/langinfo.h/conform): Likewise.
9970 (test-xfail-XPG3/limits.h/conform): Likewise.
9971 (test-xfail-XPG3/pwd.h/conform): Likewise.
9972 (test-xfail-XPG3/search.h/conform): Likewise.
9973 (test-xfail-XPG3/signal.h/conform): Likewise.
9974 (test-xfail-XPG3/stdio.h/conform): Likewise.
9975 (test-xfail-XPG3/stdlib.h/conform): Likewise.
9976 (test-xfail-XPG3/string.h/conform): Likewise.
9977 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
9978 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
9979 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
9980 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
9981 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
9982 (test-xfail-XPG3/sys/types.h/conform): Likewise.
9983 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
9984 (test-xfail-XPG3/termios.h/conform): Likewise.
9985 (test-xfail-XPG3/time.h/conform): Likewise.
9986 (test-xfail-XPG3/unistd.h/conform): Likewise.
9987 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
9988 (test-xfail-XPG4/fcntl.h/conform): Likewise.
9989 (test-xfail-XPG4/langinfo.h/conform): Likewise.
9990 (test-xfail-XPG4/netdb.h/conform): Likewise.
9991 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
9992 (test-xfail-XPG4/signal.h/conform): Likewise.
9993 (test-xfail-XPG4/stdio.h/conform): Likewise.
9994 (test-xfail-XPG4/stdlib.h/conform): Likewise.
9995 (test-xfail-XPG4/stropts.h/conform): Likewise.
9996 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
9997 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
9998 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
9999 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10000 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10001 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
10002 (test-xfail-XPG4/sys/time.h/conform): Likewise.
10003 (test-xfail-XPG4/sys/types.h/conform): Likewise.
10004 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
10005 (test-xfail-XPG4/termios.h/conform): Likewise.
10006 (test-xfail-XPG4/ucontext.h/conform): Likewise.
10007 (test-xfail-XPG4/unistd.h/conform): Likewise.
10008 (test-xfail-XPG4/utmpx.h/conform): Likewise.
10009 (test-xfail-POSIX/sched.h/conform): Likewise.
10010 (test-xfail-POSIX/signal.h/conform): Likewise.
10011 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10012 (test-xfail-POSIX/tar.h/conform): Likewise.
10013 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
10014 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
10015 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
10016 (test-xfail-UNIX98/netdb.h/conform): Likewise.
10017 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
10018 (test-xfail-UNIX98/sched.h/conform): Likewise.
10019 (test-xfail-UNIX98/signal.h/conform): Likewise.
10020 (test-xfail-UNIX98/stdio.h/conform): Likewise.
10021 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
10022 (test-xfail-UNIX98/stropts.h/conform): Likewise.
10023 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10024 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10025 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10026 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10027 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10028 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
10029 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
10030 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
10031 (test-xfail-UNIX98/unistd.h/conform): Likewise.
10032 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
10033 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10034 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10035 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10036 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10037 (test-xfail-XOPEN2K/math.h/conform): Likewise.
10038 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10039 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10040 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10041 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10042 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10043 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10044 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10045 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10046 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10047 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10048 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10049 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10050 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10051 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10052 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10053 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10054 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10055 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10056 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10057 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10058 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10059 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10060 (test-xfail-POSIX2008/signal.h/conform): Likewise.
10061 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10062 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10063 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10064 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10065 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10066 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10067 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10068 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10069 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10070 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10071 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10072 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10073 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10074 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10075 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10076 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10077 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10078 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10079 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10080 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10081 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10082 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10083 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10084 (conformtest-cc-flags): Likewise.
10085 ($(conformtest-header-tests): New target.
10086 * conform/check-header-lists.sh: New file.
10087 * conform/run-conformtest.sh: Remove.
10088
a00f522a
JM
10089 * conform/conformtest.pl: Allow ' and \ in values given for
10090 constants.
10091 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10092 inclusion.
10093 [POSIX] (sys/types.h): Likewise.
10094 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10095 inclusion.
10096 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10097 inclusion.
10098 * conform/data/signal.h-data (SIGIO): Remove expectation.
10099 [XPG3] (SIGBUS): Do not expect.
10100 [POSIX || XPG3] (SIGPOLL): Likewise.
10101 [POSIX || XPG3] (SIGPROF): Likewise.
10102 [POSIX || XPG3] (SIGSYS): Likewise.
10103 [XPG3] (SIGTRAP): Likewise.
10104 [POSIX || XPG3] (SIGURG): Likewise.
10105 [POSIX || XPG3] (SIGVTALRM): Likewise.
10106 [POSIX || XPG3] (SIGXCPU): Likewise.
10107 [POSIX || XPG3] (SIGXFSZ): Likewise.
10108 [POSIX] (SA_SIGINFO): Expect.
10109 [XPG3] (siginfo_t): Do not expect type or contents.
10110 [POSIX] (si_pid): Do not expect element.
10111 [POSIX] (si_uid): Likewise.
10112 [POSIX] (si_addr): Likewise.
10113 [POSIX] (si_status): Likewise.
10114 [POSIX] (si_band): Likewise.
10115 [XPG4] (si_value): Likewise.
10116 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10117 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10118 [POSIX || XPG3] (ILL_ILLADR): Likewise.
10119 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10120 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10121 [POSIX || XPG3] (ILL_PRVREG): Likewise.
10122 [POSIX || XPG3] (ILL_COPROC): Likewise.
10123 [POSIX || XPG3] (ILL_BADSTK): Likewise.
10124 [POSIX || XPG3] (FPE_INTDIV): Likewise.
10125 [POSIX || XPG3] (FPE_INTOVF): Likewise.
10126 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10127 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10128 [POSIX || XPG3] (FPE_FLTUND): Likewise.
10129 [POSIX || XPG3] (FPE_FLTRES): Likewise.
10130 [POSIX || XPG3] (FPE_FLTINV): Likewise.
10131 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10132 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10133 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10134 [POSIX || XPG3] (BUS_ADRALN): Likewise.
10135 [POSIX || XPG3] (BUS_ADRERR): Likewise.
10136 [POSIX || XPG3] (BUS_OBJERR): Likewise.
10137 [POSIX || XPG3] (CLD_EXITED): Likewise.
10138 [POSIX || XPG3] (CLD_KILLED): Likewise.
10139 [POSIX || XPG3] (CLD_DUMPED): Likewise.
10140 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10141 [POSIX || XPG3] (CLD_STOPPED): Likewise.
10142 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10143 [POSIX || XPG3] (POLL_IN): Likewise.
10144 [POSIX || XPG3] (POLL_OUT): Likewise.
10145 [POSIX || XPG3] (POLL_MSG): Likewise.
10146 [POSIX || XPG3] (POLL_ERR): Likewise.
10147 [POSIX || XPG3] (POLL_PRI): Likewise.
10148 [POSIX || XPG3] (POLL_HUP): Likewise.
10149 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10150 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10151 (SIG*): Do not allow.
10152 [XPG3] (si_*): Likewise.
10153 [XPG3] (SI_*): Likewise.
10154 [XPG3 || XPG4] (sigev_*): Likewise.
10155 [XPG3 || XPG4] (SIGEV_*): Likewise.
10156 [XPG3 || XPG4] (sival_*): Likewise.
10157 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10158 [POSIX || XPG3] (BUS_*): Likewise.
10159 [POSIX || XPG3] (CLD_*): Likewise.
10160 [POSIX || XPG3] (FPE_*): Likewise.
10161 [POSIX || XPG3] (ILL_*): Likewise.
10162 [POSIX || XPG3] (POLL_*): Likewise.
10163 [POSIX || XPG3] (SEGV_*): Likewise.
10164 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10165 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10166 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10167 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10168 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10169 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10170 Specify type and value.
10171 (TVERSLEN): Likewise.
10172 (REGTYPE): Likewise.
10173 (AREGTYPE): Likewise.
10174 (LNKTYPE): Likewise.
10175 (SYMTYPE): Likewise.
10176 (CHRTYPE): Likewise.
10177 (BLKTYPE): Likewise.
10178 (DIRTYPE): Likewise.
10179 (FIFOTYPE): Likewise.
10180 (CONTTYPE): Likewise.
10181 (TSUID): Likewise.
10182 (TSGID): Likewise.
10183 (TSVTX): Likewise.
10184 (TUREAD): Likewise.
10185 (TUWRITE): Likewise.
10186 (TUEXEC): Likewise.
10187 (TGREAD): Likewise.
10188 (TGWRITE): Likewise.
10189 (TGEXEC): Likewise.
10190 (TOREAD): Likewise.
10191 (TOWRITE): Likewise.
10192 (TOEXEC): Likewise.
10193 [POSIX] (TSVTX): Expect constant.
10194
aa97dee1
JM
101952014-03-06 Joseph Myers <joseph@codesourcery.com>
10196
f214606a
JM
10197 * Makefile (tests): Change dependencies to ....
10198 (tests-special): ... additions to this variable.
10199 (tests): Depend on $(tests-special).
10200 * Makerules (check-abi-list): New variable.
10201 (check-abi): Depend on $(check-abi-list).
10202 [$(subdir) = elf] (tests-special): Add
10203 $(objpfx)check-abi-libc.out.
10204 [$(build-shared) = yes && subdir] (tests-special): Add
10205 $(check-abi-list).
10206 [$(build-shared) = yes && subdir] (tests): Do not depend on
10207 check-abi.
10208 * Rules (tests): Depend on $(tests-special).
10209 (xtests): Depend on $(xtests-special).
10210 * catgets/Makefile (tests): Change dependencies to ....
10211 (tests-special): ... additions to this variable.
10212 * conform/Makefile (tests): Change dependencies to ....
10213 (tests-special): ... additions to this variable.
10214 * elf/Makefile (tests): Change dependencies to ....
10215 (tests-special): ... additions to this variable.
10216 * grp/Makefile (tests): Change dependencies to ....
10217 (tests-special): ... additions to this variable.
10218 * iconv/Makefile (xtests): Change dependencies to ....
10219 (xtests-special): ... additions to this variable.
10220 * iconvdata/Makefile (tests): Change dependencies to ....
10221 (tests-special): ... additions to this variable.
10222 * intl/Makefile (tests): Change dependencies to ....
10223 (tests-special): ... additions to this variable. Also add
10224 $(objpfx)tst-gettext.out.
10225 * io/Makefile (tests): Change dependencies to ....
10226 (tests-special): ... additions to this variable.
10227 * libio/Makefile (tests): Change dependencies to ....
10228 (tests-special): ... additions to this variable.
10229 * malloc/Makefile (tests): Change dependencies to ....
10230 (tests-special): ... additions to this variable.
10231 * misc/Makefile (tests): Change dependencies to ....
10232 (tests-special): ... additions to this variable.
10233 * nptl/Makefile (tests): Change dependencies to ....
10234 (tests-special): ... additions to this variable.
10235 * nptl_db/Makefile (tests): Change dependencies to ....
10236 (tests-special): ... additions to this variable.
10237 * posix/Makefile (tests): Change dependencies to ....
10238 (tests-special): ... additions to this variable.
10239 (xtests): Change dependencies to ....
10240 (xtests-special): ... additions to this variable.
10241 * resolv/Makefile (tests): Change dependencies to ....
10242 (tests-special): ... additions to this variable.
10243 (xtests): Change dependencies to ....
10244 (xtests-special): ... additions to this variable.
10245 * stdio-common/Makefile (tests): Change dependencies to ....
10246 (tests-special): ... additions to this variable.
10247 (do-tst-unbputc): Remove target.
10248 (do-tst-printf): Likewise.
10249 * stdlib/Makefile (tests): Change dependencies to ....
10250 (tests-special): ... additions to this variable.
10251 * string/Makefile (tests): Change dependencies to ....
10252 (tests-special): ... additions to this variable.
10253 * sysdeps/x86/Makefile (tests): Change dependencies to ....
10254 (tests-special): ... additions to this variable.
10255
81700b53
JM
10256 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10257 whole file.
10258 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10259 whole file.
10260 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10261 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10262
2ea18461
JM
10263 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10264 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10265 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10266 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10267 * conform/data/libgen.h-data [XPG3]: Likewise.
10268 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10269 * conform/data/ndbm.h-data [XPG3]: Likewise.
10270 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10271 * conform/data/netdb.h-data [XPG3]: Likewise.
10272 * conform/data/netinet/in.h-data [XPG3]: Likewise.
10273 * conform/data/poll.h-data [XPG3]: Likewise.
10274 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10275 * conform/data/strings.h-data [XPG3]: Likewise.
10276 * conform/data/stropts.h-data [XPG3]: Likewise.
10277 * conform/data/sys/mman.h-data [XPG3]: Likewise.
10278 * conform/data/sys/resource.h-data [XPG3]: Likewise.
10279 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10280 Likewise.
10281 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10282 * conform/data/sys/time.h-data [XPG3]: Likewise.
10283 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10284 * conform/data/sys/uio.h-data [XPG3]: Likewise.
10285 * conform/data/sys/un.h-data [XPG3]: Likewise.
10286 * conform/data/syslog.h-data [XPG3]: Likewise.
10287 * conform/data/ucontext.h-data [XPG3]: Likewise.
10288 * conform/data/utmpx.h-data [XPG3]: Likewise.
10289 * conform/data/varargs.h-data [UNIX98]: Enable file.
10290
355bc986
JM
10291 * manual/Makefile (INSTALL_INFO): Remove variable setting.
10292
215db402
JM
10293 * math/libm-test.inc (struct test_f_f_data): Move expected results
10294 into structure for each rounding mode.
10295 (struct test_ff_f_data): Likewise.
10296 (struct test_ff_f_data_nexttoward): Likewise.
10297 (struct test_fi_f_data): Likewise.
10298 (struct test_fl_f_data): Likewise.
10299 (struct test_if_f_data): Likewise.
10300 (struct test_fff_f_data): Likewise.
10301 (struct test_c_f_data): Likewise.
10302 (struct test_f_f1_data): Likewise.
10303 (struct test_fF_f1_data): Likewise.
10304 (struct test_ffI_f1_data): Likewise.
10305 (struct test_c_c_data): Likewise.
10306 (struct test_cc_c_data): Likewise.
10307 (struct test_f_i_data): Likewise.
10308 (struct test_ff_i_data): Likewise.
10309 (struct test_f_l_data): Likewise.
10310 (struct test_f_L_data): Likewise.
10311 (struct test_fFF_11_data): Likewise.
10312 (RM_): New macro.
10313 (RM_FE_DOWNWARD): Likewise.
10314 (RM_FE_TONEAREST): Likewise.
10315 (RM_FE_TOWARDZERO): Likewise.
10316 (RM_FE_UPWARD): Likewise.
10317 (RUN_TEST_LOOP_f_f): Update references to expected results.
10318 (RUN_TEST_LOOP_2_f): Likewise.
10319 (RUN_TEST_LOOP_fff_f): Likewise.
10320 (RUN_TEST_LOOP_c_f): Likewise.
10321 (RUN_TEST_LOOP_f_f1): Likewise.
10322 (RUN_TEST_LOOP_fF_f1): Likewise.
10323 (RUN_TEST_LOOP_fI_f1): Likewise.
10324 (RUN_TEST_LOOP_ffI_f1): Likewise.
10325 (RUN_TEST_LOOP_c_c): Likewise.
10326 (RUN_TEST_LOOP_cc_c): Likewise.
10327 (RUN_TEST_LOOP_f_i): Likewise.
10328 (RUN_TEST_LOOP_f_i_tg): Likewise.
10329 (RUN_TEST_LOOP_ff_i_tg): Likewise.
10330 (RUN_TEST_LOOP_f_b): Likewise.
10331 (RUN_TEST_LOOP_f_b_tg): Likewise.
10332 (RUN_TEST_LOOP_f_l): Likewise.
10333 (RUN_TEST_LOOP_f_L): Likewise.
10334 (RUN_TEST_LOOP_fFF_11): Likewise.
10335 * math/gen-libm-test.pl (parse_args): Output four copies of
10336 expected results for each test.
10337
67737b8f
JM
10338 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10339 (__ASSUME_UTIMES): Remove.
10340 * sysdeps/unix/sysv/linux/tile/kernel-features.h
10341 (__ASSUME_UTIMES): Likewise.
10342
aa97dee1
JM
10343 * math/gen-auto-libm-tests.c: Update comment on output format.
10344 (output_for_one_input_case): Generate before-rounding and
10345 after-rounding information as conditions on output flags not
10346 floating-point format.
10347 * math/auto-libm-test-out: Regenerated.
10348 * math/gen-libm-test.pl (cond_value): New function.
10349 (or_cond_value): Use cond_value.
10350 (generate_testfile): Handle conditional exceptions.
10351
e6b6a857
JM
103522014-03-05 Joseph Myers <joseph@codesourcery.com>
10353
2f0a0f44
JM
10354 * math/libm-test.inc (max_valid_error): New variable.
10355 (init_max_error): Take new argument specifying whether function
10356 results are exactly determined. Set max_valid_error and bound
10357 other variables for errors based on this argument.
10358 (set_max_error): Do not record results above max_valid_error.
10359 (check_float_internal): Only accept errors of up to 0.5ulps if
10360 also at most max_valid_error.
10361 (START): Take new argument EXACT and pass it to init_max_error.
10362 (acos_test): Update call to START.
10363 (acos_test_tonearest): Likewise.
10364 (acos_test_towardzero): Likewise.
10365 (acos_test_downward): Likewise.
10366 (acos_test_upward): Likewise.
10367 (acosh_test): Likewise.
10368 (asin_test): Likewise.
10369 (asin_test_tonearest): Likewise.
10370 (asin_test_towardzero): Likewise.
10371 (asin_test_downward): Likewise.
10372 (asin_test_upward): Likewise.
10373 (asinh_test): Likewise.
10374 (atan_test): Likewise.
10375 (atanh_test): Likewise.
10376 (atan2_test): Likewise.
10377 (cabs_test): Likewise.
10378 (cacos_test): Likewise.
10379 (cacosh_test): Likewise.
10380 (carg_test): Likewise.
10381 (casin_test): Likewise.
10382 (casinh_test): Likewise.
10383 (catan_test): Likewise.
10384 (catanh_test): Likewise.
10385 (cbrt_test): Likewise.
10386 (ccos_test): Likewise.
10387 (ccosh_test): Likewise.
10388 (ceil_test): Likewise.
10389 (cexp_test): Likewise.
10390 (cimag_test): Likewise.
10391 (clog_test): Likewise.
10392 (clog10_test): Likewise.
10393 (conj_test): Likewise.
10394 (copysign_test): Likewise.
10395 (cos_test): Likewise.
10396 (cos_test_tonearest): Likewise.
10397 (cos_test_towardzero): Likewise.
10398 (cos_test_downward): Likewise.
10399 (cos_test_upward): Likewise.
10400 (cosh_test): Likewise.
10401 (cosh_test_tonearest): Likewise.
10402 (cosh_test_towardzero): Likewise.
10403 (cosh_test_downward): Likewise.
10404 (cosh_test_upward): Likewise.
10405 (cpow_test): Likewise.
10406 (cproj_test): Likewise.
10407 (creal_test): Likewise.
10408 (csin_test): Likewise.
10409 (csinh_test): Likewise.
10410 (csqrt_test): Likewise.
10411 (ctan_test): Likewise.
10412 (ctan_test_tonearest): Likewise.
10413 (ctan_test_towardzero): Likewise.
10414 (ctan_test_downward): Likewise.
10415 (ctan_test_upward): Likewise.
10416 (ctanh_test): Likewise.
10417 (ctanh_test_tonearest): Likewise.
10418 (ctanh_test_towardzero): Likewise.
10419 (ctanh_test_downward): Likewise.
10420 (ctanh_test_upward): Likewise.
10421 (erf_test): Likewise.
10422 (erfc_test): Likewise.
10423 (exp_test): Likewise.
10424 (exp_test_tonearest): Likewise.
10425 (exp_test_towardzero): Likewise.
10426 (exp_test_downward): Likewise.
10427 (exp_test_upward): Likewise.
10428 (exp10_test): Likewise.
10429 (exp10_test_tonearest): Likewise.
10430 (exp10_test_towardzero): Likewise.
10431 (exp10_test_downward): Likewise.
10432 (exp10_test_upward): Likewise.
10433 (pow10_test): Likewise.
10434 (exp2_test): Likewise.
10435 (expm1_test): Likewise.
10436 (expm1_test_tonearest): Likewise.
10437 (expm1_test_towardzero): Likewise.
10438 (expm1_test_downward): Likewise.
10439 (expm1_test_upward): Likewise.
10440 (fabs_test): Likewise.
10441 (fdim_test): Likewise.
10442 (floor_test): Likewise.
10443 (fma_test): Likewise.
10444 (fma_test_towardzero): Likewise.
10445 (fma_test_downward): Likewise.
10446 (fma_test_upward): Likewise.
10447 (fmax_test): Likewise.
10448 (fmin_test): Likewise.
10449 (fmod_test): Likewise.
10450 (fpclassify_test): Likewise.
10451 (frexp_test): Likewise.
10452 (hypot_test): Likewise.
10453 (ilogb_test): Likewise.
10454 (isfinite_test): Likewise.
10455 (finite_test): Likewise.
10456 (isgreater_test): Likewise.
10457 (isgreaterequal_test): Likewise.
10458 (isinf_test): Likewise.
10459 (isless_test): Likewise.
10460 (islessequal_test): Likewise.
10461 (islessgreater_test): Likewise.
10462 (isnan_test): Likewise.
10463 (isnormal_test): Likewise.
10464 (issignaling_test): Likewise.
10465 (isunordered_test): Likewise.
10466 (j0_test): Likewise.
10467 (j1_test): Likewise.
10468 (jn_test): Likewise.
10469 (ldexp_test): Likewise.
10470 (lgamma_test): Likewise.
10471 (gamma_test): Likewise.
10472 (lrint_test): Likewise.
10473 (lrint_test_tonearest): Likewise.
10474 (lrint_test_towardzero): Likewise.
10475 (lrint_test_downward): Likewise.
10476 (lrint_test_upward): Likewise.
10477 (llrint_test): Likewise.
10478 (llrint_test_tonearest): Likewise.
10479 (llrint_test_towardzero): Likewise.
10480 (llrint_test_downward): Likewise.
10481 (llrint_test_upward): Likewise.
10482 (log_test): Likewise.
10483 (log10_test): Likewise.
10484 (log1p_test): Likewise.
10485 (log2_test): Likewise.
10486 (logb_test): Likewise.
10487 (logb_test_downward): Likewise.
10488 (lround_test): Likewise.
10489 (llround_test): Likewise.
10490 (modf_test): Likewise.
10491 (nearbyint_test): Likewise.
10492 (nextafter_test): Likewise.
10493 (nexttoward_test): Likewise.
10494 (pow_test): Likewise.
10495 (pow_test_tonearest): Likewise.
10496 (pow_test_towardzero): Likewise.
10497 (pow_test_downward): Likewise.
10498 (pow_test_upward): Likewise.
10499 (remainder_test): Likewise.
10500 (drem_test): Likewise.
10501 (remainder_test_tonearest): Likewise.
10502 (drem_test_tonearest): Likewise.
10503 (remainder_test_towardzero): Likewise.
10504 (drem_test_towardzero): Likewise.
10505 (remainder_test_downward): Likewise.
10506 (drem_test_downward): Likewise.
10507 (remainder_test_upward): Likewise.
10508 (drem_test_upward): Likewise.
10509 (remquo_test): Likewise.
10510 (rint_test): Likewise.
10511 (rint_test_tonearest): Likewise.
10512 (rint_test_towardzero): Likewise.
10513 (rint_test_downward): Likewise.
10514 (rint_test_upward): Likewise.
10515 (round_test): Likewise.
10516 (scalb_test): Likewise.
10517 (scalbn_test): Likewise.
10518 (scalbln_test): Likewise.
10519 (signbit_test): Likewise.
10520 (sin_test): Likewise.
10521 (sin_test_tonearest): Likewise.
10522 (sin_test_towardzero): Likewise.
10523 (sin_test_downward): Likewise.
10524 (sin_test_upward): Likewise.
10525 (sincos_test): Likewise.
10526 (sinh_test): Likewise.
10527 (sinh_test_tonearest): Likewise.
10528 (sinh_test_towardzero): Likewise.
10529 (sinh_test_downward): Likewise.
10530 (sinh_test_upward): Likewise.
10531 (sqrt_test): Likewise.
10532 (sqrt_test_tonearest): Likewise.
10533 (sqrt_test_towardzero): Likewise.
10534 (sqrt_test_downward): Likewise.
10535 (sqrt_test_upward): Likewise.
10536 (tan_test): Likewise.
10537 (tan_test_tonearest): Likewise.
10538 (tan_test_towardzero): Likewise.
10539 (tan_test_downward): Likewise.
10540 (tan_test_upward): Likewise.
10541 (tanh_test): Likewise.
10542 (tgamma_test): Likewise.
10543 (trunc_test): Likewise.
10544 (y0_test): Likewise.
10545 (y1_test): Likewise.
10546 (yn_test): Likewise.
10547 (significand_test): Likewise.
10548
e6b6a857
JM
10549 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10550 individual tests in comment.
10551 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10552 (prev_max_error): New variable.
10553 (prev_real_max_error): Likewise.
10554 (prev_imag_max_error): Likewise.
10555 (compare_ulp_data): Don't refer to test names in comment.
10556 (find_test_ulps): Remove function.
10557 (find_function_ulps): Likewise.
10558 (find_complex_function_ulps): Likewise.
10559 (init_max_error): Take function name as argument. Look up ulps
10560 for that function.
10561 (print_ulps): Remove function.
10562 (print_max_error): Use prev_max_error instead of calling
10563 find_function_ulps.
10564 (print_complex_max_error): Use prev_real_max_error and
10565 prev_imag_max_error instead of calling find_complex_function_ulps.
10566 (check_float_internal): Take max_ulp parameter instead of calling
10567 find_test_ulps. Don't call print_ulps.
10568 (check_float): Update call to check_float_internal.
10569 (check_complex): Update calls to check_float_internal.
10570 (START): Pass argument to init_max_error.
10571 * math/gen-libm-test.pl (%results): Don't include "kind"
10572 information.
10573 (parse_ulps): Don't handle ulps of individual tests.
10574 (print_ulps_file): Likewise.
10575 (output_ulps): Likewise.
10576 * math/README.libm-test: Update.
10577 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
10578 individual tests.
10579 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
10580 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
10581 * sysdeps/arm/libm-test-ulps: Likewise.
10582 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
10583 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10584 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
10585 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10586 * sysdeps/microblaze/libm-test-ulps: Likewise.
10587 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
10588 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10589 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10590 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
10591 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
10592 * sysdeps/sh/libm-test-ulps: Likewise.
10593 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10594 * sysdeps/tile/libm-test-ulps: Likewise.
10595 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10596
45adef3c
JM
105972014-03-04 Joseph Myers <joseph@codesourcery.com>
10598
10599 * math/libm-test.inc (print_complex_max_error): Check separately
10600 whether real and imaginary errors are within allowed range and
10601 pass 0 to print_complex_function_ulps instead of value within
10602 allowed range.
10603
000232b9
SP
106042014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
10605
d4b17258
SP
10606 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10607 formatting.
10608 (get_handles_fopen): Likewise.
10609 (do_write_test): Likewise.
10610
091eff71
SP
10611 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10612
fa3cd248
SP
10613 * libio/fileops.c (do_ftell): Use cached offset when
10614 available.
10615 * libio/iofwide.c (do_ftell_wide): Likewise.
10616 * libio/iofdopen.c (_IO_new_fdopen): Don't use
10617 _IO_file_attach.
10618 * libio/wfileops.c (_IO_fwide): Don't cache offset.
10619
000232b9
SP
10620 [BZ #16532]
10621 * libio/libioP.h (get_file_offset): New function.
10622 * libio/fileops.c (get_file_offset): Likewise.
10623 (do_ftell): Likewise.
10624 (_IO_new_file_seekoff): Split out ftell logic.
10625 * libio/wfileops.c (do_ftell_wide): Likewise.
10626 (_IO_wfile_seekoff): Split out ftell logic.
10627 * libio/tst-ftell-active-handler.c: New test case.
10628 * libio/Makefile (tests): Add it.
10629
116f4d1a
RM
106302014-03-03 Roland McGrath <roland@hack.frob.com>
10631
10632 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10633 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10634
532a6035
SP
106352014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
10636
10637 [BZ #16639]
10638 * nscd/connections.c (nscd_init): Call do_exit.
10639 (start_threads): Call do_exit and notify_parent.
10640 (begin_drop_privileges): Call do_exit.
10641 (finish_drop_privileges): Likewise.
10642 * nscd/selinux.c (preserve_capabilities): Likewise.
10643 (install_real_capabilities): Likewise.
10644 (nscd_selinux_enabled): Likewise.
10645 (avc_create_thread): Likewise.
10646 (avc_alloc_lock): Likewise.
10647 (nscd_avc_init): Likewise.
10648 * nscd/nscd.c (parent_fd): New static variable.
10649 (main): Create a pipe between parent and child processes.
10650 Skip closing parent_fd.
10651 (monitor_child): New function.
10652 (do_exit): Likewise.
10653 (notify_parent): Likewise.
10654 * nscd/nscd.h (notify_parent): Likewise.
10655 (do_exit): Likewise.
10656
d6285c9f
CD
106572014-03-03 Carlos O'Donell <carlos@redhat.com>
10658
10659 * malloc/malloc.c (__libc_calloc): Revert last change.
10660
2b85d2a0
AZ
106612014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10662
10663 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10664
c7debbdf
RS
106652014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10666
10667 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10668 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10669 implementation.
10670 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10671 (__libc_ifunc_impl_list): Likewise.
10672 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10673 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10674 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10675 * string/strrchr.c: Define STRRCHR.
10676
235eed86
OB
106772014-02-28 Ondřej Bílka <neleai@seznam.cz>
10678
10679 * benchtest/bench-strtok.c (simple_strtok): Delete.
10680 (strtok_string): Use as benchmark.
10681 * string/strtok (STRTOK): New macro.
10682
8e25d1e7
CD
106832014-02-28 Carlos O'Donell <carlos@redhat.com>
10684
ef563f92
CD
10685 * manual/threads.texi: Add header and standard comments to all
10686 functions.
10687
8e25d1e7
CD
10688 * elf/dl-lookup.c (check_match): New function.
10689 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10690 (do_lookup_x): Remove nested function check_match. Use non-nested
10691 function check_match.
10692
ff71cc37
RM
106932014-02-28 Roland McGrath <roland@hack.frob.com>
10694
f08e9a26
RM
10695 * csu/Makefile (generated, before-compile): Use += rather than =.
10696 * catgets/Makefile (generated, generated-dirs): Likewise.
10697 * debug/Makefile (generated): Likewise.
10698 * dlfcn/Makefile (generated): Likewise.
10699 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10700 * iconvdata/Makefile (before-compile, generated): Likewise.
10701 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10702 * libio/Makefile (generated): Likewise.
10703 * malloc/Makefile (generated): Likewise.
10704 * manual/Makefile (generated, generated-dirs): Likewise.
10705 * misc/Makefile (generated): Likewise.
10706 * posix/Makefile (generated): Likewise.
10707 * resolv/Makefile (generated): Likewise.
10708 * sunrpc/Makefile (generated, generated-dirs): Likewise.
10709 * timezone/Makefile (generated, generated-dirs): Likewise.
10710
ff71cc37
RM
10711 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10712
fe13a20c
AZ
107132014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10714
57f41c40
AS
10715 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10716 power8 implementation.
10717 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10718 file: POWER8 llround ifunc implementation.
10719 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10720 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
10721 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10722 POWER8 llround implementation.
10723
57f41c40
AS
10724 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10725 power8 implementation.
10726 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10727 file: POWER8 llrint ifunc implementation.
10728 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10729 Add POWER8 implementation.
1ad8950a
AZ
10730 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10731 POWER8 llrint implementation.
10732
57f41c40
AS
10733 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10734 power8 implementation.
10735 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10736 file: POWER8 finite ifunc implementation.
10737 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10738 Add POWER8 implementation.
cac626d6
AZ
10739 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10740 Likewise.
10741 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10742 POWER8 finite implementation.
10743 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10744
57f41c40
AS
10745 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
10746 power8 implementation.
10747 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10748 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
10749 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10750 POWER8 implementation.
10751 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10752 Likewise.
57f41c40
AS
10753 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10754 isinf implementation.
4393fc11
AZ
10755 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10756
57f41c40
AS
10757 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10758 (INIT_ARCH): Add hwcap2 initialization.
10759 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10760 power8 implementation.
10761 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10762 file: POWER8 isnan ifunc implementation.
487972ae
AZ
10763 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10764 POWER8 implementation.
10765 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10766 Likewise.
57f41c40
AS
10767 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10768 isnan implementation.
487972ae
AZ
10769 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10770
7d92b787
JY
107712014-02-27 Joey Ye <joey.ye@arm.com>
10772
10773 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10774 (_FP_NANFRAC_Q): Set to zero.
10775
1cadc858
SP
107762014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
10777
10778 [BZ #16623]
10779 * math/auto-libm-test-in: New test inputs.
10780 * math/auto-libm-test-out: Regenerate.
10781 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10782 and DA.
10783 (__cos): Likewise.
10784 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10785
f8c17e79
JM
107862014-02-27 Joseph Myers <joseph@codesourcery.com>
10787
10788 * scripts/evaluate-test.sh: Take new argument indicating whether
10789 failure is expected.
10790 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10791 indicating whether failure is expected.
10792 * conform/Makefile (test-xfail-run-conformtest): New variable.
10793 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10794 level.
10795 * posix/Makefile (test-xfail-annexc): New variable.
10796 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10797
a5f891ac
JM
107982014-02-26 Joseph Myers <joseph@codesourcery.com>
10799
10800 * argp/Makefile: Include Makeconfig immediately after defining
10801 subdir.
10802 * assert/Makefile: Likewise.
10803 * benchtests/Makefile: Likewise.
10804 * catgets/Makefile: Likewise.
10805 * conform/Makefile: Likewise.
10806 * crypt/Makefile: Likewise.
10807 * csu/Makefile: Likewise.
10808 (all): Remove target.
10809 * ctype/Makefile: Include Makeconfig immediately after defining
10810 subdir.
10811 * debug/Makefile: Likewise.
10812 * dirent/Makefile: Likewise.
10813 * dlfcn/Makefile: Likewise.
10814 * gmon/Makefile: Likewise.
10815 * gnulib/Makefile: Likewise.
10816 * grp/Makefile: Likewise.
10817 * gshadow/Makefile: Likewise.
10818 * hesiod/Makefile: Likewise.
10819 * hurd/Makefile: Likewise.
10820 (all): Remove target.
10821 * iconvdata/Makefile: Include Makeconfig immediately after
10822 defining subdir.
10823 * inet/Makefile: Likewise.
10824 * intl/Makefile: Likewise.
10825 * io/Makefile: Likewise.
10826 * libio/Makefile: Likewise.
10827 (all): Remove target.
10828 * locale/Makefile: Include Makeconfig immediately after defining
10829 subdir.
10830 * login/Makefile: Likewise.
10831 * mach/Makefile: Likewise.
10832 (all): Remove target.
10833 * malloc/Makefile: Include Makeconfig immediately after defining
10834 subdir.
10835 (all): Remove target.
10836 * manual/Makefile: Include Makeconfig immediately after defining
10837 subdir.
10838 * math/Makefile: Likewise.
10839 * misc/Makefile: Likewise.
10840 * nis/Makefile: Likewise.
10841 * nss/Makefile: Likewise.
10842 * po/Makefile: Likewise.
10843 (all): Remove target.
10844 * posix/Makefile: Include Makeconfig immediately after defining
10845 subdir.
10846 * pwd/Makefile: Likewise.
10847 * resolv/Makefile: Likewise.
10848 * resource/Makefile: Likewise.
10849 * rt/Makefile: Likewise.
10850 * setjmp/Makefile: Likewise.
10851 * shadow/Makefile: Likewise.
10852 * signal/Makefile: Likewise.
10853 * socket/Makefile: Likewise.
10854 * soft-fp/Makefile: Likewise.
10855 * stdio-common/Makefile: Likewise.
10856 * stdlib/Makefile: Likewise.
10857 * streams/Makefile: Likewise.
10858 * string/Makefile: Likewise.
10859 * sunrpc/Makefile: Likewise.
10860 (all): Remove target.
10861 * sysvipc/Makefile: Include Makeconfig immediately after defining
10862 subdir.
10863 * termios/Makefile: Likewise.
10864 * time/Makefile: Likewise.
10865 * timezone/Makefile: Likewise.
10866 (all): Remove target.
10867 * wcsmbs/Makefile: Include Makeconfig immediately after defining
10868 subdir.
10869 * wctype/Makefile: Likewise.
10870
5b456e9d
SE
108712014-02-26 Steve Ellcey <sellcey@mips.com>
10872
10873 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10874 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10875 (libc_feholdexcept_setround_mips): Ditto.
10876 (libc_feholdsetround): New.
10877 (libc_feholdsetroundf): New.
10878 (libc_feholdsetroundl): New.
10879 (libc_feupdateenv_test_mips): New.
10880 (libc_feupdateenv_test): New.
10881 (libc_feupdateenv_testf): New.
10882 (libc_feupdateenv_testl): New.
10883 (libc_feresetround): New.
10884 (libc_feresetroundf): New.
10885 (libc_feresetroundl): New.
10886 (libc_fetestexcept_mips): New.
10887 (libc_fetestexcept): New.
10888 (libc_fetestexceptf): New.
10889 (libc_fetestexceptl): New.
10890 (HAVE_RM_CTX): New.
10891 (libc_feholdexcept_setround_mips_ctx): New.
10892 (libc_feholdexcept_setround_ctx): New.
10893 (libc_feholdexcept_setroundf_ctx): New.
10894 (libc_feholdexcept_setroundl_ctx): New.
10895 (libc_fesetenv_mips_ctx): New.
10896 (libc_fesetenv_ctx): New.
10897 (libc_fesetenv_ctxf): New.
10898 (libc_fesetenv_ctxl): New.
10899 (libc_feupdateenv_mips_ctx): New.
10900 (libc_feupdateenv_ctx): New.
10901 (libc_feupdateenvf_ctx): New.
10902 (libc_feupdateenvl_ctx): New.
10903 (libc_feholdsetround_mips_ctx): New.
10904 (libc_feholdsetround_ctx): New.
10905 (libc_feholdsetroundf_ctx): New.
10906 (libc_feholdsetroundl_ctx): New.
10907 (libc_feresetround_mips_ctx): New.
10908 (libc_feresetround_ctx): New.
10909 (libc_feresetroundf_ctx): New.
10910 (libc_feresetroundl_ctx): New.
10911
085d0e35
CD
109122014-02-26 Carlos O'Donell <carlos@redhat.com>
10913
f067bf1f
CD
10914 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10915
085d0e35
CD
10916 * manual/ipc.texi: New file.
10917 * manual/Makefile (chapters): Add ipc.
10918 * manual/job.texi: Add "Inter-Process Communication" to next.
10919 * manual/process.texi: Add "Inter-Process Communication" to prev.
10920
86e58c08
AZ
109212014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10922
10923 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10924
4248f0da
OB
109252014-02-26 Ondřej Bílka <neleai@seznam.cz>
10926
10927 * malloc/malloc.c (__libc_calloc): Simplify implementation.
10928
cf822e3c
OB
10929 * manual/arith.texi: Fix spaces after sentences.
10930 * manual/charset.texi: Likewise.
10931 * manual/errno.texi: Likewise.
10932 * manual/install.texi: Likewise.
10933 * manual/llio.texi: Likewise.
10934 * manual/locale.texi: Likewise.
10935 * manual/maint.texi: Likewise.
10936 * manual/math.texi: Likewise.
10937 * manual/memory.texi: Likewise.
10938 * manual/message.texi: Likewise.
10939 * manual/probes.texi: Likewise.
10940 * manual/resource.texi: Likewise.
10941 * manual/signal.texi: Likewise.
10942 * manual/socket.texi: Likewise.
10943 * manual/stdio.texi: Likewise.
10944 * manual/string.texi: Likewise.
10945 * manual/time.texi: Likewise.
10946 * manual/users.texi: Likewise.
10947
ade40b10
CD
109482014-02-25 Carlos O'Donell <carlos@redhat.com>
10949
10950 [BZ #16632]
10951 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10952 _DEFAULT_SOURCE is defined.
10953
d0503676
CD
109542014-02-25 Ulrich Drepper <drepper@gmail.com>
10955 Carlos O'Donell <carlos@redhat.com>
10956
10957 [BZ #16613]
10958 * elf/dl-tls.c (_dl_count_modids): New function.
10959 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
10960 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
10961 audit library and increment generation counter.
10962 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
10963 * elf/tst-audit9.c: New file.
10964 * elf/tst-auditmod9a.c: New file.
10965 * elf/tst-auditmod9b.c: New file.
10966 * elf/Makefile: Add rules to build and run tst-audit9.
10967
4cbf380c
FW
109682014-02-25 Florian Weimer <fweimer@redhat.com>
10969
10970 [BZ #15347]
10971 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
10972
80a56cc3
WN
109732014-02-25 Will Newton <will.newton@linaro.org>
10974
10975 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
10976 (__longjmp): Restore sp and lr before restoring callee
10977 saved registers. Add longjmp and longjmp_target
10978 SystemTap probe point.
10979 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
10980 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
10981 Define to zero to match jmpbuf layout.
10982 * sysdeps/arm/setjmp.S: Include stap-probe.h.
10983 (__sigsetjmp): Save sp and lr before saving callee
10984 saved registers. Add setjmp SystemTap probe point.
10985
3ea0f74e
SL
109862014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
10987
10988 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10989
b04acb26
AS
109902014-02-24 Andreas Schwab <schwab@suse.de>
10991
10992 [BZ #15804]
10993 * elf/pldd.c (wait_for_ptrace_stop): New function.
10994 (main): Call it after attaching.
10995
098ad55c
RM
109962014-02-22 Roland McGrath <roland@hack.frob.com>
10997
d4ec6ae1
RM
10998 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
10999 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
11000 Versions files is now verboten.
11001 * hurd/Versions (libc: GLIBC_2.0):
11002 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
11003 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
11004 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
11005 * mach/Versions: Likewise.
11006
098ad55c
RM
11007 * csu/Versions: Remove unused %include.
11008 * resolv/Versions: Likewise.
11009
acd7f096
JM
110102014-02-21 Joseph Myers <joseph@codesourcery.com>
11011
f0881698
JM
11012 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
11013 ($(objpfx)check-local-headers.out): Likewise.
11014 ($(objpfx)begin-end-check.out): Likewise.
11015 * Makerules (check-abi-%.out): Likewise.
11016 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
11017 ($(objpfx)test2.cat): Likewise.
11018 ($(objpfx)de/libc.cat): Likewise.
11019 ($(objpfx)test-gencat.out): Likewise.
11020 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
11021 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
11022 ($(objpfx)noload-mem): Likewise.
11023 ($(objpfx)tst-pathopt.out): Likewise.
11024 ($(objpfx)tst-rtld-load-self.out): Likewise.
11025 ($(objpfx)tst-array1-cmp.out): Likewise.
11026 ($(objpfx)tst-array1-static-cmp.out): Likewise.
11027 ($(objpfx)tst-array2-cmp.out): Likewise.
11028 ($(objpfx)tst-array3-cmp.out): Likewise.
11029 ($(objpfx)tst-array4-cmp.out): Likewise.
11030 ($(objpfx)tst-array5-cmp.out): Likewise.
11031 ($(objpfx)tst-array5-static-cmp.out): Likewise.
11032 ($(objpfx)check-textrel.out): Likewise.
11033 ($(objpfx)check-execstack.out): Likewise.
11034 ($(objpfx)check-localplt.out): Likewise.
11035 ($(objpfx)order2-cmp.out): Likewise.
11036 ($(objpfx)tst-leaks1-mem): Likewise.
11037 ($(objpfx)tst-leaks1-static-mem): Likewise.
11038 ($(objpfx)tst-initorder-cmp.out): Likewise.
11039 ($(objpfx)tst-initorder2-cmp.out): Likewise.
11040 ($(objpfx)tst-unused-dep.out): Likewise.
11041 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11042 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11043 * iconv/Makefile (test-iconvconfig): Likewise.
11044 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11045 ($(objpfx)iconv-test.out): Likewise.
11046 ($(objpfx)tst-tables.out): Likewise.
11047 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11048 ($(objpfx)tst-gettext.out): Likewise.
11049 ($(objpfx)tst-translit.out): Likewise.
11050 ($(objpfx)tst-gettext2.out): Likewise.
11051 ($(objpfx)tst-gettext4.out): Likewise.
11052 ($(objpfx)tst-gettext6.out): Likewise.
11053 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11054 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11055 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11056 ($(objpfx)tst-fopenloc-mem.out): Likewise.
11057 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11058 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11059 * posix/Makefile ($(objpfx)globtest.out): Likewise.
11060 ($(objpfx)wordexp-tst.out): Likewise.
11061 ($(objpfx)annexc.out): Likewise.
11062 ($(objpfx)tst-fnmatch-mem): Likewise.
11063 ($(objpfx)bug-regex2-mem): Likewise.
11064 ($(objpfx)bug-regex14-mem): Likewise.
11065 ($(objpfx)bug-regex21-mem): Likewise.
11066 ($(objpfx)bug-regex31-mem): Likewise.
11067 ($(objpfx)tst-vfork3-mem): Likewise.
11068 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11069 ($(objpfx)tst-pcre-mem): Likewise.
11070 ($(objpfx)tst-boost-mem): Likewise.
11071 ($(objpfx)tst-getconf.out): Likewise.
11072 ($(objpfx)bug-ga2-mem): Likewise.
11073 ($(objpfx)bug-glob2-mem): Likewise.
11074 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11075 ($(objpfx)mtrace-tst-leaks2): Likewise.
11076 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11077 ($(objpfx)tst-printf.out): Likewise.
11078 ($(objpfx)tst-setvbuf1.out): Likewise.
11079 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11080 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11081 ($(objpfx)tst-fmtmsg.out): Likewise.
11082 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11083 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11084
acd7f096
JM
11085 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11086 * bits/sigaction.h [__USE_MISC]: Likewise.
11087 * bits/waitstatus.h: Update #endif comments.
11088 * ctype/ctype.h: Likewise.
11089 * dirent/dirent.h: Likewise.
11090 [__USE_MISC]: Remove redundant conditionals.
11091 * grp/grp.h: Update #endif comments.
11092 [__USE_GNU]: Remove redundant conditionals.
11093 [__USE_MISC]: Likewise.
11094 * inet/netinet/in.h [__USE_GNU]: Likewise.
11095 * io/sys/stat.h [__USE_MISC]: Likewise.
11096 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11097 * libio/bits/stdio.h: Update #endif comments.
11098 [__USE_MISC]: Remove redundant conditionals.
11099 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11100 * libio/stdio.h: Update #endif comments.
11101 [__USE_MISC]: Remove redundant conditionals.
11102 * math/bits/math-finite.h [__USE_MISC]: Likewise.
11103 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11104 * math/math.h: Update #else and #endif comments.
11105 [__USE_MISC]: Remove redundant conditionals.
11106 * misc/sys/uio.h: Update #endif comments.
11107 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11108 * posix/glob.h [__USE_MISC]: Likewise.
11109 * posix/sys/types.h: Update #endif comments.
11110 [__USE_MISC]: Remove redundant conditionals.
11111 * posix/sys/wait.h: Update #endif comments.
11112 [__USE_MISC]: Remove redundant conditionals.
11113 * posix/unistd.h: Update #endif comments.
11114 [__USE_MISC]: Remove redundant conditionals.
11115 * pwd/pwd.h [__USE_GNU]: Likewise.
11116 [__USE_MISC]: Likewise.
11117 * resolv/netdb.h [__USE_GNU]: Likewise.
11118 * signal/signal.h: Update #endif comments.
11119 [__USE_MISC]: Remove redundant conditionals.
11120 * stdlib/stdlib.h: Update #else and #endif comments.
11121 [__USE_MISC]: Remove redundant conditionals.
11122 [__USE_GNU]: Likewise.
11123 * string/bits/string2.h [__USE_MISC]: Likewise.
11124 * string/string.h: Update #endif comments.
11125 [__USE_MISC]: Remove redundant conditionals.
11126 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11127 Likewise.
11128 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11129 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11130 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11131 Likewise.
11132 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11133 Likewise.
11134 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11135 comments.
11136 [__USE_MISC]: Remove redundant conditionals.
11137 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11138 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11139 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11140 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11141 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11142 Likewise.
11143 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11144 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11145 Likewise.
11146 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11147 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11148 Likewise.
11149 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11150 Likewise.
11151 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11152 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11153 Likewise.
11154 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11155 Likewise.
11156 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11157 * sysdeps/x86/bits/string.h: Update #endif comments.
11158 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11159 conditionals.
11160 * time/sys/time.h: Update #endif comments.
11161 * time/time.h: Likewise.
11162 [__USE_MISC]: Remove redundant conditionals.
11163
a5d82e4e
YG
111642014-02-21 Yury Gribov <y.gribov@samsung.com>
11165
11166 [BZ #16600]
11167 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11168
9a80491d
AS
111692014-02-21 Andreas Schwab <schwab@linux-m68k.org>
11170
11171 * Versions.def (librt): Add GLIBC_2.17.
11172
105fa381
AC
111732014-02-21 Adam Conrad <adconrad@0c3.net>
11174
11175 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11176 synonym for _SYS_AUXV_H to allow direct inclusion.
11177 * sysdeps/sparc/bits/hwcap.h: Likewise.
11178 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11179 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11180 * sysdeps/sparc/sysdep.h: Likewise.
11181
b8cd1c4e
SP
111822014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
11183
11184 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11185
bd939d23
RS
111862014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11187
11188 * benchtests/bench-strrchr.c: Print length instead of position.
11189
5d7b57ca
JM
111902014-02-20 Joseph Myers <joseph@codesourcery.com>
11191
bc688c10
JM
11192 [BZ #16611]
11193 * sysdeps/unix/sysv/linux/kernel-features.h
11194 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11195 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11196 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11197 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11198 Likewise.
11199 [__i386__ || __powerpc__ || __sh__ || __sparc__]
11200 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11201 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11202 (__ASSUME_SENDMMSG): Define instead of using previous
11203 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11204 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11205 (__ASSUME_SENDMMSG_SYSCALL): Define.
11206 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11207 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11208 Likewise.
11209 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11210 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11211 Likewise.
11212 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11213 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11214 Likewise.
11215 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11216 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11217 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11218 [__ASSUME_SENDMMSG]: Change conditionals to
11219 [__ASSUME_SENDMMSG_SOCKETCALL].
11220 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11221 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11222 Define.
11223 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11224 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11225 Likewise.
11226 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11227 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11228 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11229 [!__ASSUME_SENDMMSG]: Change conditional to
11230 [!__ASSUME_SENDMMSG_SOCKETCALL].
11231 * sysdeps/unix/sysv/linux/tile/kernel-features.h
11232 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11233 Define.
11234
0e31b18c
JM
11235 [BZ #16610]
11236 * sysdeps/unix/sysv/linux/kernel-features.h
11237 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11238 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11239 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11240 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11241 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11242 [__i386__ || __sparc__]
11243 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11244 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11245 (__ASSUME_RECVMMSG): Define instead of using previous
11246 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11247 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11248 (__ASSUME_RECVMMSG_SYSCALL): Define.
11249 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11250 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11251 Likewise.
11252 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11253 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11254 Likewise.
11255 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11256 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11257 Likewise.
11258 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11259 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11260 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11261 [__ASSUME_RECVMMSG]: Change condition to
11262 [__ASSUME_RECVMMSG_SOCKETCALL].
11263 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11264 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11265 Define.
11266 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11267 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11268 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11269 Likewise.
11270 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11271 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11272 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11273 [!__ASSUME_RECVMMSG]: Change condition to
11274 [!__ASSUME_RECVMMSG_SOCKETCALL].
11275 * sysdeps/unix/sysv/linux/tile/kernel-features.h
11276 (__ASSUME_RECVMMSG_SYSCALL): Define.
11277
dd481ccf
JM
11278 [BZ #16609]
11279 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11280 __powerpc__ || __s390__ || __sh__ || __sparc__]
11281 (__ASSUME_SOCKETCALL): Define.
11282 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11283 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11284 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11285 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11286 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11287 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11288 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11289 (__ASSUME_ACCEPT4): Define instead of using previous
11290 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11291 __powerpc__ || __sparc__ || __s390__)] condition.
11292 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11293 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11294 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11295 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11296 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11297 [!__ASSUME_ACCEPT4]: Change condition to
11298 [!__ASSUME_ACCEPT4_SOCKETCALL].
11299 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11300 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
11301 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11302 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11303 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11304 __ASSUME_ACCEPT4_SYSCALL.
11305 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11306 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11307 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11308 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11309 __ASSUME_ACCEPT4_SYSCALL.
11310 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11311 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11312 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11313 [__ASSUME_ACCEPT4]: Change condition to
11314 [__ASSUME_ACCEPT4_SOCKETCALL].
11315 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11316 (__ASSUME_SOCKETCALL): Define.
11317 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11318 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11319 (__ASSUME_SOCKETCALL): Define.
11320 (__ASSUME_ACCEPT4): Remove.
11321 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11322 Define.
11323 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11324 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11325 Likewise.
11326 * sysdeps/unix/sysv/linux/tile/kernel-features.h
11327 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11328
5d7b57ca
JM
11329 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11330 macro.
11331 (HWCAP_ARM_LPAE): Likewise.
11332 (HWCAP_ARM_EVTSTRM): Likewise.
11333 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11334 Add vpfd32, lpae and evtstrm.
11335 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11336 Increase to 22.
11337
63689d61
JM
113382014-02-19 Joseph Myers <joseph@codesourcery.com>
11339
11340 * math/auto-libm-test-in: Add tests of clog10.
11341 * math/auto-libm-test-out: Regenerated.
11342 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11343 * sysdeps/i386/fpu/libm-test-ulps: Update.
11344 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11345
ab09bf61
AS
113462014-02-18 Andreas Schwab <schwab@suse.de>
11347
11348 [BZ #16574]
11349 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11350 Store non-zero if the second buffer was newly allocated.
11351 (send_dg): Likewise.
11352 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11353 to send_vc and send_dg.
11354 (res_nsend): Pass NULL for ansp2_malloced.
11355 * resolv/res_query.c (__libc_res_nquery): Add parameter
11356 answerp2_malloced and pass it down to __libc_res_nsend.
11357 (res_nquery): Pass additional NULL to __libc_res_nquery.
11358 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11359 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
11360 second answer buffer if answerp2_malloced was set.
11361 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11362 (__libc_res_nquerydomain): Add parameter
11363 answerp2_malloced and pass it down to __libc_res_nquery.
11364 (res_nquerydomain): Pass additional NULL to
11365 __libc_res_nquerydomain.
11366 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11367 additional NULL to __libc_res_nsend and __libc_res_nquery.
11368 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11369 additional NULL to __libc_res_nsearch.
11370 (_nss_dns_gethostbyname4_r): Revert last change. Use new
11371 parameter of __libc_res_nsearch to check for separately allocated
11372 second buffer.
11373 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11374 __libc_res_nquery.
11375 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11376 additional NULL to __libc_res_nquery.
11377 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11378 __libc_res_nsearch.
11379 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11380 * include/resolv.h: Update prototypes of __libc_res_nquery,
11381 __libc_res_nsearch, __libc_res_nsend.
11382
a4fb7861
JM
113832014-02-18 Joseph Myers <joseph@codesourcery.com>
11384
c6af2d89
JM
11385 * math/auto-libm-test-in: Add tests of fma.
11386 * math/auto-libm-test-out: Regenerated.
11387 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11388 (fma_towardzero_test_data): Likewise.
11389 (fma_downward_test_data): Likewise.
11390 (fma_upward_test_data): Likewise.
11391 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11392 mpc_mode.
11393 (rounding_modes): Add values for new field.
11394 (func_calc_method): Add value mpfr_fff_f.
11395 (func_calc_desc): Add mpfr_fff_f union field.
11396 (test_function): Add field exact_args.
11397 (FUNC): Add macro argument EXACT_ARGS.
11398 (FUNC_mpfr_f_f): Update call to FUNC.
11399 (FUNC_mpfr_f_f): Likewise.
11400 (FUNC_mpfr_ff_f): Likewise.
11401 (FUNC_mpfr_if_f): Likewise.
11402 (FUNC_mpc_c_f): Likewise.
11403 (FUNC_mpc_c_c): Likewise.
11404 (test_functions): Add fma. Update calls to FUNC.
11405 (handle_input_arg): Add argument exact_args.
11406 (add_test): Update call to handle_input_arg.
11407 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
11408 (output_for_one_input_case): Update call to calc_generic_results.
11409 Recalculate exact zero results in each rounding mode.
11410
a4fb7861
JM
11411 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11412 non-negative before setting low bit.
11413 * math/auto-libm-test-in: Mark one asin test possibly having
11414 spurious underflow.
11415 * math/auto-libm-test-out: Regenerated.
11416 * sysdeps/i386/fpu/libm-test-ulps: Update.
11417 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11418
ef114eaf
DH
114192014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
11420
2b7f4f2c
SP
11421 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11422 * sysdeps/unix/sysv/linux/microblaze: Move directory from
11423 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
11424 * README: Add missing listing for microblaze*-*-linux-gnu.
11425
8125aedc
AM
114262014-02-16 Ondřej Bílka <neleai@seznam.cz>
11427
11428 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11429 duplicate code
11430
c70a4b1d
MF
114312014-02-16 Mike Frysinger <vapier@gentoo.org>
11432
11433 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11434 * sysdeps/unix/sysv/linux/ia64: Move directory from
11435 ports/sysdeps/unix/sysv/linux/ia64.
11436 * README: Update listing for ia64-*-linux-gnu.
11437
591aeaf7
TD
114382014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
11439 Joseph Myers <joseph@codesourcery.com>
11440
11441 * Makeconfig (test-name): New variable.
11442 (evaluate-test): Likewise.
11443 * Makerules (do-test-clean): Remove .test-result files.
11444 (common-mostlyclean): Likewise.
11445 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11446 * scripts/evaluate-test.sh: New file.
11447
6e89caf1
JM
114482014-02-14 Joseph Myers <joseph@codesourcery.com>
11449
7f98f180
JM
11450 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11451 separate $(objpfx)tst-fopenloc-cmp.out and
11452 $(objpfx)tst-fopenloc-mem.out targets.
11453 (tests): Update dependencies.
11454 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11455 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11456 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11457 (tst-rxspencer-no-utf8-ARGS): New variable.
11458 (tst-rxspencer-no-utf8-ENV): Likewise.
11459 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11460 instead of $(objpfx)tst-rxspencer-mem.
11461 ($(objpfx)tst-rxspencer-mem): Change target to
11462 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
11463 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11464 * posix/tst-rxspencer-no-utf8.c: New file.
11465
6e89caf1
JM
11466 * elf/Makefile ($(objpfx)order.out): Remove rule.
11467 [$(run-built-tests) = yes] (tests): Depend on
11468 $(objpfx)order-cmp.out.
11469 ($(objpfx)order-cmp.out): New rule.
11470 [$(run-built-tests) = yes] (tests): Depend on
11471 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11472 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11473 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11474 $(objpfx)tst-array5-static-cmp.out.
11475 ($(objpfx)tst-array1.out): Remove rule.
11476 ($(objpfx)tst-array1-cmp.out): New rule.
11477 ($(objpfx)tst-array1-static.out): Remove rule.
11478 ($(objpfx)tst-array1-static-cmp.out): New rule.
11479 ($(objpfx)tst-array2.out): Remove rule.
11480 ($(objpfx)tst-array2-cmp.out): New rule.
11481 ($(objpfx)tst-array3.out): Remove rule.
11482 ($(objpfx)tst-array3-cmp.out): New rule.
11483 ($(objpfx)tst-array4.out): Remove rule.
11484 ($(objpfx)tst-array4-cmp.out): New rule.
11485 ($(objpfx)tst-array5.out): Remove rule.
11486 ($(objpfx)tst-array5-cmp.out): New rule.
11487 ($(objpfx)tst-array5-static.out): Remove rule.
11488 ($(objpfx)tst-array5-static-cmp.out): New rule.
11489 [$(run-built-tests) = yes] (tests): Depend on
11490 $(objpfx)order2-cmp.out.
11491 ($(objpfx)order2.out): Remove rule.
11492 ($(objpfx)order2-cmp.out): New rule.
11493 ($(objpfx)tst-initorder.out): Remove rule.
11494 [$(run-built-tests) = yes] (tests): Depend on
11495 $(objpfx)tst-initorder-cmp.out.
11496 ($(objpfx)tst-initorder-cmp.out): New rule.
11497 ($(objpfx)tst-initorder2.out): Remove rule.
11498 [$(run-built-tests) = yes] (tests): Depend on
11499 $(objpfx)tst-initorder2-cmp.out.
11500 ($(objpfx)tst-initorder2-cmp.out): New rule.
11501 [$(run-built-tests) = yes] (tests): Depend on
11502 $(objpfx)tst-unused-dep-cmp.out.
11503 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11504 ($(objpfx)tst-unused-dep-cmp.out): New rule.
11505 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11506 on $(objpfx)tst-setvbuf1-cmp.out.
11507 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11508 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11509 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11510 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11511 ($(objpfx)tst-svc.out): Remove rule.
11512 ($(objpfx)tst-svc-cmp.out): New rule.
11513
ed9a38e2
JM
115142014-02-13 Joseph Myers <joseph@codesourcery.com>
11515
11516 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11517 * ctype/ctype.h [__USE_MISC]: Likewise.
11518 * dirent/dirent.h [__USE_MISC]: Likewise.
11519 * grp/grp.h [__USE_MISC]: Likewise.
11520 * io/fcntl.h [__USE_MISC]: Likewise.
11521 * io/sys/stat.h [__USE_MISC]: Likewise.
11522 * libio/stdio.h [__USE_MISC]: Likewise.
11523 * posix/unistd.h [__USE_MISC]: Likewise.
11524 * pwd/pwd.h [__USE_MISC]: Likewise.
11525 * stdlib.h [__USE_MISC]: Likewise.
11526 * string/bits/string2.h [__USE_MISC]: Likewise.
11527 * string/string.h [__USE_MISC]: Likewise.
11528 * time/time.h [__USE_MISC]: Likewise.
11529
d6680619
AS
115302014-02-13 Andreas Schwab <schwab@suse.de>
11531
11532 [BZ #16574]
11533 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11534 second answer buffer if it was separately allocated.
11535
ace614b8
JM
115362014-02-12 Joseph Myers <joseph@codesourcery.com>
11537
743151ae
JM
11538 * sysdeps/mips/math-tests.h: Include <features.h>.
11539 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11540 (ROUNDING_TESTS_long_double): Do not define.
11541 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11542 (EXCEPTION_TESTS_long_double): Likewise.
11543 * sysdeps/mips/mips64/libm-test-ulps: Update.
11544
498afc54
JM
11545 * include/features.h (__USE_BSD): Remove macro definitions.
11546 (__USE_SVID): Likewise.
11547 (_BSD_SOURCE): Likewise.
11548 (_SVID_SOURCE): Likewise.
11549 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11550 from definition of _DEFAULT_SOURCE.
11551 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11552 [_DEFAULT_SOURCE].
11553 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11554 * bits/mman.h [__USE_BSD]: Likewise.
11555 * bits/termios.h [__USE_BSD]: Likewise.
11556 * bits/waitstatus.h [__USE_BSD]: Likewise.
11557 * ctype/ctype.h [__USE_SVID]: Likewise.
11558 * dirent/dirent.h [__USE_BSD]: Likewise.
11559 * grp/grp.h [__USE_SVID]: Likewise.
11560 [__USE_BSD]: Likewise.
11561 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
11562 * io/fcntl.h [__USE_BSD]: Likewise.
11563 * io/ftw.h [__USE_BSD]: Likewise.
11564 * io/sys/stat.h [__USE_BSD]: Likewise.
11565 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
11566 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
11567 * libio/stdio.h [__USE_SVID]: Likewise.
11568 [__USE_BSD]: Likewise.
11569 * math/math.h [__USE_SVID]: Likewise.
11570 [__USE_BSD]: Likewise.
11571 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
11572 * misc/bits/syslog.h [__USE_BSD]: Likewise.
11573 * misc/search.h [__USE_SVID]: Likewise.
11574 * misc/sys/mman.h [__USE_BSD]: Likewise.
11575 * misc/sys/syslog.h [__USE_BSD]: Likewise.
11576 * misc/sys/uio.h [__USE_BSD]: Likewise.
11577 * posix/bits/unistd.h [__USE_BSD]: Likewise.
11578 * posix/glob.h [__USE_BSD]: Likewise.
11579 * posix/regex.h [__USE_BSD]: Likewise.
11580 * posix/sys/types.h [__USE_BSD]: Likewise.
11581 [__USE_SVID]: Likewise.
11582 * posix/sys/utsname.h [__USE_SVID]: Likewise.
11583 * posix/sys/wait.h [__USE_BSD]: Likewise.
11584 [__USE_SVID]: Likewise.
11585 * posix/unistd.h [__USE_BSD]: Likewise.
11586 [__USE_SVID]: Likewise.
11587 * pwd/pwd.h [__USE_SVID]: Likewise.
11588 * resolv/netdb.h [__USE_BSD]: Likewise.
11589 * setjmp/setjmp.h [__USE_BSD]: Likewise.
11590 * signal/signal.h [__USE_BSD]: Likewise.
11591 [__USE_SVID]: Likewise.
11592 * socket/sys/socket.h [__USE_BSD]: Likewise.
11593 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11594 * stdlib/stdlib.h [__USE_BSD]: Likewise.
11595 [__USE_SVID]: Likewise.
11596 * string/bits/string2.h [__USE_BSD]: Likewise.
11597 [__USE_SVID]: Likewise.
11598 * string/bits/string3.h [__USE_BSD]: Likewise.
11599 * string/endian.h [__USE_BSD]: Likewise.
11600 * string/string.h [__USE_SVID]: Likewise.
11601 [__USE_BSD]: Likewise.
11602 * string/strings.h [__USE_BSD]: Likewise.
11603 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11604 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11605 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11606 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11607 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11608 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11609 Likewise.
11610 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11611 Likewise.
11612 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11613 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11614 Likewise.
11615 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11616 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11617 Likewise.
11618 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11619 Likewise.
11620 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11621 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11622 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11623 Likewise.
11624 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11625 Likewise.
11626 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11627 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11628 * termios/termios.h [__USE_BSD]: Likewise.
11629 * time/sys/time.h [__USE_BSD]: Likewise.
11630 * time/time.h [__USE_BSD]: Likewise.
11631 [__USE_SVID]: Likewise.
11632
dd7b064c
JM
11633 * Makefile (subdir_targets): Remove subdir_lint.out.
11634
a2c4c199
JM
11635 * stdio-common/Makefile (do-tst-unbputc): Remove target.
11636 (do-tst-printf): Likewise.
11637 (tests): Depend directly on $(objpfx)tst-unbputc.out and
11638 $(objpfx)tst-printf.out.
11639
8756f740
JM
11640 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11641
1b6dd3f1
JM
11642 * Makerules (check-abi-%): Change target to
11643 $(objpfx)check-abi-%.out.
11644 (check-abi target): Update dependencies.
11645 (check-abi-pattern variable): Redirect output of diff to $@.
11646 (check-abi variable): Likewise.
11647 * elf/Makefile (check-abi): Update dependencies.
11648
ace614b8
JM
11649 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11650 unused.
11651 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11652 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11653 subnormal range.
11654 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11655 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11656 value has largest subnormal exponent.
11657 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11658 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11659 * sysdeps/aarch64/soft-fp/sfp-machine.h
11660 (_FP_TININESS_AFTER_ROUNDING): New macro.
11661 * sysdeps/alpha/soft-fp/sfp-machine.h
11662 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11663 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11664 Likewise.
11665 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11666 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11667 * sysdeps/mips/soft-fp/sfp-machine.h
11668 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11669 * sysdeps/powerpc/soft-fp/sfp-machine.h
11670 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11671 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11672 Likewise.
11673 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11674 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11675 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11676 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11677 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11678 Likewise.
11679
fbfdf9cb
DAS
116802014-02-12 Dylan Alex Simon <dylan@dylex.net>
11681
11682 [BZ #16545]
11683 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11684 model 1.
11685
68b7efaa
RH
116862014-02-12 Richard Henderson <rth@redhat.com>
11687
c70a4b1d 11688 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
11689 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11690 * sysdeps/unix/sysv/linux/alpha: Move directory from
11691 ports/sysdeps/unix/sysv/linux/alpha.
11692 * README: Update listing for alpha-*-linux-gnu.
11693
cb4a2928
JM
116942014-02-11 Joseph Myers <joseph@codesourcery.com>
11695
c941736c
JM
11696 * include/features.h: Update comment documenting feature test
11697 macros.
11698 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
11699 _DEFAULT_SOURCE.
11700 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11701 (_SVID_SOURCE): Likewise.
11702 (_DEFAULT_SOURCE): Update description of default features.
11703 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11704 with _GNU_SOURCE.
11705 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11706 (S_ISVTX): Likewise.
11707 * manual/math.texi (Mathematical Constants): Likewise.
11708 * manual/signal.texi (Interrupted Primitives): Likewise.
11709 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11710 * math/test-matherr.c (_SVID_SOURCE): Do not define.
11711 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11712 Don't refer to _SVID_SOURCE in warning text.
11713
e8d8d7ec
JM
11714 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11715
cb4a2928
JM
11716 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11717 already defined.
11718 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11719 * sysdeps/mips/dl-lookup.c: Remove.
11720 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11721
7e6424e3
AK
117222014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
11723
11724 [BZ #16447]
11725 * math/auto-libm-test-in: Add testcase for expl.
11726 * math/auto-libm-test-out: Regenerate.
11727 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11728 calculation of unsafe.
11729 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11730
75eff3fe
MS
117312014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
11732
11733 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11734 * sysdeps/unix/sysv/linux/aarch64: Move directory from
11735 ports/sysdeps/unix/sysv/linux/aarch64.
11736 * README: Update listing for aarch64*-*-linux-gnu.
11737
d35f1e80
WN
117382014-02-11 Will Newton <will.newton@linaro.org>
11739
11740 * manual/probes.texi (Mathematical Function Probes): Use
11741 "triggered" instead of "hit".
11742
7b3436d4
WN
11743 * manual/probes.texi (Internal Probes): Add documentation
11744 of setjmp, longjmp and longjmp_target probes.
11745
b4f12ca3
WN
11746 * include/stap-probe.h: Add comment about probe argument
11747 format.
11748
c13a72b7
WN
11749 * malloc/mtrace.c (attribute_hidden): Remove unused macro
11750 definition. (tr_where, tr_freehook, tr_mallochook,
11751 tr_reallochook, tr_memalignhook): Use ANSI protoype.
11752
195b8165
DM
117532014-02-11 David S. Miller <davem@davemloft.net>
11754
11755 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11756 processing int_tests.
11757
2ad7600b
JM
117582014-02-10 Joseph Myers <joseph@codesourcery.com>
11759
11760 * sysdeps/mips: Move directory from ports/sysdeps/mips.
11761 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11762 * sysdeps/unix/sysv/linux/mips: Move directory from
11763 ports/sysdeps/unix/sysv/linux/mips.
11764 * README: Update listing for mips-*-linux-gnu and
11765 mips64-*-linux-gnu.
11766
73588a72
AS
117672014-02-10 Andreas Schwab <schwab@linux-m68k.org>
11768
11769 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11770 * sysdeps/unix/sysv/linux/m68k: Move directory from
11771 ports/sysdeps/unix/sysv/linux/m68k.
11772 * README: Update listing for m68k-*-linux-gnu.
11773
4372980f
CM
117742014-02-10 Chris Metcalf <cmetcalf@tilera.com>
11775
11776 * sysdeps/tile: Move directory from ports/sysdeps/tile.
11777 * sysdeps/unix/sysv/linux/generic: Move directory from
11778 ports/sysdeps/unix/sysv/linux/generic.
11779 * sysdeps/unix/sysv/linux/tile: Move directory from
11780 ports/sysdeps/unix/sysv/linux/tile.
11781 * README: Update listing for tile*-*-linux-gnu.
11782
a1ffb40e
OB
117832014-02-10 Ondřej Bílka <neleai@seznam.cz>
11784
57f41c40
AS
11785 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11786 __builtin_expect.
a1ffb40e
OB
11787 * benchtests/bench-memmem.c (simple_memmem): Likewise.
11788 * catgets/open_catalog.c (__open_catalog): Likewise.
11789 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11790 * debug/confstr_chk.c: Likewise.
11791 * debug/fread_chk.c (__fread_chk): Likewise.
11792 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11793 * debug/getgroups_chk.c: Likewise.
11794 * debug/mbsnrtowcs_chk.c: Likewise.
11795 * debug/mbsrtowcs_chk.c: Likewise.
11796 * debug/mbstowcs_chk.c: Likewise.
11797 * debug/memcpy_chk.c: Likewise.
11798 * debug/memmove_chk.c: Likewise.
11799 * debug/mempcpy_chk.c: Likewise.
11800 * debug/memset_chk.c: Likewise.
11801 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11802 * debug/strcat_chk.c (__strcat_chk): Likewise.
11803 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11804 * debug/strncat_chk.c (__strncat_chk): Likewise.
11805 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11806 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11807 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11808 * debug/wcpncpy_chk.c: Likewise.
11809 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11810 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11811 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11812 * debug/wcsncpy_chk.c: Likewise.
11813 * debug/wcsnrtombs_chk.c: Likewise.
11814 * debug/wcsrtombs_chk.c: Likewise.
11815 * debug/wcstombs_chk.c: Likewise.
11816 * debug/wmemcpy_chk.c: Likewise.
11817 * debug/wmemmove_chk.c: Likewise.
11818 * debug/wmempcpy_chk.c: Likewise.
11819 * debug/wmemset_chk.c: Likewise.
11820 * dirent/scandirat.c (SCANDIRAT): Likewise.
11821 * dlfcn/dladdr1.c (dladdr1): Likewise.
11822 * dlfcn/dladdr.c (dladdr): Likewise.
11823 * dlfcn/dlclose.c (dlclose_doit): Likewise.
11824 * dlfcn/dlerror.c (__dlerror): Likewise.
11825 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11826 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11827 * dlfcn/dlopen.c (dlopen_doit): Likewise.
11828 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11829 * dlfcn/dlsym.c (dlsym_doit): Likewise.
11830 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11831 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11832 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11833 Likewise.
11834 * elf/dl-conflict.c: Likewise.
11835 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11836 * elf/dl-dst.h: Likewise.
11837 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11838 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11839 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11840 * elf/dl-init.c (call_init, _dl_init): Likewise.
11841 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
11842 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11843 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11844 Likewise.
a1ffb40e
OB
11845 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11846 Likewise.
11847 * elf/dl-minimal.c (__libc_memalign): Likewise.
11848 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11849 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11850 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11851 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
11852 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11853 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
11854 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11855 * elf/dl-writev.h (_dl_writev): Likewise.
11856 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
11857 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11858 (dl_main): Likewise.
a1ffb40e
OB
11859 * elf/setup-vdso.h (setup_vdso): Likewise.
11860 * grp/compat-initgroups.c (compat_call): Likewise.
11861 * grp/fgetgrent.c (fgetgrent): Likewise.
11862 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11863 * grp/putgrent.c (putgrent): Likewise.
11864 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11865 Likewise.
11866 * hurd/hurdinit.c: Likewise.
11867 * iconvdata/8bit-gap.c (struct): Likewise.
11868 * iconvdata/ansi_x3.110.c : Likewise.
11869 * iconvdata/big5.c : Likewise.
11870 * iconvdata/big5hkscs.c : Likewise.
11871 * iconvdata/cp1255.c: Likewise.
11872 * iconvdata/cp1258.c : Likewise.
11873 * iconvdata/cp932.c : Likewise.
11874 * iconvdata/euc-cn.c: Likewise.
11875 * iconvdata/euc-jisx0213.c : Likewise.
11876 * iconvdata/euc-jp.c: Likewise.
11877 * iconvdata/euc-jp-ms.c : Likewise.
11878 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11879 * iconvdata/gb18030.c : Likewise.
11880 * iconvdata/gbbig5.c (const): Likewise.
11881 * iconvdata/gbgbk.c: Likewise.
11882 * iconvdata/gbk.c : Likewise.
11883 * iconvdata/ibm1364.c : Likewise.
11884 * iconvdata/ibm930.c : Likewise.
11885 * iconvdata/ibm932.c: Likewise.
11886 * iconvdata/ibm933.c : Likewise.
11887 * iconvdata/ibm935.c : Likewise.
11888 * iconvdata/ibm937.c : Likewise.
11889 * iconvdata/ibm939.c : Likewise.
11890 * iconvdata/ibm943.c: Likewise.
11891 * iconvdata/iso_11548-1.c: Likewise.
11892 * iconvdata/iso-2022-cn.c : Likewise.
11893 * iconvdata/iso-2022-cn-ext.c : Likewise.
11894 * iconvdata/iso-2022-jp-3.c: Likewise.
11895 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11896 * iconvdata/iso-2022-kr.c : Likewise.
11897 * iconvdata/iso646.c (gconv_end): Likewise.
11898 * iconvdata/iso_6937-2.c : Likewise.
11899 * iconvdata/iso_6937.c : Likewise.
11900 * iconvdata/iso8859-1.c: Likewise.
11901 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11902 * iconvdata/shift_jisx0213.c : Likewise.
11903 * iconvdata/sjis.c : Likewise.
11904 * iconvdata/t.61.c : Likewise.
11905 * iconvdata/tcvn5712-1.c : Likewise.
11906 * iconvdata/tscii.c: Likewise.
11907 * iconvdata/uhc.c : Likewise.
11908 * iconvdata/unicode.c (gconv_end): Likewise.
11909 * iconvdata/utf-16.c (gconv_end): Likewise.
11910 * iconvdata/utf-32.c (gconv_end): Likewise.
11911 * iconvdata/utf-7.c (base64): Likewise.
11912 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11913 * iconv/gconv_close.c (__gconv_close): Likewise.
11914 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
11915 * iconv/gconv_simple.c (internal_ucs4_loop_single)
11916 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11917 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11918 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11919 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
11920 * iconv/iconv.c (iconv): Likewise.
11921 * iconv/iconv_close.c: Likewise.
11922 * iconv/loop.c (SINGLE): Likewise.
11923 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11924 * include/atomic.h: Likewise.
11925 * inet/inet6_option.c (option_alloc): Likewise.
11926 * intl/bindtextdom.c (set_binding_values): Likewise.
11927 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11928 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11929 * intl/localealias.c (read_alias_file): Likewise.
11930 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
11931 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11932 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
11933 * libio/fmemopen.c (fmemopen): Likewise.
11934 * libio/iofgets.c (_IO_fgets): Likewise.
11935 * libio/iofgets_u.c (fgets_unlocked): Likewise.
11936 * libio/iofgetws.c (fgetws): Likewise.
11937 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11938 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
11939 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11940 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
11941 * locale/findlocale.c (_nl_find_locale): Likewise.
11942 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11943 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11944 Likewise.
11945 * locale/setlocale.c (setlocale): Likewise.
11946 * login/programs/pt_chown.c (main): Likewise.
11947 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11948 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
11949 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11950 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
11951 * math/e_exp2l.c: Likewise.
11952 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11953 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11954 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11955 * math/s_catan.c (__catan): Likewise.
11956 * math/s_catanf.c (__catanf): Likewise.
11957 * math/s_catanh.c (__catanh): Likewise.
11958 * math/s_catanhf.c (__catanhf): Likewise.
11959 * math/s_catanhl.c (__catanhl): Likewise.
11960 * math/s_catanl.c (__catanl): Likewise.
11961 * math/s_ccosh.c (__ccosh): Likewise.
11962 * math/s_ccoshf.c (__ccoshf): Likewise.
11963 * math/s_ccoshl.c (__ccoshl): Likewise.
11964 * math/s_cexp.c (__cexp): Likewise.
11965 * math/s_cexpf.c (__cexpf): Likewise.
11966 * math/s_cexpl.c (__cexpl): Likewise.
11967 * math/s_clog10.c (__clog10): Likewise.
11968 * math/s_clog10f.c (__clog10f): Likewise.
11969 * math/s_clog10l.c (__clog10l): Likewise.
11970 * math/s_clog.c (__clog): Likewise.
11971 * math/s_clogf.c (__clogf): Likewise.
11972 * math/s_clogl.c (__clogl): Likewise.
11973 * math/s_csin.c (__csin): Likewise.
11974 * math/s_csinf.c (__csinf): Likewise.
11975 * math/s_csinh.c (__csinh): Likewise.
11976 * math/s_csinhf.c (__csinhf): Likewise.
11977 * math/s_csinhl.c (__csinhl): Likewise.
11978 * math/s_csinl.c (__csinl): Likewise.
11979 * math/s_csqrt.c (__csqrt): Likewise.
11980 * math/s_csqrtf.c (__csqrtf): Likewise.
11981 * math/s_csqrtl.c (__csqrtl): Likewise.
11982 * math/s_ctan.c (__ctan): Likewise.
11983 * math/s_ctanf.c (__ctanf): Likewise.
11984 * math/s_ctanh.c (__ctanh): Likewise.
11985 * math/s_ctanhf.c (__ctanhf): Likewise.
11986 * math/s_ctanhl.c (__ctanhl): Likewise.
11987 * math/s_ctanl.c (__ctanl): Likewise.
11988 * math/w_pow.c: Likewise.
11989 * math/w_powf.c: Likewise.
11990 * math/w_powl.c: Likewise.
11991 * math/w_scalb.c (sysv_scalb): Likewise.
11992 * math/w_scalbf.c (sysv_scalbf): Likewise.
11993 * math/w_scalbl.c (sysv_scalbl): Likewise.
11994 * misc/error.c (error_tail): Likewise.
11995 * misc/pselect.c (__pselect): Likewise.
11996 * nis/nis_callback.c (__nis_create_callback): Likewise.
11997 * nis/nis_call.c (__nisfind_server): Likewise.
11998 * nis/nis_creategroup.c (nis_creategroup): Likewise.
11999 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
12000 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
12001 * nis/nis_getservlist.c (nis_getservlist): Likewise.
12002 * nis/nis_lookup.c (nis_lookup): Likewise.
12003 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
12004 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
12005 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 12006 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
12007 * nis/nss_compat/compat-grp.c (getgrent_next_file)
12008 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
12009 * nis/nss_compat/compat-initgroups.c (add_group)
12010 (internal_getgrent_r): Likewise.
12011 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
12012 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
12013 * nis/nss_compat/compat-spwd.c (getspent_next_file)
12014 (internal_getspnam_r): Likewise.
12015 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
12016 (_nss_nis_getaliasbyname_r): Likewise.
12017 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
12018 (_nss_nis_getntohost_r): Likewise.
12019 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
12020 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
12021 (_nss_nis_getgrgid_r): Likewise.
12022 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
12023 (internal_nis_gethostent_r, internal_gethostbyname2_r)
12024 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
12025 (_nss_nis_gethostbyname4_r): Likewise.
12026 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
12027 (initgroups_netid): Likewise.
a1ffb40e 12028 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
12029 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
12030 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
12031 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
12032 (_nss_nis_getprotobynumber_r): Likewise.
12033 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12034 (_nss_nis_getsecretkey): Likewise.
12035 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12036 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12037 (_nss_nis_getpwuid_r): Likewise.
12038 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12039 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12040 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12041 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12042 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12043 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
12044 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12045 Likewise.
57f41c40
AS
12046 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12047 (_nss_nisplus_getntohost_r): Likewise.
12048 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12049 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12050 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12051 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 12052 Likewise.
57f41c40
AS
12053 * nis/nss_nisplus/nisplus-initgroups.c
12054 (_nss_nisplus_initgroups_dyn): Likewise.
12055 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12056 (_nss_nisplus_getnetbyaddr_r): Likewise.
12057 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12058 (_nss_nisplus_getprotobynumber_r): Likewise.
12059 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12060 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
12061 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12062 Likewise.
57f41c40
AS
12063 * nis/nss_nisplus/nisplus-service.c
12064 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12065 (_nss_nisplus_getservbyport_r): Likewise.
12066 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12067 (_nss_nisplus_getspnam_r): Likewise.
12068 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12069 Likewise.
a1ffb40e
OB
12070 * nscd/aicache.c (addhstaiX): Likewise.
12071 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
12072 * nscd/connections.c (register_traced_file, send_ro_fd)
12073 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12074 (main_loop_epoll): Likewise.
a1ffb40e
OB
12075 * nscd/grpcache.c (addgrbyX): Likewise.
12076 * nscd/hstcache.c (addhstbyX): Likewise.
12077 * nscd/initgrcache.c (addinitgroupsX): Likewise.
12078 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
12079 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12080 (addinnetgrX): Likewise.
12081 * nscd/nscd-client.h (__nscd_acquire_maplock)
12082 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
12083 * nscd/nscd_getai.c (__nscd_getai): Likewise.
12084 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12085 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12086 Likewise.
12087 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12088 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
12089 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12090 (__nscd_get_map_ref): Likewise.
a1ffb40e 12091 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
12092 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12093 Likewise.
a1ffb40e
OB
12094 * nscd/pwdcache.c (addpwbyX): Likewise.
12095 * nscd/selinux.c (preserve_capabilities): Likewise.
12096 * nscd/servicescache.c (addservbyX): Likewise.
12097 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12098 * posix/fnmatch.c (fnmatch): Likewise.
12099 * posix/getopt.c (_getopt_internal_r): Likewise.
12100 * posix/glob.c (glob, glob_in_dir): Likewise.
12101 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
12102 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12103 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
12104 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12105 * resolv/res_init.c: Likewise.
12106 * resolv/res_mkquery.c (res_nmkquery): Likewise.
12107 * resolv/res_query.c (__libc_res_nquery): Likewise.
12108 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12109 Likewise.
12110 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12111 * stdio-common/perror.c (perror): Likewise.
12112 * stdio-common/printf_fp.c (___printf_fp): Likewise.
12113 * stdio-common/tmpnam.c (tmpnam): Likewise.
12114 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12115 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
12116 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12117 Likewise.
a1ffb40e
OB
12118 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12119 * stdlib/putenv.c (putenv): Likewise.
12120 * stdlib/setenv.c (__add_to_environ): Likewise.
12121 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12122 * stdlib/strtol_l.c (INTERNAL): Likewise.
12123 * string/memmem.c (memmem): Likewise.
12124 * string/strerror.c (strerror): Likewise.
12125 * string/strnlen.c (__strnlen): Likewise.
12126 * string/test-memmem.c (simple_memmem): Likewise.
12127 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12128 * sunrpc/pm_getport.c (__get_socket): Likewise.
12129 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12130 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
12131 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12132 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
12133 Likewise.
12134 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12135 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12136 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12137 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12138 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
12139 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12140 Likewise.
12141 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12142 Likewise.
a1ffb40e
OB
12143 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12144 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12145 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12146 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12147 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12148 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12149 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12150 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12151 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12152 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12153 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12154 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12155 Likewise.
12156 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12157 Likewise.
12158 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12159 Likewise.
12160 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12161 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12162 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12163 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12164 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12165 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12166 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12167 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12168 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12169 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12170 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12171 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12172 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12173 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12174 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
12175 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12176 Likewise.
a1ffb40e
OB
12177 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12178 Likewise.
12179 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12180 Likewise.
12181 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12182 Likewise.
12183 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12184 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12185 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12186 Likewise.
12187 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12188 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12189 * sysdeps/posix/opendir.c (__opendirat): Likewise.
12190 * sysdeps/posix/sleep.c: Likewise.
12191 * sysdeps/posix/tempname.c: Likewise.
12192 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12193 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12194 Likewise.
57f41c40
AS
12195 * sysdeps/powerpc/powerpc32/dl-machine.h
12196 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
12197 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12198 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12199 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12200 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12201 Likewise.
12202 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12203 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12204 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12205 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12206 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
12207 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12208 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12209 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12210 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12211 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12212 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12213 (elf_machine_lazy_rel): Likewise.
a1ffb40e 12214 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12215 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12216 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
12217 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12218 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12219 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12220 * sysdeps/unix/grantpt.c (grantpt): Likewise.
12221 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12222 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12223 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12224 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12225 Likewise.
12226 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12227 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12228 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12229 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12230 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12231 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12232 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12233 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12234 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12235 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12236 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12237 Likewise.
12238 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12239 (__posix_fallocate64_l64): Likewise.
12240 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12241 (posix_fallocate): Likewise.
57f41c40
AS
12242 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12243 Likewise.
a1ffb40e 12244 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
12245 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12246 (getifaddrs_internal): Likewise.
a1ffb40e
OB
12247 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12248 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12249 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12250 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12251 * sysdeps/unix/sysv/linux/posix_fallocate64.c
12252 (__posix_fallocate64_l64): Likewise.
12253 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12254 Likewise.
12255 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
12256 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12257 (__get_clockfreq): Likewise.
a1ffb40e
OB
12258 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12259 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12260 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12261 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12262 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12263 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12264 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12265 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12266 Likewise.
12267 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12268 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12269 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12270 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12271 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12272 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12273 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12274 Likewise.
12275 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12276 (posix_fallocate): Likewise.
12277 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12278 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12279 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12280 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12281 (elf_machine_rela, elf_machine_rela_relative)
12282 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
12283 * time/asctime.c (asctime_internal): Likewise.
12284 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12285 * time/tzset.c (__tzset_parse_tz): Likewise.
12286 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12287 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12288 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12289 * wcsmbs/wcsmbsload.h: Likewise.
12290
f3d338c9
OB
12291 [BZ #15894]
12292 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12293
57f41c40
AS
12294 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12295 (arena_get2): Remove THREAD_STATS conditionals.
12296 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12297 (__malloc_stats, int): Likewise.
bdfe308a 12298
d674667c
MF
122992014-02-08 Mike Frysinger <vapier@gentoo.org>
12300
12301 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12302 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
12303
6349768c
MF
12304 * manual/setjmp.texi: Fix typos/grammar errors.
12305
0b7c7473
MF
12306 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12307 Only return early when n is <= 0. Delete unused return statement.
12308
ac8cc9e3
MF
12309 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12310 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12311 * debug/tst-longjmp_chk3.c: New file.
12312
c5bb8e23
MF
12313 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12314 (test_main): Replace code with set_fortify_handler call.
12315 * debug/test-strcpy_chk.c: Likewise.
12316 * debug/tst-chk1.c: Likewise.
12317 * debug/tst-longjmp_chk.c: Likewise.
12318 * test-skeleton.c: Include fcntl.h & paths.h
12319 (set_fortify_handler): Define.
12320
10444e42
MF
12321 * debug/tst-longjmp_chk.c: Add header comment and include
12322 ../test-skeleton.c.
12323 (do_test): Mark static.
12324 (TEST_FUNCTION): Define.
12325
1e805e8d
MF
12326 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12327 (IP_PMTUDISC_INTERFACE): Likewise.
12328 (IP_MULTICAST_IF): Likewise.
12329 (IP_MULTICAST_TTL): Likewise.
12330 (IP_MULTICAST_LOOP): Likewise.
12331 (IP_ADD_MEMBERSHIP): Likewise.
12332 (IP_DROP_MEMBERSHIP): Likewise.
12333 (IP_UNBLOCK_SOURCE): Likewise.
12334 (IP_BLOCK_SOURCE): Likewise.
12335 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12336 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12337 (IP_MSFILTER): Likewise.
12338 (MCAST_JOIN_GROUP): Likewise.
12339 (MCAST_BLOCK_SOURCE): Likewise.
12340 (MCAST_UNBLOCK_SOURCE): Likewise.
12341 (MCAST_LEAVE_GROUP): Likewise.
12342 (MCAST_JOIN_SOURCE_GROUP): Likewise.
12343 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12344 (MCAST_MSFILTER): Likewise.
12345 (IP_MULTICAST_ALL): Likewise.
12346 (IP_UNICAST_IF): Likewise.
12347
73f79bb7
MF
12348 * timezone/Makefile: Delete $(have-ksh) check.
12349 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12350 * timezone/tzselect.ksh: Add +x mode bits.
12351
8da79b60
MF
12352 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12353 (ANON_INODE_FS_MAGIC): Likewise.
12354 (BDEVFS_MAGIC): Likewise.
12355 (BINFMTFS_MAGIC): Likewise.
12356 (BTRFS_TEST_MAGIC): Likewise.
12357 (CRAMFS_MAGIC_WEND): Likewise.
12358 (DEBUGFS_MAGIC): Likewise.
12359 (ECRYPTFS_SUPER_MAGIC): Likewise.
12360 (EXT3_SUPER_MAGIC): Likewise.
12361 (EXT4_SUPER_MAGIC): Likewise.
12362 (FUTEXFS_SUPER_MAGIC): Likewise.
12363 (HOSTFS_SUPER_MAGIC): Likewise.
12364 (HUGETLBFS_MAGIC): Likewise.
12365 (MINIX3_SUPER_MAGIC): Likewise.
12366 (MTD_INODE_FS_MAGIC): Likewise.
12367 (NILFS_SUPER_MAGIC): Likewise.
12368 (OPENPROM_SUPER_MAGIC): Likewise.
12369 (PIPEFS_MAGIC): Likewise.
12370 (PSTOREFS_MAGIC): Likewise.
12371 (QNX6_SUPER_MAGIC): Likewise.
12372 (RAMFS_MAGIC): Likewise.
12373 (REISERFS_SUPER_MAGIC_STRING): Likewise.
12374 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12375 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12376 (SECURITYFS_MAGIC): Likewise.
12377 (SELINUX_MAGIC): Likewise.
12378 (SMACK_MAGIC): Likewise.
12379 (SOCKFS_MAGIC): Likewise.
12380 (SQUASHFS_MAGIC): Likewise.
12381 (STACK_END_MAGIC): Likewise.
12382 (TMPFS_MAGIC): Likewise.
12383 (USBDEVICE_SUPER_MAGIC): Likewise.
12384 (V9FS_MAGIC): Likewise.
12385 (XENFS_SUPER_MAGIC): Likewise.
12386 (CRAMFS_MAGIC): Fix typo in comment.
12387 (EXT2_SUPER_MAGIC): Update comment.
12388 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12389
464263cc
JM
123902014-02-08 Joseph Myers <joseph@codesourcery.com>
12391
c6bfe5c4
JM
12392 * sysdeps/arm: Move directory from ports/sysdeps/arm.
12393 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12394 * sysdeps/unix/sysv/linux/arm: Move directory from
12395 ports/sysdeps/unix/sysv/linux/arm.
12396 * README: Update listing for arm-*-linux-gnueabi.
12397
464263cc
JM
12398 * README: Remove mention of am33.
12399
32749f6c
RM
124002014-02-07 Roland McGrath <roland@hack.frob.com>
12401
12402 * bits/sigset.h (__sigemptyset): Use a statement expression rather
12403 than the comma operator, to avoid "rhs of comma has no effect"
12404 compiler warnings.
12405 (__sigfillset, __sigandset, __sigorset): Likewise.
12406 * include/signal.h (__sigemptyset): Likewise.
12407 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12408
d5b396c1
AM
124092014-02-07 Allan McRae <allan@archlinux.org>
12410
12411 * version.h (RELEASE): Set to "development".
12412 (VERSION): Set to "2.19.90"
12413 * NEWS: Add 2.20 section.
12414
3bfff2ed
CD
124152014-02-06 Carlos O'Donell <carlos@redhat.com>
12416
12417 [BZ #16529]
12418 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12419
ee7cc385
SP
124202014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
12421
12422 * manual/contrib.texi: Update entry for Carlos O'Donell,
12423 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12424
f877c4f2
CD
124252014-02-05 Carlos O'Donell <carlos@rehdat.com>
12426
27e839f6
CD
12427 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12428
f877c4f2
CD
12429 * sysdeps/unix/sysv/linux/kernel-features.h
12430 [__LINUX_KERNEL_VERSION >= 0x020621]
12431 (__ASSUME_PROC_PID_TASK_COMM): Define.
12432
68159946
SP
124332014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
12434
ba17cdbd
SP
12435 [BZ #16398]
12436 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12437 conversion when destination buffer does not have enough space.
12438 * libio/tst-ftell-partial-wide.c: New test case.
12439 * libio/Makefile (tests): Add tst-ftell-partial-wide.
12440
68159946
SP
12441 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12442 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
12443 Leonard and Allan McRae.
12444
2b528732
DM
124452014-02-04 David S. Miller <davem@davemloft.net>
12446
12447 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12448 32-bit.
12449
0ff82463
AZ
124502014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12451
57f41c40
AS
12452 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12453 New file
c01603f7
AZ
12454 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12455 New file
57f41c40
AS
12456 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12457 New file.
12458 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12459 New file.
c01603f7
AZ
12460 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12461 New file.
57f41c40
AS
12462 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12463 New file.
12464 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12465 New file.
c01603f7
AZ
12466 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12467 New file.
12468 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12469 New file.
12470 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12471 New file.
12472 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12473 New file.
12474 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12475 New file.
12476 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12477 New file.
12478
124792014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12480
0ff82463
AZ
12481 * nptl/shlib-versions: Change powerpc*le start to 2.17.
12482 * shlib-versions: Likewise.
12483
1695c773
AZ
124842014-02-04 Roland McGrath <roland@hack.frob.com>
12485 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12486
12487 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12488 (abilist-pattern): New variable, set to %-le.abilist.
12489
12490 * Makerules (abilist-pattern): New variable.
12491 (vpath): Use $(abilist-pattern) in place of %.abilist.
12492 (check-abi-% pattern rule): Likewise.
12493 (check-abi, update-abi): Likewise.
12494
6c0ce4b4
EW
124952014-02-04 Eric Wong <normalperson@yhbt.net>
12496
12497 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12498
481e3524
CD
124992014-02-03 Carlos O'Donell <carlos@redhat.com>
12500
12501 * manual/startup.texi: Add next, previous, and top entries for
12502 the `Program Arguments' and `Environment Variables' nodes.
12503
375592d3
AO
125042014-02-03 Alexandre Oliva <aoliva@redhat.com>
12505
12506 * manual/macros.texi: Add comments before MTASC-safety macros.
12507
f54838ba
AO
12508 * manual/users.texi: Document MTASC-safety properties.
12509
57f41c40
AS
12510 * manual/threads.texi (pthread_key_create, pthread_key_delete)
12511 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
12512 @deftypefun, and add @safety note.
12513 * manual/signal.texi: Move comments that analyze the above
12514 functions to their home place.
12515
fd3daba4
AM
125162014-02-03 Allan McRae <allan@archlinux.org>
12517
12518 * po/sl.po: Update Slovenian translation from translation project.
12519
597636d7
AO
125202014-02-02 Alexandre Oliva <aoliva@redhat.com>
12521
12522 * manual/time.texi (timegm): Add missing blank after @c.
12523 Reported by Joseph Myers <joseph@codesourcery.com>.
12524
ee196e3c
AO
125252014-02-01 Alexandre Oliva <aoliva@redhat.com>
12526
12527 * manual/check-safety.sh: New.
12528 * manual/Makefile ($(objpfx)stamp-summary): Run it.
12529
f8d529d5
AO
12530 * manual/terminal.texi: Document MTASC-safety properties.
12531
de55fdf4
AO
12532 * manual/filesys.texi: Document MTASC-safety properties.
12533
c3299c08
AO
12534 * manual/errno.texi: Document MTASC-safety properties.
12535
06e90b14
AO
12536 * manual/intro.texi: Document safety identifiers and
12537 conditionals.
12538
1acd4371
AO
12539 * manual/string.texi (wcstok): Fix prototype.
12540 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12541
23e5b8cb
AO
12542 * manual/time.texi: Document MTASC-safety properties.
12543
11087373
AO
12544 * manual/string.texi: Document MTASC-safety properties.
12545
5da2c93d
AO
12546 * manual/threads.texi: Document MTASC-safety properties.
12547
171e9210
AO
12548 * manual/stdio.texi: Document MTASC-safety properties.
12549
d9e02532
AO
12550 * manual/syslog.texi: Document MTASC-safety properties.
12551
6af8bab7
AO
12552 * manual/sysinfo.texi: Document MTASC-safety properties.
12553
663b02d7
AO
12554 * manual/startup.texi: Document MTASC-safety properties.
12555
973f180b
AO
12556 * manual/socket.texi: Document MTASC-safety properties.
12557
8f3c25c8
AO
12558 * manual/signal.texi: Document MTASC-safety properties.
12559
542210fb
AO
125602014-01-31 Alexandre Oliva <aoliva@redhat.com>
12561
12562 * manual/setjmp.texi: Document MTASC-safety properties.
12563
433c45a2
AO
12564 * manual/search.texi: Document MTASC-safety properties.
12565
c8ce789c
AO
12566 * manual/resource.texi: Document MTASC-safety properties.
12567
19f5d29c
AO
12568 * manual/process.texi: Document MTASC-safety properties.
12569
e2dfb7f4
AO
12570 * manual/platform.texi: Document MTASC-safety properties.
12571
8c1413f5
AO
12572 * manual/pipe.texi: Document MTASC-safety properties.
12573
03483ada
AO
12574 * manual/pattern.texi: Document MTASC-safety properties.
12575
29e7e2df
AO
12576 * manual/message.texi: Document MTASC-safety properties.
12577
9f529d7c
AO
12578 [BZ #12751]
12579 * manual/memory.texi: Document MTASC-safety properties.
12580
27aaa791
AO
12581 * manual/math.texi: Document MTASC-safety properties.
12582
f2d58726
AO
12583 * manual/locale.texi: Document MTASC-safety properties.
12584
2cc3615c
AO
12585 * manual/llio.texi: Document MTASC-safety properties.
12586
d9f0ec97
AO
12587 * manual/libdl.texi: New.
12588
e7c4409a
AO
12589 * manual/lang.texi: Document MTASC-safety properties.
12590
27bdc63c
AO
12591 * manual/job.texi: Document MTASC-safety properties.
12592
a7b90ea9
AO
12593 * manual/getopt.texi: Document MTASC-safety properties.
12594
c49130e3
AO
12595 * manual/ctype.texi: Document MTASC-safety properties.
12596
0d23a5c1
MR
125972014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
12598
12599 [BZ #16046]
12600 * csu/libc-tls.c (static_map): Remove variable.
12601 (__libc_setup_tls): Use main executable's link map for TLS data.
12602 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12603 casing for LM_ID_BASE and GL(dl_nns).
12604 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12605 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
12606 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12607 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12608 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12609 member.
12610 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12611 l_phnum members.
12612
0037bb60
AO
126132014-01-30 Alexandre Oliva <aoliva@redhat.com>
12614
12615 * manual/debug.texi: Document MTASC-safety properties.
12616
409e00bd
L
126172014-01-29 H.J. Lu <hongjiu.lu@intel.com>
12618
12619 [BZ #16510]
12620 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12621 of __x86_64__ when disabling x87 inline functions.
12622
86e60666
AO
126232014-01-29 Alexandre Oliva <aoliva@redhat.com>
12624
12625 * manual/charset.texi: Document MTASC-safety properties.
12626
76167637
AO
12627 * manual/crypt.texi: Document MTASC-safety properties.
12628
e567f2a0
AO
12629 * manual/conf.texi: Document MTASC-safety properties.
12630
b719dafd
AO
12631 * manual/arith.texi: Document MTASC-safety properties.
12632
4a16c662
AO
12633 * manual/argp.texi: Document MTASC-safety properties.
12634
0a57b83e
AO
12635 * manual/macros.texi: Introduce macros to document multi
12636 thread, asynchronous signal and asynchronous cancellation
12637 safety properties.
12638 * manual/intro.texi: Introduce the properties themselves.
12639
feab2397
KK
126402014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12641
12642 * sysdeps/sh/sh4/Makefile: New file.
12643
1c0d11bc
AS
126442014-01-27 Andreas Schwab <schwab@linux-m68k.org>
12645
12646 * math/gen-libm-test.pl ($srcdir): New variable.
12647 ($auto_input): Use it.
12648
af37a8a3
SP
126492014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12650
d7b00f98
SP
12651 [BZ #16506]
12652 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12653 access beyond array bounds when parsing netgroups file.
12654
af37a8a3
SP
12655 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12656 the old buffer before realloc.
12657
0c00f062
AM
126582014-01-27 Allan McRae <allan@archlinux.org>
12659
12660 * po/fr.po: Update French translation from translation project.
12661
7d69a1b0
KK
126622014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12663
12664 * sysdeps/sh/libm-test-ulps: Regenerate.
12665
6e697ff7
DM
126662014-01-24 David S. Miller <davem@davemloft.net>
12667
12668 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12669
9cadb35c
KK
126702014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12671
12672 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12673 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12674
5d41dadf
SP
126752013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
12676
12677 [BZ #16474]
12678 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12679 string pointers after reallocation.
12680
0bad441c
KK
126812014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12682
12683 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12684 __SH4A__ instead of __SH_FPU_ANY__.
12685
7007c661
KK
126862014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12687
12688 * sysdeps/sh/fpu_control.h: New file.
12689 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12690 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12691 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12692 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12693 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12694 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12695 * sysdeps/sh/sys/ucontext.h: Remove.
12696 * sysdeps/sh/sys: Remove directory.
12697
0f0c35e4
AK
126982014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12699
12700 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12701 s390/sys/ucontext.h.
12702 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12703 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12704
4959e284
L
127052014-01-20 H.J. Lu <hongjiu.lu@intel.com>
12706
12707 [BZ #15605]
12708 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12709
d98720e0
AZ
127102014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12711
12712 [BZ#16431]
12713 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12714 Adjust the vDSO correctly for internal calls.
12715 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12716
91cbd0bc
AM
127172014-01-20 Allan McRae <allan@archlinux.org>
12718
12719 * po/ca.po: Update Catalan translation from translation project.
12720
7a02cfad
MF
127212014-01-16 Mike Frysinger <vapier@gentoo.org>
12722
12723 * sysdeps/s390/sotruss-lib.c: New file.
12724
736c304a
AZ
127252014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12726
12727 [BZ#16430]
6e077ee5 12728 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
12729 (__GI___gettimeofday): Alias for a different internal symbol to avoid
12730 local calls issues by not having a PLT stub required for IFUNC calls.
12731 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12732
94d0cea0
JM
127332014-01-16 Joseph Myers <joseph@codesourcery.com>
12734
12735 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12736 * math/test-fpucw-static.c: Likewise.
12737
980cb518
SP
127382013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
12739
12740 [BZ #16453]
12741 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12742
2393fc01
AZ
127432014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12744
12745 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
12746 implementation for powerpc.
12747
d359bcc2
OB
127482014-01-15 Ondřej Bílka <neleai@seznam.cz>
12749
12750 [BZ #14782]
12751 * sysdeps/posix/system.c (__libc_system): Do not enable
12752 asynchronous cancellation.
12753
7beb48cb
AK
127542014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12755
12756 [BZ #16427]
12757 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12758 handling only for numbers special also in the IEEE case.
12759
c20d5bf5
AK
127602014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12761
12762 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12763
e83bd4ee
AM
127642014-01-11 Allan McRae <allan@archlinux.org>
12765
76d0ea69
AM
12766 * po/bg.po: Update Bulgarian translation from translation project.
12767
e83bd4ee
AM
12768 * po/de.po: Update German translation from translation project.
12769
bc2ba20a
RM
127702014-01-10 Roland McGrath <roland@hack.frob.com>
12771
12772 * sysdeps/generic/gcc-compat.h: New file.
12773
649ecea2
SP
127742014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
12775
12776 * benchtests/asin-inputs: Correct slow inputs.
12777 * benchtests/acos-inputs: Likewise.
12778
1b19c006
AM
127792014-01-10 Allan McRae <allan@archlinux.org>
12780
a46dab08
AM
12781 * po:sv.po: Update Swedish translation from translation project.
12782
421df74a
AM
12783 * po/vi.po: Update Vietnamese translation from translation project.
12784
d61c51a7
AM
12785 * po/eo.po: Update Esperanto translation from translation project.
12786
0339a319
AM
12787 * po/cs.po: Update Czech translation from translation project.
12788
94ad3e99
AM
12789 * po/nl.po: Update Dutch translation from translation project.
12790
e349ca71
AM
12791 * po/pl.po: Update Polish translation from translation project.
12792
ddf930c1
AM
12793 * po/ru.po: Update Russian translation from translation project.
12794
1b19c006
AM
12795 * po/uk.po: Update Ukrainian translation from translation project.
12796
9f236c49
BM
127972014-01-08 Brooks Moses <bmoses@google.com>
12798
12799 * elf/dl-load.c: Fix comment typo.
12800
cd6701cf
CD
128012014-01-08 Carlos O'Donell <carlos@redhat.com>
12802
12803 * po/header.pot: Rename to...
12804 * po/pot.header: ... this.
12805 * po/Makefile: Use pot.header.
12806
66671c84
YK
128072014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
12808 Maxim Kuvyrkov <maxim@kugelworks.com>
12809
12810 [BZ #16394]
cd6701cf
CD
12811 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12812 SRC and DEST against LEN.
66671c84 12813
38f34581
AZ
128142014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12815
12816 [BZ #16414]
12817 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12818 implementation.
12819 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12820
128212014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
12822
12823 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12824
4c327f2a
JM
128252014-01-08 Joseph Myers <joseph@codesourcery.com>
12826
12827 [BZ #16408]
12828 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12829 for large positive arguments.
12830
b821f414
JM
128312014-01-07 Joseph Myers <joseph@codesourcery.com>
12832
1f0f2067
JM
12833 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12834
a5a326f6
JM
12835 * math/auto-libm-test-in: Mark various tests with
12836 xfail-rounding:ldbl-128ibm.
12837 * math/auto-libm-test-out: Regenerated.
12838
b821f414
JM
12839 [BZ #16407]
12840 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12841 Increase overflow threshold.
12842
94c8a4bc
OB
128432014-01-07 Ondřej Bílka <neleai@seznam.cz>
12844
12845 [BZ #14286]
12846 * stdio-common/vfprintf.c: Check for integer overflow.
12847
87ded0c3
AK
128482014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12849
12850 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12851 the first argument and return value of __tls_get_addr_internal.
12852
c5eebdd0
AK
128532014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12854
12855 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12856 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12857
05d138ef
AK
128582014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12859
12860 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12861 * sysdeps/s390/rtld-global-offsets.sym: New file.
12862 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12863 GLIBC_2.19 symbol.
12864 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12865 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12866 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12867 ... this.
12868 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12869 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12870 ... this.
12871 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12872 Regenerate.
12873 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12874 Regenerate.
12875 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12876 halfs of GPRs for high_gprs contexts.
12877 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12878 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
12879 field.
12880 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12881 uc_flags field.
12882 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12883 64 bit versions:
12884 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12885 for high GPRs (uc_high_gprs) and for future extensions
12886 (__reserved).
12887 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12888 for future extensions (__reserved).
12889 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12890 64 bit versions:
12891 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12892 SC_HIGHGPRS offset definition.
12893 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12894 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12895
93a45ff1
AK
12896 * Versions.def: Add GLIBC_2.19 for libpthread.
12897 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12898 siglongjmp for libpthread with GLIBC_2.19 symver.
12899 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12900 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12901 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12902 * sysdeps/s390/__longjmp.c: New file.
12903 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12904 * sysdeps/s390/longjmp.c: New file.
12905 * sysdeps/s390/setjmp.S: New file.
12906 * sysdeps/s390/sigjmp.S: New file.
12907 * sysdeps/s390/v1-longjmp.c: New file.
12908 * sysdeps/s390/v1-setjmp.h: New file.
12909 * sysdeps/s390/v1-sigjmp.c: New file.
12910 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12911 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12912 GLIBC_2.19 version.
12913 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12914 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12915 versioned symbols for ____longjmp_chk.
12916 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12917 Likewise.
12918 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12919 Regenerate.
12920 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12921 Regenerate.
12922 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12923 Regenerate.
12924 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12925 Regenerate.
12926 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12927 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12928 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12929 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12930 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12931 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12932 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12933 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12934 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12935 * sysdeps/s390/rtld-__longjmp.c: New file.
12936 * sysdeps/s390/rtld-setjmp.S: New file.
12937
eb3fc44b
JM
129382014-01-06 Joseph Myers <joseph@codesourcery.com>
12939
12940 [BZ #16400]
12941 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12942 Return -__logl (x) for small positive arguments without evaluating
12943 a polynomial.
12944
9341dde4
MF
129452014-01-06 Mike Frysinger <vapier@gentoo.org>
12946
12947 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12948 Rename to ...
12949 (__ptrace_peeksiginfo_args): ... this.
12950 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12951 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12952 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12953
4cff0293
AM
129542014-01-06 Allan McRae <allan@archlinux.org>
12955
12956 * inet/netinet/in.h: Fix typo in comment.
12957
75595dcf
AJ
129582014-01-05 Andreas Jaeger <aj@suse.de>
12959
12960 * sysdeps/i386/fpu/libm-test-ulps: Update.
12961
79c1e109
AM
129622014-01-05 Allan McRae <allan@archlinux.org>
12963
dd804818
AM
12964 * po/libc.pot: Regenerated.
12965
79c1e109
AM
12966 * malloc/memusagestat.c: Fix gettext call formatting.
12967
0c813d1f
SK
129682014-01-04 Sami Kerola <kerolasa@iki.fi>
12969
12970 * nscd/nscd.c: Improve usage() output.
12971
20f4a8d9
MF
129722014-01-04 Mike Frysinger <vapier@gentoo.org>
12973
12974 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
12975 * sysdeps/unix/sysv/linux/configure: Regenerated.
12976 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
12977 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
12978
22562bb2
JM
129792014-01-03 Joseph Myers <joseph@codesourcery.com>
12980
12981 [BZ #16390]
12982 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
12983 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
12984
d7ad2d9b
AZ
129852014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12986
12987 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
12988 extra tokens at end of #undef directive.
12989 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
12990 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
12991 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
12992
7dd009d8
JM
129932014-01-03 Joseph Myers <joseph@codesourcery.com>
12994
24db925a
JM
12995 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12996
7dd009d8
JM
12997 * math/auto-libm-test-in: Mark various tests with
12998 xfail-rounding:ldbl-128ibm.
12999 * math/auto-libm-test-out: Regenerated.
13000
396e3ecf
JM
130012014-01-02 Joseph Myers <joseph@codesourcery.com>
13002
819e5d50
JM
13003 [BZ #16386]
13004 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
13005 numbers with subnormal high part when calculating exponent.
13006
90b6a1e5
JM
13007 [BZ #16385]
13008 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
13009 fabs.
13010
396e3ecf
JM
13011 [BZ #16384]
13012 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
13013 M_LN2l.
13014 (__ieee754_acoshl): Use __log1pl not __log1p.
13015
6c8dbf00
OB
130162013-01-02 Ondřej Bílka <neleai@seznam.cz>
13017
57f41c40
AS
13018 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
13019 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
13020 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
13021 (grow_heap, heap_trim, _int_new_arena, get_free_list)
13022 (reused_arena, arena_get2): Convert to GNU style.
13023 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
13024 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
13025 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 13026 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
13027 * malloc/malloc.c (__malloc_assert, malloc_init_state)
13028 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
13029 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
13030 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
13031 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
13032 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 13033 * malloc/malloc.h: Likewise.
57f41c40
AS
13034 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13035 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 13036 * malloc/mcheck.h: Likewise.
57f41c40
AS
13037 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13038 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
13039 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13040 * malloc/morecore.c (__default_morecore): Likewise.
13041 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
13042 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13043 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13044 (print_and_abort): Likewise.
6c8dbf00
OB
13045 * malloc/obstack.h: Likewise.
13046 * malloc/set-freeres.c (__libc_freeres): Likewise.
13047 * malloc/tst-mallocstate.c (main): Likewise.
13048 * malloc/tst-mtrace.c (main): Likewise.
13049 * malloc/tst-realloc.c (do_test): Likewise.
13050
d4124212
SP
130512013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
13052
9a3c6a6f
SP
13053 [BZ #16366]
13054 * nscd/netgroupcache.c (do_notfound): New function.
13055 (addgetnetgrentX): Use it.
13056
d4124212
SP
13057 [BZ # 16365]
13058 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13059 NSS_STATUS_NOTFOUND.
13060
97b9a009
JM
130612014-01-01 Joseph Myers <joseph@codesourcery.com>
13062
13063 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13064 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13065
d4697bc9
AM
130662014-01-01 Allan McRae <allan@archlinux.org>
13067
ddb3687f
AM
13068 * scripts/update-copyrights: Update configure input file suffix.
13069
88726d48
AM
13070 * NEWS: Update copyright year.
13071 * catgets/gencat.c: Likewise.
13072 * csu/version.c: Likewise.
13073 * debug/catchsegv.sh: Likewise.
13074 * debug/pcprofiledump.c: Likewise.
13075 * debug/xtrace.sh: Likewise.
13076 * elf/ldconfig.c: Likewise.
13077 * elf/ldd.bash.in: Likewise.
13078 * elf/pldd.c: Likewise.
13079 * elf/sotruss.ksh: Likewise.
13080 * elf/sprof.c: Likewise.
13081 * iconv/iconv_prog.c: Likewise.
13082 * iconv/iconvconfig.c: Likewise.
13083 * locale/programs/locale.c: Likewise.
13084 * locale/programs/localedef.c: Likewise.
13085 * login/programs/pt_chown.c: Likewise.
13086 * malloc/memusage.sh: Likewise.
13087 * malloc/memusagestat.c: Likewise.
13088 * malloc/mtrace.pl: Likewise.
13089 * manual/libc.texinfo: Likewise.
13090 * nscd/nscd.c: Likewise.
13091 * nss/getent.c: Likewise.
13092 * nss/makedb.c: Likewise.
13093 * posix/getconf.c: Likewise.
13094 * scripts/test-installation.pl: Likewise.
13095
d4697bc9
AM
13096 * All files with FSF copyright notices: Update copyright dates
13097 using scripts/update-copyrights.
13098 * intl/plural.c: Regenerated.
13099 * locale/programs/charmap-kw.h: Likewise.
13100 * locale/programs/locfile-kw.h: Likewise.
13101
c8590f9d
MF
131022013-12-31 Mike Frysinger <vapier@gentoo.org>
13103
13104 * sysdeps/unix/sysv/linux/configure: Regenerated.
13105 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13106 the linux/fanotify.h header.
13107 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13108 HAVE_LINUX_FANOTIFY_H is defined.
13109
b19221b9
SP
131102013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
13111
dd1d85e5
SP
13112 * benchtests/cos-inputs: New inputs.
13113 * benchtests/sin-inputs: Likewise.
13114
1acbb90f
SP
13115 * benchtests/atan-inputs: New inputs. Fix name of multiple
13116 precision fallback inputs.
13117
4c012ed3
SP
13118 * benchtests/atanh-inputs: New inputs.
13119 * benchtests/tanh-inputs: Likewise.
13120
eff98324
SP
13121 * benchtests/acosh-inputs: New inputs.
13122 * benchtests/asinh-inputs: Likewise.
13123
ce641152
SP
13124 * benchtests/cosh-inputs: New inputs.
13125 * benchtests/sinh-inputs: Likewise.
13126
b19221b9
SP
13127 * benchtests/acos-inputs: Add more inputs.
13128 * benchtests/asin-inputs: Likewise.
13129
030a4976 131302013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 13131
030a4976 13132 [BZ #16375]
9dcc8f11
VS
13133 * manual/arith.texi: Fix spelling.
13134 * manual/charset.texi: Likewise.
13135 * manual/errno.texi: Likewise.
13136 * manual/filesys.texi: Likewise.
13137 * manual/lang.texi: Likewise.
13138 * manual/llio.texi: Likewise.
13139 * manual/locale.texi: Likewise.
13140 * manual/message.texi: Likewise.
13141 * manual/resource.texi: Likewise.
13142 * manual/search.texi: Likewise.
13143 * manual/setjmp.texi: Likewise.
13144 * manual/stdio.texi: Likewise.
13145 * manual/string.texi: Likewise.
13146 * manual/sysinfo.texi: Likewise.
13147 * manual/time.texi: Likewise.
13148
11520a57
CD
131492013-12-27 Carlos O'Donell <carlos@redhat.com>
13150
13151 * po/sl.po: New file.
13152
471103ae
MF
131532013-12-27 Mike Frysinger <vapier@gentoo.org>
13154
13155 * .gitignore: Add core/.gdbinit/.gdb_history.
13156
6c9642ed
AM
131572013-12-27 Allan McRae <allan@archlinux.org>
13158
13159 [BZ #16369]
13160 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13161 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13162
3f637079
BM
131632013-12-24 Brooks Moses <bmoses@google.com>
13164
13165 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13166 all compilers that claim C++98 compliance, not just GCC.
13167 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13168 Likewise.
13169
abc26e99
MK
131702013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
13171
13172 * NEWS: Restore accidentally deleted bug-fix entries.
13173
362b47fe
MK
131742013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
13175 Ondřej Bílka <neleai@seznam.cz>
13176
13177 [BZ #15073]
13178 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 13179 have_lock.
362b47fe 13180
b9bcbbcb
OB
131812013-12-23 Ondřej Bílka <neleai@seznam.cz>
13182
13183 [BZ #12986]
13184 * manual/stdio.texi (String Input Conversions): Clarify that character
13185 classes are not supported.
13186
fb55fcd2
AZ
131872013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13188
13189 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13190
ef7344f0
JM
131912013-12-22 Joseph Myers <joseph@codesourcery.com>
13192
4f40e4b3
JM
13193 [BZ #16337]
13194 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13195 Calculate results for small negative arguments directly rather
13196 than using reflection formula with special underflow handling.
13197
ef7344f0
JM
13198 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13199 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13200 sysdeps/unix/bsd/bsd4.4/syscalls.list.
13201 (fchflags): Likewise.
13202 (revoke): Likewise.
13203 (setlogin): Likewise.
13204 (sigaltstack): Likewise.
13205 (wait4): Likewise.
13206 (sigblock): Remove.
13207 (sigsetmask): Likewise.
13208 (wait3): Likewise.
13209 (waitpid): Likewise.
13210 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13211 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13212 file.
13213 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13214 * sysdeps/unix/bsd/Makefile: ... here.
13215 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13216 * sysdeps/unix/bsd/Versions: ... here.
13217 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13218 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13219 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13220 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13221 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13222 * sysdeps/unix/bsd/sigblock.c: ... here.
13223 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13224 * sysdeps/unix/bsd/sigsetmask.c: ... here.
13225 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13226 * sysdeps/unix/bsd/sigvec.c: ... here.
13227 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13228 * sysdeps/unix/bsd/tcdrain.c: ... here.
13229 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13230 * sysdeps/unix/bsd/tcgetattr.c: ... here.
13231 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13232 * sysdeps/unix/bsd/tcsetattr.c: ... here.
13233 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13234 * sysdeps/unix/bsd/wait.c: ... here.
13235 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13236 * sysdeps/unix/bsd/wait3.c: ... here.
13237 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13238 * sysdeps/unix/bsd/waitpid.c: ... here.
13239
5b0626b9
JM
132402013-12-21 Joseph Myers <joseph@codesourcery.com>
13241
13242 [BZ #16356]
13243 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13244 round-to-nearest for [!USE_AS_EXPM1L].
13245 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13246 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
13247 more tests of exp and exp10. Expect some exp10 tests to miss
13248 exceptions or fail in directed rounding modes.
13249 * math/auto-libm-test-out: Regenerated.
13250 * math/libm-test.inc (exp10_tonearest_test_data): New array.
13251 (exp10_test_tonearest): New function.
13252 (exp10_towardzero_test_data): New array.
13253 (exp10_test_towardzero): New function.
13254 (exp10_downward_test_data): New array.
13255 (exp10_test_downward): New function.
13256 (exp10_upward_test_data): New array.
13257 (exp10_test_upward): New function.
13258 (main): Call the new functions.
13259 * sysdeps/i386/fpu/libm-test-ulps: Update.
13260 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13261
7fda5682
JM
132622013-12-20 Joseph Myers <joseph@codesourcery.com>
13263
31e3a405
JM
13264 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13265 asinh, atan, atan2, atanh, cbrt, cos and cosh.
13266 * math/auto-libm-test-out: Regenerated.
13267 * math/libm-test.inc (acosh_test_data): Add more tests.
13268 (atanh_test_data): Likewise.
13269 (ceil_test_data): Likewise.
13270 (copysign_test_data): Likewise.
13271 * sysdeps/i386/fpu/libm-test-ulps: Update.
13272 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13273
85bff96a
JM
13274 * timezone/checktab.awk: Update from tzcode 2013i.
13275 * timezone/private.h: Likewise.
13276 * timezone/scheck.c: Likewise.
13277 * timezone/tzfile.h: Likewise.
13278 * timezone/tzselect.ksh: Likewise.
13279 * timezone/zdump.c: Likewise.
13280 * timezone/zic.c: Likewise.
13281
b7867a3b
JM
13282 * math/auto-libm-test-in: Add tests of cpow.
13283 * math/auto-libm-test-out: Regenerated.
13284 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 13285 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
13286 mpc_cc_c.
13287 (func_calc_desc): Add mpc_cc_c union field.
13288 (test_functions): Add cpow.
13289 (special_fill_2pi): New function.
13290 (special_real_inputs): Add 2pi.
13291 (calc_generic_results): Handle mpc_cc_c.
13292 * sysdeps/i386/fpu/libm-test-ulps: Update.
13293 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13294
7fda5682
JM
13295 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13296 csqrt, ctan and ctanh.
13297 * math/auto-libm-test-out: Regenerated.
13298 * math/libm-test.inc (TEST_COND_x86_64): New macro.
13299 (TEST_COND_x86): Likewise.
13300 (ccos_test_data): Use AUTO_TESTS_c_c.
13301 (ccosh_test_data): Likewise.
13302 (cexp_test_data): Likewise.
13303 (clog_test_data): Likewise.
13304 (csqrt_test_data): Likewise.
13305 (ctan_test_data): Likewise.
13306 (ctan_tonearest_test_data): Likewise.
13307 (ctan_towardzero_test_data): Likewise.
13308 (ctan_downward_test_data): Likewise.
13309 (ctan_upward_test_data): Likewise.
13310 (ctanh_test_data): Likewise.
13311 (ctanh_tonearest_test_data): Likewise.
13312 (ctanh_towardzero_test_data): Likewise.
13313 (ctanh_downward_test_data): Likewise.
13314 (ctanh_upward_test_data): Likewise.
13315 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13316 mpc_c_c.
13317 (func_calc_desc): Add mpc_c_c union field.
13318 (FUNC_mpc_c_c): New macro.
13319 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13320 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13321 ctanh.
13322 (special_fill_min_subnorm_p120): New function.
13323 (special_real_inputs): Add min_subnorm_p120.
13324 (calc_generic_results): Handle mpc_c_c.
13325 * sysdeps/i386/fpu/libm-test-ulps: Update.
13326 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13327
5ff8d60e
SP
133282013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
13329
57f41c40
AS
13330 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13331 (do_sin_slow): New functions.
13332 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13333 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 13334
84ba214c
SP
13335 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13336 Use M to change sign of result instead of X. Assume X is
13337 positive.
13338 (csloww1): Likewise.
13339 (__sin): Adjust.
13340 (__cos): Adjust.
13341
975195e4
SP
13342 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13343 arguments A and DA.
13344 (__sin): Adjust.
13345 (__cos): Likewise.
13346
5ff8d60e
SP
13347 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13348 (__cos): Likewise.
13349 (sloww1): Don't adjust sign of DX.
13350 (csloww1): Likewise.
13351 (sloww2): Use X directly and don't adjust sign of DX.
13352 (csloww2): Likewise.
13353
eb983568
JM
133542013-12-19 Joseph Myers <joseph@codesourcery.com>
13355
64a17f1a
JM
13356 * math/auto-libm-test-in: Add tests of cabs and carg.
13357 * math/auto-libm-test-out: Regenerated.
13358 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13359 (carg_test_data): Likewise.
13360 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13361 mpc_c_f.
13362 (func_calc_desc): Add mpc_c_f union field.
13363 (test_functions): Add cabs and carg.
13364 (calc_generic_results): Handle mpc_c_f.
13365
eb983568
JM
13366 * sysdeps/powerpc/powerpc32/libgcc-compat.S
13367 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13368 as a macro and a compat symbol.
13369 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13370 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13371 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13372 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13373 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13374 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13375 not use .hidden.
13376 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13377 Likewise.
13378 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13379 Likewise.
13380 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13381 Likewise.
13382 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13383 Likewise.
13384 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13385 Likewise.
13386 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13387 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13388 from GLIBC_2.3.2.
13389
6eeb678a
AZ
133902013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13391
13392 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13393
6f6fc482
JM
133942013-12-19 Joseph Myers <joseph@codesourcery.com>
13395
21fea2e2
JM
13396 * manual/texinfo.tex: Update to version 2013-11-26.10 with
13397 trailing whitespace removed.
13398 * scripts/config.guess: Update to version 2013-11-29.
13399 * scripts/config.sub: Update to version 2013-10-01.
13400
6f6fc482
JM
13401 * math/auto-libm-test-in: Add tests of sincos.
13402 * math/auto-libm-test-out: Regenerated.
13403 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13404 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13405 mpfr_f_11.
13406 (func_calc_desc): Add mpfr_f_11 union field.
13407 (test_functions): Add sincos.
13408 (calc_generic_results): Handle mpfr_f_11.
13409 * sysdeps/i386/fpu/libm-test-ulps: Update.
13410 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13411
83f5c32d
AS
134122013-12-19 Andreas Schwab <schwab@suse.de>
13413
13414 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13415 CALL_MCOUNT.
13416 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13417 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13418 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13419
c688b419
JM
134202013-12-19 Joseph Myers <joseph@codesourcery.com>
13421
335ee092
JM
13422 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13423 * sysdeps/i386/fpu/libm-test-ulps: Update.
13424 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13425
f88acd39
JM
13426 [BZ #16293]
13427 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13428 round-to-nearest mode when using frndint.
13429 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13430 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13431 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13432 Likewise.
13433 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
13434 sinh test to fail.
13435 * math/auto-libm-test-out: Regenerated.
13436 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13437 (TEST_COND_x86): Likewise.
13438 (expm1_tonearest_test_data): New array.
13439 (expm1_test_tonearest): New function.
13440 (expm1_towardzero_test_data): New array.
13441 (expm1_test_towardzero): New function.
13442 (expm1_downward_test_data): New array.
13443 (expm1_test_downward): New function.
13444 (expm1_upward_test_data): New array.
13445 (expm1_test_upward): New function.
13446 (main): Run the new test functions.
13447 * sysdeps/i386/fpu/libm-test-ulps: Update.
13448 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13449
c688b419
JM
13450 * include/features.h: Update comment documenting feature test
13451 macros. Mention _DEFAULT_SOURCE in comment.
13452 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13453 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13454 _BSD_SOURCE and _SVID_SOURCE.
13455 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13456 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13457 !_SVID_SOURCE]: Likewise.
13458 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13459 (__USE_POSIX_IMPLICITLY): Define.
13460 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13461 (_POSIX_SOURCE): Undefine and redefine.
13462 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13463 (_POSIX_C_SOURCE): Likewise.
13464 * manual/creature.texi (_DEFAULT_SOURCE): Document.
13465 (Feature Test Macros): Update documentation of default features.
13466
9f6e964c
RS
134672013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13468
13469 * benchtests/Makefile: Add bench-strtok.
13470 * benchtests/bench-strtok.c: New file: strtok benchtest.
13471
ee0a148a
AM
134722013-12-19 Allan McRae <allan@archlinux.org>
13473
13474 * manual/install.texi: Suppress menu for plain text output.
13475 * INSTALL: Regenerated.
13476
b9ab448f
BM
134772013-12-18 Brooks Moses <bmoses@google.com>
13478
13479 [BZ #15846]
13480 * misc/getauxval.c: Include errno.h.
13481 (__getauxval): Set errno to ENOENT if the requested type is not
13482 found.
13483 * misc/sys/auxv.h (getauxval): Document that it may set errno;
13484 don't declare with __attribute_const__.
13485 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13486 * manual/startup.texi: Document that getauxval sets errno.
13487
23776487
JM
134882013-12-18 Joseph Myers <joseph@codesourcery.com>
13489
f889953b
JM
13490 * math/auto-libm-test-in: Add tests of jn and yn.
13491 * math/auto-libm-test-out: Regenerated.
13492 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13493 (yn_test_data): Likewise.
13494 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13495 mpfr_if_f.
13496 (func_calc_desc): Add mpfr_if_f union field.
13497 (FUNC_mpfr_if_f): New macro.
13498 (test_functions): Add jn and yn.
13499 (calc_generic_results): Assert type of second input for
13500 mpfr_ff_f. Handle mpfr_if_f.
13501 (output_for_one_input_case): Disable all checking for arguments
13502 fitting floating-point types in case of an integer argument.
13503 * sysdeps/i386/fpu/libm-test-ulps: Update.
13504 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13505
23776487
JM
13506 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13507 Don't expect fegetround reference in libm.so.
13508
cb756c6d
MS
135092013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
13510
13511 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13512 $(config-cflags-nofma).
13513
2dec468f
JM
135142013-12-18 Joseph Myers <joseph@codesourcery.com>
13515
5953eb3a
JM
13516 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13517 * math/auto-libm-test-out: Regenerated.
13518
2dec468f
JM
13519 [BZ #16338]
13520 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13521 to determine exponent and adjust argument to have exponent of -1.
13522 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
13523 log2.
13524 * math/auto-libm-test-out: Regenerated.
13525 * sysdeps/i386/fpu/libm-test-ulps: Update.
13526 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13527
4d84e6ad
OB
135282013-12-18 Ondřej Bílka <neleai@seznam.cz>
13529
13530 * manual/probes.texi: Remove cases when per-thread arenas are
13531 disabled.
13532
1818483b
AS
135332013-12-18 Andreas Schwab <schwab@suse.de>
13534
13535 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13536 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13537 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13538 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13539 * sysdeps/i386/i686/multiarch/Makefile: Update.
13540 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13541
25de95bf
JM
135422013-12-17 Joseph Myers <joseph@codesourcery.com>
13543
13544 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13545 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13546
674762d9
PE
135472013-12-17 Paul Eggert <eggert@cs.ucla.edu>
13548
ed27ed83 13549 [BZ #15968]
0748546f
PE
13550 Support TZ transition times < 00:00:00.
13551 This is needed for version-3 tz-format files; it supports time
13552 stamps past 2037 for America/Godthab (the only entry in the tz
13553 database for which this change is relevant).
13554 * manual/time.texi (TZ Variable): Document transition times
13555 from -167:59:59 through -00:00:01.
13556 * time/tzset.c (tz_rule): Time of day is now signed.
13557 (__tzset_parse_tz): Parse negative time of day.
13558
4480e934
PE
13559 Document TZ transition times >= 25:00:00.
13560 * manual/time.texi (TZ Variable): Document transition times from
13561 25:00:00 through 167:59:59. These are already supported, and this
13562 support will help with version-3 tz-format files.
13563
69947401
PE
13564 * manual/time.texi (TZ Variable): Modernize North America example
13565 to reflect current (i.e., 2007-and-later) daylight saving rules.
13566
674762d9
PE
13567 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
13568
7011c262
JM
135692013-12-17 Joseph Myers <joseph@codesourcery.com>
13570
2fc6557e
JM
13571 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
13572 * sysdeps/unix/bsd/bits/stat.h: Likewise.
13573 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
13574 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13575 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
13576 * sysdeps/unix/bsd/bsdstat.h: Likewise.
13577 * sysdeps/unix/bsd/clock.c: Likewise.
13578 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
13579 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
13580 * sysdeps/unix/bsd/init-posix.c: Likewise.
13581 * sysdeps/unix/bsd/poll.c: Likewise.
13582 * sysdeps/unix/bsd/ptsname.c: Likewise.
13583 * sysdeps/unix/bsd/seekdir.c: Likewise.
13584 * sysdeps/unix/bsd/setegid.c: Likewise.
13585 * sysdeps/unix/bsd/seteuid.c: Likewise.
13586 * sysdeps/unix/bsd/setgid.c: Likewise.
13587 * sysdeps/unix/bsd/setrgid.c: Likewise.
13588 * sysdeps/unix/bsd/setruid.c: Likewise.
13589 * sysdeps/unix/bsd/setsid.c: Likewise.
13590 * sysdeps/unix/bsd/setuid.c: Likewise.
13591 * sysdeps/unix/bsd/sigaction.c: Likewise.
13592 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
13593 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13594 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13595 * sysdeps/unix/bsd/telldir.c: Likewise.
13596 * sysdeps/unix/bsd/times.c: Likewise.
13597 * sysdeps/unix/bsd/usleep.c: Likewise.
13598
029c7b25
JM
13599 * misc/Makefile (install-lib): Remove libbsd-compat.a.
13600 ($(objpfx)libbsd-compat.a): Remove rule.
13601
7011c262
JM
13602 * include/features.h (__FAVOR_BSD): Do not define.
13603 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13604 features conflicting with POSIX.
13605 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13606 (_BSD_SOURCE): Remove description of not being a subset of other
13607 feature test macros.
13608 * manual/job.texi (getpgrp): Do not document BSD version.
13609 (getpgid): Do not document by reference to BSD getpgrp.
13610 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13611 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13612 * signal/signal.h [__FAVOR_BSD]: Likewise.
13613 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13614 instead of making contents conditional on [__FAVOR_BSD].
13615 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13616
affb6f78
AZ
136172013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13618
13619 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13620
c88769dd
JM
136212013-12-17 Joseph Myers <joseph@codesourcery.com>
13622
6432a540
JM
13623 [BZ #16314]
13624 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13625 values below 2**-450, not 2**-500.
13626 * math/auto-libm-test-in: Don't allow spurious underflow from
13627 hypot.
13628 * math/auto-libm-test-out: Regenerated.
13629
c88769dd
JM
13630 [BZ #16316]
13631 [BZ #16330]
13632 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13633 values of ha and hb and sort them after adjusting subnormal
13634 arguments.
13635 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13636 Likewise.
13637 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13638 values of ea and eb and sort them after adjusting subnormal
13639 arguments.
13640 * math/auto-libm-test-in: Do not expect some hypot tests of
13641 subnormals to fail. Add more hypot tests.
13642 * math/auto-libm-test-out: Regenerated.
13643
29618f6b
KK
136442013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13645
13646 [BZ #13304]
13647 * sysdeps/sh/s_fma.c: New file.
13648 * sysdeps/sh/s_fmaf.c: New file.
13649 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
13650 version.
13651 * sysdeps/sh/Implies: Add sh/soft-fp.
13652
eacfdfbf
RM
136532013-12-16 Roland McGrath <roland@hack.frob.com>
13654
13655 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
13656 level of indirection to members `objname', `errstring', `malloced'.
13657 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13658 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
13659 it as the __longjmp argument (just pass 1 instead).
13660 (_dl_catch_error): Initialize C with argument pointers and address of
13661 volatile local ERRCODE rather than copying values out of C at return.
13662
ff362e5b
JM
136632013-12-16 Joseph Myers <joseph@codesourcery.com>
13664
13665 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13666 * math/auto-libm-test-out: Regenerated.
13667 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13668 (hypot_test_data): Likewise.
13669 (pow_test_data): Likewise.
13670 (pow_tonearest_test_data): Likewise.
13671 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13672 mpfr_ff_f.
13673 (func_calc_desc): Add mpfr_ff_f union field.
13674 (FUNC_mpfr_ff_f): New macro.
13675 (test_functions): Add atan2, hypot and pow.
13676 (special_fill_min): New function.
13677 (special_fill_minus_min): Likewise.
13678 (special_fill_min_subnorm): Likewise.
13679 (special_fill_minus_min_subnorm): Likewise.
13680 (special_real_inputs): Add min, -min, min_subnorm and
13681 -min_subnorm.
13682 (calc_generic_results): Handle mpfr_ff_f.
13683 * sysdeps/i386/fpu/libm-test-ulps: Update.
13684 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13685
5764c27f
WN
136862013-12-16 Will Newton <will.newton@linaro.org>
13687
13688 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13689 (Aligned Memory Blocks): Add documentation for aligned_alloc
13690 and suggest it as an alternative to posix_memalign.
13691 (Hooks for Malloc): Document __memalign_hook is also called
13692 for aligned_alloc. (Summary of Malloc): Add summary for
13693 aligned alloc. Document __memalign_hook is also called
13694 for aligned_alloc.
13695
0a096e44
WN
136962013-12-16 Will Newton <will.newton@linaro.org>
13697
13698 * manual/memory.texi (Malloc Examples): Clarify default
13699 alignment documentation. Suggest posix_memalign rather
13700 than memalign or valloc.
13701 (Aligned Memory Blocks): Remove suggestion to use memalign
13702 or valloc. Remove obsolete comment about BSD.
13703 Document memalign errno values and mark the function obsolete.
13704 Document posix_memalign returned error codes. Mark valloc
13705 as obsolete. (Hooks for Malloc): __memalign_hook is also
13706 called for posix_memalign and valloc.
13707 (Summary of Malloc): Add posix_memalign to function summary.
13708 __memalign_hook is also called for posix_memalign and valloc.
13709
8d561986
SP
137102013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
13711
13712 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13713 TAYLOR_SIN.
13714 (__sin): Adjust.
13715 (__cos): Likewise.
13716 (sloww): Use mynumber union. Expand ternary operator into
13717 if-else statements.
13718 (cslow): use mynumber union.
13719
73616a74
AM
137202013-12-16 Allan McRae <allan@archlinux.org>
13721
9e8ac24b
AM
13722 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13723 * configure: Regenerated.
13724
6f8e37eb
AM
13725 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13726
8894bad3
AM
13727 [BZ #14120]
13728 * configure.ac: Added --enable-maintainer-mode. Check for
13729 autoconf when enabled.
13730 * configure: Regenerated.
13731
73616a74
AM
13732 * nscd/nscd.service: New file.
13733 * nscd/nscd.tmpfiles: New file.
13734
584b18eb
OB
137352013-12-14 Ondřej Bílka <neleai@seznam.cz>
13736
13737 [BZ #12100]
13738 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13739 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13740 * sysdeps/x86_64/multiarch/strstr.c: ... here.
13741 (strstr): Add __strstr_sse2_unaligned ifunc.
13742 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13743 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13744 (strcasestr): Remove __strcasestr_sse42 ifunc.
13745 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
13746 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13747 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13748
8a5c7897
KK
137492013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13750
13751 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13752 * sysdeps/sh/bits/fenv.h: ... here.
13753 * sysdeps/sh/sh4/fpu/bits: Remove directory.
13754
fd712ef3
AZ
137552013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13756
13757 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13758
42fcb46c
AZ
13759 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13760 hypotf multiarch implementations.
13761 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13762 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13763 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13764 multiarch hypot for PPC64.
13765 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13766 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13767 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13768 multiarch hypotf for PPC64.
13769
83efded4
AZ
13770 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13771 modff multiarch implementations.
13772 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13773 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13774 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13775 multiarch modf for PPC64.
13776 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13777 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13778 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13779 multiarch modff for PPC64.
13780
43e246d2
AZ
13781 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13782 and logl multiarch implementations.
13783 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13784 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13785 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13786 multiarch logb for PPC64.
13787 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13788 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13789 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13790 multiarch logb for PPC64.
13791 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13792 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13793 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13794 multiarch logb for PPC64.
13795
8fdad123
AZ
13796 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13797 isinff multiarch implementation.
13798 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13799 file.
13800 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13801 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13802 multiarch isinf for PPC64.
13803 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13804 file.
13805 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13806 multiarch isinff for PPC64.
13807
1481d706
AZ
13808 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13809 finitef multiarch implementation.
13810 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13811 file.
13812 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13813 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13814 multiarch finite for PPC64.
13815 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13816 file.
13817 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13818 multiarch finitef for PPC64.
13819
5ccd5fc8
AZ
13820 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13821 lrint multiarch implementation.
13822 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13823 file.
13824 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13825 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13826 multiarch llrint for PPC64.
13827 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13828 multiarch lrint for PPC64.
13829
2568f3fa
AZ
13830 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13831 copysignf multiarch implementation.
13832 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13833 file.
13834 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13835 file.
13836 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13837 multiarch copysign for PPC64.
13838 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13839 multiarch copysignf for PPC64.
13840
1cb341fd
AZ
13841 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13842 multiarch implementation.
13843 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13844 file.
13845 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13846 file.
13847 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13848 file.
13849 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13850 file.
13851 multiarch llround for PPC64.
13852 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13853 multiarch trunc for PPC64.
13854 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13855 multiarch truncf for PPC64.
13856
59a3e194
AZ
13857 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13858 multiarch implementation.
13859 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13860 file.
13861 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13862 file.
13863 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13864 file.
13865 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13866 file.
13867 multiarch llround for PPC64.
13868 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13869 multiarch round for PPC64.
13870 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13871 multiarch roundf for PPC64.
13872
357fd3b4
AZ
13873 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13874 multiarch implementation.
13875 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13876 file.
13877 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13878 file.
13879 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13880 file.
13881 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13882 file.
13883 multiarch llround for PPC64.
13884 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13885 multiarch floor for PPC64.
13886 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13887 multiarch floorf for PPC64.
13888
96770f12
AZ
13889 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13890 multiarch implementation.
13891 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13892 file.
13893 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13894 file.
13895 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13896 file.
13897 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13898 file.
13899 multiarch llround for PPC64.
13900 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13901 multiarch ceil for PPC64.
13902 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13903 multiarch ceilf for PPC64.
13904
c3627f6e
AZ
13905 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13906 multiarch implementation.
13907 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13908 file.
13909 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13910 file.
13911 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13912 file.
13913 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13914 multiarch llround for PPC64.
13915 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13916 multiarch lround for PPC64.
13917
b2284ad7
AZ
13918 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13919 multiarch implementation.
13920 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13921 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13922 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13923 file.
13924 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13925 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13926 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13927 multiarch isnan for PPC64.
13928 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13929 multiarch isnanf for PPC64.
13930
69bbc63d
AZ
13931 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13932 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13933 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13934 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13935 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13936 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13937
c24517c9
AZ
13938 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13939 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13940 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13941 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13942
a52374e8
AZ
13943 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13944 multiarch implementations.
13945 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13946 (__libc_ifunc_impl_list): Likewise.
13947 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13948 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13949 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13950 multiarch stpcpy for PPC64.
13951
7f5ec113
AZ
13952 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13953 multiarch implementations.
13954 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13955 (__libc_ifunc_impl_list): Likewise.
13956 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
13957 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
13958 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
13959 multiarch strcpy for PPC64.
13960
e28bcd42
AZ
13961 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
13962 redefine function name.
13963 (_wordcopy_fwd_dest_aligned): Likewise.
13964 (_wordcopy_bwd_aligned): Likewise.
13965 (_wordcopy_bwd_dest_aligned): Likewise.
13966 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
13967 multiarch implementations.
13968 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13969 (__libc_ifunc_impl_list): Likewise.
13970 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
13971 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
13972 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
13973 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
13974 multiarch wcscpy for PPC64.
13975
92cacfce
AZ
13976 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
13977 multiarch implementations.
13978 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13979 (__libc_ifunc_impl_list): Likewise.
13980 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
13981 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
13982 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
13983 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
13984 multiarch wcscpy for PPC64.
13985
7b714620
AZ
13986 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
13987 multiarch implementations.
13988 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13989 (__libc_ifunc_impl_list): Likewise.
13990 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
13991 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
13992 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
13993 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
13994 multiarch wcsrchr for PPC64.
13995
16fd2ae3
AZ
13996 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
13997 multiarch implementations.
13998 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13999 (__libc_ifunc_impl_list): Likewise.
14000 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
14001 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
14002 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
14003 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
14004 multiarch wcschr for PPC64.
14005
9ee2969b
AZ
14006 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
14007 multiarch implementations.
14008 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14009 (__libc_ifunc_impl_list): Likewise.
14010 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
14011 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
14012 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
14013 multiarch strchrnul for PPC64.
14014
372dc060
AZ
14015 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
14016 implementations.
14017 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14018 (__libc_ifunc_impl_list): Likewise.
14019 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
14020 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
14021 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
14022 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
14023 strchr for PPC64.
14024
24c2c3b9
AZ
14025 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
14026 implementations.
14027 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14028 (__libc_ifunc_impl_list): Likewise.
14029 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
14030 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
14031 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
14032 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
14033 strncmp for PPC64.
14034
1c92d9a0
AZ
14035 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14036 multiarch implementations.
14037 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14038 (__libc_ifunc_impl_list): Likewise.
14039 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14040 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14041 strncasecmp for PPC64.
14042 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14043 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14044 multiarch strncasecmp_l for PPC64.
14045
17de3ee3
AZ
14046 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14047 multiarch implementations.
14048 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14049 (__libc_ifunc_impl_list): Likewise.
14050 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14051 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14052 multiarch strcasecmp for PPC64.
14053 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14054 file.
14055 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14056 multiarch strcasecmp_l for PPC64.
14057
62982bf9
AZ
14058 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14059 implementations.
14060 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14061 (__libc_ifunc_impl_list): Likewise.
14062 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14063 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14064 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14065 strnlen for PPC64.
14066
a65f4904
AZ
14067 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14068 implementations.
14069 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14070 (__libc_ifunc_impl_list): Likewise.
14071 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14072 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14073 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14074 strlen for PPC64.
14075
1fd005ad
AZ
14076 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14077 implementations.
14078 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14079 (__libc_ifunc_impl_list): Likewise.
14080 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14081 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14082 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14083 rawmemrchr for PPC64.
14084
cd05ba91
AZ
14085 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14086 implementation.
14087 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14088 (__libc_ifunc_impl_list): Likewise.
14089 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14090 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14091 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14092 memrchr for PPC64.
14093
870f8676
AZ
14094 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14095 implementation.
14096 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14097 (__libc_ifunc_impl_list): Likewise.
14098 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14099 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14100 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14101 memchr for PPC64.
14102
f00be62b
AZ
14103 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14104 implementation.
14105 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14106 (__libc_ifunc_impl_list): Likewise.
14107 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14108 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14109 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14110 mempcpy for PPC64.
14111
8a29a3d0
AZ
14112 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14113 avoid cretion of __bzero symbol.
14114 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14115 Likewise.
14116 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14117 Likewise.
14118 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14119 Likewise.
14120 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14121 multiarch implementations.
14122 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14123 (__libc_ifunc_impl_list): Likewise.
14124 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14125 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14126 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14127 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14128 bzero for PPC32.
14129 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14130 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14131 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14132 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14133 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14134 memset for PPC64.
14135 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14136
07253fcf
AZ
14137 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14138 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14139 implementations.
14140 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14141 (__libc_ifunc_impl_list): Likewise.
14142 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14143 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14144 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14145 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14146 memcmp for PPC64.
14147
b5beafbc
AZ
14148 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14149 multiarch for POWER/PPC64.
14150 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14151 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14152 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14153 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14154 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14155 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14156 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14157 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14158 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14159 memcpy for PPC64.
14160
5e6a4d4b
AZ
14161 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14162 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14163 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14164 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14165 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14166 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14167 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14168 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14169 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14170 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14171 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14172 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14173 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14174 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14175 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14176 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14177 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14178 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14179 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14180 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14181 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14182 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14183
ddfab6dc
KK
141842013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
14185
14186 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14187
19b5525e
SP
141882013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
14189
14190 * benchtests/Makefile (bench): Add exp2 and log2.
14191 (LDLIBS-bench-exp2): Add -lm.
14192 (LDLIBS-bench-log2): Likewise.
14193 * benchtests/exp2-inputs: New inputs file.
14194 * benchtests/log2-inputs: New inputs file.
14195 * benchtests/log-inputs: Add new inputs.
14196 * benchtests/tan-inputs: Likewise.
14197
196f7f5d
SP
141982013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
14199
7a74607f
SP
14200 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14201 definition...
57f41c40
AS
14202 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14203 (csloww2): ... from here.
7a74607f 14204
196f7f5d
SP
14205 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14206 instead of structures.
14207 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14208 (POLYNOMIAL): Likewise.
14209 (TAYLOR_SLOW): Likewise.
14210 (__sin): Likewise.
14211 (__cos): Likewise.
14212 (slow1): Likewise.
14213 (slow2): Likewise.
14214 (sloww): Likewise.
14215 (sloww1); Likewise.
14216 (sloww2): Likewise.
14217 (bsloww1): Likewise.
14218 (bsloww2): Likewise.
14219 (cslow2): Likewise.
14220 (csloww): Likewise.
14221 (csloww1): Likewise.
14222 (csloww2): Likewise.
14223
0dfa665c
OB
142242013-12-10 Ondřej Bílka <neleai@seznam.cz>
14225
14226 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
14227 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14228 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
14229 * malloc/hooks.c (realloc_check): Likewise.
14230
5782a80f
OB
14231 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14232 * malloc/arena.c: Remove PER_THREAD conditional.
14233 [!PER_THREAD]: Remove code.
14234 (ptmalloc_unlock_all2): Likewise.
14235 (ptmalloc_init): Likewise.
14236 (_int_new_arena): Likewise.
14237 (arena_get2): Likewise.
14238 * malloc/hooks.c (__malloc_get_state): Likewise.
14239 (__malloc_set_state): Likewise.
14240 * malloc/malloc.c: Likewise.
14241 (struct malloc_state): Likewise.
14242 (struct malloc_par): Likewise.
14243 (__libc_realloc): Likewise.
14244 (__libc_mallopt): Likewise.
14245
aeb95445
AZ
142462013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14247
14248 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14249
e8349efd
OB
142502013-12-09 Ondřej Bílka <neleai@seznam.cz>
14251
14252 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14253 macro to a function. Check for zero perturb_byte.
14254 (_int_malloc, _int_free): Remove zero perturb_byte checks.
14255
f3eeb3fc 14256 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
14257 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14258 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
14259 force_reg by atomic_forced_read.
14260 * malloc/arena.c (ptmalloc_init): Likewise.
14261 * malloc/hooks.c (top_check): Likewise.
14262
be2f9009
AZ
142632013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14264
14265 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14266
e7b914bd
MT
142672013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
14268
14269 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14270
9f0be4f8
JM
142712013-12-08 Joseph Myers <joseph@codesourcery.com>
14272
14273 * math/auto-libm-test-in: Add tests of lgamma.
14274 * math/auto-libm-test-out: Regenerated.
14275 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14276 (M_LOG_2_SQRT_PIl): Likewise.
14277 (lgamma_test_data): Use AUTO_TESTS_f_f1.
14278 * math/gen-auto-libm-tests.c (func_calc_method): Add value
14279 mpfr_f_f1.
14280 (func_calc_desc): Add mpfr_f_f1 union field.
14281 (ARGS1): New macro.
14282 (ARGS2): Likewise.
14283 (ARGS3): Likewise.
14284 (ARGS4): Likewise.
14285 (RET1): Likewise.
14286 (RET2): Likewise.
14287 (CALC): Likewise.
14288 (FUNC): Likewise.
14289 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14290 (test_functions): Add lgamma.
14291 (calc_generic_results): Handle mpfr_f_f1.
14292 * sysdeps/i386/fpu/libm-test-ulps: Update.
14293 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14294
24eeafdb
AZ
142952013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14296
14297 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14298 __mpn_add_n for PowerPC64/POWER7.
14299 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14300 __mpn_sub_n for PowerPC64/POWER7.
14301
4a2c0fd4
AZ
14302 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14303 __mpn_addmul_1 for PowerPC64.
14304 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14305 __mpn_submul_1 for PowerPC64.
14306 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14307 for PowerPC64.
14308 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14309 for PowerPC64.
14310
4b5b548c
FS
143112013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
14312
14313 [BZ #15089]
14314 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14315
0a3ac0aa
AZ
143162013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14317
14318 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14319
ccdc8438
AZ
14320 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14321 add multiarch folders.
14322 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14323 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14324 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14325 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14326 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14327 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14328 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14329 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14330 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14331 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14332 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14333 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14334 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14335 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14336 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14337 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14338 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14339
2e973d99
AZ
14340 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14341 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14342 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14343 New file.
14344 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14345 New file.
14346 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14347 multiarch __ieee754_hypot for PowerPC32.
14348 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14349 New file.
14350 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14351 New file.
14352 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14353 multiarch __ieee754_hypotf for PowerPC32.
14354
2d9470b2
AZ
14355 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14356 long_double_symbol only if __logbl is defined.
14357 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14358 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14359 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14360 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14361 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14362 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14363 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14364 path for implementation.
14365 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14366 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14367 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14368 logb, and logbl multiarch implementations for PowerPC32.
14369 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14370 file.
14371 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14372 file.
14373 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14374 multiarch logb for PowerPC32.
14375 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14376 file.
14377 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14378 file.
14379 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14380 multiarch logbf for PowerPC32.
14381 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14382 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14383 file.
14384 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14385 multiarch logbl implementation for PowerPC32.
14386
5212ffce
AZ
14387 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14388 and modff multiarch implementations.
14389 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14390 New file.
14391 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14392 New file.
14393 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14394 multiarch modf for PowerPC32.
14395 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14396 New file.
14397 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14398 New file.
14399 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14400 multiarch modff for PowerPC32.
14401
79dccf31
AZ
14402 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14403 and lrintf multiarch implementations.
14404 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14405 New file.
14406 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14407 New file.
14408 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14409 multiarch lrint for PowerPC32.
14410 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14411 file: multiarch lrintf for PowerPC32.
14412
deb66480
AZ
14413 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14414 and lroundf multiarch implementations.
14415 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14416 New file.
14417 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14418 New file.
14419 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14420 New file.
14421 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14422 multiarch lround for PowerPC32.
14423 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14424 file: multiarch lroundf for PowerPC32.
14425
264b036b
AZ
14426 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14427 copysign and copysignf multiarch implementations.
14428 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14429 New file.
14430 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14431 New file.
14432 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14433 file: multiarch copysign for PowerPC32.
14434 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14435 file: multiarch copysignf for PowerPC32.
14436
d47db6c9
AZ
14437 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14438 and truncf multiarch implementations.
14439 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14440 New file.
14441 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14442 file.
14443 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14444 multiarch trunc for PowerPC32.
14445 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14446 New file.
14447 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14448 New file.
14449 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14450 multiarch truncf for PowerPC32.
14451
ddb60b5a
AZ
14452 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14453 and roundf multiarch implementations.
14454 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14455 New file.
14456 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14457 file.
14458 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14459 multiarch round for PowerPC32.
14460 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14461 New file.
14462 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14463 New file.
14464 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14465 multiarch roundf for PowerPC32.
14466
bedcf49b
AZ
14467 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14468 and floorf multiarch implementations.
14469 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14470 New file.
14471 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14472 file.
14473 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14474 multiarch floor for PowerPC32.
14475 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14476 New file.
14477 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14478 New file.
14479 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14480 multiarch floorf for PowerPC32.
14481
35ae5b40
AZ
14482 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14483 and ceilf multiarch implementations.
14484 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14485 New file.
14486 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14487 file.
14488 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14489 multiarch ceil for PowerPC32.
14490 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14491 New file.
14492 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14493 file.
14494 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14495 multiarch ceilf for PowerPC32.
14496
ae1a4cd9
AZ
14497 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14498 is defined.
14499 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14500 FINITEF is defined.
14501 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14502 and finitef multiarch implementations.
14503 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14504 New file.
14505 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14506 file.
14507 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14508 multiarch finite for PowerPC32.
14509 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14510 New file.
14511 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14512 file: multiarch finitef for PowerPC32.
14513
64fffd65
AZ
14514 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14515 and isinff multiarch implementations.
14516 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14517 file.
14518 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14519 file.
14520 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14521 multiarch isinf for PowerPC32.
14522 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
14523 New file.
14524 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14525 multiarch isinff for PowerPC32.
14526
8e4e7ba2
AZ
14527 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14528 alias when __isnan is defined.
14529 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14530 and isnanf multiarch implementations.
14531 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14532 file.
14533 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14534 file.
14535 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14536 file.
14537 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14538 file.
14539 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14540 multiarch isnan for PowerPC32.
14541 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14542 New file.
14543 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14544 New file.
14545 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14546 multiarch isnanf for PowerPC32.
14547
ddba588e
AZ
14548 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14549 and sqrtf multiarch implementations.
14550 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14551 file.
14552 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14553 file.
14554 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
14555 multiarch sqrt for PowerPC32.
14556 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
14557 file.
14558 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
14559 file.
14560 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
14561 multiarch sqrtf for PowerPC32.
14562
0f96a2f0
AZ
14563 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
14564 and llroundf multiarch implementations.
14565 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
14566 New file.
14567 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
14568 New file.
14569 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
14570 New file.
14571 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
14572 file: multiarch llround for PowerPC32.
14573 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
14574 file: multiarch llroundf for PowerPC32.
14575
c9b5d79e
AZ
14576 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
14577 multiarch PowerPC32 fpu implementations.
14578 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
14579 New file.
14580 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
14581 New file.
14582 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
14583 multiarch llrint for PowerPC32.
14584 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
14585 New file.
14586 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
14587 New file.
14588 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
14589 file.
14590
9cbb3aab
AZ
14591 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
14592
ea5a72f8
AZ
14593 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14594 file.
14595 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14596 file.
14597 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14598 file.
14599 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14600 multiarch wordcopy for PPC32.
14601 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14602 wordcopy objects.
14603 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14604 (__libc_ifunc_impl_list): Likewise.
14605 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14606 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14607 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14608 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14609 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14610 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14611
93be09e7
AZ
14612 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14613 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14614 file.
14615 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14616 file.
14617 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14618 file.
14619 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14620 multiarch wcscpy for PPC32.
14621 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14622 multiarch objects.
14623 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14624 (__libc_ifunc_impl_list): Likewise.
14625 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14626 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14627 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14628 sysdeps/powerpc/power6/wcscpy.c.
14629
bb04e529
AZ
14630 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14631 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14632 file.
14633 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14634 file.
14635 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14636 file.
14637 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14638 multiarch wcsrchr for PPC32.
14639 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14640 multiarch objects.
14641 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14642 (__libc_ifunc_impl_list): Likewise.
14643 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14644 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14645 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14646 sysdeps/powerpc/power6/wcsrchr.c.
14647
05b5cd1c
AZ
14648 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14649 file.
14650 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14651 file.
14652 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14653 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14654 multiarch wcschr for PPc32.
14655 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14656 multiarch objects.
14657 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14658 (__libc_ifunc_impl_list): Likewise.
14659 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14660 * sysdeps/powerpc/power6/wcschr.c: ... to here.
14661 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14662 sysdeps/powerpc/power6/wcschr.c.
14663
ba964147
AZ
14664 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14665 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14666 file.
14667 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14668 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14669 file: multiarch strchr for PPC32.
14670 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14671 multiarch objects.
14672 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14673 (__libc_ifunc_impl_list): Likewise.
14674
31c81aaa
AZ
14675 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14676 name.
14677 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14678 file.
14679 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14680 file.
14681 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14682 multiarch strchrnul for PPC32.
14683 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14684 multiarch objects.
14685 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14686 (__libc_ifunc_impl_list): Likewise.
14687
0d0607d9
AZ
14688 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14689 file.
14690 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14691 multiarch strncasecmp for PPC32.
14692 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14693 file.
14694 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14695 multiarch strncasecmp_l for PPC32.
14696 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14697 strncasecmp multiarch objects.
14698 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14699 (__libc_ifunc_impl_list): Likewise.
14700
4dfd5c86
AZ
14701 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14702 file.
14703 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14704 multiarch strncasecmp for PPC32.
14705 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14706 New file.
14707 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14708 multiarch strcasecmp_l for PPC32.
14709 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14710 multiarch objects.
14711 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14712 (__libc_ifunc_impl_list): Likewise.
14713
a19e01a3
AZ
14714 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14715 file.
14716 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14717 file.
14718 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14719 multiarch strncmp for PPC32.
14720 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14721 multiarch objects.
14722 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14723 (__libc_ifunc_impl_list): Likewise.
14724
ae9cf7a2
AZ
14725 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14726 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14727 file.
14728 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14729 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14730 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14731 multiarch objects.
14732 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14733 (__libc_ifunc_impl_list): Likewise.
14734
3148bb7d
AZ
14735 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14736 file.
14737 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14738 file.
14739 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14740 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14741 multiarch objects.
14742 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14743 (__libc_ifunc_impl_list): Likewise.
14744
7af8b946
AZ
14745 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
14746 file.
14747 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14748 file.
14749 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14750 multiarch rawmemchr for PPC32.
14751 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14752 multiarch objects.
14753 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14754 (__libc_ifunc_impl_list): Likewise.
14755
03a6aa6a
AZ
14756 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14757 file.
14758 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14759 file.
14760 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14761 file: memrchr multiarch for PPC32.
14762 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14763 multiarch objects.
14764 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14765 (__libc_ifunc_impl_list): Likewise.
14766
1c62e6d9
AZ
14767 * string/memchr.c (__memchr): Using macro to redefine symbol name.
14768 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14769 file.
14770 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14771 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14772 multiarch memchr for PPC32.
14773 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14774 multiarch objects.
14775 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14776 (__libc_ifunc_impl_list): Likewise.
14777
87da8bdb
AZ
14778 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14779 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14780 file.
14781 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14782 file.
14783 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14784 file: multiarch mempcpy for PPC32.
14785 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14786 multiarch objects.
14787 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14788 (__libc_ifunc_impl_list): Likewise.
14789
20ed4714
AZ
14790 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14791 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14792 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14793 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14794 multiarch bzero for PPC32.
14795 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14796 file.
14797 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14798 file.
14799 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14800 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14801 file: multiarch memset for PPC32.
14802 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14803 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14804 memset multiarch objects.
14805 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14806 (__libc_ifunc_impl_list): Likewise.
14807
ab3e3a46
AZ
14808 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14809 file.
14810 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14811 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14812 memcmp for PPC32.
14813 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14814 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14815 multiarch objects.
14816 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14817 (__libc_ifunc_impl_list): Likewise.
14818
930de6f0
AZ
14819 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14820 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14821 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14822 file.
14823 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14824 file.
14825 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14826 file.
14827 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14828 multiarch memcpy for PPC32.
14829 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14830 multiarch objects.
14831 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14832 (__libc_ifunc_impl_list): Likewise.
14833
4c628e00
AZ
14834 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14835 support multiarch for POWER/PPC32.
14836 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14837 Likewise.
14838 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14839 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14840 Implies file to make multiarch folder appers before the fpu and
14841 default folder for power4 configuration.
14842
f4479220
SP
148432013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
14844
14845 * scripts/bench.pl: Append volatile keyword to type.
14846
8517800f
KK
148472013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
14848
14849 * sysdeps/sh/sotruss-lib.c: New file.
14850 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14851
180138f1
AZ
148522013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14853
14854 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14855
bbf37bdc
JM
148562013-12-05 Joseph Myers <joseph@codesourcery.com>
14857
e47cc4e0
JM
14858 [BZ #6810]
14859 * math/w_tgamma.c: Include <errno.h>.
14860 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
14861 * math/w_tgammaf.c: Include <errno.h>.
14862 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
14863 * math/w_tgammal.c: Include <errno.h>.
14864 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
14865 * math/auto-libm-test-in: Do not allow missing errno on tgamma
14866 underflow. Add more tgamma tests.
14867 * math/auto-libm-test-out: Regenerated.
14868 * sysdeps/i386/fpu/libm-test-ulps: Update.
14869 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14870
bbf37bdc
JM
14871 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14872 sin, sinh, tan, tanh, tgamma, y0 and y1.
14873 * math/auto-libm-test-out: Regenerated.
14874 * math/libm-test.inc (TEST_COND_x86_64): New macro.
14875 (TEST_COND_x86): Likewise.
14876 (M_E2l): Remove macro.
14877 (M_E3l): Likewise.
14878 (M_2_SQRT_PIl): Likewise.
14879 (M_SQRT_PIl): Likewise.
14880 (M_1_DIV_El): Likewise.
14881 (log_test_data): Use AUTO_TESTS_f_f.
14882 (log10_test_data): Likewise.
14883 (log1p_test_data): Likewise.
14884 (log2_test_data): Likewise.
14885 (sin_test_data): Likewise.
14886 (sin_tonearest_test_data): Likewise.
14887 (sin_towardzero_test_data): Likewise.
14888 (sin_downward_test_data): Likewise.
14889 (sin_upward_test_data): Likewise.
14890 (sinh_test_data): Likewise.
14891 (sinh_tonearest_test_data): Likewise.
14892 (sinh_towardzero_test_data): Likewise.
14893 (sinh_downward_test_data): Likewise.
14894 (sinh_upward_test_data): Likewise.
14895 (tan_test_data): Likewise.
14896 (tan_tonearest_test_data): Likewise.
14897 (tan_towardzero_test_data): Likewise.
14898 (tan_downward_test_data): Likewise.
14899 (tan_upward_test_data): Likewise.
14900 (tanh_test_data): Likewise.
14901 (tgamma_test_data): Likewise.
14902 (y0_test_data): Likewise.
14903 (y1_test_data): Likewise.
14904 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14905 (special_real_inputs): Add pi/4.
14906 * sysdeps/i386/fpu/libm-test-ulps: Update.
14907 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14908
eb5ad6b9
AZ
149092013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14910
14911 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14912 "longjmp_target" static probes.
14913 (__longjmp): Rename to __longjmp_symbol.
14914 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14915 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14916 on which longjmp to generate.
14917 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14918 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14919 probe.
14920 (__sigsetjmp): Rename to __sigsetjmp_symbol.
14921 (__sigjmp_save): Rename to __sigjmp_save_symbol.
14922 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14923 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14924 and __sigjmp_save_symbol based on which sigsetjmp to generated.
14925 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14926 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14927 __longjmp_symbol based on which __longjmp to generate.
14928 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14929 probe.
14930 (setjmp): Rename to setjmp_symbol.
14931 (__sigsetjmp): Rename to __sigsetjmp_symbol.
14932 (_setjmp): Rename to _setjmp_symbol.
14933 (__sigsetjmp): Rename to __sigsetjmp_symbol.
14934 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14935 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14936 which setjmp to generate.
14937 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14938 "longjmp_target" static probes.
14939
d136c6dc
SP
149402013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
14941
9298ecba
SP
14942 * benchtests/README: Add note about output arguments.
14943 * benchtests/bench-sincos.c: Remove file.
14944 * benchtests/sincos-inputs: New file.
14945 * scripts/bench.pl: Identify output arguments and define
14946 static variables for them.
14947
232983e9
SP
14948 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14949
d136c6dc
SP
14950 [BZ #15941]
14951 * Makefile (INSTALL): Add install-plain.texi as the primary
14952 dependency.
14953 * manual/install-plain.texi: New file.
14954 * manual/install.texi: Include node directive only for
14955 non-plaintext output.
14956
699ff837
JM
149572013-12-04 Joseph Myers <joseph@codesourcery.com>
14958
ab07cea8
JM
14959 * stdlib/longlong.h: Update from GCC.
14960
699ff837
JM
14961 [BZ #6807]
14962 [BZ #15901]
14963 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
14964 * math/w_j0f.c (y0f): Likewise.
14965 * math/w_j0l.c (__y0l): Likewise.
14966 * math/w_j1.c (y1): Likewise.
14967 * math/w_j1f.c (y1f): Likewise.
14968 * math/w_j1l.c (__y1l): Likewise
14969 * math/w_jn.c (yn): Likewise.
14970 * math/w_jnf.c (ynf): Likewise.
14971 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
14972 Bessel function pole errors in _POSIX_ mode. Use NAN as return
14973 value for Bessel function domain errors outside _SVID_ mode.
14974 Adjust sign of return value for yn (negative integer, 0).
14975 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
14976 by zero in return for negative x and set sign appropriately for
14977 negative n.
14978 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
14979 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14980 * math/libm-test.inc (y0_test_data): Add more tests and adjust
14981 expectations in error cases.
14982 (y1_test_data): Likewise.
14983 (yn_test_data): Likewise.
14984 * sysdeps/i386/fpu/libm-test-ulps: Update.
14985 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14986
5b118558
UW
149872013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14988
14989 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
14990 "64" to "64-v1". Add "64-v2".
14991 (abi-64-options): Rename to ...
14992 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
14993 (abi-64-condition): Rename to ...
14994 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
14995 (abi-64-ld-soname): Rename to ...
14996 (abi-64-v1-ld-soname): ... this.
14997 (abi-64-v2-options): Define.
14998 (abi-64-v2-condition): Likewise.
14999 (abi-64-v2-ld-soname): Likewise.
15000 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
15001 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
15002 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
15003 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
15004 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
15005
61cd8fe4
UW
150062013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15007 Alan Modra <amodra@gmail.com>
15008
15009 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
15010 New versions for use with the ELFv2 ABI.
15011 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
15012 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
15013 declaration.
15014 (struct La_ppc64v2_retval): Likewise.
15015 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
15016 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
15017 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
15018 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
15019 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
15020 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15021 Do not save or restore CR.
15022 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
15023 (_dl_profile_resolve): Do no save or restore CR. Support extended
15024 return values for ELFv2 ABI. Fix location of FPR return registers.
15025 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
15026 updated values for _CALL_ELF == 2.
15027 (La_regs, La_retval, int_retval): Likewise.
15028
8b8a692c
UW
150292013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15030
15031 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
15032 (FRAME_MIN_SIZE_PARM): Likewise.
15033 (FRAME_BACKCHAIN): Likewise.
15034 (FRAME_CR_SAVE): Likewise.
15035 (FRAME_LR_SAVE): Likewise.
15036 (FRAME_TOC_SAVE): Likewise.
15037 (FRAME_PARM_SAVE): Likewise.
15038 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15039 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15040 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15041 (call_mcount_parm_offset): New macro.
15042 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15043 (PROF): Use symbolic stack frame offsets.
15044 (TAIL_CALL_SYSCALL_ERROR): Likewise.
15045 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15046 Redefine in terms of FRAME_MIN_SIZE.
15047 (_dl_runtime_resolve): Use symbolic stack frame offsets.
15048 (_dl_profile_resolve): Likewise. Update comment.
15049 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15050 symbols stack frame offsets.
15051 (__sigsetjmp): Likewise.
15052 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15053 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15054 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15055 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15056
15057 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15058 (FRAME_BACKCHAIN): Remove.
15059 (FRAME_CR_SAVE): Likewise.
15060 (FRAME_LR_SAVE): Likewise.
15061 (FRAME_COMPILER_DW): Likewise.
15062 (FRAME_LINKER_DW): Likewise.
15063 (FRAME_TOC_SAVE): Likewise.
15064 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
15065 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15066 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15067 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
15068 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15069 (CHECK_SP): Use symbolic stack frame offsets.
15070 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15071 zone" instead of caller's parameter save area for temp storage.
15072 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15073 Likewise. Also, use symbolic stack frame offsets.
15074 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15075 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15076 our own stack frame instead of the caller's.
15077 (__socket): Use symbolic stack frame offsets.
15078
122b66de
UW
150792013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15080 Alan Modra <amodra@gmail.com>
15081
15082 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15083 Define.
57f41c40
AS
15084 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15085 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
15086 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15087 New function.
15088 (elf_machine_fixup_plt): Call it.
15089 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
15090 reloc arguments.
15091 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
15092 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15093 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
15094 r2 before calling target.
15095
696caf1d
UW
150962013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15097 Alan Modra <amodra@gmail.com>
15098
15099 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15100 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15101 versions of macros to support ELFv2 ABI.
15102 (LOCALENTRY): New macro.
15103 (ENTRY, EALIGN): Use it.
15104 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15105 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15106 fall through into ENTRY entry point.
15107 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15108 Only define if _CALL_ELF != 2.
15109
15110 (elf_machine_matches_host): Verify ABI version matches.
15111 (RTLD_START): Use LOCALENTRY.
15112 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15113 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15114 (PLT_ENTRY_WORDS): New macro.
15115 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15116 (elf_machine_runtime_setup): Support ELFv2 ABI.
15117 (elf_machine_fixup_plt): Likewise.
15118 (elf_machine_plt_conflict): Likewise.
15119 (resolve_ifunc): Likewise.
15120 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15121 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15122 Likewise.
15123 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15124 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15125 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15126 (makecontext): Support ELFv2 ABI.
15127 * elf/elf.h (EF_PPC64_ABI): Define.
15128
d31beafa
UW
151292013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15130
57f41c40
AS
15131 * sysdeps/powerpc/powerpc64/sysdep.h
15132 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15133 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15134 (ENTRY) [ASSEMBLER]: ... but instead here ...
15135 (EALIGN) [ASSEMBLER]: ... and here.
15136 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15137 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15138 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
15139 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15140 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
15141 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15142 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
15143 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15144 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15145 Use PPC64_LOAD_FUNCPTR.
15146
b525166b
UW
15147 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15148
7ec07d9a
AM
151492013-12-04 Alan Modra <amodra@gmail.com>
15150
15151 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15152 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15153 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15154 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15155
15156 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15157 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15158 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15159 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15160 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15161 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15162
5162e7dd
UW
151632013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15164
15165 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15166 (__makecontext): Fix incorrect CFI when backtracing out of
15167 context created via makecontext.
15168 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15169 (__setcontext): Fix incorrect CFI during switch to new context.
15170 (__novec_setcontext): Likewise.
15171
19e3372b
OB
151722013-12-04 Ondřej Bílka <neleai@seznam.cz>
15173
15174 [BZ #4772]
15175 * time/strptime_l.c (__strptime_internal): Allow modifiers
15176 in strptime.
15177 * time/tst-strptime.c (day_tests): Add testcase.
15178
ecaf142d
SP
151792013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
15180
15181 * scripts/bench.pl: Skip over blank lines.
15182
fbf964ae
PE
151832013-12-04 Paul Eggert <eggert@cs.ucla.edu>
15184
15185 [BZ #926]
15186 * manual/time.texi (Calendar Time): Clarify what timezone functions
15187 use.
15188
fa60a674
AZ
151892013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15190
15191 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15192
d674f0ef
OB
151932013-12-04 Ondřej Bílka <neleai@seznam.cz>
15194
15195 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15196 implementation.
15197 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15198 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15199 * debug/memset_chk.c (__memset_chk): Likewise.
15200 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15201 * debug/strncpy_chk.c: Likewise.
15202
17dea188
JM
152032013-12-03 Joseph Myers <joseph@codesourcery.com>
15204
749008ff
JM
15205 [BZ #15268]
15206 [BZ #15425]
15207 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15208 (__ieee754_exp): For possibly underflowing results, check size of
15209 result and force underflow exception if required.
15210 * math/auto-libm-test-in: Add more tests of exp.
15211 * math/auto-libm-test-out: Regenerated.
15212 * sysdeps/i386/fpu/libm-test-ulps: Update.
15213 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15214
17dea188
JM
15215 [BZ #16283]
15216 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15217 * math/w_exp2f.c (__exp2f): Likewise.
15218 * math/w_exp2l.c (__exp2l): Likewise.
15219 * math/auto-libm-test-in: Do not allow missing errno on exp2
15220 underflow.
15221 * math/auto-libm-test-out: Regenerated.
15222
b20de2c3
OB
152232013-12-03 Ondřej Bílka <neleai@seznam.cz>
15224
15225 [BZ #16274]
15226 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15227 handle filename validation.
15228 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15229 (do_open): Delete.
15230
d8e2dbe3
JM
152312013-12-03 Joseph Myers <joseph@codesourcery.com>
15232
34e16df5
JM
15233 [BZ #6786]
15234 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15235 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15236 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15237 <float.h>.
15238 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15239 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15240 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15241 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15242 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15243 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15244 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15245 * math/auto-libm-test-in: Don't allow missing errno from erfc.
15246 Add more erfc tests.
15247 * math/auto-libm-test-out: Regenerated.
15248 * sysdeps/i386/fpu/libm-test-ulps: Update.
15249 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15250
d8e2dbe3
JM
15251 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15252 exp2, expm1, j0 and j1.
15253 * math/auto-libm-test-out: Regenerated.
15254 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15255 (erfc_test_data): Likewise.
15256 (exp_test_data): Likewise.
15257 (exp_tonearest_test_data): Likewise.
15258 (exp_towardzero_test_data): Likewise.
15259 (exp_downward_test_data): Likewise.
15260 (exp_upward_test_data): Likewise.
15261 (exp10_test_data): Likewise.
15262 (exp2_test_data): Likewise.
15263 (expm1_test_data): Likewise.
15264 (j0_test_data): Likewise.
15265 (j1_test_data): Likewise.
15266 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15267 (input_flag_type): Add flag_xfail_rounding.
15268 (input_flags): Add xfail-rounding.
15269 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15270 (output_for_one_input_case): Handle flag_xfail_rounding.
15271 * sysdeps/i386/fpu/libm-test-ulps: Update.
15272 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15273
18d14251
AJ
152742013-12-03 Aurelien Jarno <aurelien@aurel32.net>
15275
3d2e6075 15276 [BZ #16289]
18d14251
AJ
15277 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15278 division by 0.
15279
520d437b
SP
152802013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
15281
15282 [BZ #16195]
15283 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15284 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15285 (STAP_PROBE0): New macro.
15286 (STAP_PROBE1): Likewise.
15287 (STAP_PROBE2): Likewise.
15288 (STAP_PROBE3): Likewise.
15289 (STAP_PROBE4): Likewise.
15290
416e0145
OB
152912013-12-02 Ondřej Bílka <neleai@seznam.cz>
15292
15293 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15294
9d17796a
SE
152952013-12-02 Steve Ellcey <sellcey@mips.com>
15296
15297 * benchtests/Makefile (bench): Add sqrt.
15298 (LDLIBS-bench-sqrt): New.
15299 * benchtests/sqrt-input: New.
15300
f524d6a8
PS
153012013-12-02 Pavel Simerda <psimerda@redhat.com>
15302
639a0ef8
PS
15303 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15304 (GAIH_EAI): Likewise.
15305 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15306 (gaih_inet): Likewise.
15307 (getaddrinfo): Don't use GAIH_EAI.
15308
f524d6a8
PS
15309 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15310 (struct gaih): Remove definition.
15311
df3aedaf
SP
153122013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
15313
15314 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15315 Use HERRNOP directly.
15316
1ab19dec
AZ
153172013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15318
b42ad38d 15319 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 15320
176b0c79
JM
153212013-11-30 Joseph Myers <joseph@codesourcery.com>
15322
15323 * math/gen-auto-libm-tests.c (test_functions): Add more
15324 single-argument functions.
15325 (special_fill_pi_2): New function.
15326 (special_fill_minus_pi_2): Likewise.
15327 (special_fill_pi_6): Likewise.
15328 (special_fill_minus_pi_6): Likewise.
15329 (special_fill_pi_3): Likewise.
15330 (special_fill_2pi_3): Likewise.
15331 (special_fill_e): Likewise.
15332 (special_fill_1_e): Likewise.
15333 (special_fill_e_minus_1): Likewise.
15334 (special_real_inputs): Add more special inputs.
15335 (output_for_one_input_case): Do not require ERANGE on underflow to
15336 zero if round-to-nearest result does not underflow to zero, unless
15337 exact results required.
15338 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15339 atan, atanh, cbrt, cos and cosh.
15340 * math/auto-libm-test-out: Regenerated.
15341 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15342 (acos_tonearest_test_data): Likewise.
15343 (acos_towardzero_test_data): Likewise.
15344 (acos_downward_test_data): Likewise.
15345 (acos_upward_test_data): Likewise.
15346 (acosh_test_data): Likewise.
15347 (asin_test_data): Likewise.
15348 (asin_tonearest_test_data): Likewise.
15349 (asin_towardzero_test_data): Likewise.
15350 (asin_upward_test_data): Likewise.
15351 (asinh_test_data): Likewise.
15352 (atan_test_data): Likewise.
15353 (atanh_test_data): Likewise.
15354 (cbrt_test_data): Likewise.
15355 (cos_test_data): Likewise.
15356 (cos_tonearest_test_data): Likewise.
15357 (cos_towardzero_test_data): Likewise.
15358 (cos_downward_test_data): Likewise.
15359 (cos_upward_test_data): Likewise.
15360 (cosh_test_data): Likewise.
15361 (cosh_tonearest_test_data): Likewise.
15362 (cosh_towardzero_test_data): Likewise.
15363 (cosh_downward_test_data): Likewise.
15364 (cosh_upward_test_data): Likewise.
15365 * sysdeps/i386/fpu/libm-test-ulps: Update.
15366 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15367
ffb536d0
JM
153682013-11-29 Joseph Myers <joseph@codesourcery.com>
15369
2a77a467
JM
15370 [BZ #6787]
15371 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15372 * math/w_exp10f.c (__exp10f): Likewise.
15373 * math/w_exp10l.c (__exp10l): Likewise.
15374 * math/libm-test.inc (exp10_test_data): Add more tests and expect
15375 errno settings in existing tests.
15376
ea3bc4e8
JM
15377 [BZ #14032]
15378 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15379 precision control set to double precision.
15380 * sysdeps/i386/fpu/w_sqrt.c: New file.
15381 * math/auto-libm-test-in: Add more tests.
15382 * math/auto-libm-test-out: Update.
15383
0712c9d8
JM
15384 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15385 (sqrt_test_tonearest): New function.
15386 (sqrt_towardzero_test_data): New variable.
15387 (sqrt_test_towardzero): New function.
15388 (sqrt_downward_test_data): New variable.
15389 (sqrt_test_downward): New function.
15390 (sqrt_upward_test_data): New variable.
15391 (sqrt_test_upward): New function.
15392 (main): Call the new functions.
15393
ffb536d0
JM
15394 * math/gen-auto-libm-tests.c: New file.
15395 * math/auto-libm-test-in: Likewise.
15396 * math/auto-libm-test-out: New generated file.
15397 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15398 variables.
15399 (%beautify): Add generated representations of zero.
15400 (top level): Set $auto_input and call parse_auto_input.
15401 (beautify): Remove trailing "f" from hex float constants.
15402 (parse_args): Handle XFAIL_TEST.
15403 (convert_condition): New function.
15404 (or_value): Likewise.
15405 (or_cond_value): Likewise.
15406 (generate_testfile): Handle AUTO_TESTS_* lines.
15407 (parse_auto_input): New function.
15408 * math/libm-test.inc (XFAIL_TEST): New macro.
15409 (ERRNO_UNCHANGED): Update value.
15410 (ERRNO_EDOM): Likewise.
15411 (ERRNO_ERANGE): Likewise.
15412 (IGNORE_RESULT): Likewise.
15413 (TEST_COND_flt_32): New macro.
15414 (TEST_COND_dbl_64): Likewise.
15415 (TEST_COND_ldbl_96_intel): Likewise.
15416 (TEST_COND_ldbl_96_m68k): Likewise.
15417 (TEST_COND_ldbl_128): Likewise.
15418 (TEST_COND_ldbl_128ibm): Likewise.
15419 (TEST_COND_long32): Likewise.
15420 (TEST_COND_long64): Likewise.
15421 (TEST_COND_before_rounding): Likewise.
15422 (TEST_COND_after_rounding): Likewise.
15423 (enable_test): Handle XFAIL_TEST flag.
15424 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15425 with finite results.
15426 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15427 auto-libm-test-out.
15428
acd98a8e
AK
154292013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
15430 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15431
15432 [BZ #16214]
15433 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15434 __tls_get_addr_internal instead of __tls_get_offset in order to
15435 avoid GOT pointer dependency. Make rtld export
15436 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15437 __tls_get_addr since we are a __tls_get_offset platform.
15438 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15439 GOT pointer being set up before.
15440 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15441
3c1c46a6
JM
154422013-11-28 Joseph Myers <joseph@codesourcery.com>
15443
7475aef5
JM
15444 * manual/math.texi (Errors in Math Functions): Document accuracy
15445 goals.
15446
8bca7cd8
JM
15447 [BZ #15004]
15448 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15449 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15450 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15451 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15452 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15453 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15454 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15455 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15456 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15457 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15458 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15459 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15460 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15461 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15462 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15463 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15464
91a1f3fe
JM
15465 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15466 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15467 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15468 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15469 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15470 Likewise.
15471 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15472 Likewise.
15473 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15474 Likewise.
15475 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15476 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15477 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15478 atomic-feupdateenv and flt-rounds.
15479 * sysdeps/powerpc/nofpu/Versions (libc): Add
15480 __atomic_feholdexcept, __atomic_feclearexcept,
15481 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15482 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15483 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15484 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15485 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15486 here.
15487 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15488 Update.
15489
c5df7609
JM
15490 * manual/arith.texi (FP Exceptions): Document that exceptions may
15491 not be raised when matherr is used.
15492 (Math Error Reporting): Document overflow in directed rounding
15493 modes. Document that errno may not be set when finite values are
15494 returned on overflow. Document intent to set errno on underflow
15495 only for underflow to zero.
15496
3c1c46a6
JM
15497 [BZ #16271]
15498 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15499 round-to-nearest then adjust result for other rounding modes.
15500 * include/fenv.h (fegetround): Use libm_hidden_proto.
15501 * math/fegetround.c (fegetround): Use libm_hidden_def.
15502 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15503 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15504 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15505 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15506 Likewise.
15507 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15508 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15509 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15510 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15511
5a4c6d53
SP
155122013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
15513
15514 [BZ #16077]
15515 * nss/Versions (libnss_files): Add
15516 _nss_files_gethostbyname3_r.
15517 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15518 New function.
15519 (HOST_DB_LOOKUP): Remove macro.
15520 (_nss_files_gethostbyname_r): Implement function without the
15521 HOST_DB_LOOKUP macro.
15522 (_nss_files_gethostbyname2_r): Likewise.
15523
897b98ba
OB
155242013-11-28 Ondřej Bílka <neleai@seznam.cz>
15525
15526 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15527
6f476861
UB
155282013-11-26 Uros Bizjak <ubizjak@gmail.com>
15529
15530 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15531 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15532 warning.
15533
bd12ab55
AZ
155342013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15535
15536 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15537 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15538 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15539 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15540 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15541 __fe_nomask_env_priv and attribute_hidden.
15542 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15543 (libc_feupdateenv_test_ppc): Likewise.
15544 (libc_feresetround_ppc): Likewise.
15545 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15546 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15547 compat_symbol macro.
15548 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15549 (__fe_nomask_env): Likewise.
15550 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15551
52bb6543
OB
155522013-11-26 Ondřej Bílka <neleai@seznam.cz>
15553
15554 * string/Makefile: Remove ifunc tests.
15555 * string/test-string.h: Define TEST_IFUNC.
15556 * string/test-bcopy-ifunc.c: Remove.
15557 * string/test-bzero-ifunc.c: Likewise.
15558 * string/test-memccpy-ifunc.c: Likewise.
15559 * string/test-memchr-ifunc.c: Likewise.
15560 * string/test-memcmp-ifunc.c: Likewise.
15561 * string/test-memcpy-ifunc.c: Likewise.
15562 * string/test-memmem-ifunc.c: Likewise.
15563 * string/test-memmove-ifunc.c: Likewise.
15564 * string/test-mempcpy-ifunc.c: Likewise.
15565 * string/test-memrchr-ifunc.c: Likewise.
15566 * string/test-memset-ifunc.c: Likewise.
15567 * string/test-rawmemchr-ifunc.c: Likewise.
15568 * string/test-stpcpy-ifunc.c: Likewise.
15569 * string/test-stpncpy-ifunc.c: Likewise.
15570 * string/test-strcasecmp-ifunc.c: Likewise.
15571 * string/test-strcasestr-ifunc.c: Likewise.
15572 * string/test-strcat-ifunc.c: Likewise.
15573 * string/test-strchr-ifunc.c: Likewise.
15574 * string/test-strchrnul-ifunc.c: Likewise.
15575 * string/test-strcmp-ifunc.c: Likewise.
15576 * string/test-strcpy-ifunc.c: Likewise.
15577 * string/test-strcspn-ifunc.c: Likewise.
15578 * string/test-strlen-ifunc.c: Likewise.
15579 * string/test-strncasecmp-ifunc.c: Likewise.
15580 * string/test-strncat-ifunc.c: Likewise.
15581 * string/test-strncmp-ifunc.c: Likewise.
15582 * string/test-strncpy-ifunc.c: Likewise.
15583 * string/test-strnlen-ifunc.c: Likewise.
15584 * string/test-strpbrk-ifunc.c: Likewise.
15585 * string/test-strrchr-ifunc.c: Likewise.
15586 * string/test-strspn-ifunc.c: Likewise.
15587 * string/test-strstr-ifunc.c: Likewise.
15588
ab260039 155892013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
15590
15591 * benchtests/Makefile: Remove ifunc tests.
15592 * benchtests/bench-string.h: Define TEST_IFUNC.
15593 * benchtests/bench-bcopy-ifunc.c: Remove.
15594 * benchtests/bench-bzero-ifunc.c: Likewise.
15595 * benchtests/bench-memccpy-ifunc.c: Likewise.
15596 * benchtests/bench-memchr-ifunc.c: Likewise.
15597 * benchtests/bench-memcmp-ifunc.c: Likewise.
15598 * benchtests/bench-memcpy-ifunc.c: Likewise.
15599 * benchtests/bench-memmem-ifunc.c: Likewise.
15600 * benchtests/bench-memmove-ifunc.c: Likewise.
15601 * benchtests/bench-mempcpy-ifunc.c: Likewise.
15602 * benchtests/bench-memrchr-ifunc.c: Likewise.
15603 * benchtests/bench-memset-ifunc.c: Likewise.
15604 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15605 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15606 * benchtests/bench-stpcpy-ifunc.c: Likewise.
15607 * benchtests/bench-stpncpy-ifunc.c: Likewise.
15608 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15609 * benchtests/bench-strcasestr-ifunc.c: Likewise.
15610 * benchtests/bench-strcat-ifunc.c: Likewise.
15611 * benchtests/bench-strchr-ifunc.c: Likewise.
15612 * benchtests/bench-strchrnul-ifunc.c: Likewise.
15613 * benchtests/bench-strcmp-ifunc.c: Likewise.
15614 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15615 * benchtests/bench-strcpy-ifunc.c: Likewise.
15616 * benchtests/bench-strcspn-ifunc.c: Likewise.
15617 * benchtests/bench-strlen-ifunc.c: Likewise.
15618 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15619 * benchtests/bench-strncat-ifunc.c: Likewise.
15620 * benchtests/bench-strncmp-ifunc.c: Likewise.
15621 * benchtests/bench-strncpy-ifunc.c: Likewise.
15622 * benchtests/bench-strnlen-ifunc.c: Likewise.
15623 * benchtests/bench-strpbrk-ifunc.c: Likewise.
15624 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 15625 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
15626 * benchtests/bench-strspn-ifunc.c: Likewise.
15627 * benchtests/bench-strstr-ifunc.c: Likewise.
15628
156292013-11-26 Ondřej Bílka <neleai@seznam.cz>
15630
ab260039
OB
15631 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15632
d1d9eaf4 156332013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 15634
d1d9eaf4
OB
15635 * resolv/netdb.h: Use __glibc_reserved instead __unused.
15636 * rt/aio.h: Likewise.
15637 * sysdeps/gnu/bits/utmp.h: Likewise.
15638 * sysdeps/gnu/bits/utmpx.h: Likewise.
15639 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15640 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15641 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15642 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15643 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15644 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15645 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15646 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15647 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15648 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15649 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15650 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15651 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15652 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15653 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15654 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15655 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15656 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15657 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15658 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15659 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15660 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15661 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15662 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15663 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15664 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15665 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15666 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15667 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15668 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15669 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15670 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15671 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15672 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15673 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15674 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15675 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15676 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15677 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15678 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15679 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15680 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15681
a7624ed9
CD
156822013-11-25 Carlos O'Donell <carlos@redhat.com>
15683
15684 [BZ #16245]
15685 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15686 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15687
63cfe52b
JM
156882013-11-25 Joseph Myers <joseph@codesourcery.com>
15689
15690 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15691 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15692 Likewise.
15693
41e8926a
AZ
156942013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15695
15696 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15697 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15698 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15699 (__fesetround): Remove define.
15700 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15701 rounding and exceptions handling.
15702 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15703 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15704 (__fe_nomask_env): Likewise.
15705 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15706 __fegetround instead of fegetround.
15707 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15708 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15709
6851bd4d
RM
157102013-11-21 Roland McGrath <roland@hack.frob.com>
15711
070906ff
RM
15712 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15713 it's there.
15714
6851bd4d
RM
15715 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15716
84ae135d
MI
157172013-11-21 Meador Inge <meadori@codesourcery.com>
15718
15719 [BZ #11157]
15720 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15721 (encrypt_r): Likewise.
15722 * malloc/obstack.h (obstack_free): Likewise.
15723 * posix/unistd.h (encrypt): Likewise.
15724
daf75146
GM
157252013-11-21 Guy Martin <gmsoft@tuxicoman.be>
15726
15727 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15728 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15729 DL_CALL_DT_FINI() that call the functions directly.
15730 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15731 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15732 * elf/dl-fini.c: Likewise.
15733
10ad46bc
OB
157342013-11-20 Ondřej Bílka <neleai@seznam.cz>
15735
15736 * malloc/hooks.c (memalign_check): Add alignment rounding.
15737 * malloc/malloc.c (_mid_memalign): New function.
15738 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15739 Implement by calling _mid_memalign.
15740 * manual/probes.texi (Memory Allocation Probes): Remove
15741 memory_valloc_retry and memory_pvalloc_retry.
15742
f3fd2628
SP
157432013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
15744
4712799f
SP
15745 * locale/programs/locarchive.c (open_archive): Add const
15746 qualifier to ARCHIVEFNAME and copy default fname to
15747 DEFAULT_FNAME.
15748
0417b20f
SP
15749 [BZ #15601]
15750 * libio/tst-widetext.input: Rename Oriya to Odia.
15751 * locale/iso-639.def: Likewise.
15752
f3fd2628
SP
15753 * manual/probes.texi (Mathematical Function Probes): Add
15754 documentation for sin, cos, asin and acos probes.
15755 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15756 (__sin32): Add slowasin probe.
15757 (__cos32): Add slowacos probe.
15758 (__mpsin): Add slowsin probe.
15759 (__mpcos): Add slowcos probe.
15760
73c1ce4f
JM
157612013-11-19 Joseph Myers <joseph@codesourcery.com>
15762
15763 [BZ #15483]
15764 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15765 thread-local __sim_exceptions_thread and global
15766 __sim_exceptions_global.
15767 (__sim_disabled_exceptions): Change to thread-local
15768 __sim_disabled_exceptions_thread and global
15769 __sim_disabled_exceptions_global.
15770 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15771 and global __sim_round_mode_global.
15772 (__simulate_exceptions): Use thread-local floating-point state and
15773 set global state from it as needed.
15774 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15775 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15776 __sim_round_mode_thread.
15777 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15778 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15779 and global __sim_exceptions_global.
15780 (__sim_disabled_exceptions): Change to thread-local
15781 __sim_disabled_exceptions_thread and global
15782 __sim_disabled_exceptions_global.
15783 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15784 and global __sim_round_mode_global.
15785 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15786 (SIM_SET_GLOBAL): Likewise.
15787 * sysdeps/powerpc/soft-fp/sfp-machine.h
15788 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15789 __sim_round_mode_thread.
15790 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15791 __sim_disabled_exceptions_thread.
15792 (__sim_exceptions): Change to __sim_exceptions_thread.
15793 (__sim_disabled_exceptions): Change to
15794 __sim_disabled_exceptions_thread.
15795 (__sim_round_mode): Change to __sim_round_mode_thread.
15796 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15797 thread-local floating-point state and set global state from it as
15798 needed.
15799 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15800 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15801 (__sim_disabled_exceptions): Remove extern declaration.
15802 (feenableexcept): Use thread-local floating-point state and set
15803 global state from it as needed.
15804 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15805 extern declaration.
15806 (__sim_disabled_exceptions): Likewise.
15807 (__sim_round_mode): Likewise.
15808 (__fegetenv): Use thread-local floating-point state.
15809 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15810 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15811 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15812 floating-point state and set global state from it as needed.
15813 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15814 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15815 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15816 Likewise.
15817 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15818 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15819 Likewise.
15820 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15821 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15822 Use __sim_round_mode_thread.
15823 * math/test-fenv-tls.c: New file.
15824 * math/Makefile (tests): Add test-fenv-tls.
15825 ($(objpfx)test-fenv-tls): Depend on
15826 $(common-objpfx)nptl/libpthread.so.
15827
b5449b12
AS
158282013-11-19 Andreas Schwab <schwab@suse.de>
15829
15830 * locale/programs/locale.c (show_info): Decode wordarray elements.
15831 * locale/categories.def (LC_MONETARY): Add element for
15832 _NL_MONETARY_CRNCYSTR.
15833 * locale/C-monetary.c (conversion_rate): New variable.
15834 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15835 element.
15836
e186536b
CM
158372013-11-18 Chris Metcalf <cmetcalf@tilera.com>
15838
15839 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15840 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15841
5c349950
PP
158422013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
15843
15844 * elf/Makefile (tst-auxv): New test.
15845 * elf/tst-auxv.c: New
15846 * elf/rtld.c (dl_main): Adjust AT_EXECFN
15847
699df45b
JM
158482013-11-18 Joseph Myers <joseph@codesourcery.com>
15849
15850 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15851 (hidden_proto): Caller changed.
15852 (hidden_tls_proto): New macro.
15853 (libc_hidden_tls_proto): Likewise.
15854 (rtld_hidden_tls_proto): Likewise.
15855 (libm_hidden_tls_proto): Likewise.
15856 (libresolv_hidden_tls_proto): Likewise.
15857 (librt_hidden_tls_proto): Likewise.
15858 (libdl_hidden_tls_proto): Likewise.
15859 (libnss_files_hidden_tls_proto): Likewise.
15860 (libnsl_hidden_tls_proto): Likewise.
15861 (libnss_nisplus_hidden_tls_proto): Likewise.
15862 (libutil_hidden_tls_proto): Likewise.
15863
b7589107
OB
158642013-11-18 Ondřej Bílka <neleai@seznam.cz>
15865
15866 [BZ #10253]
15867 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15868 (decompose_rpath): Defer expansion to fillin_rpath.
15869 (_dl_init_paths): Pass linkmap to fillin_rpath.
15870
250c23bd
RS
158712013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
15872
15873 * benchtests/Makefile: Add strsep.
15874 * benchtests/bench-strsep.c: New file: strsep benchtest.
15875 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15876
a7931fcf
AS
158772013-11-18 Andreas Schwab <schwab@suse.de>
15878
15879 * locale/programs/locale.c (show_info) [case byte]: Check for
15880 '\377' instead of '\177'.
15881 * locale/C-monetary.c (not_available): Always use "\377".
15882 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15883 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
15884 detect unavailable sign_posn locale elements.
15885 * locale/localeconv.c (__localeconv): For grouping and
15886 mon_grouping handle "\177" and "\377" like no grouping.
15887 (INT_ELEM): New macro. Use it to set all numeric members.
15888 * locale/programs/ld-monetary.c (monetary_read)
15889 <tok_mon_grouping>: Normalize single -1 to the empty string.
15890 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15891 Likewise.
15892
728dab0e
OB
158932013-11-07 Ondřej Bílka <neleai@seznam.cz>
15894
15895 [BZ #16055]
15896 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15897 when we match (nil).
15898 * stdio-common/tst-sscanf.c (struct test): Add testcase.
15899
66294491
JM
159002013-11-16 Joseph Myers <joseph@codesourcery.com>
15901
ce665817
JM
15902 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15903 (NO_TEST_INLINE): Update value.
15904 (ERRNO_UNCHANGED): Likewise.
15905 (ERRNO_EDOM): Likewise.
15906 (ERRNO_ERANGE): Likewise.
15907 (IGNORE_RESULT): Likewise.
15908 (check_float_internal): Check signs of NaN results if
15909 TEST_NAN_SIGN used.
15910 (check_complex): Pass TEST_NAN_SIGN flag through to second
15911 check_float_internal call.
15912 (copysign_test_data): Add tests with quiet NaNs as second
15913 argument. Use TEST_NAN_SIGN.
15914 (fabs_test_data): Add test of negative quiet NaN argument. Use
15915 TEST_NAN_SIGN.
15916 (signbit_test_data): Add tests of quiet NaN argument.
15917 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15918
ee1466a9
JM
15919 * math/gen-libm-test.pl (show_exceptions): Take extra argument
15920 $ignore_result.
15921 (parse_args): Handle function results specified as IGNORE.
15922 * math/libm-test.inc (IGNORE_RESULT): New macro.
15923 (check_float_internal): Do not check numerical result if flag
15924 IGNORE_RESULT set.
15925 (check_complex): Pass through IGNORE_RESULT to second
15926 check_float_internal call.
15927 (check_int): Do not check numerical result if flag IGNORE_RESULT
15928 set.
15929 (check_long): Likewise.
15930 (check_bool): Likewise.
15931 (check_longlong): Likewise.
15932 (lrint_test_data): Add tests of infinite and NaN arguments.
15933 (lrint_tonearest_test_data): Likewise.
15934 (lrint_towardzero_test_data): Likewise.
15935 (lrint_downward_test_data): Likewise.
15936 (lrint_upward_test_data): Likewise.
15937 (llrint_test_data): Likewise.
15938 (llrint_tonearest_test_data): Likewise.
15939 (llrint_towardzero_test_data): Likewise.
15940 (llrint_downward_test_data): Likewise.
15941 (llrint_upward_test_data): Likewise.
15942 (lround_test_data): Likewise.
15943 (llround_test_data): Likewise.
15944
14407b7e
JM
15945 * math/libm-test.inc (NO_TEST_INLINE): New macro.
15946 (ERRNO_UNCHANGED): Update value.
15947 (ERRNO_EDOM): Likewise.
15948 (ERRNO_ERANGE): Likewise.
15949 (NO_TEST_INLINE_FLOAT): New macro.
15950 (NO_TEST_INLINE_DOUBLE): Likewise.
15951 (enable_test): New function.
15952 (RUN_TEST_f_f): Check enable_test before running test.
15953 (RUN_TEST_2_f): Likewise.
15954 (RUN_TEST_fff_f): Likewise.
15955 (RUN_TEST_c_f): Likewise.
15956 (RUN_TEST_f_f1): Likewise.
15957 (RUN_TEST_fF_f1): Likewise.
15958 (RUN_TEST_fI_f1): Likewise.
15959 (RUN_TEST_ffI_f1): Likewise.
15960 (RUN_TEST_c_c): Likewise.
15961 (RUN_TEST_cc_c): Likewise.
15962 (RUN_TEST_f_i): Likewise.
15963 (RUN_TEST_f_i_tg): Likewise.
15964 (RUN_TEST_ff_i_tg): Likewise.
15965 (RUN_TEST_f_b): Likewise.
15966 (RUN_TEST_f_b_tg): Likewise.
15967 (RUN_TEST_f_l): Likewise.
15968 (RUN_TEST_f_L): Likewise.
15969 (RUN_TEST_fFF_11): Likewise.
15970 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
15971 conditionals.
15972 (cosh_test_data): Likewise.
15973 (exp_test_data): Likewise.
15974 (expm1_test_data): Likewise.
15975 (hypot_test_data): Likewise.
15976 (pow_test_data): Likewise.
15977 (sinh_test_data): Likewise.
15978 (tanh_test_data): Likewise.
15979 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
15980 flags argument.
15981
ca07f197
JM
15982 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
15983 tests with quiet NaN input and output.
15984 (acosh_test_data): Likewise.
15985 (asin_test_data): Likewise.
15986 (asinh_test_data): Likewise.
15987 (atan_test_data): Likewise.
15988 (atanh_test_data): Likewise.
15989 (atan2_test_data): Likewise.
15990 (cbrt_test_data): Likewise.
15991 (cos_test_data): Likewise.
15992 (cosh_test_data): Likewise.
15993 (erf_test_data): Likewise.
15994 (erfc_test_data): Likewise.
15995 (exp_test_data): Likewise.
15996 (exp10_test_data): Likewise.
15997 (exp2_test_data): Likewise.
15998 (expm1_test_data): Likewise.
15999 (hypot_test_data): Likewise.
16000 (j0_test_data): Likewise.
16001 (j1_test_data): Likewise.
16002 (jn_test_data): Likewise.
16003 (lgamma_test_data): Likewise.
16004 (log_test_data): Likewise.
16005 (log10_test_data): Likewise.
16006 (log1p_test_data): Likewise.
16007 (log2_test_data): Likewise.
16008 (pow_test_data): Likewise.
16009 (scalb_test_data): Likewise.
16010 (sin_test_data): Likewise.
16011 (sincos_test_data): Likewise.
16012 (sinh_test_data): Likewise.
16013 (tan_test_data): Likewise.
16014 (tanh_test_data): Likewise.
16015 (tgamma_test_data): Likewise.
16016 (y0_test_data): Likewise.
16017 (y1_test_data): Likewise.
16018 (yn_test_data): Likewise.
16019
66294491
JM
16020 [BZ #16167]
16021 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
16022 argument being NaN and avoid computations with second argument in
16023 that case.
16024 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16025 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16026 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16027
1820b143
CL
160282013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
16029
16030 * locale/iso-639.def: Add Chitwani Tharu (the).
16031
714bd261
AS
160322013-11-14 Andreas Schwab <schwab@suse.de>
16033
16034 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16035 word instead of empty string.
16036
7ab44563
AZ
160372013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16038
16039 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16040 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16041 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16042 (__fe_nomask_env): Likewise.
16043
e8470ea2
SE
160442013-11-13 Steve Ellcey <sellcey@mips.com>
16045
16046 * benchtests/bench-timing.h: Include time.h.
16047
17c1d9f0
L
160482013-11-13 H.J. Lu <hongjiu.lu@intel.com>
16049
16050 [BZ #15997]
16051 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16052 to 3.4.0 for x32.
16053 * sysdeps/unix/sysv/linux/configure: Regenerated.
16054
9310c284
JM
160552013-11-13 Joseph Myers <joseph@codesourcery.com>
16056
16057 [BZ #16151]
16058 * stdlib/strtod_l.c (round_and_return): Do not consider
16059 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16060 exponent one less than half the least subnormal exponent.
16061 * stdlib/test-strtod-round-data: Add more tests.
16062 * stdlib/tst-strtod-round.c (tests): Regenerated.
16063
7a2ad8cf
AZ
160642013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16065
16066 [BZ #14143]
16067 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16068 (__fe_mask_env): Likewise.
16069 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16070 libm_hidden_proto and add function prototype.
16071 (__fe_mask_env): Add function prototype.
16072 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16073 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16074 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16075 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16076 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16077 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16078
50727aa7
MS
160792013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
16080
b2f386c1 16081 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
16082 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16083
a615be46
MS
160842013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
16085
16086 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16087 of htab_find_slot().
16088
7ddace62
DM
160892013-11-11 David S. Miller <davem@davemloft.net>
16090
16091 [BZ #16150]
16092 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16093 symbol in the non-vis3 case in static builds.
16094 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16095 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16096 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16097 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16098
9182aa67
JK
160992013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16100
16101 [BZ #387]
16102 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16103 it is empty.
16104
450a2e2d
AZ
161052013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16106
b2f386c1
SP
16107 * benchtests/Makefile: Add bench-strtod.
16108 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 16109
8ec3f656
AS
161102013-11-11 Andreas Schwab <schwab@suse.de>
16111
16112 [BZ #16153]
16113 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16114 terminating NUL in key length.
16115
76a9b998
AZ
161162013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16117
16118 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16119 Add artificial ODP entry for vDSO symbol for PPC64.
16120 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16121 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16122
e4368156
OB
161232013-11-07 Ondřej Bílka <neleai@seznam.cz>
16124
16125 [BZ #15374]
16126 * nss/getent.c (services_keys): Recognize services starting with digit.
16127
8d6bb57c
DM
161282013-11-06 David S. Miller <davem@davemloft.net>
16129
16130 [BZ #15985]
16131 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16132 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16133
e256c421
WN
161342013-11-06 Will Newton <will.newton@linaro.org>
16135
16136 * manual/memory.texi (Malloc Examples): Remove register
16137 keyword from examples.
16138
f6e12daa 161392013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 16140
f6e12daa 16141 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 16142
9d880655
AS
161432013-11-04 Joseph Myers <joseph@codesourcery.com>
16144
fd2f9486 16145 [BZ #6981]
9d880655
AS
16146 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16147 depending on [__GCC_IEC_559 > 0].
16148 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16149 depending on [__GCC_IEC_559_COMPLEX > 0].
16150
ae129d3c
CL
161512013-11-03 Chris Leonard <cjl@sugarlabs.org>
16152
16153 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16154 to iso-639.def.
16155
4a15c2a4 161562013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
16157
16158 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16159
8b35e35d
OB
161602013-11-01 Ondřej Bílka <neleai@seznam.cz>
16161
16162 [BZ #16112]
16163 * malloc/malloc (malloc_info): Do not handle first bin as
16164 special case.
16165
1d70fd6c
CL
161662013-11-01 Chris Leonard <cjl@sugarlabs.org>
16167
16168 * locale/iso-639.def: Add Central Nahuatl (nhn).
16169
8c5c2600
BH
161702013-11-01 Bruno Haible <bruno@clisp.org>
16171
16172 [BZ #7003]
16173 * manual/math.texi (BSD Random): Specify range upper bound as
16174 in POSIX.
16175
da5579c2
CL
161762013-10-31 Chris Leonard <cjl@sugarlabs.org>
16177
16178 * locale/iso-639.def: Add Meadow Mari (mhr).
16179
5d30d853
OB
161802013-10-31 Ondřej Bílka <neleai@seznam.cz>
16181
16182 [BZ #14752], [BZ #15763]
16183 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16184 Validate name.
16185 * rt/tst_shm.c: Add test for escaping directory.
16186
a4966c61
AS
161872013-10-31 Andreas Schwab <schwab@suse.de>
16188
8a43e768 16189 [BZ #15917]
a4966c61
AS
16190 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16191 followed by 'x' as part of digit sequence.
16192 * stdio-common/tst-sscanf.c (double_tests2): New tests.
16193
28d708c4
MAP
161942013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16195
16196 [BZ #16037]
16197 * configure.ac: allow GNU Make 4.0 and greater.
16198 * configure: Regenerated.
16199
a56ee40b
WN
162002013-10-30 Will Newton <will.newton@linaro.org>
16201
16202 [BZ #16038]
16203 * malloc/hooks.c (memalign_check): Limit alignment to the
16204 maximum representable power of two.
16205 * malloc/malloc.c (__libc_memalign): Likewise.
16206 * malloc/tst-memalign.c (do_test): Add test for very
16207 large alignment values.
16208 * malloc/tst-posix_memalign.c (do_test): Likewise.
16209
c6e4925d
OB
162102013-10-30 Ondřej Bílka <neleai@seznam.cz>
16211
16212 [BZ #11087]
16213 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16214 (munmap_chunk): Likewise.
16215 (mremap_chunk): Likewise.
16216
162172013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 16218
8a43e768 16219 [BZ #15799]
bbea82f7
OB
16220 * stdlib/div.c (div): Remove obsolete code.
16221 * stdlib/ldiv.c (ldiv): Likewise.
16222 * stdlib/lldiv.c (lldiv): Likewise.
16223
977f4b31
SP
162242013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
16225
16226 [BZ #16071]
16227 * nss/nss_files/files-XXX.c (get_contents_ret): New
16228 enumerator.
16229 (get_contents): New function.
16230 (internal_getent): Use it. Expand size of LINEBUFLEN.
16231
cb8a6dbd
MF
162322013-10-30 Mike Frysinger <vapier@gentoo.org>
16233
16234 * configure.in: Moved to ...
16235 * configure.ac: ... here. Change reference to configure.in
16236 to configure.ac.
16237 * sysdeps/arm/preconfigure.ac: ... here.
16238 configure.in to configure.ac.
16239 * sysdeps/gnu/configure.in: Moved to ...
16240 * sysdeps/gnu/configure.ac: ... here.
16241 * sysdeps/i386/configure.in: Moved to ...
16242 * sysdeps/i386/configure.ac: ... here.
16243 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16244 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16245 * sysdeps/mach/configure.in: Moved to ...
16246 * sysdeps/mach/configure.ac: ... here.
16247 * sysdeps/mach/hurd/configure.in: Moved to ...
16248 * sysdeps/mach/hurd/configure.ac: ... here.
16249 * sysdeps/powerpc/configure.in: Moved to ...
16250 * sysdeps/powerpc/configure.ac: ... here.
16251 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16252 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16253 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16254 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16255 * sysdeps/s390/s390-32/configure.in: Moved to ...
16256 * sysdeps/s390/s390-32/configure.ac: ... here.
16257 * sysdeps/s390/s390-64/configure.in: Moved to ...
16258 * sysdeps/s390/s390-64/configure.ac: ... here.
16259 * sysdeps/sh/configure.in: Moved to ...
16260 * sysdeps/sh/configure.ac: ... here.
16261 * sysdeps/sparc/configure.in: Moved to ...
16262 * sysdeps/sparc/configure.ac: ... here.
16263 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16264 * sysdeps/unix/sysv/linux/configure.ac: ... here.
16265 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16266 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16267 * sysdeps/x86_64/configure.in: Moved to ...
16268 * sysdeps/x86_64/configure.ac: ... here.
16269 * sysdeps/x86_64/preconfigure.in: Moved to ...
16270 * sysdeps/x86_64/preconfigure.ac: ... here.
16271 * aclocal.m4: Change reference to configure.in to configure.ac.
16272 * config.h.in: Likewise.
16273 * manual/install.texi: Likewise.
16274 * manual/maint.texi: Likewise.
16275 * Makefile: Likewise.
16276 * malloc/Makefile: Likewise.
16277 * nscd/Makefile: Likewise.
16278 * Makeconfig: Change reference to configure.in and
16279 preconfigure.in to configure.ac and preconfigure.ac
16280 respectively.
16281 * INSTALL: Regenerated.
16282 * configure: Likewise.
16283 * sysdeps/gnu/configure: Likewise.
16284 * sysdeps/i386/configure: Likewise.
16285 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16286 * sysdeps/mach/configure: Likewise.
16287 * sysdeps/mach/hurd/configure: Likewise.
16288 * sysdeps/powerpc/configure: Likewise.
16289 * sysdeps/powerpc/powerpc32/configure: Likewise.
16290 * sysdeps/powerpc/powerpc64/configure: Likewise.
16291 * sysdeps/s390/s390-32/configure: Likewise.
16292 * sysdeps/s390/s390-64/configure: Likewise.
16293 * sysdeps/sh/configure: Likewise.
16294 * sysdeps/sparc/configure: Likewise.
16295 * sysdeps/unix/sysv/linux/configure: Likewise.
16296 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16297 * sysdeps/x86_64/configure: Likewise.
16298 * sysdeps/x86_64/preconfigure: Likewise.
16299
36a4953a
AS
163002013-10-29 Andreas Schwab <schwab@suse.de>
16301
16302 * stdio-common/Makefile (tst-swscanf-ENV): Define.
16303
c79a1204
SP
163042013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
16305
dfa1b402
SP
16306 * benchtests/pow-inputs: Add new inputs.
16307
54f73d9c
SP
16308 * benchtests/exp-inputs: Add new inputs.
16309
c79a1204
SP
16310 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16311 conditional check for return value.
16312 (__cos32): Likewise.
16313
67beb545 163142013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
16315
16316 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16317 to provide a boost for large inputs with word alignment.
16318 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16319 implementation based on optimized PPC64 strcpy.
16320 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16321 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16322 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16323 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16324
151659f6
OB
163252013-10-25 Ondřej Bílka <neleai@seznam.cz>
16326
482a077e 16327 [BZ #2801]
151659f6
OB
16328 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16329
10b0f26b
OB
163302013-10-25 Ondřej Bílka <neleai@seznam.cz>
16331
16332 [BZ #14876]
16333 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16334 * time/tst-strptime.c (day_tests): Add testcase.
16335
ca42d35e
OB
163362013-10-25 Ondřej Bílka <neleai@seznam.cz>
16337
482a077e 16338 [BZ #14029]
ca42d35e
OB
16339 * manual/pattern.texi: Acknowledge that fnmatch can fail.
16340
52e6d801
FB
163412013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
16342
16343 [BZ #16074]
16344 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16345 MAP_FAILED on error.
16346
7cbcdb36
SP
163472013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
16348
16349 [BZ #16072]
16350 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16351 heap for large requests.
16352
894f3f10
AM
163532013-10-25 Aurelien Jarno <aurelien@aurel32.net>
16354
16355 [BZ #9954]
16356 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16357 result if the result has no associated interface.
16358 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16359 interface for all 127.X.Y.Z addresses.
16360
b85545a6
CL
163612013-10-24 Chris Leonard <cjl@sugarlabs.org>
16362
16363 * locale/iso-639.def: Add Ligurian (lij)
16364
d1f23d46
OB
163652013-10-21 Ondřej Bílka <neleai@seznam.cz>
16366
16367 [BZ #15825]
16368 * sunrpc/rpc_main.c: Document rpcgen -5.
16369
4db5b08f
MS
163702013-10-19 Michael Stahl <mstahl@redhat.com>
16371
16372 * elf/rtld.c (do_preload): Print the reason why preloading failed.
16373
a471e96a
OB
163742013-10-19 Ondřej Bílka <neleai@seznam.cz>
16375
d1f23d46 16376 [BZ #10278]
a471e96a
OB
16377 * posix/glob.c: Match only directories when trailing slash is present.
16378 * posix/tst-gnuglob.c (my_opendir): Do not open files.
16379 (main): Add testcase.
16380
45c30c61
OB
163812013-10-19 Ondřej Bílka <neleai@seznam.cz>
16382
16383 [BZ #15670]
16384 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16385
484c12fb
CD
163862013-10-18 Carlos O'Donell <carlos@redhat.com>
16387
3d7dc513
CD
16388 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16389 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16390 AUTH_DES and cindex for FIPS 140-2.
16391 (DES Encryption): Add cindex FIPS 46-3.
16392
484c12fb
CD
16393 * locale/locarchive.h (struct locarhandle): Add fname.
16394 * locale/programs/localedef.c (main): Pass ARGV[remaining]
16395 if an optional argument was specified to --list-archive,
16396 otherwise NULL.
16397 * locale/programs/locarchive.c (show_archive_content): Take new
16398 argument fname and pass it via ah.fname to open_archive.
16399 * locale/programs/localedef.h: Update decl.
16400 (open_archive): If AH->fname is non-null, open that file
16401 rather than the default file name, and don't ignore ENOENT.
16402 (create_archive): Set AH.fname to NULL.
16403 (delete_locales_from_archive): Likewise.
16404 (add_locales_to_archive): Likewise.
16405 * locale/programs/locfile.c (write_all_categories): Likewise.
16406
3c8325fb
JM
164072013-10-18 Joseph Myers <joseph@codesourcery.com>
16408 Aldy Hernandez <aldyh@redhat.com>
16409
16410 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16411 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16412 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16413 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16414 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16415 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16416 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16417 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16418 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16419 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16420 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16421 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16422 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16423 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16424 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16425 Likewise.
16426 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16427 Likewise.
16428 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16429 Likewise.
16430 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16431 Likewise.
16432 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16433 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16434 Likewise.
16435 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16436 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16437 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16438 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16439 Likewise.
16440 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16441 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16442 * sysdeps/powerpc/preconfigure: Likewise.
16443 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16444 Likewise.
16445 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16446 Replace contents of file by #include of <fenv_libc.h>.
16447 * sysdeps/powerpc/soft-fp/sfp-machine.h
16448 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16449 and <sys/prctl.h>.
16450 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16451 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16452 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16453 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16454 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16455 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16456 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16457 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16458 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16459 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16460 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16461 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16462 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16463 Allow copysignl PLT reference to be missing.
16464
5abe0682
RS
164652013-10-18 Richard Sandiford <richard@codesourcery.com>
16466 Joseph Myers <joseph@codesourcery.com
16467
16468 [BZ #15948]
16469 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16470 single character.
16471 (add_to_tablewc): Assert sequence of wide characters is nonempty.
16472
c7738d08
SP
164732013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
16474
16475 * elf/tst-tls-dlinfo.c: Don't include tls.h.
16476 * elf/tst-tls1.c: Likewise.
16477 * elf/tst-tls10.h: Likewise.
16478 * elf/tst-tls14.c: Likewise.
16479 * elf/tst-tls2.c: Likewise.
16480 * elf/tst-tls3.c: Likewise.
16481 * elf/tst-tls4.c: Likewise.
16482 * elf/tst-tls5.c: Likewise.
16483 * elf/tst-tls6.c: Likewise.
16484 * elf/tst-tls7.c: Likewise.
16485 * elf/tst-tls8.c: Likewise.
16486 * elf/tst-tls9.c: Likewise.
16487 * elf/tst-tlsmod1.c: Likewise.
16488 * elf/tst-tlsmod13.c: Likewise.
16489 * elf/tst-tlsmod13a.c: Likewise.
16490 * elf/tst-tlsmod14a.c: Likewise.
16491 * elf/tst-tlsmod16a.c: Likewise.
16492 * elf/tst-tlsmod16b.c: Likewise.
16493 * elf/tst-tlsmod2.c: Likewise.
16494 * elf/tst-tlsmod3.c: Likewise.
16495 * elf/tst-tlsmod4.c: Likewise.
16496 * elf/tst-tlsmod5.c: Likewise.
16497 * elf/tst-tlsmod6.c: Likewise.
16498
0bfcf2c7
OB
164992013-10-18 Ondřej Bílka <neleai@seznam.cz>
16500
16501 [BZ #12486]
16502 * malloc/malloc.c: remove checks for statistics.
16503
264aad1e
OB
165042013-10-17 Ondřej Bílka <neleai@seznam.cz>
16505
16506 [BZ #15277]
16507 * inet/inet_net.c (inet_network): Detect additional invalid strings.
16508 * inet/tst-network.c: Add testcase.
16509
b957ced8
AS
165102013-10-17 Andreas Schwab <schwab@suse.de>
16511
16512 [BZ #15218]
16513 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16514 to determine canonical name.
16515
c5d5d574
OB
165162013-10-17 Ondřej Bílka <neleai@seznam.cz>
16517
16518 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16519 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16520 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16521 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16522 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
16523 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
16524 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16525 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16526 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16527 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16528 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16529 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16530 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16531 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16532 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16533 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16534 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16535 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16536 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16537 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16538 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16539 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16540 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16541 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16542 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16543 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16544 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16545 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16546 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16547 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16548 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16549 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16550 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16551 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16552 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16553 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16554 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16555 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
16556 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
16557 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
16558 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
16559 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
16560 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
16561 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
16562 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
16563 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16564 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
16565 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
16566 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
16567 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
16568 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
16569 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
16570 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
16571 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
16572 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16573 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
16574 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
16575 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
16576
e5c2c2d0
JM
165772013-10-17 Joseph Myers <joseph@codesourcery.com>
16578
16579 [BZ #16041]
16580 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
16581 make result into a quiet NaN.
16582
51ca9e29
JM
165832013-10-16 Joseph Myers <joseph@codesourcery.com>
16584
16585 * soft-fp/adddf3.c: Fix horizontal whitespace.
16586 * soft-fp/addsf3.c: Likewise.
16587 * soft-fp/addtf3.c: Likewise.
16588 * soft-fp/divdf3.c: Likewise.
16589 * soft-fp/divsf3.c: Likewise.
16590 * soft-fp/divtf3.c: Likewise.
16591 * soft-fp/double.h: Likewise.
16592 * soft-fp/eqdf2.c: Likewise.
16593 * soft-fp/eqsf2.c: Likewise.
16594 * soft-fp/eqtf2.c: Likewise.
16595 * soft-fp/extenddftf2.c: Likewise.
16596 * soft-fp/extended.h: Likewise.
16597 * soft-fp/extendsfdf2.c: Likewise.
16598 * soft-fp/extendsftf2.c: Likewise.
16599 * soft-fp/extendxftf2.c: Likewise.
16600 * soft-fp/fixdfdi.c: Likewise.
16601 * soft-fp/fixdfsi.c: Likewise.
16602 * soft-fp/fixdfti.c: Likewise.
16603 * soft-fp/fixsfdi.c: Likewise.
16604 * soft-fp/fixsfsi.c: Likewise.
16605 * soft-fp/fixsfti.c: Likewise.
16606 * soft-fp/fixtfdi.c: Likewise.
16607 * soft-fp/fixtfsi.c: Likewise.
16608 * soft-fp/fixtfti.c: Likewise.
16609 * soft-fp/fixunsdfdi.c: Likewise.
16610 * soft-fp/fixunsdfsi.c: Likewise.
16611 * soft-fp/fixunsdfti.c: Likewise.
16612 * soft-fp/fixunssfdi.c: Likewise.
16613 * soft-fp/fixunssfsi.c: Likewise.
16614 * soft-fp/fixunssfti.c: Likewise.
16615 * soft-fp/fixunstfdi.c: Likewise.
16616 * soft-fp/fixunstfsi.c: Likewise.
16617 * soft-fp/fixunstfti.c: Likewise.
16618 * soft-fp/floatdidf.c: Likewise.
16619 * soft-fp/floatdisf.c: Likewise.
16620 * soft-fp/floatditf.c: Likewise.
16621 * soft-fp/floatsidf.c: Likewise.
16622 * soft-fp/floatsisf.c: Likewise.
16623 * soft-fp/floatsitf.c: Likewise.
16624 * soft-fp/floattidf.c: Likewise.
16625 * soft-fp/floattisf.c: Likewise.
16626 * soft-fp/floattitf.c: Likewise.
16627 * soft-fp/floatundidf.c: Likewise.
16628 * soft-fp/floatundisf.c: Likewise.
16629 * soft-fp/floatunditf.c: Likewise.
16630 * soft-fp/floatunsidf.c: Likewise.
16631 * soft-fp/floatunsisf.c: Likewise.
16632 * soft-fp/floatunsitf.c: Likewise.
16633 * soft-fp/floatuntidf.c: Likewise.
16634 * soft-fp/floatuntisf.c: Likewise.
16635 * soft-fp/floatuntitf.c: Likewise.
16636 * soft-fp/fmadf4.c: Likewise.
16637 * soft-fp/fmasf4.c: Likewise.
16638 * soft-fp/fmatf4.c: Likewise.
16639 * soft-fp/gedf2.c: Likewise.
16640 * soft-fp/gesf2.c: Likewise.
16641 * soft-fp/getf2.c: Likewise.
16642 * soft-fp/ledf2.c: Likewise.
16643 * soft-fp/lesf2.c: Likewise.
16644 * soft-fp/letf2.c: Likewise.
16645 * soft-fp/muldf3.c: Likewise.
16646 * soft-fp/mulsf3.c: Likewise.
16647 * soft-fp/multf3.c: Likewise.
16648 * soft-fp/negdf2.c: Likewise.
16649 * soft-fp/negsf2.c: Likewise.
16650 * soft-fp/negtf2.c: Likewise.
16651 * soft-fp/op-1.h: Likewise.
16652 * soft-fp/op-2.h: Likewise.
16653 * soft-fp/op-4.h: Likewise.
16654 * soft-fp/op-8.h: Likewise.
16655 * soft-fp/op-common.h: Likewise.
16656 * soft-fp/quad.h: Likewise.
16657 * soft-fp/single.h: Likewise.
16658 * soft-fp/soft-fp.h: Likewise.
16659 * soft-fp/sqrtdf2.c: Likewise.
16660 * soft-fp/sqrtsf2.c: Likewise.
16661 * soft-fp/sqrttf2.c: Likewise.
16662 * soft-fp/subdf3.c: Likewise.
16663 * soft-fp/subsf3.c: Likewise.
16664 * soft-fp/subtf3.c: Likewise.
16665 * soft-fp/truncdfsf2.c: Likewise.
16666 * soft-fp/trunctfdf2.c: Likewise.
16667 * soft-fp/trunctfsf2.c: Likewise.
16668 * soft-fp/trunctfxf2.c: Likewise.
16669 * soft-fp/unorddf2.c: Likewise.
16670 * soft-fp/unordsf2.c: Likewise.
16671 * soft-fp/unordtf2.c: Likewise.
16672
9ebb0332
JM
166732013-10-15 Joseph Myers <joseph@codesourcery.com>
16674
16675 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16676 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16677
4b1a6d8b
OB
166782013-10-15 Ondřej Bílka <neleai@seznam.cz>
16679
16680 * elf/dl-libc.c: Clear initfini list after freeing.
16681
1e145589
JM
166822013-10-14 Joseph Myers <joseph@codesourcery.com>
16683
16684 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16685 * soft-fp/addsf3.c: Likewise.
16686 * soft-fp/addtf3.c: Likewise.
16687 * soft-fp/divdf3.c: Likewise.
16688 * soft-fp/divsf3.c: Likewise.
16689 * soft-fp/divtf3.c: Likewise.
16690 * soft-fp/double.h: Likewise.
16691 * soft-fp/eqdf2.c: Likewise.
16692 * soft-fp/eqsf2.c: Likewise.
16693 * soft-fp/eqtf2.c: Likewise.
16694 * soft-fp/extenddftf2.c: Likewise.
16695 * soft-fp/extended.h: Likewise.
16696 * soft-fp/extendsfdf2.c: Likewise.
16697 * soft-fp/extendsftf2.c: Likewise.
16698 * soft-fp/extendxftf2.c: Likewise.
16699 * soft-fp/fixdfdi.c: Likewise.
16700 * soft-fp/fixdfsi.c: Likewise.
16701 * soft-fp/fixdfti.c: Likewise.
16702 * soft-fp/fixsfdi.c: Likewise.
16703 * soft-fp/fixsfsi.c: Likewise.
16704 * soft-fp/fixsfti.c: Likewise.
16705 * soft-fp/fixtfdi.c: Likewise.
16706 * soft-fp/fixtfsi.c: Likewise.
16707 * soft-fp/fixtfti.c: Likewise.
16708 * soft-fp/fixunsdfdi.c: Likewise.
16709 * soft-fp/fixunsdfsi.c: Likewise.
16710 * soft-fp/fixunsdfti.c: Likewise.
16711 * soft-fp/fixunssfdi.c: Likewise.
16712 * soft-fp/fixunssfsi.c: Likewise.
16713 * soft-fp/fixunssfti.c: Likewise.
16714 * soft-fp/fixunstfdi.c: Likewise.
16715 * soft-fp/fixunstfsi.c: Likewise.
16716 * soft-fp/fixunstfti.c: Likewise.
16717 * soft-fp/floatdidf.c: Likewise.
16718 * soft-fp/floatdisf.c: Likewise.
16719 * soft-fp/floatditf.c: Likewise.
16720 * soft-fp/floatsidf.c: Likewise.
16721 * soft-fp/floatsisf.c: Likewise.
16722 * soft-fp/floatsitf.c: Likewise.
16723 * soft-fp/floattidf.c: Likewise.
16724 * soft-fp/floattisf.c: Likewise.
16725 * soft-fp/floattitf.c: Likewise.
16726 * soft-fp/floatundidf.c: Likewise.
16727 * soft-fp/floatundisf.c: Likewise.
16728 * soft-fp/floatunsidf.c: Likewise.
16729 * soft-fp/floatunsisf.c: Likewise.
16730 * soft-fp/floatuntidf.c: Likewise.
16731 * soft-fp/floatuntisf.c: Likewise.
16732 * soft-fp/floatuntitf.c: Likewise.
16733 * soft-fp/fmadf4.c: Likewise.
16734 * soft-fp/fmasf4.c: Likewise.
16735 * soft-fp/fmatf4.c: Likewise.
16736 * soft-fp/gedf2.c: Likewise.
16737 * soft-fp/gesf2.c: Likewise.
16738 * soft-fp/getf2.c: Likewise.
16739 * soft-fp/ledf2.c: Likewise.
16740 * soft-fp/lesf2.c: Likewise.
16741 * soft-fp/letf2.c: Likewise.
16742 * soft-fp/muldf3.c: Likewise.
16743 * soft-fp/mulsf3.c: Likewise.
16744 * soft-fp/multf3.c: Likewise.
16745 * soft-fp/negdf2.c: Likewise.
16746 * soft-fp/negsf2.c: Likewise.
16747 * soft-fp/negtf2.c: Likewise.
16748 * soft-fp/op-1.h: Likewise.
16749 * soft-fp/op-2.h: Likewise.
16750 * soft-fp/op-4.h: Likewise.
16751 * soft-fp/op-8.h: Likewise.
16752 * soft-fp/op-common.h: Likewise.
16753 * soft-fp/quad.h: Likewise.
16754 * soft-fp/single.h: Likewise.
16755 * soft-fp/soft-fp.h: Likewise.
16756 * soft-fp/sqrtdf2.c: Likewise.
16757 * soft-fp/sqrtsf2.c: Likewise.
16758 * soft-fp/sqrttf2.c: Likewise.
16759 * soft-fp/subdf3.c: Likewise.
16760 * soft-fp/subsf3.c: Likewise.
16761 * soft-fp/subtf3.c: Likewise.
16762 * soft-fp/truncdfsf2.c: Likewise.
16763 * soft-fp/trunctfdf2.c: Likewise.
16764 * soft-fp/trunctfsf2.c: Likewise.
16765 * soft-fp/trunctfxf2.c: Likewise.
16766 * soft-fp/unorddf2.c: Likewise.
16767 * soft-fp/unordsf2.c: Likewise.
16768 * soft-fp/unordtf2.c: Likewise.
16769
17c48a60
OB
167702013-10-14 Ondřej Bílka <neleai@seznam.cz>
16771
16772 [BZ #15672]
16773 * misc/error.c (error_tail): Fix possible buffer overflow.
16774
cabba934
OB
167752013-10-14 Aurelien Jarno <aurelien@aurel32.net>
16776
16777 [BZ #13028]
16778 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16779 address.
16780
94bf958a
PM
167812013-10-14 P. J. McDermott <pj@pehjota.net>
16782
16783 [BZ #832]
16784 * elf/ldd.bash.in (try_trace): New function. Delete previous code
16785 testing pipefail option.
16786
71b4dea7
JM
167872013-10-12 Joseph Myers <joseph@codesourcery.com>
16788
16789 * soft-fp/double.h: Indent preprocessor directives inside #if.
16790 * soft-fp/extended.h: Likewise.
16791 * soft-fp/op-2.h: Likewise.
16792 * soft-fp/op-4.h: Likewise.
16793 * soft-fp/op-common.h: Likewise.
16794 * soft-fp/quad.h: Likewise.
16795 * soft-fp/single.h: Likewise.
16796 * soft-fp/soft-fp.h: Likewise.
16797
55602758
YC
167982013-10-12 Yuri Chornoivan <yurchor@ukr.net>
16799
16800 * iconv/iconv_prog.c: Fix typos.
16801 * stdio-common/psiginfo-data.h: Likewise.
16802
9cd83302
RT
168032013-10-12 Reuben Thomas <rrt@sc3d.org>
16804
16805 [BZ #15764]
16806 * locale/setlocale.c: Fix typo.
16807
99fd9f47
JM
168082013-10-12 Joseph Myers <joseph@codesourcery.com>
16809
b7ea74f0
JM
16810 [BZ #16036]
16811 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16812 signaling NaN arguments.
16813 * soft-fp/unordsf2.c (__unordsf2): Likewise.
16814 * soft-fp/unordtf2.c (__unordtf2): Likewise.
16815
8a509447
JM
16816 [BZ #14910]
16817 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16818 unordered operands.
16819 * soft-fp/gesf2.c (__gesf2): Likewise.
16820 * soft-fp/getf2.c (__getf2): Likewise.
16821 * soft-fp/ledf2.c (__ledf2): Likewise.
16822 * soft-fp/lesf2.c (__lesf2): Likewise.
16823 * soft-fp/letf2.c (__letf2): Likewise.
16824
98998e9f
JM
16825 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16826 * soft-fp/eqsf2.c (__eqsf2): Likewise.
16827 * soft-fp/eqtf2.c (__eqtf2): Likewise.
16828 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16829 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16830 * soft-fp/fixdfti.c (__fixdfti): Likewise.
16831 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16832 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16833 * soft-fp/fixsfti.c (__fixsfti): Likewise.
16834 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16835 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16836 * soft-fp/fixtfti.c (__fixtfti): Likewise.
16837 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16838 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16839 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16840 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16841 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16842 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16843 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16844 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16845 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16846 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16847 * soft-fp/floatdisf.c (__floatdisf): Likewise.
16848 * soft-fp/floatsisf.c (__floatsisf): Likewise.
16849 * soft-fp/floattidf.c (__floattidf): Likewise.
16850 * soft-fp/floattisf.c (__floattisf): Likewise.
16851 * soft-fp/floattitf.c (__floattitf): Likewise.
16852 * soft-fp/floatundidf.c (__floatundidf): Likewise.
16853 * soft-fp/floatundisf.c (__floatundisf): Likewise.
16854 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16855 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16856 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16857 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16858 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16859 * soft-fp/gesf2.c (__gesf2): Likewise.
16860 * soft-fp/getf2.c (__getf2): Likewise.
16861 * soft-fp/ledf2.c (__ledf2): Likewise.
16862 * soft-fp/lesf2.c (__lesf2): Likewise.
16863 * soft-fp/letf2.c (__letf2): Likewise.
16864
8edc4a11
JM
16865 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16866 Undefine and redefine.
16867 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16868 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16869 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16870 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16871 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16872 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16873 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16874 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16875 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16876 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16877 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16878 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16879 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16880 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16881 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16882
8399acaf
JM
16883 [BZ #16032]
16884 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16885 without decrementing exponent if mantissa >= that for the
16886 denominator, not >.
16887 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16888 denominator, not >. Decrement exponent in < case instead of
16889 incrementing in >= case.
16890 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16891 without decrementing exponent if mantissa >= that for the
16892 denominator, not >.
16893
99fd9f47
JM
16894 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16895 computing saturated result for unsigned overflow.
16896
10e1cf6b
SP
168972013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
16898 Jeff Law <law@redhat.com>
16899
16900 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16901 (atan2Mp): Add systemtap probe marker.
16902 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16903 (__ieee754_log): Add systemtap probe marker.
16904 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16905 (atanMp): Add systemtap probe marker.
16906 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16907 (tanMp): Add systemtap probe marker.
16908 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16909 (__slowexp): Add systemtap probe marker.
16910 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16911 (__slowpow): Add systemtap probe marker.
16912 * manual/probes.texi: Document probes.
16913
3d110c7c
EB
169142013-10-11 Eric Biggers <ebiggers3@gmail.com>
16915
16916 [BZ #15362]
16917 * libio/fileops.c (_IO_new_file_write): Return count of bytes
16918 written.
16919 (_IO_new_file_xsputn): Don't return EOF if nothing has been
16920 written.
16921 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16922 written to buffer but not flushed.
16923 * libio/iofwrite_u.c: Likewise.
16924 * libio/iopadn.c: Return bytes returned even if EOF was
16925 encountered.
16926 * libio/iowpadn.c: Likewise.
16927 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16928 if _IO_padn does not write the whole buffer.
16929 [!COMPILE_WPRINTF] (PAD): Likewise.
16930
75b4202a
DM
169312013-10-10 David S. Miller <davem@davemloft.net>
16932
16933 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16934 directory block.
16935
6c6352e6
JM
169362013-10-10 Joseph Myers <joseph@codesourcery.com>
16937
33b853c3
JM
16938 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
16939 instead of FSF address.
16940 * soft-fp/fixdfti.c: Likewise.
16941 * soft-fp/fixsfti.c: Likewise.
16942 * soft-fp/fixtfti.c: Likewise.
16943 * soft-fp/fixunsdfti.c: Likewise.
16944 * soft-fp/fixunssfti.c: Likewise.
16945 * soft-fp/fixunstfti.c: Likewise.
16946 * soft-fp/floattidf.c: Likewise.
16947 * soft-fp/floattisf.c: Likewise.
16948 * soft-fp/floattitf.c: Likewise.
16949 * soft-fp/floatuntidf.c: Likewise.
16950 * soft-fp/floatuntisf.c: Likewise.
16951 * soft-fp/floatuntitf.c: Likewise.
16952 * soft-fp/trunctfxf2.c: Likewise.
16953
6c6352e6
JM
16954 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
16955 * soft-fp/fixdfti.c: Likewise.
16956 * soft-fp/fixsfti.c: Likewise.
16957 * soft-fp/fixtfti.c: Likewise.
16958 * soft-fp/fixunsdfti.c: Likewise.
16959 * soft-fp/fixunssfti.c: Likewise.
16960 * soft-fp/fixunstfti.c: Likewise.
16961 * soft-fp/floattidf.c: Likewise.
16962 * soft-fp/floattisf.c: Likewise.
16963 * soft-fp/floattitf.c: Likewise.
16964 * soft-fp/floatuntidf.c: Likewise.
16965 * soft-fp/floatuntisf.c: Likewise.
16966 * soft-fp/floatuntitf.c: Likewise.
16967 * soft-fp/trunctfxf2.c: Likewise.
16968
3bf78b71
DM
169692013-10-10 David S. Miller <davem@davemloft.net>
16970
16971 * sysdeps/sparc/fpu/libm-test-ulps: Update.
16972
6f10289e
JM
169732013-10-10 Joseph Myers <joseph@codsourcery.com>
16974
bd878fc0
JM
16975 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16976 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
16977 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
16978 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
16979 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
16980 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
16981 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
16982
6f10289e
JM
16983 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
16984 for NaNs before doing comparisons on argument.
16985 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
16986 Likewise.
16987
321e2684
WN
169882013-10-10 Will Newton <will.newton@linaro.org>
16989
16990 * malloc/hooks.c (memalign_check): Ensure the value of bytes
16991 passed to _int_memalign does not overflow.
16992
40fefba1
TR
169932013-10-10 Torvald Riegel <triegel@redhat.com>
16994
16995 * scripts/bench.pl: Add include-sources directive.
16996 * benchtests/README: Update documentation.
16997
2ae21ed2
JM
169982013-10-10 Joseph Myers <joseph@codesourcery.com>
16999
dcc2dd3f
JM
17000 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
17001 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
17002 instead of FP_INIT_ROUNDMODE.
17003 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
17004 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
17005
2ae21ed2
JM
17006 [BZ #16034]
17007 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
17008 copy class of input value.
17009 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
17010 not handle exceptions.
17011 * soft-fp/negsf2.c (__negsf2): Likewise.
17012 * soft-fp/negtf2.c (__negtf2): Likewise.
17013 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
17014
cb8f9562
JM
170152013-10-09 Joseph Myers <joseph@codesourcery.com>
17016
17017 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
17018 semicolon. From Linux kernel.
17019
5b60c59d
AB
170202013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
17021
17022 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
17023
b86835ca
YC
170242013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
17025
17026 [BZ #156]
17027 * manual/socket.texi: Added statement about buffer
17028 for gethostbyname2_r.
17029
e7044ea7
OB
170302013-10-08 Ondřej Bílka <neleai@seznam.cz>
17031
17032 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
17033 Use .p2align directive instead, throughout.
17034 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17035 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17036 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17037 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17038 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17039 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17040 * sysdeps/x86_64/strchr.S: Likewise.
17041 * sysdeps/x86_64/strrchr.S: Likewise.
17042
09544cbc
SP
170432013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
17044
88576635
SP
17045 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17046
e7b2d1dd
SP
17047 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17048
09544cbc
SP
17049 * sysdeps/generic/math_private.h (__mpsin1): Remove
17050 declaration.
17051 (__mpcos1): Likewise.
17052 (__mpsin): New argument __range_reduce.
17053 (__mpcos): Likewise.
17054 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17055 (slow): Use __mpsin and __mpcos.
17056 (slow1): Likewise.
17057 (slow2): Likewise.
17058 (sloww): Likewise.
17059 (sloww1): Likewise.
17060 (sloww2): Likewise.
17061 (bsloww): Likewise.
17062 (bsloww1): Likewise.
17063 (bsloww2): Likewise.
17064 (cslow2): Likewise.
17065 (csloww): Likewise.
17066 (csloww1): Likewise.
17067 (csloww2): Likewise.
17068 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17069 range_reduce. Merge in __mpsin1.
17070 (__mpcos): Likewise.
17071 (__mpsin1): Remove.
17072 (__mpcos1): Likewise.
17073
7602d070
JM
170742013-10-07 Joseph Myers <joseph@codesourcery.com>
17075
17076 * locale/loadlocale.c (_nl_intern_locale_data): Use
17077 LOCFILE_ALIGNED_P.
17078 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17079 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17080 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17081 obstack data is appropriately aligned.
17082 (obstack_int32_grow_fast): Likewise.
17083 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17084 * locale/programs/locfile.c (add_locale_uint32): Likewise.
17085 (add_locale_uint32_array): Likewise.
17086
a357259b
SP
170872013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
17088
17089 * benchtests/Makefile: Remove ARGLIST and RET variables.
17090 ($(objpfx)bench-%.c): Pass only function name to the script.
17091 * benchtests/README: Update documentation.
17092 * benchtests/acos-inputs: Add new directives.
17093 * benchtests/acosh-inputs: Likewise.
17094 * benchtests/asin-inputs: Likewise.
17095 * benchtests/asinh-inputs: Likewise.
17096 * benchtests/atan-inputs: Likewise.
17097 * benchtests/atanh-inputs: Likewise.
17098 * benchtests/cos-inputs: Likewise.
17099 * benchtests/cosh-inputs: Likewise.
17100 * benchtests/exp-inputs: Likewise.
17101 * benchtests/log-inputs: Likewise.
17102 * benchtests/pow-inputs: Likewise.
17103 * benchtests/rint-inputs: Likewise.
17104 * benchtests/sin-inputs: Likewise.
17105 * benchtests/sinh-inputs: Likewise.
17106 * benchtests/tan-inputs: Likewise.
17107 * benchtests/tanh-inputs: Likewise.
17108 * scripts/bench.pl: Add support for new directives.
17109
9ec1b13d
AM
171102013-10-07 Alan Modra <amodra@gmail.com>
17111
17112 * README: Fix careless merge.
17113
8b7d57cd
AM
171142013-10-05 Alan Modra <amodra@gmail.com>
17115
17116 * NEWS: Mention powerpc64le support and bugs fixed.
17117 * README: Both big-endian and little-endian powerpc64 supported.
17118
7b7bab13
ST
171192013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
17120
57f41c40
AS
17121 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17122 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
17123 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17124 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17125
d39baad1
RA
171262013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
17127
17128 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17129 match prototype.
17130
cd78f7e7
JM
171312013-10-04 Joseph Myers <joseph@codesourcery.com>
17132
29d73d86
JM
17133 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17134 Move -mhard-float appending from
17135 ports/sysdeps/powerpc/powerpc32/Makefile.
17136 [$(with-fp) = yes] (ASFLAGS): Likewise.
17137 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17138 * sysdeps/powerpc/nofpu: Move directory from
17139 ports/sysdeps/powerpc/nofpu.
17140 * sysdeps/powerpc/soft-fp: Move directory from
17141 ports/sysdeps/powerpc/soft-fp.
17142 * sysdeps/powerpc/powerpc32/405: Move directory from
17143 ports/sysdeps/powerpc/powerpc32/405.
17144 * sysdeps/powerpc/powerpc32/440: Move directory from
17145 ports/sysdeps/powerpc/powerpc32/440.
17146 * sysdeps/powerpc/powerpc32/464: Move directory from
17147 ports/sysdeps/powerpc/powerpc32/464.
17148 * sysdeps/powerpc/powerpc32/476: Move directory from
17149 ports/sysdeps/powerpc/powerpc32/476.
17150 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17151 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17152 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17153 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17154 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17155 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17156 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17157 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17158 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17159 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17160 * README: Update for powerpc-*-linux-gnu software floating point
17161 support in libc.
17162
e246b347
JM
17163 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17164 case to powerpc/powerpc32*.
17165 * sysdeps/unix/sysv/linux/configure: Regenerated.
17166
89c2003e
JM
17167 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17168 (_FPU_MASK_OM): Define as 0x04.
17169 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17170 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17171 0x00c10080.
17172 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17173 0x0000003c.
17174 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17175
cd78f7e7
JM
17176 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17177 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17178 getcontext_e500.
17179 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17180 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17181 setcontext_e500.
17182 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17183 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17184 and setcontext_e500.
17185
c755294d
CL
171862013-10-04 Chris Leonard <cjl@sugarlabs,.org>
17187
17188 * locale/iso-3166.def: Update iso-1366.def and related occurrences
17189
e16d221c
SP
171902013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
17191
17192 * manual/threads.texi (Default Thread Attributes): Fix typo.
17193
215c7d43
WN
171942013-10-04 Will Newton <will.newton@linaro.org>
17195
17196 * malloc/Makefile: Add tst-memalign.
17197 * malloc/tst-memalign.c: New file.
17198
27d0461b
WN
17199 * malloc/tst-posix_memalign.c: Add comments.
17200 (do_test): Add comments and call free on all potentially
17201 allocated pointers. Add space after cast.
17202
1bc92709
WN
17203 * malloc/tst-pvalloc.c: Add comments.
17204 (do_test): Add comments and call free on all potentially
17205 allocated pointers. Remove duplicate check for NULL pointer.
17206 Add space after cast.
17207
66a9be9d
WN
17208 * malloc/tst-valloc.c: Add comments.
17209 (do_test): Add comments and call free on all potentially
17210 allocated pointers. Remove duplicate check for NULL pointer.
17211 Add space after cast.
17212
4cb81307
AM
172132013-10-04 Alan Modra <amodra@gmail.com>
17214
17215 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17216 Use stdint types in rather than __attribute__((mode())).
17217 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17218
f8e3e9f3
AM
172192013-10-04 Alan Modra <amodra@gmail.com>
17220
17221 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17222 Correct handling of unaligned relocs for little-endian.
17223 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17224
8f9ebb08
AM
172252013-10-04 Alan Modra <amodra@gmail.com>
17226
17227 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17228 * configure: Regenerate.
17229 * nptl/shlib-versions: Powerpc*le starts at 2.18.
17230 * shlib-versions: Likewise.
17231
0edf96c2
AM
172322013-10-04 Alan Modra <amodra@gmail.com>
17233
17234 * string/tester.c (test_memrchr): Increment reported test cycle.
17235
e0f7a380
AM
172362013-10-04 Alan Modra <amodra@gmail.com>
17237
17238 * string/test-memcpy.c (do_one_test): When reporting errors, print
17239 string address and don't overrun end of string.
17240
466b0393
AM
172412013-10-04 Alan Modra <amodra@gmail.com>
17242
17243 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17244 insrdi. Make better use of reg selection to speed exit slightly.
17245 Schedule entry path a little better. Remove useless "are we done"
17246 checks on entry to main loop. Handle wrapping around zero address.
17247 Correct main loop count. Handle single left-over word from main
17248 loop inline rather than by using loop_small. Remove extra word
17249 case in loop_small caused by wrong loop count. Add little-endian
17250 support.
17251 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17252 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
17253 cache hint.
17254 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17255 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17256 support. Avoid rlwimi.
17257 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17258
3be87c77
AM
172592013-10-04 Alan Modra <amodra@gmail.com>
17260
17261 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 17262 insrdi. Formatting.
3be87c77
AM
17263 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17264 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17265 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17266 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17267 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17268 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17269
759cfef3
AM
172702013-10-04 Alan Modra <amodra@gmail.com>
17271
17272 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17273 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17274 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17275 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17276 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17277 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17278 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17279 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17280 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
17281 use of regs. Use power7 mtocrf. Tidy function tails.
17282
fe6e95d7
AM
172832013-10-04 Alan Modra <amodra@gmail.com>
17284
17285 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17286 Formatting. Consistently use rXXX register defines or rN defines.
17287 Use early exit labels that avoid restoring unused non-volatile regs.
17288 Make cr field use more consistent with rWORDn compares. Rename
17289 regs used as shift registers for unaligned loop, using rN defines
17290 for short lifetime/multiple use regs.
17291 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17292 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
17293 addi 1,1,64 to pop stack frame. Simplify return value code.
17294 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17295
664318c3
AM
172962013-10-04 Alan Modra <amodra@gmail.com>
17297
17298 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17299 support. Correct typos, formatting. Optimize tail. Use insrdi
17300 rather than rlwimi.
17301 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17302 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17303 little-endian support. Correct typos.
17304 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
17305 rather than rlwimi.
17306 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
17307 in loop and entry code to keep "and." results.
17308 (strchr): Add little-endian support. Comment. Move cntlzd
17309 earlier in tail.
17310 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17311
43b84013
AM
173122013-10-04 Alan Modra <amodra@gmail.com>
17313
17314 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17315 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17316 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17317 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17318
8a7413f9
AM
173192013-10-04 Alan Modra <amodra@gmail.com>
17320
17321 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17322 (rTMP): Define as r11.
17323 (strcmp): Add little-endian support. Optimise tail.
17324 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17325 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17326 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17327 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17328 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17329 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17330 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17331
33ee81de
AM
173322013-10-04 Alan Modra <amodra@gmail.com>
17333
17334 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17335 little-endian support. Remove unnecessary "are we done" tests.
17336 Handle "s" wrapping around zero and extremely large "size".
17337 Correct main loop count. Handle single left-over word from main
17338 loop inline rather than by using small_loop. Correct comments.
17339 Delete "zero" tail, use "end_max" instead.
17340 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17341
db9b4570
AM
173422013-10-04 Alan Modra <amodra@gmail.com>
17343
17344 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17345 support. Don't branch over align.
17346 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17347 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17348 support. Rearrange tmp reg use to suit. Comment.
17349 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17350
f7c399cf
AM
173512013-10-04 Alan Modra <amodra@gmail.com>
17352
17353 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17354
0b2c2ace
AM
173552013-10-04 Alan Modra <amodra@gmail.com>
17356
17357 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17358 conditional form of branch and link when obtaining pc.
17359 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17360
02f04a6c
AM
173612013-10-04 Alan Modra <amodra@gmail.com>
17362
17363 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17364 HIWORD/LOWORD.
17365 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17366 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17367
9b874b2f
AM
173682013-10-04 Alan Modra <amodra@gmail.com>
17369
17370 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17371 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17372 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17373 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17374 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17375 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17376 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17377 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17378 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17379 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17380
be1e5d31
AB
173812013-10-04 Anton Blanchard <anton@au1.ibm.com>
17382 Alistair Popple <alistair@ozlabs.au.ibm.com>
17383 Alan Modra <amodra@gmail.com>
17384
17385 [BZ #15723]
17386 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17387 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17388 _dl_hwcap access for little-endian.
17389 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
17390 destroy vmx regs when saving unaligned.
17391 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17392 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
17393 destroy vmx regs when saving unaligned.
17394
fef13a78
AM
173952013-10-04 Alan Modra <amodra@gmail.com>
17396
17397 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17398 Don't use a union to pack hi/low value.
17399
76a66d51
AB
174002013-10-04 Anton Blanchard <anton@au1.ibm.com>
17401
17402 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17403 for little-endian.
17404 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17405 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17406 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17407 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17408 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17409
6a31fe7f
AM
174102013-10-04 Alan Modra <amodra@gmail.com>
17411
17412 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17413 constants to usual value for .cst8 section, and remove redundant
17414 high address load.
17415 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17416 constant for 0x1p52. Load little-endian words of double from
17417 correct stack offsets.
17418
7b88401f
AM
174192013-10-04 Alan Modra <amodra@gmail.com>
17420
17421 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17422 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17423 words of double from correct stack offsets.
17424 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17425 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17426 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17427 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17428 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17429 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17430 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17431 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17432 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17433 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17434 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17435 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17436 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17437 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17438 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17439 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17440 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17441
9c008155
AM
174422013-10-04 Alan Modra <amodra@gmail.com>
17443
17444 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17445 64-bit int/double union.
17446 (_FPU_SETCW): Likewise.
17447 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17448 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17449
da13146d
AM
174502013-10-04 Alan Modra <amodra@gmail.com>
17451
17452 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17453 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17454
603e8410
AM
174552013-10-04 Alan Modra <amodra@gmail.com>
17456
17457 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17458 use vector int constants.
17459 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17460
4a28b3ca
AB
174612013-10-04 Anton Blanchard <anton@au1.ibm.com>
17462
17463 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17464 array with long long.
17465 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17466 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17467 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17468 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17469 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17470 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17471 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17472 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17473 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17474 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17475 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17476 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17477 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17478
2ca85d2b
AB
174792013-10-04 Anton Blanchard <anton@au1.ibm.com>
17480
17481 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17482 (__signbit): Likewise. Correct for little-endian.
17483 (__signbitl): Call __signbit.
17484 (lrint): Correct for little-endian.
17485 (lrintf): Call lrint.
17486
62a728ae
AM
174872013-10-04 Alan Modra <amodra@gmail.com>
17488
17489 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17490 union 32-bit int array member with 64-bit int array.
17491 (t515, tm256): Double rather than long double.
17492 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17493
32c301df
AM
174942013-10-04 Alan Modra <amodra@gmail.com>
17495
17496 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17497 Delete.
17498 (IEEE854_LONG_DOUBLE_BIAS): Delete.
17499 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17500 version of math_ldbl.h.
17501
650ef4bd
AM
175022013-10-04 Alan Modra <amodra@gmail.com>
17503
17504 [BZ #15734], [BZ #15735]
17505 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17506 all uses of ieee875 long double macros and unions. Simplify test
17507 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
17508 ldbl_extract_mantissa value for ix,iy exponents. Properly
17509 normalize after ldbl_extract_mantissa, and don't add hidden bit
17510 already handled. Don't treat low word of ieee854 mantissa like
17511 low word of IBM long double and mask off bit when testing for
17512 zero.
17513 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17514 all uses of ieee875 long double macros and unions. Simplify tests
17515 for 0.0L and inf. Correct double adjustment of k. Delete dead code
17516 adjusting ha,hb. Simplify code setting kld. Delete two600 and
17517 two1022, instead use their values. Recognise that tests for large
17518 "a" and small "b" are mutually exclusive. Rename vars. Comment.
17519 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17520 Rewrite all uses of ieee875 long double macros and unions. Simplify
17521 test for 0.0L and nan. Correct negation.
17522 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
17523 ieee875 long double macros and unions. Correct output for large
17524 magnitude x. Correct absolute value calculation.
17525 (__erfcl): Likewise.
17526 * math/libm-test.inc: Add tests for errors discovered in IBM long
17527 double versions of fmodl, remainderl, erfl and erfcl.
17528
765714ca
AM
175292013-10-04 Alan Modra <amodra@gmail.com>
17530
17531 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17532 all uses of ieee854 long double macros and unions. Simplify tests
17533 for long doubles that are fully specified by the high double.
17534 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17535 Likewise.
17536 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17537 Remove dead code too.
17538 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17539 (__ieee754_ynl): Likewise.
17540 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17541 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17542 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17543 Remove dead code too.
17544 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17545 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17546 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17547 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17548 Simplify.
17549 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17550 Simplify.
17551 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17552 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17553 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17554 Comment on variable precision.
17555 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
17556 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
17557 Likewise.
17558 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
17559 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
17560 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
17561 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
17562 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
17563
4ebd120c
AM
175642013-10-04 Alan Modra <amodra@gmail.com>
17565
17566 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
17567 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
17568 all uses of ieee854 long double macros and unions.
17569 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
17570 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
17571 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
17572 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
17573 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
17574 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
17575 Likewise.
17576 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
17577 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17578 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
17579 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17580 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
17581 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
17582 Simplify sign and nan test too.
17583 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
17584 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
17585 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
17586 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
17587 Likewise.
17588 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
17589 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
17590 Likewise.
17591 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17592 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
17593 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17594 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17595 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17596 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17597
1b6adf88
AM
175982013-10-04 Alan Modra <amodra@gmail.com>
17599
17600 * stdio-common/printf_size.c (__printf_size): Don't use
17601 union ieee854_long_double in fpnum union.
17602 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
17603 signbit macro to retrieve sign from long double.
17604 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17605 retrieve sign from long double.
17606 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17607 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17608 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17609 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17610 * math/test-misc.c (main): Don't use union ieee854_long_double.
17611
4cf69995
AM
176122013-10-04 Alan Modra <amodra@gmail.com>
17613
17614 [BZ #15680]
17615 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17616 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17617 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17618 calculation. Remove unnecessary test for denormal exponent.
17619 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17620 Correct handling of denormals. Avoid undefined shift behaviour.
17621 Correct normalisation of low mantissa when low double is denormal.
17622 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17623 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
17624 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17625 Correct normalisation of low mantissa. Test for overflow of high
17626 mantissa and normalise.
17627 (ldbl_nearbyint): Use more readable constant for two52.
17628 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17629 (__mpn_construct_long_double): Fix test for overflow of high
17630 mantissa and correct normalisation. Avoid undefined shift.
17631
9605ca6c
AM
176322013-10-04 Alan Modra <amodra@gmail.com>
17633
17634 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17635 (union ibm_extended_long_double): Define as an array of ieee754_double.
17636 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17637 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17638 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17639 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17640 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17641 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17642 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17643 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17644 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17645 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17646 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17647
975569d0
JM
176482013-10-03 Joseph Myers <joseph@codesourcery.com>
17649
d3d23756
JM
17650 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17651 page size instead of calling getpagesize.
17652
975569d0
JM
17653 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17654 (LOCFILE_ALIGN_MASK): Likewise.
17655 (LOCFILE_ALIGN_UP): Likewise.
17656 (LOCFILE_ALIGNED_P): Likewise.
17657 * locale/programs/ld-collate.c (collate_output): Use the new
17658 macros instead of __alignof__ (int32_t).
17659 * locale/weight.h (findidx): Likewise.
17660
b1fe1f2b
OB
176612013-10-03 Ondřej Bílka <neleai@seznam.cz>
17662
17663 [BZ #431]
17664 * manual/string.texi: Fix strncat and wcsncat.
17665
5f855e35
BM
176662013-10-03 Brooks Moses <bmoses@google.com>
17667
17668 [BZ #15915]
17669 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17670 * Makerules: ...here, and adjust associated comments.
17671
3cef6009
WN
176722013-10-02 Will Newton <will.newton@linaro.org>
17673
17674 * malloc/Makefile: Add tst-pvalloc.
17675 * malloc/tst-pvalloc.c: New file.
17676
7815420b
WN
176772013-10-02 Will Newton <will.newton@linaro.org>
17678
17679 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17680 improve test coverage.
17681
4868b204
WN
176822013-10-02 Will Newton <will.newton@linaro.org>
17683
17684 * malloc/Makefile: Add tst-posix_memalign.
17685 * malloc/tst-posix_memalign.c: New file.
17686
29c793b3
EB
176872013-10-01 Eric Blake <eblake@redhat.com>
17688
17689 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17690 Use __THROWNL rather than __THROW on static functions.
17691
fd967522
PM
176922013-09-30 Petr Machata <pmachata@redhat.com>
17693
17694 * elf/elf.h (R_AARCH64_ABS16): New macro.
17695 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17696 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17697 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17698 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17699 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17700 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17701 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17702 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17703 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17704 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17705 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17706 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17707 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17708 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17709 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17710 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17711 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17712 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17713 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17714 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17715 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17716 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17717 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17718 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17719 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17720 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17721 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17722 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17723 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17724 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17725 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17726 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17727 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17728 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17729 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17730 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17731 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17732 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17733 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17734 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17735 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17736 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17737 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17738 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17739 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17740 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17741 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17742 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17743 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17744 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
17745 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
17746 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17747 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17748 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17749 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17750 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17751 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17752 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17753 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17754 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17755 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17756 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17757 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17758 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17759 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17760 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17761 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17762 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17763 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17764 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17765 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17766 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17767 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17768 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17769 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17770 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17771 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17772 (R_AARCH64_TLSDESC_LDR): Likewise.
17773 (R_AARCH64_TLSDESC_ADD): Likewise.
17774 (R_AARCH64_TLSDESC_CALL): Likewise.
17775
b2179107
AS
177762013-09-30 Andreas Schwab <schwab@suse.de>
17777
17778 [BZ #15048]
17779 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17780 the nss database lookup.
17781 * nscd/initgrcache.c (addinitgroupsX): Likewise.
17782 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17783
47f28d0a
MF
177842013-09-28 Mike Frysinger <vapier@gentoo.org>
17785
17786 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17787
177882013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
17789
17790 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17791 ${Bash-specific parameter/pattern/string} parameter expansion.
17792 * sysdeps/unix/make-syscalls.sh: Likewise.
17793
f4518a17
KK
177942013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17795
17796 * sysdeps/sh/stackguard-macros.h: New file.
17797
dc1a95c7
OB
177982013-09-26 Ondřej Bílka <neleai@seznam.cz>
17799
17800 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17801 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17802 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17803 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17804 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17805 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17806
5ebbff8f
AZ
178072013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17808
17809 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17810 Fix thread ID register.
17811
4fd2cf9f
JM
178122013-09-25 Joseph Myers <joseph@codesourcery.com>
17813
17814 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17815 [POSIX || UNIX98]: Require rather than permitting all symbols from
17816 <time.h>.
17817 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17818 element of struct sched_param.
17819 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17820 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17821 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17822 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17823 constant.
17824
12c22bc4
OL
178252013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
17826
17827 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17828 argument calculation.
17829
a03d8ea7
JM
178302013-09-24 Joseph Myers <joseph@codesourcery.com>
17831
17832 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17833 Expect macro.
17834 [POSIX] (pthread_attr_t): Do not require type.
17835 [POSIX] (pthread_cond_t): Likewise.
17836 [POSIX] (pthread_condattr_t): Likewise.
17837 [POSIX] (pthread_key_t): Likewise.
17838 [POSIX] (pthread_mutex_t): Likewise.
17839 [POSIX] (pthread_mutexattr_t): Likewise.
17840 [POSIX] (pthread_once_t): Likewise.
17841 [POSIX] (pthread_t): Likewise.
17842 [POSIX-based standards] (pthread_atfork): Expect function.
17843
6055173a
JM
178442013-09-24 Joseph Myers <joseph@codesourcery.com>
17845 Richard Sandiford <richard@codesourcery.com>
17846
17847 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17848 (swap_endianness_p): New extern variable.
17849 (set_big_endian): New inline function.
17850 (maybe_swap_uint32): Likewise.
17851 (maybe_swap_uint32_array): Likewise.
17852 (maybe_swap_uint32_obstack): Likewise.
17853 * locale/programs/locfile.c: Include <stdbool.h>.
17854 (swap_endianness_p): New variable.
17855 (add_locale_uint32): Call maybe_swap_uint32.
17856 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17857 (write_locale_data): Call maybe_swap_uint32_array.
17858 * locale/programs/ld-collate.c (obstack_int32_grow): Call
17859 maybe_swap_uint32.
17860 (obstack_int32_grow_fast): Likewise.
17861 (output_weightwc): Call maybe_swap_uint32_obstack.
17862 (collate_output): Likewise.
17863 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17864 (OPT_LITTLE_ENDIAN): Likewise.
17865 (options): Add --little-endian and --big-endian options.
17866 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17867 * locale/programs/locarchive.c: Include "locfile.h".
17868 (GET): New macro.
17869 (SET): Likewise.
17870 (INC): Likewise.
17871 (create_archive): Use the new macros to access fields of
17872 structures directly mapped from or written to locale archives.
17873 (oldlocrecentcmp): Likewise.
17874 (enlarge_archive): Likewise.
17875 (insert_name): Likewise.
17876 (add_alias): Likewise.
17877 (add_locale): Likewise.
17878 (delete_locales_from_archive): Likewise.
17879 (show_archive_content): Likewise.
17880 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
17881 locale data.
17882
39bf0bb4
RM
178832013-09-24 Roland McGrath <roland@hack.frob.com>
17884
17885 * manual/freemanuals.texi: Updated from (newly) canonical copy at
17886 http://www.gnu.org/doc/freemanuals.texi.
17887 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17888
f02eed10
WN
178892013-09-24 Will Newton <will.newton@linaro.org>
17890
17891 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17892 macro.
17893
a3a6c312
JM
178942013-09-23 Joseph Myers <joseph@codesourcery.com>
17895
17896 * locale/hashval.h (compute_hashval): Interpret bytes of key as
17897 unsigned char.
17898
107375ac
MR
178992013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
17900
17901 * manual/threads.texi (POSIX Threads): Fix a typo.
17902
141f3a77
SP
179032013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
17904
303e567a
SP
17905 [BZ #14547]
17906 * string/tst-strcoll-overflow.c: New test case.
17907 * string/Makefile (xtests): Add tst-strcoll-overflow.
17908 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17909 cache if string sizes may cause integer overflow.
17910
141f3a77
SP
17911 [BZ #14547]
17912 * string/strcoll_l.c (coll_seq): New members rule, idx,
17913 save_idx and back_us.
17914 (get_next_seq_nocache): New function.
17915 (do_compare_nocache): New function.
17916 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17917 when malloc fails.
17918
c61b4d41
CD
179192013-09-23 Carlos O'Donell <carlos@redhat.com>
17920
0b1f8e35
CD
17921 [BZ #15754]
17922 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17923 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17924 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17925
c61b4d41
CD
17926 [BZ #15754]
17927 * elf/Makefile (tests): Add tst-ptrguard1.
17928 (tests-static): Add tst-ptrguard1-static.
17929 (tst-ptrguard1-ARGS): Define.
17930 (tst-ptrguard1-static-ARGS): Define.
17931 * elf/tst-ptrguard1.c: New file.
17932 * elf/tst-ptrguard1-static.c: New file.
17933 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17934 * sysdeps/i386/stackguard-macros.h: Likewise.
17935 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17936 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17937 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17938 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17939 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17940 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17941
179422013-09-23 Hector Marco <hecmargi@upv.es>
17943 Ismael Ripoll <iripoll@disca.upv.es>
17944 Carlos O'Donell <carlos@redhat.com>
17945
17946 [BZ #15754]
17947 * sysdeps/generic/stackguard-macros.h: Define
17948 __pointer_chk_guard_local and POINTER_CHK_GUARD.
17949 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17950 Define __pointer_chk_guard_local.
17951 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17952 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17953
f5f4e7b4
VV
179542013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
17955
17956 [BZ #15859]
17957 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
17958
5bb43a43
AS
179592013-09-20 Andreas Schwab <schwab@linux-m68k.org>
17960
17961 * include/string.h (__ffs): Declare as hidden.
17962 * string/ffs.c (__ffs): Define as hidden.
17963 * sysdeps/i386/ffs.c (__ffs): Likewise.
17964 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
17965 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
17966 * sysdeps/s390/ffs.c (__ffs): Likewise.
17967 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
17968
3ea5be54
AO
179692013-09-20 Alexandre Oliva <aoliva@redhat.com>
17970
ffb89e53
AO
17971 * NEWS: Mention malloc probes.
17972
322dea08
AO
17973 * malloc/arena.c (new_heap): New memory_heap_new probe.
17974 (grow_heap): New memory_heap_more probe.
17975 (shrink_heap): New memory_heap_less probe.
17976 (heap_trim): New memory_heap_free probe.
17977 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
17978 (systrim): New memory_sbrk_less probe.
17979 * manual/probes.texi: Document them.
17980
655673f3
AO
17981 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
17982 * manual/probes.texi: Document it.
17983
35fed6f1
AO
17984 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
17985 (__libc_realloc): Add memory_realloc_retry probe.
17986 (__libc_memalign): Add memory_memalign_retry probe.
17987 (__libc_valloc): Add memory_valloc_retry probe.
17988 (__libc_pvalloc): Add memory_pvalloc_retry probe.
17989 (__libc_calloc): Add memory_calloc_retry probe.
17990 * manual/probes.texi: Document them.
17991
6999d38c
AO
17992 * malloc/arena.c (get_free_list): Add probe
17993 memory_arena_reuse_free_list.
17994 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
17995 and memory_arena_reuse.
17996 (arena_get2) [!PER_THREAD]: Likewise.
17997 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
17998 memory_arena_reuse_realloc.
17999 * manual/probes.texi: Document them.
18000
0653427f
AO
18001 * malloc/malloc.c (__libc_free): Add
18002 memory_mallopt_free_dyn_thresholds probe.
18003 (__libc_mallopt): Add multiple memory_mallopt probes.
18004 * manual/probes.texi: Document them.
18005
3ea5be54
AO
18006 * malloc/malloc.c: Include stap-probe.h.
18007 (__libc_mallopt): Add memory_mallopt probe.
18008 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
18009 * manual/probes.texi: New.
18010 * manual/Makefile (chapters): Add probes.
18011 * manual/threads.texi: Set next node.
18012
e35696c3 180132013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 18014
e35696c3
CL
18015 [BZ #15963, #13985]
18016 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
18017 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
18018 Add `Chinese' to `nan' entry name.
18019
4aafb73c
SP
180202013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
18021
18022 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
18023 (POLYNOMIAL): Likewise.
18024 (TAYLOR_SINCOS): Likewise.
18025 (TAYLOR_SLOW): Likewise.
18026 (__sin): Use TAYLOR_SINCOS.
18027 (__cos): Likewise.
18028 (slow): Use TAYLOR_SLOW.
18029 (sloww): Likewise.
18030 (bsloww): Likewise.
18031 (csloww): Likewise.
18032
d84f25c7
LD
180332013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
18034
18035 * stdlib/strtod_l.c: Fix buffer overrun.
18036
5eea0404
SP
180372013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
18038
7849ff93
SP
18039 * benchtests/Makefile (bench): Add sincos.
18040 * benchtests/bench-sincos.c: New file.
18041
cfa3c886
SP
18042 * math/libm-test.inc (cos_test_data): New test inputs.
18043 (sin_test_data): Likewise.
18044
b348e1e3
SP
18045 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18046 macro.
18047 (__sin): Use it.
18048 (__cos): Likewise.
18049 (slow1): Likewise.
18050 (slow2): Likewise.
18051 (sloww1): Likewise.
18052 (sloww2): Likewise.
18053 (bsloww1): Likewise.
18054 (bsloww2): Likewise.
18055 (cslow2): Likewise.
18056 (csloww1): Likewise.
18057 (csloww2): Likewise.
18058
6cce25f8
SP
18059 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18060 function.
18061 (__sin): Use it.
18062 (__cos): Likewise.
18063
5eea0404
SP
18064 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18065 gotos.
18066 (__cos): Likewise.
18067
9c21573c
MR
180682013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
18069
18070 * config.h.in (HAVE_MIPS_NAN2008): New macro.
18071 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18072 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18073 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18074 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18075 * elf/cache.c (print_entry): Handle the new cache flags.
18076
24d22e65
JM
180772013-09-18 Joseph Myers <joseph@codesourcery.com>
18078 Aldy Hernandez <aldyh@redhat.com>
18079
18080 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18081 Change condition to [_SOFT_FLOAT].
18082 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18083 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18084 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18085 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18086 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18087 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18088 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18089 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18090 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18091 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18092 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18093 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18094 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18095 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18096 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18097 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18098 declaration.
18099
d13ef066
JM
181002013-09-18 Joseph Myers <joseph@codesourcery.com>
18101
2e071de0
JM
18102 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18103 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18104 (__longjmp): Use LOAD_GP to load saved GPRs.
18105 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18106 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18107 (__sigsetjmp): Use SAVE_GP to save GPRs.
18108
d13ef066
JM
18109 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18110 Do not append -msoft-float.
18111 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18112
97a0650b
SP
181132013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
18114
18115 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18116
11ca09e9
JM
181172013-09-17 Joseph Myers <joseph@codesourcery.com>
18118
18119 [BZ #15966]
18120 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18121 (_FPU_GETCW): Use initial "__" on variable and field names but not
18122 on macro parameter name.
18123 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
18124 parentheses around reference to macro parameter.
18125
08ffcf34
RS
181262013-09-13 Richard Sandiford <richard@codesourcery.com>
18127
18128 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18129 prototype.
18130 (ctype_startup): Use uint32_t in cast and sizeof for
18131 ctype->charnames.
18132
ae7080d3
JL
181332013-09-11 Jia Liu <proljc@gmail.com>
18134
18135 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18136 __daddr_t_defined.
18137 [__FreeBSD__]: Likewise.
18138
5905e7b3
OB
181392013-09-11 Ondřej Bílka <neleai@seznam.cz>
18140
18141 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18142 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18143 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18144 (strchr): Remove __strchr_sse42 ifunc selection.
18145 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18146 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18147
b987c776
WN
181482013-09-11 Will Newton <will.newton@linaro.org>
18149
18150 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18151 parameter to RES. Remove hardcoded 1000 value.
18152 * benchtests/bench-skeleton.c (main): Pass RES parameter
18153 to TIMING_INIT and multiply result by 1000.
18154
ddf985af
AZ
181552013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18156
18157 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18158
ffdd3181
AS
181592013-09-11 Andreas Schwab <schwab@suse.de>
18160
18161 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18162 if not defined.
18163 (O_TMPFILE) [__USE_GNU]: Define.
18164 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18165 Define.
18166
b73ed247
WN
181672013-09-11 Will Newton <will.newton@linaro.org>
18168
18169 [BZ #15857]
18170 * malloc/malloc.c (__libc_memalign): Check the value of bytes
18171 does not overflow.
18172
55e17aad
WN
181732013-09-11 Will Newton <will.newton@linaro.org>
18174
18175 [BZ #15856]
18176 * malloc/malloc.c (__libc_valloc): Check the value of bytes
18177 does not overflow.
18178
1159a193
WN
181792013-09-11 Will Newton <will.newton@linaro.org>
18180
18181 [BZ #15855]
18182 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18183 does not overflow.
18184
5905e7b3 181852013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
18186
18187 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18188 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18189 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18190 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18191 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18192
cdfc721b
AM
181932013-09-10 Allan McRae <allan@archlinux.org>
18194
aa04af00
AM
18195 [BZ #15748]
18196 * manual/arith.texi (Parsing of Floats): Clarify
18197 cross-reference.
18198
cdfc721b
AM
18199 [BZ #15849]
18200 * manual/install.texi (Running make install): Mention
18201 --enable-pt-chown.
18202 * INSTALL: Regenerated.
18203
95e7cf29
MR
182042013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18205
18206 * csu/init-first.c (_init): Remove the !SHARED condition around
18207 FPU control word initialization.
18208 * elf/dl-support.c (_dl_fpu_control): New variable.
18209 (_dl_aux_init) <AT_FPUCW>: Initialize it.
18210 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18211 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18212 * math/test-fpucw-static.c: New file.
18213 * math/test-fpucw-ieee.c: New file.
18214 * math/test-fpucw-ieee-static.c: New file.
18215 * math/Makefile (tests): Add `test-fpucw-ieee' and
18216 `$(tests-static)'.
18217 (tests-static): New variable.
18218 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18219 dependency to...
18220 [($(build-shared),yes)]
18221 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18222 ... this.
18223 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18224 New dependency.
18225
83e43bf0
AM
182262013-09-09 Allan McRae <allan@archlinux.org>
18227
a9f5ce09
AM
18228 [BZ #15939]
18229 * manual/string.texi (Collation Functions): Fix typo in
18230 strcoll example.
18231 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18232
34829bc2
AM
18233 [BZ #15893]
18234 * stdlib/isomac.c (get_null_defines): Fix memory leak.
18235
3932737d
AM
18236 [BZ #15892]
18237 * libio/memstream.c (open_memstream): Fix memory leak.
18238 * libio/wmemstream.c (open_wmemstream): Likewise.
18239
83e43bf0
AM
18240 [BZ #15895]
18241 * nscd/netgroupcache.c: Fix nesting of ifdefs.
18242
0c66b8e9
WN
182432013-09-09 Will Newton <will.newton@linaro.org>
18244
18245 * malloc/Makefile: Add tst-realloc to tests.
18246 * malloc/tst-realloc.c: New file.
18247
f6b00fd1
AM
182482013-09-09 Allan McRae <allan@archlinux.org>
18249
18250 [BZ #15844]
18251 * COPYING: Update from GNU website to fix FSF address.
18252 * COPYING.LIB: Likewise.
18253
eec55e16
DM
182542013-09-06 David S. Miller <davem@davemloft.net>
18255
18256 * po/zh_TW.po: Update Chinese (traditional) translation from
18257 translation project.
18258
1ecbb381
RS
182592013-09-06 Richard Sandiford <richard@codesourcery.com>
18260 Joseph Myers <joseph@codesourcery.com>
18261
18262 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18263 "localeinfo.h".
18264 (obstack_chunk_alloc): New macro.
18265 (obstack_chunk_free): Likewise.
18266 (record_offset): New function.
18267 (init_locale_data): Likewise.
18268 (align_locale_data): Likewise.
18269 (add_locale_empty): Likewise.
18270 (add_locale_raw_data): Likewise.
18271 (add_locale_raw_obstack): Likewise.
18272 (add_locale_string): Likewise.
18273 (add_locale_wstring): Likewise.
18274 (add_locale_uint32): Likewise.
18275 (add_locale_uint32_array): Likewise.
18276 (add_locale_char): Likewise.
18277 (start_locale_structure): Likewise.
18278 (end_locale_structure): Likewise.
18279 (start_locale_prelude): Likewise.
18280 (end_locale_prelude): Likewise.
18281 (write_locale_data): Take locale_file structure rather than an
18282 iovec.
18283 * locale/programs/locfile.h: Include "obstack.h".
18284 (struct locale_file): Change to store locale file contents instead
18285 of header.
18286 (init_locale_data): New prototype.
18287 (align_locale_data): Likewise.
18288 (add_locale_empty): Likewise.
18289 (add_locale_raw_data): Likewise.
18290 (add_locale_raw_obstack): Likewise.
18291 (add_locale_string): Likewise.
18292 (add_locale_wstring): Likewise.
18293 (add_locale_uint32): Likewise.
18294 (add_locale_uint32_array): Likewise.
18295 (add_locale_char): Likewise.
18296 (start_locale_structure): Likewise.
18297 (end_locale_structure): Likewise.
18298 (start_locale_prelude): Likewise.
18299 (end_locale_prelude): Likewise.
18300 (write_locale_data): Update prototype.
18301 * locale/programs/3level.h (struct TABLE): Remove result field.
18302 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18303 Use new locale_file interface.
18304 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18305 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18306 * locale/programs/ld-address.c (address_output): Use new
18307 locale_file interface.
18308 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18309 NO_ADD_LOCALE.
18310 (collate_finish): Don't call collseq_table_finalize.
18311 (collate_output): Use new locale_file interface.
18312 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18313 in file.
18314 (NO_FINALIZE): Change to NO_ADD_LOCALE.
18315 (TABLE): Move defines earlier in file.
18316 (ELEMENT): Likewise.
18317 (DEFAULT): Likewise.
18318 (wctrans_table_add): Move macro and inline function earlier in
18319 file.
18320 (struct wctype_table): Move type earlier in file.
18321 (add_locale_wctype_table): New static prototype.
18322 (struct locale_ctype_t): Use logical types instead of struct iovec
18323 pointers for members.
18324 (ctype_output): Use new locale_file interface.
18325 (wctype_table_finalize): Change to add_locale_wctype_table. Use
18326 new locale_file interface.
18327 (allocate_arrays): Update for use of new locale_file interface.
18328 * locale/programs/ld-identification.c (identification_output): Use
18329 new locale_file interface.
18330 * locale/programs/ld-measurement.c (measurement_output): Likewise.
18331 * locale/programs/ld-messages.c (messages_output): Likewise.
18332 * locale/programs/ld-monetary.c (monetary_output): Likewise.
18333 * locale/programs/ld-name.c (name_output): Likewise.
18334 * locale/programs/ld-numeric.c (numeric_output): Likewise.
18335 * locale/programs/ld-paper.c (paper_output): Likewise.
18336 * locale/programs/ld-telephone.c (telephone_output): Likewise.
18337 * locale/programs/ld-time.c (time_output): Likewise.
18338
e029e2e5
AZ
183392013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18340
18341 * benchtests/Makefile: Add memrchr benchmark.
18342 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18343 benchmark as memrchr.
18344 * benchtests/bench-memrchr-ifunc.c: New file.
18345 * benchtests/bench-memrchr.c: New file.
18346
bbf6e8e4
WN
183472013-09-06 Will Newton <will.newton@linaro.org>
18348
18349 * benchtests/Makefile (string-bench): Add memcpy.
18350
6c82a2f8
CD
183512013-09-05 Carlos O'Donell <carlos@redhat.com>
18352 Cong Wang <amwang@redhat.com>
18353
e732c5f0 18354 [BZ #15850]
6c82a2f8
CD
18355 * sysdeps/unix/sysv/linux/bits/in.h
18356 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18357 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18358 before __USE_KERNEL_IPV6_DEFS uses.
18359 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18360 IPPROTO_BEETPH.
18361 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18362 sockaddr_in6, or ipv6_mreq.
18363
5430fc65
AZ
183642013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18365
18366 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18367 memory access for final bytes in some large inputs.
18368 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18369
4660856c
AZ
183702013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18371
18372 * string/test-memrchr.c: New file.
18373 * string/test-memrchr-ifunc.c: New file.
18374 * string/Makefile: Add new memrchr testcase.
18375
bb8ea713
MF
183762013-09-05 Mike Frysinger <vapier@gentoo.org>
18377
18378 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18379 fanotify_init returns EPERM.
18380
b92a20b5
JM
183812013-09-04 Joseph Myers <joseph@codesourcery.com>
18382
18383 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18384 errors.
18385 (top level): Treat second token from macro or constant entries for
18386 allowed headers as allowed.
18387 * include/complex.h: Condition internal declarations on
18388 [!_ISOMAC].
18389 * include/fenv.h: Condition include of <stdbool.h> and internal
18390 declarations on [!_ISOMAC].
7447ccd9
CL
18391
183922013-09-04 Chris Leonard <cjl@sugarlabs,.org>
18393
3e181dda 18394 [BZ #15923]
7447ccd9
CL
18395 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18396
3f2e46a4
JM
183972013-09-04 Joseph Myers <joseph@codesourcery.com>
18398
18399 * configure.in (--enable-versioning): Remove configure option.
18400 (libc_cv_asm_symver_directive): Remove configure test.
18401 (libc_cv_ld_version_script_option): Likewise.
18402 (VERSIONING): Remove variable and AC_SUBST.
18403 (DO_VERSIONING): Remove AC_DEFINE.
18404 * configure: Regenerated.
18405 * config.h.in (DO_VERSIONING): Remove macro.
18406 * Makerules [$(versioning) = yes]: Change conditionals to
18407 [$(build-shared) = yes].
18408 * config.make.in (versioning): Remove variable.
18409 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18410 [$(build-shared) = yes].
18411 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18412 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18413 * elf/Makefile [$(versioning) = yes]: Change conditionals to
18414 [$(build-shared) = yes].
18415 * extra-lib.mk [$(versioning) = yes]: Likewise.
18416 * hurd/Makefile [$(versioning) = yes]: Likewise.
18417 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18418 [SHARED].
18419 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18420 [SHARED].
18421 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18422 [SHARED && !NO_HIDDEN].
18423 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18424 [SHARED].
18425 [SHARED && DO_VERSIONING]: Likewise..
18426 * libio/Makefile [$(versioning) = yes]: Change conditionals to
18427 [$(build-shared) = yes].
18428 * manual/install.texi (--disable-versioning): Remove
18429 documentation.
18430 * INSTALL: Regenerated.
18431 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18432 to [SHARED].
18433 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18434 [$(build-shared) = yes].
18435 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18436 * sysdeps/i386/i686/multiarch/strstr-c.c
18437 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18438 [SHARED && !NO_HIDDEN].
18439 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18440 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18441 * sysdeps/powerpc/powerpc32/dl-machine.c
18442 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18443 * sysdeps/powerpc/powerpc32/sysdep.h
18444 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18445 to [SHARED && PIC && !NO_HIDDEN].
18446 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18447 conditional to [SHARED].
18448
44558701
WN
184492013-09-04 Will Newton <will.newton@linaro.org>
18450
18451 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18452 * benchtests/bench-string.h: Include bench-timing.h instead
18453 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18454 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18455 call to HP_TIMING_DIFF_INIT.
18456 * benchtests/bench-memccpy.c: Use bench-timing.h macros
18457 instead of hp-timing.h macros.
18458 * benchtests/bench-memchr.c: Likewise.
18459 * benchtests/bench-memcmp.c: Likewise.
18460 * benchtests/bench-memcpy.c: Likewise.
18461 * benchtests/bench-memmem.c: Likewise.
18462 * benchtests/bench-memmove.c: Likewise.
18463 * benchtests/bench-memset.c: Likewise.
18464 * benchtests/bench-rawmemchr.c: Likewise.
18465 * benchtests/bench-strcasecmp.c: Likewise.
18466 * benchtests/bench-strcasestr.c: Likewise.
18467 * benchtests/bench-strcat.c: Likewise.
18468 * benchtests/bench-strchr.c: Likewise.
18469 * benchtests/bench-strcmp.c: Likewise.
18470 * benchtests/bench-strcpy.c: Likewise.
18471 * benchtests/bench-strcpy_chk.c: Likewise.
18472 * benchtests/bench-strlen.c: Likewise.
18473 * benchtests/bench-strncasecmp.c: Likewise.
18474 * benchtests/bench-strncat.c: Likewise.
18475 * benchtests/bench-strncmp.c: Likewise.
18476 * benchtests/bench-strncpy.c: Likewise.
18477 * benchtests/bench-strnlen.c: Likewise.
18478 * benchtests/bench-strpbrk.c: Likewise.
18479 * benchtests/bench-strrchr.c: Likewise.
18480 * benchtests/bench-strspn.c: Likewise.
18481 * benchtests/bench-strstr.c: Likewise.
18482
cae16d66
WN
184832013-09-04 Will Newton <will.newton@linaro.org>
18484
18485 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18486
ffa3cd7f
JM
184872013-09-03 Joseph Myers <joseph@codesourcery.com>
18488
18489 [BZ #15427]
18490 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18491 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18492 * math/libm-test.inc (lgamma_test_data): Add more tests.
18493 * sysdeps/i386/fpu/libm-test-ulps: Update.
18494 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18495
8f02859f
OB
184962013-09-03 Ondřej Bílka <neleai@seznam.cz>
18497
18498 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18499 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18500 Add ifunc.
18501 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18502 Add strcmp-sse2-unaligned
18503 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18504
18d43716
MF
185052013-09-02 Mike Frysinger <vapier@gentoo.org>
18506
18507 * Versions.def (libc): Add GLIBC_2.19.
18508
ac444012
MF
185092013-09-02 Mike Frysinger <vapier@gentoo.org>
18510
18511 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18512 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18513
b7835e32
JM
185142013-09-02 Joseph Myers <joseph@codesourcery.com>
18515
18516 [BZ #14155]
18517 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18518 intermediate calculations in recurrence.
18519 (__ieee754_ynf): Likewise.
18520 * math/libm-test.inc (jn_test_data): Do not allow spurious
18521 underflow exception. Add more tests.
18522 (yn_test_data): Add more tests.
18523 * sysdeps/i386/fpu/libm-test-ulps: Update.
18524 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18525
8220f4f0
OB
185262013-09-02 Ondřej Bílka <neleai@seznam.cz>
18527
18528 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18529
f24a6d08
OB
185302013-08-30 Ondřej Bílka <neleai@seznam.cz>
18531
18532 * csu/init-first.c: Fix then/than typos.
18533 * locale/programs/ld-collate.c: Likewise.
18534 * locale/programs/linereader.h: Likewise.
18535 * manual/charset.texi: Likewise.
18536 * manual/filesys.texi: Likewise.
18537 * manual/stdio.texi: Likewise.
18538 * manual/string.texi: Likewise.
18539 * stdlib/fmtmsg.c: Likewise.
18540 * sysdeps/i386/stpncpy.S: Likewise.
18541 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18542 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18543 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18544 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18545
382466e0
OB
185462013-08-30 Ondřej Bílka <neleai@seznam.cz>
18547
18548 * elf/dl-open.c: Fix typos.
18549 * iconvdata/gbbig5.c: Likewise.
18550 * iconvdata/iso-2022-jp.c: Likewise.
18551 * iconv/gconv_int.h: Likewise.
18552 * iconv/loop.c: Likewise.
18553 * nis/rpcsvc/nis.h: Likewise.
18554 * resolv/ns_name.c: Likewise.
18555 * stdio-common/vfscanf.c: Likewise.
18556 * streams/stropts.h: Likewise.
18557 * sunrpc/rpc_thread.c: Likewise.
18558 * sysdeps/i386/strpbrk.S: Likewise.
18559 * sysdeps/ieee754/k_standard.c: Likewise.
18560 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18561 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18562 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
18563 * sysdeps/mach/hurd/profil.c: Likewise.
18564 * sysdeps/s390/dl-procinfo.h: Likewise.
18565 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
18566 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
18567 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
18568 * sysdeps/x86_64/dl-trampoline.S: Likewise.
18569 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
18570
0186c6e9
OB
185712013-08-30 Ondřej Bílka <neleai@seznam.cz>
18572
18573 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
18574 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
18575
d4e16af1
OB
185762013-08-29 Ondřej Bílka <neleai@seznam.cz>
18577
18578 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
18579 aix specific files.
18580 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
18581 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
18582 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
18583 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
18584 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
18585 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
18586 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
18587 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
18588
88335980
TS
185892013-08-29 Thomas Schwinge <thomas@codesourcery.com>
18590 Roland McGrath <roland@hack.frob.com>
18591
18592 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
18593 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18594
ed479b02
ST
185952013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
18596
18597 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18598 __executable_start symbol instead of _start.
18599
f1cc4c86
TS
186002013-08-29 Thomas Schwinge <thomas@codesourcery.com>
18601
d821f07c
TS
18602 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18603 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18604 Move macros to...
18605 * sysdeps/gnu/ldsodefs.h: ... this new file.
18606
c54290cf
TS
18607 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18608 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18609 instead of ELFOSABI_LINUX.
18610
0007fc9b 18611 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
18612 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18613 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18614 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18615 Likewise.
18616 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18617 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18618 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18619 Likewise.
18620 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18621 (ibm_extended_long_double): Add ieee_nan member.
18622 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18623 (do_test): New function.
18624
f1cc4c86
TS
18625 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18626 TEST_TRUNC.
18627 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18628 functions, renamed from truncdfsf_test, trunctfsf_test,
18629 trunctfdf_test.
18630 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18631 functions.
18632 (do_test): Run all these.
18633
6f65e668
OB
186342013-08-29 Ondřej Bílka <neleai@seznam.cz>
18635
18636 * argp/argp-help.c: Fix typos.
18637 * argp/argp-parse.c: Likewise.
18638 * debug/backtracesyms.c: Likewise.
18639 * elf/elf.h: Likewise.
18640 * malloc/malloc.c: Likewise.
18641 * nis/nis_print.c: Likewise.
18642 * resolv/res_comp.c: Likewise.
18643 * stdlib/stdlib.h: Likewise.
18644 * sunrpc/clnt_tcp.c: Likewise.
18645 * sunrpc/clnt_udp.c: Likewise.
18646 * sunrpc/clnt_unix.c: Likewise.
18647 * sysdeps/unix/bsd/ptsname.c: Likewise.
18648 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18649 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
18650 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18651 Likewise.
18652 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18653 Likewise.
18654 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18655 Likewise.
6f65e668
OB
18656 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18657
3a309239
SP
186582013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
18659
18660 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18661 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18662
3b813b29
MF
186632013-08-27 Mike Frysinger <vapier@gentoo.org>
18664
18665 [BZ #15897]
18666 * dlfcn/Makefile (tests): Add bug-dl-leaf.
18667 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18668 ($(objpfx)bug-dl-leaf): New rule.
18669 ($(objpfx)bug-dl-leaf.so): Likewise.
18670 ($(objpfx)bug-dl-leaf.out): Likewise.
18671 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18672 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18673 * dlfcn/bug-dl-leaf.c: New test.
18674 * dlfcn/bug-dl-leaf-lib.c: Likewise.
18675 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18676 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18677 (dlclose): Likewise.
18678 (dlmopen): Likewise.
18679
8cc3269f
RM
186802013-08-27 Roland McGrath <roland@hack.frob.com>
18681
7f9d0034
RM
18682 * include/netdb.h [!_ISOMAC]:
18683 Don't include <tls.h>.
18684 (h_errno, __libc_h_errno): Move declaration and macros out of
18685 [_LIBC_REENTRANT].
18686
fb431262
RM
18687 * include/resolv.h [_RESOLV_H_]:
18688 Don't include <tls.h>.
18689 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18690 * resolv/res_libc.c: Don't include <tls.h>.
18691 (_res): Use __attribute__ ((nocommon)) in place of
18692 __attribute__ ((section (".bss"))).
18693
bd81123a
RM
18694 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18695 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18696
c4e42566
RM
18697 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18698
f890a59b
RM
18699 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18700 only under [SIOCGIFCONF && SIOCGIFNETMASK].
18701
18702 * resolv/res_mkquery.c: Include <sys/time.h>.
18703
5d1f0a09
RM
18704 * inet/ifreq.c: Moved to ...
18705 * sysdeps/unix/ifreq.c: ... here.
18706 * inet/ifreq.c: New file, true stub version.
18707
6fcf28b3
RM
18708 * socket/sa_len.c: New file.
18709 * socket/Makefile (aux): Add it.
18710 * sysdeps/unix/sysv/linux/Makefile
18711 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18712 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18713 and #include <socket/sa_len.c>.
18714 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18715 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18716
e041fb8b
RM
18717 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18718 * bits/socket.h: ... here.
18719
8cc3269f
RM
18720 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18721 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18722 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18723
5d228a43
AS
187242013-08-27 Andreas Schwab <schwab@suse.de>
18725
45b8accc
AS
18726 [BZ #15736]
18727 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18728 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18729 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18730 * string/test-strcasecmp.c (test_main): Run tests in several
18731 locales.
18732 * string/test-strncasecmp.c (test_main): Likewise.
18733
5d228a43
AS
18734 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18735 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18736 to __strcasecmp_nonascii and __strncasecmp_nonascii.
18737 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18738 (__strncasecmp_ssse3) [PIC]: Likewise.
18739
59d112a4
RM
187402013-08-26 Roland McGrath <roland@hack.frob.com>
18741
53234cc3
RM
18742 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18743
59d112a4
RM
18744 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
18745 instead of explicitly declaring xdecrypt.
18746 * nis/nss_nis/nis-publickey.c: Likewise.
18747
595aba70
SP
187482013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
18749
18750 [BZ #15890]
18751 * nscd/aicache.c: Include res_hconf.h.
18752 (addhstaiX): Initialize res_hconf.
18753
ffabd393
AS
187542013-08-26 Andreas Schwab <schwab@suse.de>
18755
18756 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18757 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18758
e0a69f5c
SP
187592013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
18760
18761 * nscd/aicache.c (addhstaiX): Fix indentation.
18762
8c12f01d
MF
187632013-08-25 Mike Frysinger <vapier@gentoo.org>
18764
18765 * configure.ac: Quote $build_pt_chown test.
18766 * configure: Regenerated.
18767
8fe89494
JM
187682013-08-23 Joseph Myers <joseph@codesourcery.com>
18769
18770 [BZ #15532]
18771 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18772 * math/s_cexpf.c (__cexpf): Likewise.
18773 * math/s_cexpl.c (__cexpl): Likewise.
18774 * math/libm-test.inc (cexp_test_data): Correct expected return
18775 value for NaN + i0. Add another test.
18776
75b181d6
DM
187772013-08-22 David S. Miller <davem@davemloft.net>
18778
18779 * po/ca.po: Update Catalan translation from translation project.
936241e4 18780 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 18781
acd06bb1
JM
187822013-08-21 Joseph Myers <joseph@codesourcery.com>
18783
18784 [BZ #15797]
18785 * math/s_fdim.c (__fdim): Check for infinite arguments if result
18786 is infinite, not alongside NaN test.
18787 * math/s_fdimf.c (__fdimf): Likewise.
18788 * math/s_fdiml.c (__fdiml): Likewise.
18789 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
18790 errno is unchanged.
18791
c0c3f78a
OB
187922013-08-21 Ondřej Bílka <neleai@seznam.cz>
18793
18794 * argp/argp-help.c: Fix typos.
18795 * crypt/speeds.c: Likewise.
18796 * csu/check_fds.c: Likewise.
18797 * elf/dl-load.c: Likewise.
18798 * elf/dl-open.c: Likewise.
18799 * elf/reldep3.c: Likewise.
18800 * elf/reldep.c: Likewise.
18801 * elf/sprof.c: Likewise.
18802 * iconv/iconv_charmap.c: Likewise.
18803 * iconv/skeleton.c: Likewise.
18804 * iconv/strtab.c: Likewise.
18805 * io/lockf64.c: Likewise.
18806 * libio/libioP.h: Likewise.
18807 * resolv/gai_notify.c: Likewise.
18808 * resolv/ns_name.c: Likewise.
18809 * resolv/ns_samedomain.c: Likewise.
18810 * resolv/res_send.c: Likewise.
18811 * stdlib/random.c: Likewise.
18812 * sunrpc/rpc/xdr.h: Likewise.
18813 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18814 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18815 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18816 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18817 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18818 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18819 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18820 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18821 * sysdeps/mach/hurd/check_fds.c: Likewise.
18822 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18823 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18824 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18825 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18826 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18827 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18828 * sysdeps/pthread/aio_notify.c: Likewise.
18829 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18830 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18831 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18832 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18833 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18834
46ed1038
LD
188352013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
18836
18837 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18838 version if bit_Slow_SSE4_2 is set.
18839 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18840 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18841
d400dcac
AZ
188422013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18843
18844 [BZ #15867]
18845 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18846 trampoline stack frame information.
18847 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18848 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18849 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18850 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18851 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18852 * sysdeps/unix/sysv/linux/powerpc/init-first.c
18853 (_libc_vdso_platform_setup): Initialize the signal trampolines.
18854 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18855 sa_flags value.
18856 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18857 interrupting a syscall and set with option SA_SIGINFO.
18858
42c8fdd8
JM
188592013-08-20 Joseph Myers <joseph@codesourcery.com>
18860
c980f2f4
JM
18861 [BZ #15531]
18862 * math/s_cproj.c (__cproj): Only return an infinity if one part of
18863 argument is infinite.
18864 * math/s_cprojf.c (__cprojf): Likewise.
18865 * math/s_cprojl.c (__cprojl): Likewise.
18866 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18867 * math/libm-test.inc (cproj_test_data): Add more tests.
18868
0716c4fc
JM
18869 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18870
42c8fdd8
JM
18871 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18872 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18873 size. Use __ffs to determine corresponding shift.
18874
b31469d0
JM
188752013-08-20 Joseph Myers <joseph@codesourcery.com>
18876 Roland McGrath <roland@hack.frob.com>
18877
18878 * Makefile (INSTALL): Remove trailing blank lines from output of
18879 makeinfo.
18880
4e39af6e
AK
188812013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18882
18883 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18884 Align 32 bit compat elf_greg to 8 bytes.
18885
f315524e
AA
188862013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
18887
18888 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18889
1326ba1a
SP
188902013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
18891
18892 * string/strcoll_l.c (coll_seq): New structure.
18893 (get_next_seq_cached): New function.
18894 (get_next_seq): New function.
18895 (do_compare): New function.
18896 (STRCOLL): Use GNU style definition. Simplify implementation
18897 by using get_next_seq, get_next_seq_cached and do_compare.
18898
91ce4085
FW
188992013-08-16 Florian Weimer <fweimer@redhat.com>
18900
18901 [BZ #14699]
18902 CVE-2013-4237
18903 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18904 member.
18905 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18906 member.
18907 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18908 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18909 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
18910 conditional.
18911 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18912 GETDENTS_64BIT_ALIGNED.
18913 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18914 * manual/filesys.texi (Reading/Closing Directory): Document
18915 ENAMETOOLONG return value of readdir_r. Recommend readdir more
18916 strongly.
18917 * manual/conf.texi (Limits for Files): Add portability note to
18918 NAME_MAX, PATH_MAX.
18919 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18920
ca0a6bc4
AS
189212013-08-13 Andreas Schwab <schwab@suse.de>
18922
18923 [BZ #15749]
18924 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18925 of fabs.
18926 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18927 LDBL_MAX_EXP >= 16384]: Add tests for it.
18928
6c1fd795
DM
189292013-08-12 David S. Miller <davem@davemloft.net>
18930
18931 * version.h (RELEASE): Set to "development".
18932 (VERSION): Set to "2.18.90".
18933 * NEWS: Add 2.19 section.
18934
31ad488d
DM
189352013-08-03 David S. Miller <davem@davemloft.net>
18936
18937 * po/ko.po: Update Korean translation from translation project.
18938
db24e684
DM
189392013-08-01 David S. Miller <davem@davemloft.net>
18940
18941 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
18942 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18943 Bilka.
18944
f723285b
DM
189452013-07-30 David S. Miller <davem@davemloft.net>
18946
18947 * po/fr.po: Update French translation from translation project.
18948
3cbc52db
DM
189492013-07-28 David S. Miller <davem@davemloft.net>
18950
30bbc0cc
DM
18951 * po/cs.po: Update Czech translation from translation project.
18952
3cbc52db
DM
18953 * po/sv.po: Update Swedish translation from translation project.
18954
d492e6d0
DM
189552013-07-27 David S. Miller <davem@davemloft.net>
18956
f1a7f492
DM
18957 * po/eo.po: Update Esperanto translation from translation project.
18958
90e62a4a
DM
18959 * po/vi.po: Update Vietnamese translation from translation project.
18960
d492e6d0
DM
18961 * po/de.po: Update German translation from translation project.
18962
d4baa62d
DM
189632013-07-26 David S. Miller <davem@davemloft.net>
18964
641aa7b4
DM
18965 * po/bg.po: Update Bulgarian translation from translation project.
18966
d4baa62d
DM
18967 * po/nl.po: Update Dutch translation from translation project.
18968 * po/pl.po: Update Polish translation from translation project.
18969 * po/ru.po: Update Russian translation from translation project.
18970
61a9dcb9
DM
189712013-07-24 David S. Miller <davem@davemloft.net>
18972
18973 * po/libc.pot: Update.
18974
7b1f8b58
AZ
189752013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18976
18977 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
18978 variable page size.
18979 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
18980 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
18981 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
18982
a8fc7a03
AK
189832013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18984
18985 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
18986
e4608715
CD
189872013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
18988 Andreas Schwab <schwab@suse.de>
18989 Roland McGrath <roland@hack.frob.com>
18990 Joseph Myers <joseph@codesourcery.com>
18991 Carlos O'Donell <carlos@redhat.com>
18992
18993 [BZ #15755]
18994 * config.h.in: Define HAVE_PT_CHOWN.
18995 * config.make.in (build-pt-chown): New variable.
18996 * configure.in (--enable-pt_chown): New configure option.
18997 * configure: Regenerate.
18998 * login/Makefile: Include Makeconfig. Build pt_chown only if
18999 build-pt-chown is enabled.
19000 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
19001 pt_chown to fix pty ownership.
19002 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
19003 CLOSE_ALL_FDS.
19004 * manual/install.texi (Configuring and compiling): Mention
19005 --enable-pt_chown. Add @findex for grantpt.
19006 * INSTALL: Regenerate.
19007
da2d62df
DM
190082013-07-20 David S. Miller <davem@davemloft.net>
19009
19010 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
19011 difference between 32-bit and 64-bit.
19012
d7e06450
CD
190132013-07-15 Carlos O'Donell <carlos@redhat.com>
19014
19015 [BZ #15711]
19016 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
19017 Avoid system header dependency with -ffreestanding.
19018 ($(objpfx)bits/syscall%d): Likewise.
19019
f959cfd7
DM
190202013-07-13 David S. Miller <davem@davemloft.net>
19021
19022 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
19023 underflows from atanl/atan2l due to bug 15319.
19024 (casinh_test_data): Likewise.
19025
c61f8513
DM
190262013-07-07 David S. Miller <davem@davemloft.net>
19027
19028 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
19029
72c90ed0
JA
190302013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
19031
19032 * sysdeps/i386/fpu/libm-test-ulps: Update.
19033 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19034
52dfbe13
SP
190352013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
19036
19037 * configure.in (--enable-lock-elision): Fix message text.
19038 * INSTALL: Regenerate.
19039 * configure: Regenerate.
19040
3f169543
AZ
190412013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19042
19043 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19044
521c6785
AJ
190452013-07-03 Andreas Jaeger <aj@suse.de>
19046
19047 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19048 define.
19049 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19050 (ptrace_peeksiginfo_args): Add.
19051 (__ptrace_peeksiginfo_flags): Add.
19052 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19053 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19054 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19055
d2cc15cb
AM
190562013-07-03 Allan McRae <allan@archlinux.org>
19057
19058 * sysdeps/i386/fpu/libm-test-ulps: Update.
19059
3aaeeca7
DM
190602013-07-02 David S. Miller <davem@davemloft.net>
19061
19062 * sysdeps/sparc/fpu/libm-test-ulps: Update.
19063
5314ed1a
MT
190642013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
19065
19066 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19067
67338156
JM
190682013-07-02 Joseph Myers <joseph@codesourcery.com>
19069
19070 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19071 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19072
1717da59
AK
190732013-07-02 Andi Kleen <ak@linux.intel.com>
19074
19075 * config.h.in (ENABLE_LOCK_ELISION): Add.
19076 * configure.in (--enable-lock-elision): Add option.
19077 * manual/install.texi: Document --enable lock elision.
19078 * configure: Regenerate
19079 * INSTALL: Regenerate.
19080
1c81621c
L
190812013-07-02 H.J. Lu <hongjiu.lu@intel.com>
19082
19083 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19084 SSE4.2 strcasecmp for libc.a.
19085 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19086
77f01ab5
JM
190872013-07-02 Joseph Myers <joseph@codesourcery.com>
19088
19089 [BZ #13304]
19090 * soft-fp/op-common.h (_FP_FMA): New macro.
19091 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19092 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
19093 (_FP_MUL_MEAT_1_imm): ... here.
19094 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
19095 (_FP_MUL_MEAT_1_wide): ... here.
19096 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
19097 (_FP_MUL_MEAT_1_hard): ... here.
19098 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19099 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
19100 (_FP_MUL_MEAT_2_wide): ... here.
19101 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
19102 (_FP_MUL_MEAT_2_wide_3mul): ... here.
19103 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
19104 (_FP_MUL_MEAT_2_gmp): ... here.
19105 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19106 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
19107 (_FP_MUL_MEAT_4_wide): ... here.
19108 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
19109 (_FP_MUL_MEAT_4_gmp): ... here.
19110 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19111 (_FP_WFRACBITS_DW_S): Likewise.
19112 (_FP_WFRACXBITS_DW_S): Likewise.
19113 (_FP_HIGHBIT_DW_S): Likewise.
19114 (FP_FMA_S): Likewise.
19115 (_FP_FRAC_HIGH_DW_S): Likewise.
19116 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19117 (_FP_WFRACBITS_DW_D): Likewise.
19118 (_FP_WFRACXBITS_DW_D): Likewise.
19119 (_FP_HIGHBIT_DW_D): Likewise.
19120 (FP_FMA_D): Likewise.
19121 (_FP_FRAC_HIGH_DW_D): Likewise.
19122 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19123 (_FP_WFRACBITS_DW_E): Likewise.
19124 (_FP_WFRACXBITS_DW_E): Likewise.
19125 (_FP_HIGHBIT_DW_E): Likewise.
19126 (FP_FMA_E): Likewise.
19127 (_FP_FRAC_HIGH_DW_E): Likewise.
19128 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19129 (_FP_WFRACBITS_DW_Q): Likewise.
19130 (_FP_WFRACXBITS_DW_Q): Likewise.
19131 (_FP_HIGHBIT_DW_Q): Likewise.
19132 (FP_FMA_Q): Likewise.
19133 (_FP_FRAC_HIGH_DW_Q): Likewise.
19134 * soft-fp/fmasf4.c: New file.
19135 * soft-fp/fmadf4.c: Likewise.
19136 * soft-fp/fmatf4.c: Likewise.
19137
6308fd9a
LD
191382013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
19139
19140 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19141 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19142 Silvermont.
19143 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19144 macro.
19145 (index_Slow_SSE4_2): Likewise.
19146 (index_Prefer_PMINUB_for_stringop): Likewise.
19147 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19148 bit_Slow_SSE4_2 is set.
19149 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19150 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19151
89cd9569
RA
191522013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19153
19154 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19155 rtld_global._dl_hwcap2.
19156 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19157 POWER8.
19158 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19159 POWER8 feature descriptions defined in _dl_hwcap2.
19160 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19161 string handling for POWER8 feature bits.
19162 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19163 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19164 _dl_powerpc_cap_flags.
19165 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19166 * sysdeps/powerpc/rtld-global-offsets.sym
19167 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19168 _dl_hwcap2 in the rtld_global_ro structure.
19169
1ae8bfe0
RA
191702013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19171
19172 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19173 hardware capabilities in support of AT_HWCAP2.
19174 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19175 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19176 GLRO(dl_hwcap2).
19177 (_dl_show_auxv): Add support for calling _dl_procinfo to display
19178 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
19179 explicitly the unknown a_type display mechanism is used.
19180 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19181 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19182 struct member.
19183 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19184 to macro prototype for AT_HWCAP2 support.
19185 * sysdeps/i386/dl-procinfo.h: Likewise.
19186 * sysdeps/s390/dl-procinfo.h: Likewise.
19187 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19188 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
19189 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
19190 return -1 for unknown a_type display fallback.
19191 * sysdeps/sparc/dl-procinfo.h: Likewise.
19192 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19193 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19194
8fbec010
JM
191952013-06-28 Joseph Myers <joseph@codesourcery.com>
19196
19197 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19198 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19199
0432680e
PY
192002013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
19201
19202 [BZ #12492]
19203 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19204 mprotect making __stack_prot writable.
19205
ce61a2ad
NF
192062013-06-28 Nathan Froyd <froydnj@codesourcery.com>
19207 Joseph Myers <joseph@codesourcery.com>
19208
19209 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19210 as being properly aligned.
19211
f91f1c0f
MR
192122013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
19213
3d0f5d0c
MR
19214 * dlfcn/modstatic5.c: New file.
19215 * dlfcn/tststatic5.c: New file.
19216 * dlfcn/Makefile (tests): Add tststatic5.
19217 (tests-static): Likewise.
19218 (modules-names): Add modstatic5.
19219 (tststatic5-ENV): New variable.
19220 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19221
f91f1c0f
MR
19222 [BZ #15022]
19223 * elf/dl-support.c (_dl_main_map): New variable.
19224 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19225 (_dl_nns, _dl_load_adds): Set to 1.
19226 (_dl_initial_searchlist): Refer to _dl_main_map.
19227 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19228 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19229 call to _dl_get_origin.
19230 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19231 around call_map.
19232 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19233 * dlfcn/modstatic3.c: New file.
19234 * dlfcn/tststatic3.c: New file.
19235 * dlfcn/tststatic4.c: New file.
19236 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19237 (tests-static): Likewise.
19238 (modules-names): Add modstatic3.
19239 (tststatic3-ENV, tststatic4-ENV): New variables.
19240 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19241 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19242
cbe7d24b
JM
192432013-06-26 Joseph Myers <joseph@codesourcery.com>
19244
19245 * configure.in (CC): Require GCC version 4.4 or later.
19246 * configure: Regenerated.
19247 * manual/install.texi (Tools for Compilation): Update GCC version
19248 requirement.
19249 * INSTALL: Regenerated.
19250
11b8a0e1
LD
192512013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
19252
19253 [BZ #15674]
bb5bb87c
L
19254 * string/test-memcmp.c (check2): New.
19255 (main): Call check2.
19256
11b8a0e1
LD
19257 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19258
b0037103
MR
192592013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
19260
19261 [BZ #15022]
19262 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19263 over to...
19264 (dl_open_worker) [!SHARED]: ... here.
19265
c18c701d
RA
192662013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19267
19268 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19269
1d17fa5f
RH
192702013-06-25 Richard Henderson <rth@redhat.com>
19271
19272 * locale/programs/locarchive.c: Include <libc-internal.h>
19273
8fcb833a
JM
192742013-06-25 Joseph Myers <joseph@codesourcery.com>
19275
19276 * manual/texinfo.tex: Update to version 2013-06-21.17, with
19277 trailing whitespace removed.
19278
17db6e8d
MF
192792013-06-24 Mike Frysinger <vapier@gentoo.org>
19280
19281 [BZ #10283]
17db6e8d
MF
19282 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19283 * locale/programs/locarchive.c: Include libc-mmap.h.
19284 (prepare_address_space): Take two new outputs (the mmap base and len).
19285 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
19286 values.
19287 (create_archive): Declare new mmap base and len values for
19288 prepare_address_space, and store the result in ah.
19289 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19290 (enlarge_archive): If ah->mmap_base is not NULL, use that and
19291 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19292 Declare new mmap base and len values for
19293 prepare_address_space, and store the result in new_ah.
19294 (open_archive): Declare new mmap base and len values for
19295 prepare_address_space, and store the result in ah.
19296 (close_archive): If ah->mmap_base is not NULL, use that and
19297 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19298 * sysdeps/generic/libc-mmap.h: New file.
19299
d605071e
MF
193002013-06-24 Mike Frysinger <vapier@gentoo.org>
19301
19302 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19303 (ALIGN_UP): Likewise.
19304 (PTR_ALIGN_DOWN): Likewise.
19305 (PTR_ALIGN_UP): Likewise.
19306
2f063a6e
RA
193072013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19308
19309 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19310 entry mapped to PPC_PLATFORM_POWER8.
19311 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19312 POWER8.
19313 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19314 (_dl_string_platform): Add case for exporting platform position for
19315 POWER8.
19316 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19317 search path to sysdeps/powerpc/powerpc32/power8 directory.
19318 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19319 search path to sysdeps/powerpc/powerpc64/power8 directory.
19320 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19321 power7 directories.
19322 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19323 power7 directories.
19324
a31ee4b3
SP
193252013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
19326
a74ca98f
SP
19327 * INSTALL: Regenerate.
19328
a31ee4b3
SP
19329 * nscd/connections.c (nscd_init): Fix comment.
19330
695c378f
JM
193312013-06-22 Joseph Myers <joseph@codesourcery.com>
19332
d8412221
JM
19333 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19334
695c378f
JM
19335 [BZ #15667]
19336 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19337 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19338
d1d54715
MR
193392013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
19340
19341 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19342 DL_DST_REQ_STATIC.
19343 (DL_DST_REQ_STATIC): Remove macro.
19344
8fdda7af
JM
193452013-06-21 Joseph Myers <joseph@codesourcery.com>
19346
19347 [BZ #7006]
19348 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19349 with a shift of 0 bits.
19350
f3bc5e5a
MR
193512013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
19352
19353 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19354 $(tststatic-ENV).
19355
be09e8c9
KK
193562013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19357
19358 [BZ #15655]
19359 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19360
85c2e611
AZ
193612013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19362
19363 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19364 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19365 accepts -fno-tree-loop-distribute-patterns.
19366 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19367 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19368 recursive call.
19369 * string/memset.c (memset): Likewise.
19370 * string/test-memmove.c (simple_memmove): Disable loop transformation
19371 to library calls.
19372 * string/test-memset.c (simple_memset): Likewise.
19373 * benchtests/bench-memmove.c (simple_memmove): Likewise.
19374 * benchtests/bench-memset.c (simple_memset): Likewise.
19375 * configure: Regenerated.
19376
c91e0825
JM
193772013-06-20 Joseph Myers <joseph@codesourcery.com>
19378
b8c792af
JM
19379 * math/test-misc.c (main): Ignore fesetround failure when failures
19380 of subsequent rounding tests would be ignored.
19381
c91e0825
JM
19382 [BZ #15654]
19383 * math/fedisblxcpt.c (fedisableexcept): Return 0.
19384 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19385 * math/fegetenv.c (__fegetenv): Return 0.
19386 * math/fegetexcept.c (fegetexcept): Return 0.
19387 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19388 FE_TONEAREST.
19389 * math/feholdexcpt.c (feholdexcept): Return 0.
19390 * math/fesetenv.c (__fesetenv): Return 0.
19391 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19392 argument FE_TONEAREST.
19393 * math/feupdateenv.c (__feupdateenv): Return 0.
19394 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19395
bfcacbde
RM
193962013-06-18 Roland McGrath <roland@hack.frob.com>
19397
19398 * elf/rtld-Rules (rtld-compile-command.S): New variable.
19399 (rtld-compile-command.s, rtld-compile-command.c): New variables.
19400 ($(objpfx)rtld-%.os rules): Use them.
19401
e55a9b25
AZ
194022013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19403
19404 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19405 fields.
19406
346d65b3
RM
194072013-06-17 Roland McGrath <roland@hack.frob.com>
19408
12086fb4
RM
19409 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19410 length of target pattern, then descending length of dependency pattern.
19411 * configure.in (AWK): Require gawk 3.1.2 or newer.
19412 * manual/install.texi (Tools for Compilation): Say that we do.
19413 * configure: Regenerated.
19414
346d65b3
RM
19415 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19416 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19417 * scripts/sysd-rules.awk: ... this new script.
19418 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19419 than a glob-style pattern.
19420
1a846317
JM
194212013-06-17 Joseph Myers <joseph@codesourcery.com>
19422
19423 * math/test-misc.c (main): Do not treat incorrectly rounded
19424 conversions as failure unless ROUNDING_TESTS passes.
19425
8fc75e6f
JM
194262013-06-15 Joseph Myers <joseph@codesourcery.com>
19427
3711a167
JM
19428 [BZ #15631]
19429 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19430 restore exception state around main square root computation, then
19431 check for inexactness explicitly.
19432
8fc75e6f
JM
19433 * math/libm-test.inc (fma_test_data): Add another test.
19434
61dd6208
SP
194352013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
19436
adf23d2c
SP
19437 * manual/threads.texi (Non-POSIX Extensions): New document
19438 node. Document pthread_getattr_default_np and
19439 pthread_setattr_default_np.
19440
61dd6208
SP
19441 * Versions.def (libpthread): Add GLIBC_2.18.
19442 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19443 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19444 Likewise.
19445 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19446 Likewise.
19447 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19448 Likewise.
19449 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19450 Likewise.
19451 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19452 Likewise.
19453 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19454 Likewise.
19455 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19456 Likewise.
19457 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19458 Likewise.
19459 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19460 Likewise.
19461
d086fc7b
LD
194622013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
19463
19464 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19465 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19466
747ef469
SP
194672013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
19468 H.J. Lu <hjl.tools@gmail.com>
19469
19470 [BZ #15627]
19471 * sysdeps/x86_64/rtld-memset.c: Remove file.
19472 * sysdeps/x86_64/rtld-memset.S: New file.
19473
1b2feed2
JM
194742013-06-14 Joseph Myers <joseph@codesourcery.com>
19475
19476 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19477 (test_in_one_mode): Take arguments for whether the rounding mode
19478 is supported for each floating-point type.
19479 (do_test): Pass new arguments to test_in_one_mode using
19480 ROUNDING_TESTS.
19481
a58ad3f8
RM
194822013-06-13 Roland McGrath <roland@hack.frob.com>
19483
19484 * posix/tst-waitid.c (do_test): Distinguish different instances of
19485 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
19486 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19487 before entering the kernel for waitpid.
19488
c204ab28
SP
194892013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
19490
19491 * NEWS: Fix note on clock function precision. Text by Roland
19492 McGrath.
19493
f4a29fba
RM
194942013-06-13 Roland McGrath <roland@hack.frob.com>
19495
19496 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19497 it into place only when and if the sanity check passes.
19498
1f24b9ad
JM
194992013-06-13 Joseph Myers <joseph@codesourcery.com>
19500
19501 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19502 output for whether conversion result is exact. Take argument
19503 indicating whether type is IBM long double.
19504 (round_for_all): Change need_exact field to ibm_ld.
19505 * stdlib/tst-strtod-round.c (struct exactness): New type.
19506 (struct test): Change bool ld_ok field to struct exactness exact.
19507 (TEST): Update all definitions for change to field.
19508 (tests): Regenerate array contents.
19509 (test_in_one_mode): Take pointer to new field instead of old ld_ok
19510 field value. Check for IBM long double here.
19511 (do_test): Update calls to test_in_one_mode.
19512
58206c68
SP
195132013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
19514
19515 [BZ #12515]
19516 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19517 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19518
2d6f4c5b 195192013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
19520
19521 [BZ #15605]
19522 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
19523 generated by the compiler on loop optimizations.
19524 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19525 general definitions.
19526
94f2c076
JM
195272013-06-12 Joseph Myers <joseph@codesourcery.com>
19528
19529 * math/bug-nextafter.c: Include <math-tests.h>.
19530 (main): Only test for exceptions if EXCEPTION_TESTS is true for
19531 the relevant type.
19532 * math/bug-nexttoward.c: Include <math-tests.h>.
19533 (main): Only test for exceptions if EXCEPTION_TESTS is true for
19534 the relevant type.
19535 * math/test-misc.c: Include <math-tests.h>.
19536 (main): Only test for exceptions if EXCEPTION_TESTS is true for
19537 the relevant type.
19538
e0e50a0a
AJ
195392013-06-12 Andreas Jaeger <aj@suse.de>
19540
19541 * po/ia.po: Update Interlingua translation from translation
19542 project.
19543
25061094
SP
195442013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
19545
19546 * include/fenv.h: Include stdbool.h.
19547 (struct rm_ctx): New structure.
19548 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19549 Define macro.
19550 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19551 (SET_RESTORE_ROUNDF): Likewise.
19552 (SET_RESTORE_ROUNDL): Likewise.
19553 (SET_RESTORE_ROUND_NOEX): Likewise.
19554 (SET_RESTORE_ROUND_NOEXF): Likewise.
19555 (SET_RESTORE_ROUND_NOEXL): Likewise.
19556 (SET_RESTORE_ROUND_53BIT): Likewise.
19557 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
19558 (libc_feresetround_noexf_ctx): Likewise.
19559 (libc_feresetround_noexl_ctx): Likewise.
19560 (libc_feholdsetround_53bit_ctx): Likewise.
19561 (libc_feresetround_53bit_ctx): Likewise.
19562 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
19563 (libc_feholdexcept_setround_sse_ctx): New function.
19564 (libc_fesetenv_sse_ctx): Likewise.
19565 (libc_feupdateenv_sse_ctx): Likewise.
19566 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
19567 (libc_feholdexcept_setround_387_ctx): Likewise.
19568 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
19569 (libc_feholdsetround_387_prec_ctx): Likewise.
19570 (libc_feholdsetround_387_ctx): Likewise.
19571 (libc_feholdsetround_387_53bit_ctx): Likewise.
19572 (libc_feholdsetround_sse_ctx): Likewise.
19573 (libc_feresetround_sse_ctx): Likewise.
19574 (libc_feresetround_387_ctx): Likewise.
19575 (libc_feupdateenv_387_ctx): Likewise.
19576 (libc_feholdexcept_setroundf_ctx): Define macro.
19577 (libc_fesetenvf_ctx): Likewise.
19578 (libc_feupdateenvf_ctx): Likewise.
19579 (libc_feholdsetroundf_ctx): Likewise.
19580 (libc_feresetroundf_ctx): Likewise.
19581 (libc_feholdexcept_setround_ctx): Likewise.
19582 (libc_fesetenv_ctx): Likewise.
19583 (libc_feupdateenv_ctx): Likewise.
19584 (libc_feholdsetround_ctx): Likewise.
19585 (libc_feresetround_ctx): Likewise.
19586 (libc_feholdexcept_setroundl_ctx): Likewise.
19587 (libc_feupdateenvl_ctx): Likewise.
19588 (libc_feholdsetroundl_ctx): Likewise.
19589 (libc_feresetroundl_ctx): Likewise.
19590 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
19591 (libc_feresetround_53bit_ctx): Likewise.
19592
59b30555
SP
195932013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19594
19595 * locale/iso-639.def: Convert to UTF-8.
19596
f1d73d30
JM
195972013-06-11 Joseph Myers <joseph@codesourcery.com>
19598
19599 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19600 (EXCEPTION_TESTS_double): Likewise.
19601 (EXCEPTION_TESTS_long_double): Likewise.
19602 (EXCEPTION_TESTS): Likewise.
19603 * math/libm-test.inc (test_exceptions): Only test exceptions if
19604 EXCEPTION_TESTS (FLOAT).
19605
94aca5e7
SP
196062013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19607
19608 * benchtests/Makefile (string-bench): Add strcpy_chk and
19609 stpcpy_chk.
19610 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19611 * benchtests/bench-stpcpy_chk.c: New file.
19612 * benchtests/bench-strcpy_chk-ifunc.c: New file.
19613 * benchtests/bench-strcpy_chk.c: New file.
19614 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19615 code.
19616 (do_test): Likewise.
19617
fac0c5f2
RA
196182013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19619
19620 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19621 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19622 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19623 with tabs where appropriate.
19624 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19625 dl-procinfo.h.
19626 [PPC_PLATFORM_PPC440]: Likewise.
19627 [PPC_PLATFORM_PPC464]: Likewise.
19628 [PPC_PLATFORM_PPC476]: Likewise.
19629 (_dl_string_platform): Add support for detecting ppc405, ppc440,
19630 ppc464, and ppc476 platform strings merging from ports/
19631 dl-procinfo.h.
19632
f22bc486
AS
196332013-06-11 Andreas Schwab <schwab@suse.de>
19634
19635 [BZ #14991]
19636 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19637 (from_ucs4_idx): Regenerate.
19638 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19639 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19640 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19641 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19642 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19643 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19644 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19645 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19646 from FROM_LOOP and TO_LOOP specific macros.
19647 (BODY): Handle combining characters.
19648 * iconvdata/BIG5HKSCS.irreversible: Update.
19649 * iconvdata/BIG5HKSCS.precomposed: New file.
19650 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19651 characters.
19652 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19653
c1f75dc3
SP
196542013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19655
4eacded2
SP
19656 * include/sys/time.h: Fix indentation and add copyright header.
19657
fec799f8
SP
19658 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19659 (do_test): Likewise.
19660 * string/test-memchr.c (do_one_test): Likewise.
19661 (do_test): Likewise.
19662 * string/test-memcmp.c (do_one_test): Likewise.
19663 (do_test): Likewise.
19664 * string/test-memcpy.c (do_one_test): Likewise.
19665 (do_test): Likewise.
19666 * string/test-memmem.c (do_one_test): Likewise.
19667 (do_test): Likewise.
19668 (do_random_tests): Likewise.
19669 * string/test-memmove.c (do_one_test): Likewise.
19670 (do_test): Likewise.
19671 * string/test-memset.c (do_one_test): Likewise.
19672 (do_test): Likewise.
19673 * string/test-rawmemchr.c (do_one_test): Likewise.
19674 (do_test): Likewise.
19675 * string/test-strcasecmp.c (do_one_test): Likewise.
19676 (do_test): Likewise.
19677 * string/test-strcasestr.c (do_one_test): Likewise.
19678 (do_test): Likewise.
19679 * string/test-strcat.c (do_one_test): Likewise.
19680 (do_test): Likewise.
19681 * string/test-strchr.c (do_one_test): Likewise.
19682 (do_test): Likewise.
19683 * string/test-strcmp.c (do_one_test): Likewise.
19684 (do_test): Likewise.
19685 * string/test-strcpy.c (do_one_test): Likewise.
19686 (do_test): Likewise.
19687 * string/test-string.h: Likewise.
19688 (test_init): Likewise.
19689 * string/test-strlen.c (do_one_test): Likewise.
19690 (do_test): Likewise.
19691 * string/test-strncasecmp.c (do_one_test): Likewise.
19692 (do_test): Likewise.
19693 * string/test-strncat.c (do_one_test): Likewise.
19694 (do_test): Likewise.
19695 * string/test-strncmp.c (do_one_test): Likewise.
19696 (do_test_limit): Likewise.
19697 (do_test): Likewise.
19698 * string/test-strncpy.c (do_one_test): Likewise.
19699 (do_test): Likewise.
19700 * string/test-strnlen.c (do_one_test): Likewise.
19701 (do_test): Likewise.
19702 * string/test-strpbrk.c (do_one_test): Likewise.
19703 (do_test): Likewise.
19704 * string/test-strrchr.c (do_one_test): Likewise.
19705 (do_test): Likewise.
19706 * string/test-strspn.c (do_one_test): Likewise.
19707 (do_test): Likewise.
19708 * string/test-strstr.c (do_one_test): Likewise.
19709 (do_test): Likewise.
19710
97020474
SP
19711 * benchtests/Makefile (string-bench): Add string benchmarks.
19712 * benchtests/bench-bcopy-ifunc.c: New file.
19713 * benchtests/bench-bcopy.c: New file.
19714 * benchtests/bench-bzero-ifunc.c: New file.
19715 * benchtests/bench-bzero.c: New file.
19716 * benchtests/bench-memccpy-ifunc.c: New file.
19717 * benchtests/bench-memccpy.c: New file.
19718 * benchtests/bench-memchr-ifunc.c: New file.
19719 * benchtests/bench-memchr.c: New file.
19720 * benchtests/bench-memcmp-ifunc.c: New file.
19721 * benchtests/bench-memcmp.c: New file.
19722 * benchtests/bench-memmem-ifunc.c: New file.
19723 * benchtests/bench-memmem.c: New file.
19724 * benchtests/bench-memmove-ifunc.c: New file.
19725 * benchtests/bench-memmove.c: New file.
19726 * benchtests/bench-mempcpy-ifunc.c: New file.
19727 * benchtests/bench-mempcpy.c: New file.
19728 * benchtests/bench-memset-ifunc.c: New file.
19729 * benchtests/bench-memset.c: New file.
19730 * benchtests/bench-rawmemchr-ifunc.c: New file.
19731 * benchtests/bench-rawmemchr.c: New file.
19732 * benchtests/bench-stpcpy-ifunc.c: New file.
19733 * benchtests/bench-stpcpy.c: New file.
19734 * benchtests/bench-stpncpy-ifunc.c: New file.
19735 * benchtests/bench-stpncpy.c: New file.
19736 * benchtests/bench-strcasecmp-ifunc.c: New file.
19737 * benchtests/bench-strcasecmp.c: New file.
19738 * benchtests/bench-strcasestr-ifunc.c: New file.
19739 * benchtests/bench-strcasestr.c: New file.
19740 * benchtests/bench-strcat-ifunc.c: New file.
19741 * benchtests/bench-strcat.c: New file.
19742 * benchtests/bench-strchr-ifunc.c: New file.
19743 * benchtests/bench-strchr.c: New file.
19744 * benchtests/bench-strchrnul-ifunc.c: New file.
19745 * benchtests/bench-strchrnul.c: New file.
19746 * benchtests/bench-strcmp-ifunc.c: New file.
19747 * benchtests/bench-strcmp.c: New file.
19748 * benchtests/bench-strcpy-ifunc.c: New file.
19749 * benchtests/bench-strcpy.c: New file.
19750 * benchtests/bench-strcspn-ifunc.c: New file.
19751 * benchtests/bench-strcspn.c: New file.
19752 * benchtests/bench-strlen-ifunc.c: New file.
19753 * benchtests/bench-strlen.c: New file.
19754 * benchtests/bench-strncasecmp-ifunc.c: New file.
19755 * benchtests/bench-strncasecmp.c: New file.
19756 * benchtests/bench-strncat-ifunc.c: New file.
19757 * benchtests/bench-strncat.c: New file.
19758 * benchtests/bench-strncmp-ifunc.c: New file.
19759 * benchtests/bench-strncmp.c: New file.
19760 * benchtests/bench-strncpy-ifunc.c: New file.
19761 * benchtests/bench-strncpy.c: New file.
19762 * benchtests/bench-strnlen-ifunc.c: New file.
19763 * benchtests/bench-strnlen.c: New file.
19764 * benchtests/bench-strpbrk-ifunc.c: New file.
19765 * benchtests/bench-strpbrk.c: New file.
19766 * benchtests/bench-strrchr-ifunc.c: New file.
19767 * benchtests/bench-strrchr.c: New file.
19768 * benchtests/bench-strspn-ifunc.c: New file.
19769 * benchtests/bench-strspn.c: New file.
19770 * benchtests/bench-strstr-ifunc.c: New file.
19771 * benchtests/bench-strstr.c: New file.
19772
c1f75dc3
SP
19773 * benchtests/Makefile: Disable parallel execution of targets.
19774 (string-bench): Add memcpy.
19775 (benchset): New variable to store a list of benchmark sets.
19776 (bench-func): Renamed from bench.
19777 (bench-set): New target.
19778 (bench): Depend on bench-func and bench-set.
19779 * benchtests/README: Add section on benchmark sets.
19780 * benchtests/bench-memcpy-ifunc.c: New file.
19781 * benchtests/bench-memcpy.c: New file.
19782 * benchtests/bench-string.h: New file.
19783
50fd745b
AS
197842013-06-11 Andreas Schwab <schwab@suse.de>
19785
19786 [BZ #15577]
19787 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19788 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19789 values in the triple.
19790 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19791 terminator in the group key.
19792
3ee7e9fe
AJ
197932013-06-11 Andreas Jaeger <aj@suse.de>
19794
19795 * po/zh_TW.po: Update Chinese (traditional) translation from
19796 translation project.
19797
89fb6835
SP
197982013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19799
19800 * include/time.h (__clock_gettime): Add libc_hidden_proto.
19801 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19802 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
19803 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19804 (clock_getcpuclockid): Likewise.
19805 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19806 Add weak_alias and libc_hidden_def.
19807 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19808 * rt/clock_gettime.c (clock_gettime): Rename to
19809 __clock_gettime. Add weak_alias and libc_hidden_def.
19810 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19811 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19812 __clock_nanosleep. Add weak_alias and libc_hidden_def.
19813 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19814 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19815 Likewise.
19816 * rt/clock_settime.c (clock_settime): Rename to
19817 __clock_settime. Add weak_alias and libc_hidden_def.
19818 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19819
0efa6f8b
JM
198202013-06-10 Joseph Myers <joseph@codesourcery.com>
19821
b8c61b4b
JM
19822 * mach/err_boot.sub: Remove trailing whitespace.
19823 * mach/err_ipc.sub: Likewise.
19824 * mach/err_mach.sub: Likewise.
19825
0efa6f8b
JM
19826 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19827 (ROUNDING_TESTS_double): Likewise.
19828 (ROUNDING_TESTS_long_double): Likewise.
19829 (ROUNDING_TESTS): Likewise.
19830 * math/libm-test.inc: Include <math-tests.h>.
19831 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19832 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19833 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19834 (IF_ROUND_INIT_FE_UPWARD): Likewise.
19835
50b818bf
SP
198362013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
19837
19838 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19839 of assigning.
19840
60d2f8f3
JM
198412013-06-08 Joseph Myers <joseph@codesourcery.com>
19842
4902d2c3
JM
19843 * sysdeps/gnu/errlist.awk: Do not generate space at end of
19844 otherwise empty TRANS lines.
19845 * sysdeps/gnu/errlist.c: Regenerated.
19846
60d2f8f3
JM
19847 * catgets/gencat.c (error_print): Use (void) in function
19848 definition.
19849 * crypt/crypt_util.c (__init_des): Likewise.
19850 * crypt/speeds.c (Stop): Likewise.
19851 (main): Likewise.
19852 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19853 * inet/ruserpass.c (token): Likewise.
19854 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19855 * intl/localealias.c (extend_alias_table): Likewise.
19856 * intl/plural-exp.c (init_germanic_plural): Likewise.
19857 * libio/fcloseall.c (__fcloseall): Likewise.
19858 * libio/genops.c (_IO_flush_all): Likewise.
19859 (_IO_flush_all_linebuffered): Likewise.
19860 (_IO_cleanup): Likewise.
19861 (_IO_iter_begin): Likewise.
19862 (_IO_iter_end): Likewise.
19863 (_IO_list_lock): Likewise.
19864 (_IO_list_unlock): Likewise.
19865 (_IO_list_resetlock): Likewise.
19866 * libio/getchar.c (getchar): Likewise.
19867 * libio/getchar_u.c (getchar_unlocked): Likewise.
19868 * libio/getwchar.c (getwchar): Likewise.
19869 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19870 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19871 * login/getpt.c (__getpt): Likewise.
19872 * login/tst-utmp.c (main): Likewise.
19873 * malloc/hooks.c (__malloc_check_init): Likewise.
19874 * malloc/malloc.c (__malloc_stats): Likewise.
19875 * malloc/mtrace.c (tr_break): Likewise.
19876 (mtrace): Likewise.
19877 (muntrace): Likewise.
19878 * misc/fstab.c (endfsent): Likewise.
19879 * misc/getclktck.c (__getclktck): Likewise.
19880 * misc/getdtsz.c (__getdtablesize): Likewise.
19881 * misc/gethostid.c (gethostid): Likewise.
19882 * misc/getpagesize.c (__getpagesize): Likewise.
19883 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19884 (__get_nprocs): Likewise.
19885 (__get_phys_pages): Likewise.
19886 (__get_avphys_pages): Likewise.
19887 * misc/getttyent.c (getttyent): Likewise.
19888 (setttyent): Likewise.
19889 (endttyent): Likewise.
19890 * misc/getusershell.c (getusershell): Likewise.
19891 (endusershell): Likewise.
19892 (setusershell): Likewise.
19893 (initshells): Likewise.
19894 * misc/hsearch.c (__hdestroy): Likewise.
19895 * misc/sync.c (sync): Likewise.
19896 * misc/syslog.c (closelog_internal): Likewise.
19897 (closelog): Likewise.
19898 * misc/ttyslot.c (ttyslot): Likewise.
19899 * misc/vhangup.c (vhangup): Likewise.
19900 * posix/fork.c (__fork): Likewise.
19901 * posix/getegid.c (__getegid): Likewise.
19902 * posix/geteuid.c (__geteuid): Likewise.
19903 * posix/getgid.c (__getgid): Likewise.
19904 * posix/getpid.c (__getpid): Likewise.
19905 * posix/getppid.c (__getppid): Likewise.
19906 * posix/getuid.c (__getuid): Likewise.
19907 * posix/pause.c (pause): Likewise.
19908 * posix/setpgrp.c (setpgrp): Likewise.
19909 * posix/setsid.c (__setsid): Likewise.
19910 * posix/test-vfork.c (noop): Likewise.
19911 * resolv/gethnamaddr.c (_endhtent): Likewise.
19912 (_gethtent): Likewise.
19913 (ht_endhostent): Likewise.
19914 (gethostent): Likewise.
19915 (dns_service): Likewise.
19916 * stdlib/drand48.c (drand48): Likewise.
19917 * stdlib/lrand48.c (lrand48): Likewise.
19918 * stdlib/mrand48.c (mrand48): Likewise.
19919 * stdlib/rand.c (rand): Likewise.
19920 * stdlib/random.c (__random): Likewise.
19921 * stdlib/setenv.c (clearenv): Likewise.
19922 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19923 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19924 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19925 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19926 (__get_nprocs): Likewise.
19927 (__get_phys_pages): Likewise.
19928 (__get_avphys_pages): Likewise.
19929 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19930 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19931 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19932 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19933 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19934 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19935 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19936 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19937 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19938 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19939 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19940 * sysdeps/mach/hurd/sync.c (sync): Likewise.
19941 * sysdeps/posix/clock.c (clock): Likewise.
19942 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19943 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19944 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19945 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19946 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19947 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19948 (__get_nprocs_conf): Likewise.
19949 (__get_phys_pages): Likewise.
19950 (__get_avphys_pages): Likewise.
19951 * time/clock.c (clock): Likewise.
19952 * time/tzset.c (__tzname_max): Likewise.
19953
2e09a79a
JM
199542013-06-07 Joseph Myers <joseph@codesourcery.com>
19955
19956 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
19957 (__bswap_32): Do not use "register".
19958 * crypt/crypt.c (_ufc_doit_r): Likewise.
19959 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19960 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19961 * gmon/gmon.c (__monstartup): Likewise.
19962 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
19963 * hurd/hurdmalloc.c (more_memory): Likewise.
19964 (malloc): Likewise.
19965 (free): Likewise.
19966 (realloc): Likewise.
19967 (malloc_fork_prepare): Likewise.
19968 (malloc_fork_parent): Likewise.
19969 (malloc_fork_child): Likewise.
19970 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
19971 (_svcauth_des): Likewise.
19972 * inet/inet_lnaof.c (inet_lnaof): Likewise.
19973 * inet/inet_net.c (inet_network): Likewise.
19974 * inet/inet_netof.c (inet_netof): Likewise.
19975 * inet/rcmd.c (__validuser2_sa): Likewise.
19976 * io/fts.c (fts_open): Likewise.
19977 (fts_load): Likewise.
19978 (fts_close): Likewise.
19979 (fts_read): Likewise.
19980 (fts_children): Likewise.
19981 (fts_build): Likewise.
19982 (fts_stat): Likewise.
19983 (fts_sort): Likewise.
19984 (fts_alloc): Likewise.
19985 (fts_lfree): Likewise.
19986 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
19987 (_IO_file_xsgetn): Likewise.
19988 (_IO_file_xsgetn_mmap): Likewise.
19989 * libio/iofopncook.c (_IO_cookie_read): Likewise.
19990 (_IO_cookie_write): Likewise.
19991 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
19992 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
19993 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
19994 * malloc/obstack.c (_obstack_begin): Likewise.
19995 (_obstack_begin_1): Likewise.
19996 (_obstack_newchunk): Likewise.
19997 (_obstack_allocated_p): Likewise.
19998 (obstack_free): Likewise.
19999 (_obstack_memory_used): Likewise.
20000 * misc/getttyent.c (getttynam): Likewise.
20001 (getttyent): Likewise.
20002 (skip): Likewise.
20003 (value): Likewise.
20004 * misc/getusershell.c (initshells): Likewise.
20005 * misc/syslog.c (__vsyslog_chk): Likewise.
20006 * misc/ttyslot.c (ttyslot): Likewise.
20007 * nis/nis_hash.c (__nis_hash): Likewise.
20008 * posix/fnmatch_loop.c (FCT): Likewise.
20009 * posix/getconf.c (print_all): Likewise.
20010 (main): Likewise.
20011 * posix/getopt.c (exchange): Likewise.
20012 * posix/glob.c (globfree): Likewise.
20013 (prefix_array): Likewise.
20014 (__glob_pattern_type): Likewise.
20015 * resolv/arpa/nameser.h (NS_GET16): Likewise.
20016 (NS_GET32): Likewise.
20017 (NS_PUT16): Likewise.
20018 (NS_PUT32): Likewise.
20019 * resolv/gethnamaddr.c (getanswer): Likewise.
20020 (gethostbyname2): Likewise.
20021 (gethostbyaddr): Likewise.
20022 (_gethtent): Likewise.
20023 (_gethtbyname2): Likewise.
20024 (_gethtbyaddr): Likewise.
20025 * resolv/ns_print.c (dst_s_get_int16): Likewise.
20026 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
20027 * resolv/res_init.c (__res_vinit): Likewise.
20028 (net_mask): Likewise.
20029 * resolv/res_mkquery.c (outchar): Likewise.
20030 (PRINT): Likewise.
20031 * stdio-common/printf_fp.c (outchar): Likewise.
20032 (PRINT): Likewise.
20033 * stdio-common/printf_fphex.c (outchar): Likewise.
20034 (PRINT): Likewise.
20035 * stdio-common/printf_size.c (outchar): Likewise.
20036 (PRINT): Likewise.
20037 * stdio-common/test_rdwr.c (main): Likewise.
20038 * stdio-common/tfformat.c (matches): Likewise.
20039 * stdio-common/vfprintf.c (outchar): Likewise.
20040 (printf_unknown): Likewise.
20041 (buffered_vfprintf): Likewise.
20042 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20043 * stdio-common/xbug.c (AppendToBuffer): Likewise.
20044 (ReadFile): Likewise.
20045 * stdlib/qsort.c (SWAP): Likewise.
20046 (_quicksort): Likewise.
20047 * stdlib/setenv.c (__add_to_environ): Likewise.
20048 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20049 * stdlib/strtol_l.c (__strtol_l): Likewise.
20050 * stdlib/tst-strtod.c (main): Likewise.
20051 * stdlib/tst-strtol.c (main): Likewise.
20052 * stdlib/tst-strtoll.c (main): Likewise.
20053 * string/bits/string2.h (__strcmp_cc): Likewise.
20054 (__strcmp_cg): Likewise.
20055 (__strcspn_c1): Likewise.
20056 (__strcspn_c2): Likewise.
20057 (__strcspn_c3): Likewise.
20058 (__strspn_c1): Likewise.
20059 (__strspn_c2): Likewise.
20060 (__strspn_c3): Likewise.
20061 (__strsep_1c): Likewise.
20062 (__strsep_2c): Likewise.
20063 (__strsep_3c): Likewise.
20064 * string/memccpy.c (__memccpy): Likewise.
20065 * string/stpcpy.c (__stpcpy): Likewise.
20066 * string/strcmp.c (strcmp): Likewise.
20067 * string/strrchr.c (strrchr): Likewise.
20068 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20069 Likewise.
20070 * sysdeps/mach/hurd/getcwd.c
20071 (_hurd_canonicalize_directory_name_internal): Likewise.
20072 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20073 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20074 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20075 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20076 Likewise, in both definitions.
20077 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20078 definitions.
20079 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20080 64] (__bswap_64): Likewise.
20081 * time/test_time.c (main): Likewise.
20082 * time/tzfile.c (__tzfile_read): Likewise.
20083 (__tzfile_compute): Likewise.
20084 * time/tzset.c (__tzset_parse_tz): Likewise.
20085 (tzset_internal): Likewise.
20086 (compute_change): Likewise.
20087 * wcsmbs/wcscat.c (__wcscat): Likewise.
20088 * wcsmbs/wcschr.c (wcschr): Likewise.
20089 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20090 * wcsmbs/wcscspn.c (wcscspn): Likewise.
20091 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20092 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20093 * wcsmbs/wcsspn.c (wcsspn): Likewise.
20094 * wcsmbs/wcsstr.c (wcsstr): Likewise.
20095 * wcsmbs/wmemchr.c (wmemchr): Likewise.
20096 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20097 * wcsmbs/wmemset.c (wmemset): Likewise.
20098
9e54314b
JM
200992013-06-06 Joseph Myers <joseph@codesourcery.com>
20100
20101 * scripts/config.guess: Update to version 2013-05-16.
20102 * scripts/config.sub: Update to version 2013-04-24.
20103 * scripts/install-sh: Update to version 2011-11-20.07.
20104 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20105 * scripts/move-if-change: Update to version 2012-01-06 07:23.
20106
350635a5
OB
201072013-06-06 Ondřej Bílka <neleai@seznam.cz>
20108
20109 * debug/fgetws_u_chk.c: Fix leading whitespaces.
20110 * elf/sln.c: Likewise.
20111 * hurd/hurd/ioctl.h: Likewise.
20112 * hurd/hurdmalloc.c: Likewise.
20113 * hurd/xattr.c: Likewise.
20114 * include/shlib-compat.h: Likewise.
20115 * inet/ruserpass.c: Likewise.
20116 * libio/iofgets_u.c: Likewise.
20117 * libio/iofgetws_u.c: Likewise.
20118 * locale/programs/ld-identification.c: Likewise.
20119 * locale/programs/ld-time.c: Likewise.
20120 * mach/msg-destroy.c: Likewise.
20121 * nss/nss_files/files-netgrp.c: Likewise.
20122 * resolv/res_data.c: Likewise.
20123 * soft-fp/op-1.h: Likewise.
20124 * soft-fp/op-2.h: Likewise.
20125 * soft-fp/op-4.h: Likewise.
20126 * soft-fp/op-common.h: Likewise.
20127 * stdio-common/printf_fphex.c: Likewise.
20128 * stdlib/strtod_l.c: Likewise.
20129 * sunrpc/rpc/clnt.h: Likewise.
20130 * sysdeps/generic/framestate.c: Likewise.
20131 * sysdeps/i386/bsd-_setjmp.S: Likewise.
20132 * sysdeps/i386/bsd-setjmp.S: Likewise.
20133 * sysdeps/i386/__longjmp.S: Likewise.
20134 * sysdeps/i386/setjmp.S: Likewise.
20135 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20136 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20137 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20138 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20139 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20140 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20141 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20142 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20143 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20144 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20145 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20146 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20147 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20148 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20149 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20150 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20151 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20152 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20153 * sysdeps/ieee754/support.c: Likewise.
20154 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20155 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20156 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20157 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20158 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20159 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20160 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20161 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20162 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20163 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20164 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20165 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20166 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20167 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20168 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20169 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20170 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20171 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20172
44a988af
OB
201732013-06-05 Ondřej Bílka <neleai@seznam.cz>
20174
25506f09 20175 * posix/transbug.c: Remove executable mode.
44a988af 20176
9c84384c
JM
201772013-06-05 Joseph Myers <joseph@codesourcery.com>
20178
20179 * crypt/speeds.c: Remove trailing whitespace.
20180 * dlfcn/default.c: Likewise.
20181 * elf/ifuncdep2.c: Likewise.
20182 * elf/ifuncmain1.c: Likewise.
20183 * elf/ifuncmain1vis.c: Likewise.
20184 * elf/testobj.h: Likewise.
20185 * elf/tst-stackguard1.c: Likewise.
20186 * gmon/sys/gmon.h: Likewise.
20187 * hurd/hurdmsg.c: Likewise.
20188 * hurd/new-fd.c: Likewise.
20189 * hurd/ports-get.c: Likewise.
20190 * iconvdata/ibm1008_420.c: Likewise.
20191 * inet/tst-getni1.c: Likewise.
20192 * inet/tst-getni2.c: Likewise.
20193 * libio/ioungetc.c: Likewise.
20194 * libio/wfiledoalloc.c: Likewise.
20195 * manual/libm-err-tab.pl: Likewise.
20196 * math/w_dremf.c: Likewise.
20197 * misc/ftruncate.c: Likewise.
20198 * posix/bug-glob2.c: Likewise.
20199 * posix/tst-pcre.c: Likewise.
20200 * posix/wait4.c: Likewise.
20201 * resolv/README: Likewise.
20202 * resolv/res_debug.h: Likewise.
20203 * resolv/tst-inet_ntop.c: Likewise.
20204 * setjmp/bug269-setjmp.c: Likewise.
20205 * soft-fp/extended.h: Likewise.
20206 * soft-fp/op-1.h: Likewise.
20207 * soft-fp/op-2.h: Likewise.
20208 * soft-fp/op-4.h: Likewise.
20209 * soft-fp/op-8.h: Likewise.
20210 * soft-fp/testit.c: Likewise.
20211 * stdio-common/bug16.c: Likewise.
20212 * stdlib/random.c: Likewise.
20213 * sunrpc/rpcsvc/rquota.x: Likewise.
20214 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20215 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20216 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20217 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20218 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20219 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20220 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20221 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20222 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20223 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20224 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20225 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20226 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20227 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20228 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20229 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20230 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20231 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20232 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20233 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20234 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20235 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20236 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20237 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20238 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20239 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20240 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20241 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20242 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20243 * sysdeps/ieee754/s_lib_version.c: Likewise.
20244 * sysdeps/mach/hurd/check_fds.c: Likewise.
20245 * sysdeps/mach/hurd/getsockname.c: Likewise.
20246 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20247 * sysdeps/mach/hurd/recvfrom.c: Likewise.
20248 * sysdeps/powerpc/bits/link.h: Likewise.
20249 * sysdeps/powerpc/dl-procinfo.c: Likewise.
20250 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20251 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20252 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20253 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20254 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20255 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20256 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20257 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20258 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20259 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20260 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20261 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20262 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20263 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20264 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20265 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20266 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20267 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20268 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20269 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20270 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20271 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20272 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20273 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20274 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20275 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20276 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20277 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20278 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20279 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20280 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20281 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20282 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20283 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20284 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20285 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20286 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20287 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20288 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20289 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20290 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20291 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20292 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20293 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20294 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20295 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20296 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20297 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20298 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20299 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20300 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20301 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20302 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20303 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20304 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20305 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20306 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20307 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20308 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20309 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20310 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20311 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20312 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20313 * sysdeps/powerpc/sysdep.h: Likewise.
20314 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20315 * sysdeps/s390/s390-64/sub_n.S: Likewise.
20316 * sysdeps/sh/dl-trampoline.S: Likewise.
20317 * sysdeps/sh/memset.S: Likewise.
20318 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20319 * sysdeps/sh/strlen.S: Likewise.
20320 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20321 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20322 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20323 * sysdeps/sparc/sparc32/rem.S: Likewise.
20324 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20325 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20326 * sysdeps/sparc/sparc32/strchr.S: Likewise.
20327 * sysdeps/sparc/sparc32/udiv.S: Likewise.
20328 * sysdeps/sparc/sparc32/urem.S: Likewise.
20329 * sysdeps/sparc/sparc64/add_n.S: Likewise.
20330 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20331 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20332 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20333 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20334 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20335 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20336 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20337 * sysdeps/unix/bsd/times.c: Likewise.
20338 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20339 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20340 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20341 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20342 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20343 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20344 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20345 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20346 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20347 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20348 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20349 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20350 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20351 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20352 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20353 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20354 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20355 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20356 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20357 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20358 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20359 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20360 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20361 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20362 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20363 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20364 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20365 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20366 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20367 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20368 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20369 * sysdeps/x86_64/strcspn.S: Likewise.
20370
869378a5
RA
203712013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
20372
20373 * locale/C-translit.h: Revert #include <stdint.h> because this is a
20374 generated file. Regenerate properly from gen-translit.pl.
20375 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
20376 locale/C-translit.h.
20377
840e2943
AS
203782013-06-05 Andreas Schwab <schwab@suse.de>
20379
20380 [BZ #15100]
20381 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20382 week as 6 instead of -1.
20383 * time/tst-strptime.c (day_tests): Add test case.
20384
4c60cb0c
SP
203852013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
20386
20387 * sysdeps/generic/math_private.h
20388 (libc_feholdexcept_setround_53bit): Replace with
20389 libc_feholdsetround_53bit.
20390 (libc_feupdateenv_53bit): Replace with
20391 libc_feresetround_53bit.
20392 (SET_RESTORE_ROUND_53BIT): Adjust.
20393
d180203e
SP
203942013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
20395
96df079a
SP
20396 * string/test-strchrnul.c: Add copyright header.
20397
d180203e
SP
20398 * posix/tst-getaddrinfo4.c: Increase test timeout.
20399
8b0ccb2d
CD
204002013-06-03 Carlos O'Donell <carlos@redhat.com>
20401
20402 [BZ #15536]
20403 * math/libm-test.inc (MAX_EXP): Remove
20404 (MIN_EXP): Define.
20405 (ulp): Use MIN_EXP - MANT_DIG.
20406 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20407
3b3c4d40
CD
204082013-05-31 Carlos O'Donell <carlos@redhat.com>
20409
20410 * po/be.po: Revert last change.
20411 * po/zh_CN.po: Likewise.
20412 * po/header.pot: Likewise.
20413
fab7ce3f
JM
204142013-05-31 Joseph Myers <joseph@codesourcery.com>
20415
20416 * Makefile ($(common-objpfx)linkobj/libc.so): Define
20417 link-libc-deps to empty as target-specific variable.
20418 * Makerules (link-libc-args): New variable.
20419 (libc-for-link): Likewise.
20420 (link-libc-deps): Likewise.
20421 (lib%.so): Depend on $(link-libc-deps). Link with
20422 $(link-libc-args).
20423 (build-module): Link with $(link-libc-args).
20424 (build-module-asneeded): Likewise.
20425 (build-module-helper-objlist): Filter out $(link-libc-deps) from
20426 list of objects.
20427 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20428 target-specific variable.
20429 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20430 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20431 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20432 libc.
20433 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20434 libc and ld.so.
20435 ($(objpfx)libpcprofile.so): Likewise.
20436 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20437 libc_nonshared.a.
20438 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20439 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20440 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20441 $(link-libc-deps).
20442 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20443 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20444 * login/Makefile ($(objpfx)libutil.so): Likewise.
20445 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20446 * math/Makefile ($(objpfx)libm.so): Likewise.
20447 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20448 $(objpfx)libnsl.so): Define libc-for-link as target-specific
20449 variable instead of depending directly on libc.
20450 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20451 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20452 $(link-libc-deps).
20453 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20454 libc.
20455 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20456 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20457 ($(objpfx)libanl.so): Likewise.
20458 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20459 ld.so.
20460 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20461 $(link-libc-deps).
20462 * sysdeps/i386/fpu/Makefile: Remove file.
20463 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20464 ($(objpfx)libm.so): Remove dependency on ld.so.
20465
eca5920c
PF
204662013-05-30 Patsy Franklin <pfrankli@redhat.com>
20467
20468 [BZ # 15553]
20469 * nis/yp_xdr.c (XDRMAXNAME): Define.
20470 (XDRMAXRECORD): Define.
20471 (xdr_domainname): Use XDRMAXNAME.
20472 (xdr_mapname): Likewise.
20473 (xdr_peername): Likewise.
20474 (xdr_keydat): Use XDRMAXRECORD.
20475 (xdr_valdat): Likewise.
20476
204772013-05-30 Jeff Law <law@redhat.com>
96945714
JL
20478
20479 [BZ #14256]
20480 * manual/errno.texi (ESTALE): Update to account for more than
20481 just NFS file systems.
20482 * sysdeps/gnu/errlist.c: Regenerated.
20483
b9375348
SP
204842013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
20485
20486 [BZ #15465]
20487 * elf/Makefile (tests): Add tst-null-argv.
20488 (modules-names): Add tst-null-argv-lib.
20489 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20490 (tst-null-argv-ENV): Set environment for tst-null-argv.
20491 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20492 (RTLD_PROGNAME): New macro.
20493 * elf/tst-null-argv.c: New test case.
20494 * elf/tst-null-argv-lib.c: Library for test case.
20495 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20496 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20497 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20498 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20499 * elf/dl-init.c (call_init): Likewise.
20500 (_dl_init): Likewise.
20501 * elf/dl-load.c (print_search_path): Likewise.
20502 (_dl_map_object): Likewise.
20503 * elf/dl-lookup.c (do_lookup_x): Likewise.
20504 (add_dependency): Likewise.
20505 (_dl_lookup_symbol_x): Likewise.
20506 (_dl_debug_bindings): Likewise.
20507 * elf/dl-open.c (_dl_show_scope): Likewise.
20508 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20509 * elf/dl-version.c (match_symbol): Likewise.
20510 (_dl_check_map_versions): Likewise.
20511 * elf/rtld.c (dl_main): Likewise.
20512 (print_unresolved): Use RTLD_PROGNAME.
20513 (print_missing_version): Likewise.
20514 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20515 (elf_machine_rela): Likewise.
20516 * sysdeps/powerpc/powerpc32/dl-machine.c
20517 (__process_machine_rela): Likewise.
20518 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20519 Likewise.
20520 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20521 Likewise.
20522 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
20523 Likewise.
20524 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20525 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20526 Likewise.
20527 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20528 Likewise.
20529 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20530
8a9f20c8
CD
205312013-05-28 Carlos O'Donell <carlos@redhat.com>
20532
20533 * po/be.po: Add descriptive title.
20534 * po/zh_CN.po: Likewise.
20535 * po/header.pot: Likewise.
20536
0e60d68e
MF
205372013-05-28 Mike Frysinger <vapier@gentoo.org>
20538
20539 * locale/programs/locarchive.c (create_archive): Inlucde fname in
20540 error message.
20541 (enlarge_archive): Likewise.
20542
56b672e9
BN
205432013-05-28 Ben North <ben@redfrontdoor.org>
20544
20545 * manual/arith.texi (frexp): It is the magnitude of the return
20546 value which lies in [0.5, 1), not the return value itself.
20547
5e056687
AZ
205482013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20549
20550 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20551
2b66ef5d
TS
205522013-05-26 Thomas Schwinge <thomas@codesourcery.com>
20553
528c2405
TS
20554 * stdio-common/bug26.c (main): Correct fscanf template.
20555
07b4c13d
TS
20556 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
20557 declare _dl_skip_args.
20558
ec9dd97c
TS
20559 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
20560 Don't declare.
20561
2b66ef5d
TS
20562 * manual/platform.texi: Add missing @end deftypefun.
20563
4f8dfe27
JM
205642013-05-24 Joseph Myers <joseph@codesourcery.com>
20565
0323d086
JM
20566 [BZ #15529]
20567 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
20568 bit of mantissa of 2^16382.
20569 * math/libm-test.inc (hypot_test_data): Add more tests.
20570
dd4259b9
JM
20571 * math/libm-test.inc: Add drem and pow10 to list of tested
20572 functions.
20573 (pow10_test): New function.
20574 (drem_test): Likewise.
20575 (drem_test_tonearest): Likewise.
20576 (drem_test_towardzero): Likewise.
20577 (drem_test_downward): Likewise.
20578 (drem_test_upward): Likewise.
20579 (main): Call the new functions.
20580
4f8dfe27
JM
20581 * math/libm-test.inc (finite_test_data): Remove.
20582 (finite_test): Run tests from isfinite_test_data.
20583 (gamma_test_data): Remove.
20584 (gamma_test): Run tests from lgamma_test_data.
20585 * sysdeps/i386/fpu/libm-test-ulps: Update.
20586 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20587
d116b7c4
AZ
205882013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20589
20590 * manual/platform.texi: Add PowerPC PPR function set documentation.
20591 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
20592 implementation.
20593
e96e3767
CD
205942013-05-24 Carlos O'Donell <carlos@redhat.com>
20595
20596 * math/libm-test.inc (MAX_EXP): Define.
20597 (ULPDIFF): Define.
20598 (ulp): New function.
20599 (check_float_internal): Use ULPDIFF.
20600 (cpow_test): Disable failing test.
20601 (check_ulp): Test ulp() implemetnation.
20602 (main): Call check_ulp before starting tests.
20603
b679a606
JM
206042013-05-24 Joseph Myers <joseph@codesourcery.com>
20605
e8bdba36
JM
20606 * math/gen-libm-test.pl (generate_testfile): Do not handle
20607 START_DATA and END_DATA.
20608 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20609 END_DATA.
20610 (acos_tonearest_test_data): Likewise.
20611 (acos_towardzero_test_data): Likewise.
20612 (acos_downward_test_data): Likewise.
20613 (acos_upward_test_data): Likewise.
20614 (acosh_test_data): Likewise.
20615 (asin_test_data): Likewise.
20616 (asin_tonearest_test_data): Likewise.
20617 (asin_towardzero_test_data): Likewise.
20618 (asin_downward_test_data): Likewise.
20619 (asin_upward_test_data): Likewise.
20620 (asinh_test_data): Likewise.
20621 (atan_test_data): Likewise.
20622 (atanh_test_data): Likewise.
20623 (atan2_test_data): Likewise.
20624 (cabs_test_data): Likewise.
20625 (cacos_test_data): Likewise.
20626 (cacosh_test_data): Likewise.
20627 (carg_test_data): Likewise.
20628 (casin_test_data): Likewise.
20629 (casinh_test_data): Likewise.
20630 (catan_test_data): Likewise.
20631 (catanh_test_data): Likewise.
20632 (cbrt_test_data): Likewise.
20633 (ccos_test_data): Likewise.
20634 (ccosh_test_data): Likewise.
20635 (ceil_test_data): Likewise.
20636 (cexp_test_data): Likewise.
20637 (cimag_test_data): Likewise.
20638 (clog_test_data): Likewise.
20639 (clog10_test_data): Likewise.
20640 (conj_test_data): Likewise.
20641 (copysign_test_data): Likewise.
20642 (cos_test_data): Likewise.
20643 (cos_tonearest_test_data): Likewise.
20644 (cos_towardzero_test_data): Likewise.
20645 (cos_downward_test_data): Likewise.
20646 (cos_upward_test_data): Likewise.
20647 (cosh_test_data): Likewise.
20648 (cosh_tonearest_test_data): Likewise.
20649 (cosh_towardzero_test_data): Likewise.
20650 (cosh_downward_test_data): Likewise.
20651 (cosh_upward_test_data): Likewise.
20652 (cpow_test_data): Likewise.
20653 (cproj_test_data): Likewise.
20654 (creal_test_data): Likewise.
20655 (csin_test_data): Likewise.
20656 (csinh_test_data): Likewise.
20657 (csqrt_test_data): Likewise.
20658 (ctan_test_data): Likewise.
20659 (ctan_tonearest_test_data): Likewise.
20660 (ctan_towardzero_test_data): Likewise.
20661 (ctan_downward_test_data): Likewise.
20662 (ctan_upward_test_data): Likewise.
20663 (ctanh_test_data): Likewise.
20664 (ctanh_tonearest_test_data): Likewise.
20665 (ctanh_towardzero_test_data): Likewise.
20666 (ctanh_downward_test_data): Likewise.
20667 (ctanh_upward_test_data): Likewise.
20668 (erf_test_data): Likewise.
20669 (erfc_test_data): Likewise.
20670 (exp_test_data): Likewise.
20671 (exp_tonearest_test_data): Likewise.
20672 (exp_towardzero_test_data): Likewise.
20673 (exp_downward_test_data): Likewise.
20674 (exp_upward_test_data): Likewise.
20675 (exp10_test_data): Likewise.
20676 (exp2_test_data): Likewise.
20677 (expm1_test_data): Likewise.
20678 (fabs_test_data): Likewise.
20679 (fdim_test_data): Likewise.
20680 (finite_test_data): Likewise.
20681 (floor_test_data): Likewise.
20682 (fma_test_data): Likewise.
20683 (fma_towardzero_test_data): Likewise.
20684 (fma_downward_test_data): Likewise.
20685 (fma_upward_test_data): Likewise.
20686 (fmax_test_data): Likewise.
20687 (fmin_test_data): Likewise.
20688 (fmod_test_data): Likewise.
20689 (fpclassify_test_data): Likewise.
20690 (frexp_test_data): Likewise.
20691 (gamma_test_data): Likewise.
20692 (hypot_test_data): Likewise.
20693 (ilogb_test_data): Likewise.
20694 (isfinite_test_data): Likewise.
20695 (isgreater_test_data): Likewise.
20696 (isgreaterequal_test_data): Likewise.
20697 (isinf_test_data): Likewise.
20698 (isless_test_data): Likewise.
20699 (islessequal_test_data): Likewise.
20700 (islessgreater_test_data): Likewise.
20701 (isnan_test_data): Likewise.
20702 (isnormal_test_data): Likewise.
20703 (issignaling_test_data): Likewise.
20704 (isunordered_test_data): Likewise.
20705 (j0_test_data): Likewise.
20706 (j1_test_data): Likewise.
20707 (jn_test_data): Likewise.
20708 (ldexp_test_data): Likewise.
20709 (lgamma_test_data): Likewise.
20710 (lrint_test_data): Likewise.
20711 (lrint_tonearest_test_data): Likewise.
20712 (lrint_towardzero_test_data): Likewise.
20713 (lrint_downward_test_data): Likewise.
20714 (lrint_upward_test_data): Likewise.
20715 (llrint_test_data): Likewise.
20716 (llrint_tonearest_test_data): Likewise.
20717 (llrint_towardzero_test_data): Likewise.
20718 (llrint_downward_test_data): Likewise.
20719 (llrint_upward_test_data): Likewise.
20720 (log_test_data): Likewise.
20721 (log10_test_data): Likewise.
20722 (log1p_test_data): Likewise.
20723 (log2_test_data): Likewise.
20724 (logb_test_data): Likewise.
20725 (logb_downward_test_data): Likewise.
20726 (lround_test_data): Likewise.
20727 (llround_test_data): Likewise.
20728 (modf_test_data): Likewise.
20729 (nearbyint_test_data): Likewise.
20730 (nextafter_test_data): Likewise.
20731 (nexttoward_test_data): Likewise.
20732 (pow_test_data): Likewise.
20733 (pow_tonearest_test_data): Likewise.
20734 (pow_towardzero_test_data): Likewise.
20735 (pow_downward_test_data): Likewise.
20736 (pow_upward_test_data): Likewise.
20737 (remainder_test_data): Likewise.
20738 (remainder_tonearest_test_data): Likewise.
20739 (remainder_towardzero_test_data): Likewise.
20740 (remainder_downward_test_data): Likewise.
20741 (remainder_upward_test_data): Likewise.
20742 (remquo_test_data): Likewise.
20743 (rint_test_data): Likewise.
20744 (rint_tonearest_test_data): Likewise.
20745 (rint_towardzero_test_data): Likewise.
20746 (rint_downward_test_data): Likewise.
20747 (rint_upward_test_data): Likewise.
20748 (round_test_data): Likewise.
20749 (scalb_test_data): Likewise.
20750 (scalbn_test_data): Likewise.
20751 (scalbln_test_data): Likewise.
20752 (signbit_test_data): Likewise.
20753 (sin_test_data): Likewise.
20754 (sin_tonearest_test_data): Likewise.
20755 (sin_towardzero_test_data): Likewise.
20756 (sin_downward_test_data): Likewise.
20757 (sin_upward_test_data): Likewise.
20758 (sincos_test_data): Likewise.
20759 (sinh_test_data): Likewise.
20760 (sinh_tonearest_test_data): Likewise.
20761 (sinh_towardzero_test_data): Likewise.
20762 (sinh_downward_test_data): Likewise.
20763 (sinh_upward_test_data): Likewise.
20764 (sqrt_test_data): Likewise.
20765 (tan_test_data): Likewise.
20766 (tan_tonearest_test_data): Likewise.
20767 (tan_towardzero_test_data): Likewise.
20768 (tan_downward_test_data): Likewise.
20769 (tan_upward_test_data): Likewise.
20770 (tanh_test_data): Likewise.
20771 (tgamma_test_data): Likewise.
20772 (trunc_test_data): Likewise.
20773 (y0_test_data): Likewise.
20774 (y1_test_data): Likewise.
20775 (yn_test_data): Likewise.
20776 (significand_test_data): Likewise.
20777
b679a606
JM
20778 * math/gen-libm-test.pl (@functions): Remove variable.
20779 (generate_testfile): Don't handle START and END lines.
20780 * math/libm-test.inc (START): New macro.
20781 (END): Likewise.
20782 (END_COMPLEX): Likewise.
20783 (acos_test): Use END macro without arguments.
20784 (acos_test_tonearest): Likewise.
20785 (acos_test_towardzero): Likewise.
20786 (acos_test_downward): Likewise.
20787 (acos_test_upward): Likewise.
20788 (acosh_test): Likewise.
20789 (asin_test): Likewise.
20790 (asin_test_tonearest): Likewise.
20791 (asin_test_towardzero): Likewise.
20792 (asin_test_downward): Likewise.
20793 (asin_test_upward): Likewise.
20794 (asinh_test): Likewise.
20795 (atan_test): Likewise.
20796 (atanh_test): Likewise.
20797 (atan2_test): Likewise.
20798 (cabs_test): Likewise.
20799 (cacos_test): Use END_COMPLEX macro without arguments.
20800 (cacosh_test): Likewise.
20801 (carg_test): Use END macro without arguments.
20802 (casin_test): Use END_COMPLEX macro without arguments.
20803 (casinh_test): Likewise.
20804 (catan_test): Likewise.
20805 (catanh_test): Likewise.
20806 (cbrt_test): Use END macro without arguments.
20807 (ccos_test): Use END_COMPLEX macro without arguments.
20808 (ccosh_test): Likewise.
20809 (ceil_test): Use END macro without arguments.
20810 (cexp_test): Use END_COMPLEX macro without arguments.
20811 (cimag_test): Use END macro without arguments.
20812 (clog_test): Use END_COMPLEX macro without arguments.
20813 (clog10_test): Likewise.
20814 (conj_test): Likewise.
20815 (copysign_test): Use END macro without arguments.
20816 (cos_test): Likewise.
20817 (cos_test_tonearest): Likewise.
20818 (cos_test_towardzero): Likewise.
20819 (cos_test_downward): Likewise.
20820 (cos_test_upward): Likewise.
20821 (cosh_test): Likewise.
20822 (cosh_test_tonearest): Likewise.
20823 (cosh_test_towardzero): Likewise.
20824 (cosh_test_downward): Likewise.
20825 (cosh_test_upward): Likewise.
20826 (cpow_test): Use END_COMPLEX macro without arguments.
20827 (cproj_test): Likewise.
20828 (creal_test): Use END macro without arguments.
20829 (csin_test): Use END_COMPLEX macro without arguments.
20830 (csinh_test): Likewise.
20831 (csqrt_test): Likewise.
20832 (ctan_test): Likewise.
20833 (ctan_test_tonearest): Likewise.
20834 (ctan_test_towardzero): Likewise.
20835 (ctan_test_downward): Likewise.
20836 (ctan_test_upward): Likewise.
20837 (ctanh_test): Likewise.
20838 (ctanh_test_tonearest): Likewise.
20839 (ctanh_test_towardzero): Likewise.
20840 (ctanh_test_downward): Likewise.
20841 (ctanh_test_upward): Likewise.
20842 (erf_test): Use END macro without arguments.
20843 (erfc_test): Likewise.
20844 (exp_test): Likewise.
20845 (exp_test_tonearest): Likewise.
20846 (exp_test_towardzero): Likewise.
20847 (exp_test_downward): Likewise.
20848 (exp_test_upward): Likewise.
20849 (exp10_test): Likewise.
20850 (exp2_test): Likewise.
20851 (expm1_test): Likewise.
20852 (fabs_test): Likewise.
20853 (fdim_test): Likewise.
20854 (finite_test): Likewise.
20855 (floor_test): Likewise.
20856 (fma_test): Likewise.
20857 (fma_test_towardzero): Likewise.
20858 (fma_test_downward): Likewise.
20859 (fma_test_upward): Likewise.
20860 (fmax_test): Likewise.
20861 (fmin_test): Likewise.
20862 (fmod_test): Likewise.
20863 (fpclassify_test): Likewise.
20864 (frexp_test): Likewise.
20865 (gamma_test): Likewise.
20866 (hypot_test): Likewise.
20867 (ilogb_test): Likewise.
20868 (isfinite_test): Likewise.
20869 (isgreater_test): Likewise.
20870 (isgreaterequal_test): Likewise.
20871 (isinf_test): Likewise.
20872 (isless_test): Likewise.
20873 (islessequal_test): Likewise.
20874 (islessgreater_test): Likewise.
20875 (isnan_test): Likewise.
20876 (isnormal_test): Likewise.
20877 (issignaling_test): Likewise.
20878 (isunordered_test): Likewise.
20879 (j0_test): Likewise.
20880 (j1_test): Likewise.
20881 (jn_test): Likewise.
20882 (ldexp_test): Likewise.
20883 (lgamma_test): Likewise.
20884 (lrint_test): Likewise.
20885 (lrint_test_tonearest): Likewise.
20886 (lrint_test_towardzero): Likewise.
20887 (lrint_test_downward): Likewise.
20888 (lrint_test_upward): Likewise.
20889 (llrint_test): Likewise.
20890 (llrint_test_tonearest): Likewise.
20891 (llrint_test_towardzero): Likewise.
20892 (llrint_test_downward): Likewise.
20893 (llrint_test_upward): Likewise.
20894 (log_test): Likewise.
20895 (log10_test): Likewise.
20896 (log1p_test): Likewise.
20897 (log2_test): Likewise.
20898 (logb_test): Likewise.
20899 (logb_test_downward): Likewise.
20900 (lround_test): Likewise.
20901 (llround_test): Likewise.
20902 (modf_test): Likewise.
20903 (nearbyint_test): Likewise.
20904 (nextafter_test): Likewise.
20905 (nexttoward_test): Likewise.
20906 (pow_test): Likewise.
20907 (pow_test_tonearest): Likewise.
20908 (pow_test_towardzero): Likewise.
20909 (pow_test_downward): Likewise.
20910 (pow_test_upward): Likewise.
20911 (remainder_test): Likewise.
20912 (remainder_test_tonearest): Likewise.
20913 (remainder_test_towardzero): Likewise.
20914 (remainder_test_downward): Likewise.
20915 (remainder_test_upward): Likewise.
20916 (remquo_test): Likewise.
20917 (rint_test): Likewise.
20918 (rint_test_tonearest): Likewise.
20919 (rint_test_towardzero): Likewise.
20920 (rint_test_downward): Likewise.
20921 (rint_test_upward): Likewise.
20922 (round_test): Likewise.
20923 (scalb_test): Likewise.
20924 (scalbn_test): Likewise.
20925 (scalbln_test): Likewise.
20926 (signbit_test): Likewise.
20927 (sin_test): Likewise.
20928 (sin_test_tonearest): Likewise.
20929 (sin_test_towardzero): Likewise.
20930 (sin_test_downward): Likewise.
20931 (sin_test_upward): Likewise.
20932 (sincos_test): Likewise.
20933 (sinh_test): Likewise.
20934 (sinh_test_tonearest): Likewise.
20935 (sinh_test_towardzero): Likewise.
20936 (sinh_test_downward): Likewise.
20937 (sinh_test_upward): Likewise.
20938 (sqrt_test): Likewise.
20939 (tan_test): Likewise.
20940 (tan_test_tonearest): Likewise.
20941 (tan_test_towardzero): Likewise.
20942 (tan_test_downward): Likewise.
20943 (tan_test_upward): Likewise.
20944 (tanh_test): Likewise.
20945 (tgamma_test): Likewise.
20946 (trunc_test): Likewise.
20947 (y0_test): Likewise.
20948 (y1_test): Likewise.
20949 (yn_test): Likewise.
20950 (significand_test): Likewise.
20951
bae143d2
OB
209522013-05-24 Ondřej Bílka <neleai@seznam.cz>
20953
20954 [BZ #15381]
20955 * libio/genops.c (_IO_no_init): Initialize wide struct info.
20956
9323d39b
EM
209572013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
20958
d4ea44a0 20959 [BZ #14894]
9323d39b
EM
20960 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
20961 __ppc_mdoio and __ppc_mdoom.
20962 * manual/platform.texi: Document new functions __ppc_yield,
20963 __ppc_mdoio and __ppc_mdoom.
20964
13e23af7
CD
209652013-05-22 Carlos O'Donell <carlos@redhat.com>
20966
20967 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
20968 (main): Mention "tls" pseudo-hwcap is legacy.
20969 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
20970
351fe550
JM
209712013-05-22 Joseph Myers <joseph@codesourcery.com>
20972
20973 * math/gen-libm-test.pl (parse_args): Output only string of
20974 arguments as text for test name, not full call or descriptions of
20975 tests for extra outputs.
20976 (generate_testfile): Do not pass function name to parse_args.
20977 Generate this_func variable from START.
20978 * math/libm-test.inc (struct test_f_f_data): Rename test_name
20979 field to arg_str.
20980 (struct test_ff_f_data): Likewise.
20981 (test_ff_f_data_nexttoward): Likewise.
20982 (struct test_fi_f_data): Likewise.
20983 (struct test_fl_f_data): Likewise.
20984 (struct test_if_f_data): Likewise.
20985 (struct test_fff_f_data): Likewise.
20986 (struct test_c_f_data): Likewise.
20987 (struct test_f_f1_data): Likewise. Remove field extra_name.
20988 (struct test_fF_f1_data): Likewise.
20989 (struct test_ffI_f1_data): Likewise.
20990 (struct test_c_c_data): Rename test_name field to arg_str.
20991 (struct test_cc_c_data): Likewise.
20992 (struct test_f_i_data): Likewise.
20993 (struct test_ff_i_data): Likewise.
20994 (struct test_f_l_data): Likewise.
20995 (struct test_f_L_data): Likewise.
20996 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
20997 and extra2_name.
20998 (COMMON_TEST_SETUP): New macro.
20999 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
21000 (COMMON_TEST_CLEANUP): Likewise.
21001 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
21002 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
21003 macros.
21004 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
21005 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
21006 macros.
21007 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
21008 (RUN_TEST_fff_f): Take argument string. Call new setup and
21009 cleanup macros.
21010 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
21011 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
21012 macros.
21013 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
21014 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
21015 macros.
21016 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21017 (RUN_TEST_fF_f1): Take argument string. Call new setup and
21018 cleanup macros.
21019 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21020 (RUN_TEST_fI_f1): Take argument string. Call new setup and
21021 cleanup macros.
21022 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21023 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
21024 cleanup macros.
21025 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21026 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
21027 macros.
21028 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
21029 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
21030 macros.
21031 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
21032 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
21033 macros.
21034 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21035 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
21036 cleanup macros.
21037 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21038 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
21039 cleanup macros.
21040 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21041 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
21042 macros.
21043 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21044 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
21045 cleanup macros.
21046 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21047 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
21048 macros.
21049 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21050 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
21051 macros.
21052 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21053 (RUN_TEST_fFF_11): Take argument string. Call new setup and
21054 cleanup macros.
21055 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21056
85118d4d
EBM
210572013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21058
21059 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21060 to _sifields.sigfault.
21061 (si_addr_lsb): Define new macro.
21062 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21063 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21064 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21065
7a44c18f
CD
210662013-05-03 Carlos O'Donell <carlos at redhat.com>
21067
21068 [BZ #15441]
21069 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21070 returns -1.
21071 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21072 null return -1.
21073 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21074 loading the domain.
21075
b50a7181
JM
210762013-05-22 Joseph Myers <joseph@codesourcery.com>
21077
21078 * math/gen-libm-test.pl (parse_args): Do not include expected
21079 result in test name.
21080 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21081 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21082 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21083 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21084 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21085 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21086
051063c8
SP
210872013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
21088
3ce9e010
SP
21089 * benchtests/Makefile: Sort function entries.
21090
051063c8
SP
21091 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21092 tanh, asinh, acosh, atanh.
21093 * benchtests/acos-inputs: New file.
21094 * benchtests/acosh-inputs: New file.
21095 * benchtests/asin-inputs: New file.
21096 * benchtests/asinh-inputs: New file.
21097 * benchtests/atanh-inputs: New file.
21098 * benchtests/cosh-inputs: New file.
21099 * benchtests/log-inputs: New file.
21100 * benchtests/sinh-inputs: New file.
21101 * benchtests/tanh-inputs: New file.
21102
47c22455
DL
211032013-05-21 Dmitry V. Levin <ldv@altlinux.org>
21104
21105 [BZ #15339]
21106 * posix/tst-getaddrinfo4.c: New test.
21107 * posix/Makefile (tests): Add it.
21108
3d04f5db
SP
211092013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
21110
21111 [BZ #15339]
21112 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21113 when no services were used.
21114 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21115 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21116
d5dd6189
AS
211172013-05-21 Andreas Schwab <schwab@suse.de>
21118
21119 [BZ #15014]
21120 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21121 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21122 successful.
21123 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21124 redundant variable declarations and reallocation of buffer when
21125 parsing as IPv6 address. Always set NSS status when called from
21126 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
21127 buffer too small. Correct computation of needed size.
21128 * nss/Makefile (tests): Add test-digits-dots.
21129 * nss/test-digits-dots.c: New test.
21130
fef94eab
SP
211312013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
21132
21133 * benchtests/Makefile: Remove instructions for adding
21134 benchmark tests.
21135 * benchtests/README: New file to explain how to execute and
21136 enhance the benchmark tests.
21137
e39adf43
AS
211382013-05-21 Andreas Schwab <schwab@suse.de>
21139
21140 [BZ #15493]
21141 * setjmp/Makefile (tests): Add tst-sigsetjmp.
21142 * setjmp/tst-sigsetjmp.c: New test.
21143
b2b671b6
OB
211442013-05-20 Ondřej Bílka <neleai@seznam.cz>
21145
21146 * sysdeps/x86_64/memset.S (memset): New implementation.
21147 (__bzero): Likewise.
21148 (__memset_tail): New function.
21149
2d48b41c
OB
211502013-05-20 Ondřej Bílka <neleai@seznam.cz>
21151
21152 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21153 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21154 __memcpy_sse2_unaligned ifunc selection.
21155 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21156 Add memcpy-sse2-unaligned.S.
21157 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21158 Add: __memcpy_sse2_unaligned.
21159
f16cc3eb
JM
211602013-05-19 Joseph Myers <joseph@codesourcery.com>
21161
3e694268
JM
21162 [BZ #15490]
21163 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21164 math_force_eval before restoring floating-point envrionment.
21165 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21166 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21167 Likewise.
21168 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21169 <math_private.h>.
21170 (__nearbyintl): Use math_force_eval before restoring
21171 floating-point environment.
21172 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21173
db62a907
JM
21174 * math/gen-libm-test.pl (special_functions): Remove.
21175 (parse_args): Don't handle TEST_extra. Handle functions with no
21176 return value.
21177 * math/libm-test.inc (struct test_sincos_data): Replace with
21178 struct test_fFF_11_data.
21179 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21180 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21181 (sincos_test_data): Change element type to struct
21182 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
21183 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21184 RUN_TEST_LOOP_sincos.
21185 * math/README.libm-test: Don't mention special handling of
21186 individual functions.
21187 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21188 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21189 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21190 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21191 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21192 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21193
f16cc3eb
JM
21194 * math/gen-libm-test.pl (get_variable): Remove function.
21195 (parse_args): Don't show pointer parameters to call in test
21196 names. Use "extra output N" in test names for extra outputs
21197 rather than naming variables.
21198
3779b5b6
JM
211992013-05-18 Joseph Myers <joseph@codesourcery.com>
21200
2ee094ff
JM
21201 [BZ #15488]
21202 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21203 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21204 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21205 double tests.
21206 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21207 disable.
21208 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21209 check_long_double.
21210
3779b5b6
JM
21211 * math/gen-libm-test.pl (@tests): Remove variable.
21212 ($count): Likewise.
21213 (new_test): Remove function.
21214 (show_exceptions): New function.
21215 (special_functions): Use show_exceptions instead of new_test.
21216 (parse_args): Likewise.
21217 (generate_testfile): Pass only function name in generated call to
21218 print_max_error or print_complex_max_error.
21219 (get_ulps): Do not handle complex tests specially.
21220 (output_test): Rename to ...
21221 (get_all_ulps_for_test): ... this. Return a string rather than
21222 printing to a file. Require ulps to be present.
21223 (output_ulps): Generate arrays rather than #defines.
21224 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21225 (struct ulp_data): New type.
21226 (BUILD_COMPLEX_ULP): Remove macro.
21227 (compare_ulp_data): New function.
21228 (find_ulps): Likewise.
21229 (find_test_ulps): Likewise.
21230 (find_function_ulps): Likewise.
21231 (find_complex_function_ulps): Likewise.
21232 (print_max_error): Determine allowed ulps using
21233 find_function_ulps.
21234 (print_complex_max_error): Determine allowed ulps using
21235 find_complex_function_ulps.
21236 (check_float_internal): Determine max ulps using find_test_ulps.
21237 (check_float): Do not take max_ulp parameter. Update call to
21238 check_float_internal.
21239 (check_complex): Likewise.
21240 (check_int): Do not take max_ulp parameter.
21241 (check_long): Likewise.
21242 (check_bool): Likewise.
21243 (check_longlong): Likewise.
21244 (struct test_f_f_data): Remove max_ulp field.
21245 (struct test_ff_f_data): Likewise.
21246 (struct test_ff_f_data_nexttoward): Likewise.
21247 (struct test_fi_f_data): Likewise.
21248 (struct test_fl_f_data): Likewise.
21249 (struct test_if_f_data): Likewise.
21250 (struct test_fff_f_data): Likewise.
21251 (struct test_c_f_data): Likewise.
21252 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21253 (struct test_fF_f1_data): Likewise.
21254 (struct test_ffI_f1_data): Likewise.
21255 (struct test_c_c_data): Remove max_ulp field.
21256 (struct test_cc_c_data): Likewise.
21257 (struct test_f_i_data): Likewise.
21258 (struct test_ff_i_data): Likewise.
21259 (struct test_f_l_data): Likewise.
21260 (struct test_f_L_data): Likewise.
21261 (struct test_sincos_data): Likewise.
21262 (RUN_TEST_f_f): Do not handle ulps.
21263 (RUN_TEST_LOOP_f_f): Likewise.
21264 (RUN_TEST_2_f): Likewise.
21265 (RUN_TEST_LOOP_2_f): Likewise.
21266 (RUN_TEST_fff_f): Likewise.
21267 (RUN_TEST_LOOP_fff_f): Likewise.
21268 (RUN_TEST_c_f): Likewise.
21269 (RUN_TEST_LOOP_c_f): Likewise.
21270 (RUN_TEST_f_f1): Likewise.
21271 (RUN_TEST_LOOP_f_f1): Likewise.
21272 (RUN_TEST_fF_f1): Likewise.
21273 (RUN_TEST_LOOP_fF_f1): Likewise.
21274 (RUN_TEST_fI_f1): Likewise.
21275 (RUN_TEST_LOOP_fI_f1): Likewise.
21276 (RUN_TEST_ffI_f1): Likewise.
21277 (RUN_TEST_LOOP_ffI_f1): Likewise.
21278 (RUN_TEST_c_c): Likewise.
21279 (RUN_TEST_LOOP_c_c): Likewise.
21280 (RUN_TEST_cc_c): Likewise.
21281 (RUN_TEST_LOOP_cc_c): Likewise.
21282 (RUN_TEST_f_i): Likewise.
21283 (RUN_TEST_LOOP_f_i): Likewise.
21284 (RUN_TEST_f_i_tg): Likewise.
21285 (RUN_TEST_LOOP_f_i_tg): Likewise.
21286 (RUN_TEST_ff_i_tg): Likewise.
21287 (RUN_TEST_LOOP_ff_i_tg): Likewise.
21288 (RUN_TEST_f_b): Likewise.
21289 (RUN_TEST_LOOP_f_b): Likewise.
21290 (RUN_TEST_f_b_tg): Likewise.
21291 (RUN_TEST_LOOP_f_b_tg): Likewise.
21292 (RUN_TEST_f_l): Likewise.
21293 (RUN_TEST_LOOP_f_l): Likewise.
21294 (RUN_TEST_f_L): Likewise.
21295 (RUN_TEST_LOOP_f_L): Likewise.
21296 (RUN_TEST_sincos): Likewise.
21297 (RUN_TEST_LOOP_sincos): Likewise.
21298
8269107f
JM
212992013-05-17 Joseph Myers <joseph@codesourcery.com>
21300
bb38759d
JM
21301 [BZ #15480]
21302 [BZ #15485]
21303 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21304 main case of finite arguments, set rounding mode to FE_TONEAREST
21305 and discard exceptions.
21306 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21307 exceptions.
21308 (remainder_tonearest_test_data): New variable.
21309 (remainder_test_tonearest): New function.
21310 (remainder_towardzero_test_data): New variable.
21311 (remainder_test_towardzero): New function.
21312 (remainder_downward_test_data): New variable.
21313 (remainder_test_downward): New function.
21314 (remainder_upward_test_data): New variable.
21315 (remainder_test_upward): New function.
21316 (main): Call the new test functions.
21317
a00bdcf0
JM
21318 * math/libm-test.inc (struct test_f_f1_data): Remove field
21319 extra_init.
21320 (struct test_fF_f1_data): Likewise.
21321 (struct test_ffI_f1_data): Likewise.
21322 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
21323 based on value of EXTRA_EXPECTED.
21324 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21325 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
21326 EXTRA_VAR based on value of EXTRA_EXPECTED.
21327 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21328 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
21329 EXTRA_VAR based on value of EXTRA_EXPECTED.
21330 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21331 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
21332 EXTRA_VAR based on value of EXTRA_EXPECTED.
21333 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21334 * math/gen-libm-test.pl (parse_args): Don't output initializers
21335 for extra output values.
21336
de407f79
JM
21337 * math/libm-test.inc (check_int): Expect result to be exactly
21338 equal to expected value and do not handle ulps.
21339 (check_long): Likewise.
21340 (check_longlong): Likewise.
21341
8269107f
JM
21342 * math/libm-test.inc (ceil_test_data): Test for "inexact"
21343 exceptions.
21344 (cimag_test_data): Likewise.
21345 (conj_test_data): Likewise.
21346 (copysign_test_data): Likewise.
21347 (cproj_test_data): Likewise.
21348 (creal_test_data): Likewise.
21349 (fabs_test_data): Likewise.
21350 (fdim_test_data): Likewise.
21351 (finite_test_data): Likewise.
21352 (floor_test_data): Likewise.
21353 (fmax_test_data): Likewise.
21354 (fmin_test_data): Likewise.
21355 (fmod_test_data): Likewise.
21356 (fpclassify_test_data): Likewise.
21357 (frexp_test_data): Likewise.
21358 (ilogb_test_data): Likewise.
21359 (isfinite_test_data): Likewise.
21360 (isgreater_test_data): Likewise.
21361 (isgreaterequal_test_data): Likewise.
21362 (isinf_test_data): Likewise.
21363 (isless_test_data): Likewise.
21364 (islessequal_test_data): Likewise.
21365 (islessgreater_test_data): Likewise.
21366 (isnan_test_data): Likewise.
21367 (isnormal_test_data): Likewise.
21368 (issignaling_test_data): Likewise.
21369 (isunordered_test_data): Likewise.
21370 (ldexp_test_data): Likewise.
21371 (lrint_test_data): Likewise.
21372 (lrint_test_data) [TEST_FLOAT]: Disable one test.
21373 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21374 (lrint_tonearest_test_data): Test for "inexact" exceptions.
21375 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21376 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21377 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21378 test input.
21379 (lrint_towardzero_test_data): Test for "inexact" exceptions.
21380 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21381 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21382 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21383 that test input.
21384 (lrint_downward_test_data): Test for "inexact" exceptions.
21385 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21386 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21387 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21388 test input.
21389 (lrint_upward_test_data): Test for "inexact" exceptions.
21390 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21391 test input.
21392 (llrint_test_data): Test for "inexact" exceptions.
21393 (llrint_test_data) [TEST_FLOAT]: Disable one test.
21394 (llrint_tonearest_test_data): Test for "inexact" exceptions.
21395 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21396 (llrint_towardzero_test_data): Test for "inexact" exceptions.
21397 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21398 (llrint_downward_test_data): Test for "inexact" exceptions.
21399 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21400 (llrint_upward_test_data): Test for "inexact" exceptions.
21401 (logb_test_data): Likewise.
21402 (logb_downward_test_data): Likewise.
21403 (nextafter_test_data): Likewise.
21404 (nexttoward_test_data): Likewise.
21405 (remainder_test_data): Likewise.
21406 (remquo_test_data): Likewise.
21407 (scalbn_test_data): Likewise.
21408 (scalbln_test_data): Likewise.
21409 (signbit_test_data): Likewise.
21410 (sqrt_test_data): Likewise.
21411 (significand_test_data): Likewise.
21412
48a18de1
SP
214132013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
21414
21415 [BZ #15424]
21416 * benchtests/bench-modf.c (struct args): Mark arg0 as
21417 volatile.
21418 * scripts/bench.pl: Mark members of struct args as volatile.
21419
13d3b41a
AZ
214202013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21421
68191c1d 21422 [BZ # 15497]
13d3b41a
AZ
21423 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21424 negative infinity on POWER6 or lower.
21425 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21426
2848b105
MR
214272013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
21428
21429 [BZ #15442]
21430 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21431 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21432 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21433 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21434 (_FP_SETQNAN): New macro.
21435 (_FP_SETQNAN_SEMIRAW): Likewise.
21436 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21437 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21438 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21439 (FP_EXTEND): Use _FP_FRAC_SNANP.
21440 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21441 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21442 into account.
21443 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21444 New macro.
21445 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21446 Likewise.
21447
323e5cb7
JM
214482013-05-16 Joseph Myers <joseph@codesourcery.com>
21449
c58b274f
JM
21450 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21451 with DIVIDE_BY_ZERO_EXCEPTION.
21452 (gamma_test_data): Likewise.
21453 (lgamma_test_data): Likewise.
21454 (log_test_data): Likewise.
21455 (log10_test_data): Likewise.
21456 (log2_test_data): Likewise.
21457 (tgamma_test_data): Likewise.
21458
0ab34904
JM
21459 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21460 (acos_test_tonearest): Likewise.
21461 (acos_test_towardzero): Likewise.
21462 (acos_test_downward): Likewise.
21463 (acos_test_upward): Likewise.
21464 (acosh_test): Likewise.
21465 (asin_test): Likewise.
21466 (asin_test_tonearest): Likewise.
21467 (asin_test_towardzero): Likewise.
21468 (asin_test_downward): Likewise.
21469 (asin_test_upward): Likewise.
21470 (asinh_test): Likewise.
21471 (atan_test): Likewise.
21472 (atanh_test): Likewise.
21473 (atan2_test): Likewise.
21474 (cabs_test): Likewise.
21475 (cacos_test): Likewise.
21476 (cacosh_test): Likewise.
21477 (casin_test): Likewise.
21478 (casinh_test): Likewise.
21479 (catan_test): Likewise.
21480 (catanh_test): Likewise.
21481 (cbrt_test): Likewise.
21482 (ccos_test): Likewise.
21483 (ccosh_test): Likewise.
21484 (cexp_test): Likewise.
21485 (clog_test): Likewise.
21486 (clog10_test): Likewise.
21487 (cos_test): Likewise.
21488 (cos_test_tonearest): Likewise.
21489 (cos_test_towardzero): Likewise.
21490 (cos_test_downward): Likewise.
21491 (cos_test_upward): Likewise.
21492 (cosh_test): Likewise.
21493 (cosh_test_tonearest): Likewise.
21494 (cosh_test_towardzero): Likewise.
21495 (cosh_test_downward): Likewise.
21496 (cosh_test_upward): Likewise.
21497 (cpow_test): Likewise.
21498 (csin_test): Likewise.
21499 (csinh_test): Likewise.
21500 (csqrt_test): Likewise.
21501 (ctan_test): Likewise.
21502 (ctan_test_tonearest): Likewise.
21503 (ctan_test_towardzero): Likewise.
21504 (ctan_test_downward): Likewise.
21505 (ctan_test_upward): Likewise.
21506 (ctanh_test): Likewise.
21507 (ctanh_test_tonearest): Likewise.
21508 (ctanh_test_towardzero): Likewise.
21509 (ctanh_test_downward): Likewise.
21510 (ctanh_test_upward): Likewise.
21511 (erf_test): Likewise.
21512 (erfc_test): Likewise.
21513 (exp_test): Likewise.
21514 (exp_test_tonearest): Likewise.
21515 (exp_test_towardzero): Likewise.
21516 (exp_test_downward): Likewise.
21517 (exp_test_upward): Likewise.
21518 (exp10_test): Likewise.
21519 (exp2_test): Likewise.
21520 (expm1_test): Likewise.
21521 (fmod_test): Likewise.
21522 (gamma_test): Likewise.
21523 (hypot_test): Likewise.
21524 (j0_test): Likewise.
21525 (j1_test): Likewise.
21526 (jn_test): Likewise.
21527 (lgamma_test): Likewise.
21528 (log_test): Likewise.
21529 (log10_test): Likewise.
21530 (log1p_test): Likewise.
21531 (log2_test): Likewise.
21532 (logb_test_downward): Likewise.
21533 (pow_test): Likewise.
21534 (pow_test_tonearest): Likewise.
21535 (pow_test_towardzero): Likewise.
21536 (pow_test_downward): Likewise.
21537 (pow_test_upward): Likewise.
21538 (remainder_test): Likewise.
21539 (remquo_test): Likewise.
21540 (sin_test): Likewise.
21541 (sin_test_tonearest): Likewise.
21542 (sin_test_towardzero): Likewise.
21543 (sin_test_downward): Likewise.
21544 (sin_test_upward): Likewise.
21545 (sincos_test): Likewise.
21546 (sinh_test): Likewise.
21547 (sinh_test_tonearest): Likewise.
21548 (sinh_test_towardzero): Likewise.
21549 (sinh_test_downward): Likewise.
21550 (sinh_test_upward): Likewise.
21551 (sqrt_test): Likewise.
21552 (tan_test): Likewise.
21553 (tan_test_tonearest): Likewise.
21554 (tan_test_towardzero): Likewise.
21555 (tan_test_downward): Likewise.
21556 (tan_test_upward): Likewise.
21557 (tanh_test): Likewise.
21558 (tgamma_test): Likewise.
21559 (y0_test): Likewise.
21560 (y1_test): Likewise.
21561 (yn_test): Likewise.
21562
323e5cb7
JM
21563 * math/gen-libm-test.pl (adjust_arg): Remove function.
21564 (special_function): Remove argument $in_func. Only handle
21565 generating output for tables of tests, not inside functions.
21566 (parse_args): Likewise.
21567 (generate_testfile): Remove variable $in_func. Update call to
21568 parse_args.
21569 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
21570 (MINUS_ZERO_INIT): Rename macro to minus_zero.
21571 (PLUS_INFTY_INIT): Rename macro to plus_infty.
21572 (MINUS_INFTY_INIT): Rename macro to minus_infty.
21573 (QNAN_VALUE_INIT): Rename macro to qnan_value.
21574 (MAX_VALUE_INIT): Rename macro to max_value.
21575 (MIN_VALUE_INIT): Rename macro to min_value.
21576 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
21577 (plus_zero): Remove variable.
21578 (minus_zero): Likewise.
21579 (plus_infty): Likewise.
21580 (minus_infty): Likewise.
21581 (qnan_value): Likewise.
21582 (max_value): Likewise.
21583 (min_value): Likewise.
21584 (min_subnorm_value): Likewise.
21585
e054f494
RA
215862013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
21587
21588 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
21589 uint64_t or uint32_t usage.
21590 * crypt/sha256-block.c: Likewise.
21591 * crypt/sha256-crypt.c: Likewise.
21592 * crypt/sha256.c: Likewise.
21593 * crypt/sha512-block.c: Likewise.
21594 * crypt/sha512-crypt.c: Likewise.
21595 * crypt/sha512.c: Likewise.
21596 * debug/backtrace-tst.c: Likewise.
21597 * debug/pcprofiledump.c: Likewise.
21598 * elf/cache.c: Likewise.
21599 * elf/dl-cache.c: Likewise.
21600 * elf/dl-misc.c: Likewise.
21601 * elf/dl-profile.c: Likewise.
21602 * elf/dl-support.c: Likewise.
21603 * elf/ldconfig.c: Likewise.
21604 * elf/sprof.c: Likewise.
21605 * iconv/dummy-repertoire.c: Likewise.
21606 * iconv/iconv_charmap.c: Likewise.
21607 * iconv/skeleton.c: Likewise.
21608 * iconvdata/8bit-generic.c: Likewise.
21609 * iconvdata/cp737.h: Likewise.
21610 * iconvdata/cp775.h: Likewise.
21611 * iconvdata/ibm1008.h: Likewise.
21612 * iconvdata/ibm1025.h: Likewise.
21613 * iconvdata/ibm1046.h: Likewise.
21614 * iconvdata/ibm1097.h: Likewise.
21615 * iconvdata/ibm1112.h: Likewise.
21616 * iconvdata/ibm1122.h: Likewise.
21617 * iconvdata/ibm1123.h: Likewise.
21618 * iconvdata/ibm1124.h: Likewise.
21619 * iconvdata/ibm1129.h: Likewise.
21620 * iconvdata/ibm1130.h: Likewise.
21621 * iconvdata/ibm1132.h: Likewise.
21622 * iconvdata/ibm1133.h: Likewise.
21623 * iconvdata/ibm1137.h: Likewise.
21624 * iconvdata/ibm1140.h: Likewise.
21625 * iconvdata/ibm1141.h: Likewise.
21626 * iconvdata/ibm1142.h: Likewise.
21627 * iconvdata/ibm1143.h: Likewise.
21628 * iconvdata/ibm1144.h: Likewise.
21629 * iconvdata/ibm1145.h: Likewise.
21630 * iconvdata/ibm1146.h: Likewise.
21631 * iconvdata/ibm1147.h: Likewise.
21632 * iconvdata/ibm1148.h: Likewise.
21633 * iconvdata/ibm1149.h: Likewise.
21634 * iconvdata/ibm1153.h: Likewise.
21635 * iconvdata/ibm1154.h: Likewise.
21636 * iconvdata/ibm1155.h: Likewise.
21637 * iconvdata/ibm1156.h: Likewise.
21638 * iconvdata/ibm1157.h: Likewise.
21639 * iconvdata/ibm1158.h: Likewise.
21640 * iconvdata/ibm1160.h: Likewise.
21641 * iconvdata/ibm1161.h: Likewise.
21642 * iconvdata/ibm1162.h: Likewise.
21643 * iconvdata/ibm1163.h: Likewise.
21644 * iconvdata/ibm1164.h: Likewise.
21645 * iconvdata/ibm1166.h: Likewise.
21646 * iconvdata/ibm1167.h: Likewise.
21647 * iconvdata/ibm12712.h: Likewise.
21648 * iconvdata/ibm1390.h: Likewise.
21649 * iconvdata/ibm1399.h: Likewise.
21650 * iconvdata/ibm16804.h: Likewise.
21651 * iconvdata/ibm4517.h: Likewise.
21652 * iconvdata/ibm4899.h: Likewise.
21653 * iconvdata/ibm4909.h: Likewise.
21654 * iconvdata/ibm4971.h: Likewise.
21655 * iconvdata/ibm5347.h: Likewise.
21656 * iconvdata/ibm803.h: Likewise.
21657 * iconvdata/ibm856.h: Likewise.
21658 * iconvdata/ibm901.h: Likewise.
21659 * iconvdata/ibm902.h: Likewise.
21660 * iconvdata/ibm9030.h: Likewise.
21661 * iconvdata/ibm9066.h: Likewise.
21662 * iconvdata/ibm921.h: Likewise.
21663 * iconvdata/ibm922.h: Likewise.
21664 * iconvdata/ibm9448.h: Likewise.
21665 * iconvdata/isiri-3342.h: Likewise.
21666 * iconvdata/jis0201.h: Likewise.
21667 * include/link.h: Likewise.
21668 * include/netdb.h: Likewise.
21669 * inet/check_native.c: Likewise.
21670 * inet/check_pf.c: Likewise.
21671 * inet/getipv4sourcefilter.c: Likewise.
21672 * inet/getnameinfo.c: Likewise.
21673 * inet/getsourcefilter.c: Likewise.
21674 * inet/htonl.c: Likewise.
21675 * inet/setipv4sourcefilter.c: Likewise.
21676 * inet/setsourcefilter.c: Likewise.
21677 * inet/test-inet6_opt.c: Likewise.
21678 * inet/tst-network.c: Likewise.
21679 * locale/C-collate.c: Likewise.
21680 * locale/C-ctype.c: Likewise.
21681 * locale/C-time.c: Likewise.
21682 * locale/C-translit.h: Likewise.
21683 * locale/loadarchive.c: Likewise.
21684 * locale/programs/3level.h: Likewise.
21685 * locale/programs/charmap.c: Likewise.
21686 * locale/programs/charmap.h: Likewise.
21687 * locale/programs/ld-address.c: Likewise.
21688 * locale/programs/ld-collate.c: Likewise.
21689 * locale/programs/ld-ctype.c: Likewise.
21690 * locale/programs/ld-identification.c: Likewise.
21691 * locale/programs/ld-measurement.c: Likewise.
21692 * locale/programs/ld-messages.c: Likewise.
21693 * locale/programs/ld-monetary.c: Likewise.
21694 * locale/programs/ld-name.c: Likewise.
21695 * locale/programs/ld-numeric.c: Likewise.
21696 * locale/programs/ld-paper.c: Likewise.
21697 * locale/programs/ld-telephone.c: Likewise.
21698 * locale/programs/ld-time.c: Likewise.
21699 * locale/programs/linereader.c: Likewise.
21700 * locale/programs/locale.c: Likewise.
21701 * locale/programs/locarchive.c: Likewise.
21702 * locale/programs/locfile.h: Likewise.
21703 * locale/programs/repertoire.c: Likewise.
21704 * locale/programs/simple-hash.c: Likewise.
21705 * locale/programs/simple-hash.h: Likewise.
21706 * malloc/memusage.c: Likewise.
21707 * malloc/memusagestat.c: Likewise.
21708 * nis/nis_defaults.c: Likewise.
21709 * nis/nis_hash.c: Likewise.
21710 * nis/nis_print.c: Likewise.
21711 * nis/nis_xdr.c: Likewise.
21712 * nscd/connections.c: Likewise.
21713 * nscd/hstcache.c: Likewise.
21714 * nscd/nscd_gethst_r.c: Likewise.
21715 * nscd/nscd_getserv_r.c: Likewise.
21716 * nscd/nscd_helper.c: Likewise.
21717 * nscd/servicescache.c: Likewise.
21718 * nss/makedb.c: Likewise.
21719 * nss/nss_db/db-XXX.c: Likewise.
21720 * nss/nss_db/db-initgroups.c: Likewise.
21721 * nss/nss_db/db-netgrp.c: Likewise.
21722 * nss/nss_files/files-network.c: Likewise.
21723 * nss/nss_files/files-parse.c: Likewise.
21724 * posix/bug-regex5.c: Likewise.
21725 * posix/fnmatch_loop.c: Likewise.
21726 * posix/regcomp.c: Likewise.
21727 * posix/regexec.c: Likewise.
21728 * posix/tst-rfc3484-2.c: Likewise.
21729 * posix/tst-rfc3484-3.c: Likewise.
21730 * posix/tst-rfc3484.c: Likewise.
21731 * resolv/nss_dns/dns-canon.c: Likewise.
21732 * resolv/nss_dns/dns-network.c: Likewise.
21733 * resolv/res_init.c: Likewise.
21734 * resolv/res_mkquery.c: Likewise.
21735 * resolv/tst-aton.c: Likewise.
21736 * stdlib/cxa_atexit.c: Likewise.
21737 * stdlib/cxa_finalize.c: Likewise.
21738 * stdlib/gen-fpioconst.c: Likewise.
21739 * stdlib/strtol_l.c: Likewise.
21740 * string/tst-endian.c: Likewise.
21741 * sunrpc/auth_des.c: Likewise.
21742 * sunrpc/clnt_udp.c: Likewise.
21743 * sunrpc/rtime.c: Likewise.
21744 * sunrpc/svcauth_des.c: Likewise.
21745 * sunrpc/xdr.c: Likewise.
21746 * sunrpc/xdr_intXX_t.c: Likewise.
21747 * sunrpc/xdr_rec.c: Likewise.
21748 * sysdeps/generic/ldconfig.h: Likewise.
21749 * sysdeps/generic/ldsodefs.h: Likewise.
21750 * sysdeps/generic/memusage.h: Likewise.
21751 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21752 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21753 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21754 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21755 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21756 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21757 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21758 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21759 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21760 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21761 * sysdeps/posix/getaddrinfo.c: Likewise.
21762 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21763 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21764 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21765 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21766 * sysdeps/powerpc/test-gettimebase.c: Likewise.
21767 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21768 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21769 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21770 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21771 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21772 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21773 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21774 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21775 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21776 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21777 * sysdeps/x86_64/dl-tls.h: Likewise.
21778 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21779 * time/alt_digit.c: Likewise.
21780 * time/era.c: Likewise.
21781 * wcsmbs/tst-c16c32-1.c: Likewise.
21782
8c75f674
JM
217832013-05-16 Joseph Myers <joseph@codesourcery.com>
21784
21785 * math/libm-test.inc (struct test_sincos_data): New type.
21786 (RUN_TEST_LOOP_sincos): New macro.
21787 (sincos_test_data): New variable.
21788 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21789
e6e49e59
RH
217902013-05-16 Richard Henderson <rth@redhat.com>
21791
21792 * math/atest-exp2.c (LIMB64): New macro.
21793 (CONSTSZ): New macro.
21794 (mp_exp1, mp_exp_m1, mp_log2): New variables.
21795 (hexdig): Move ...
21796 (print_mpn_fp): ... to function scope.
21797 (read_mpn_hex): Remove.
21798 (get_log2): Remove.
21799 (exp2_mpn): Use mp_log2.
21800 (main): Use mp_exp1.
21801
15c7c18d
JM
218022013-05-16 Joseph Myers <joseph@codesourcery.com>
21803
105a07df
JM
21804 * math/libm-test.inc: Remove comment about not testing "inexact"
21805 exceptions.
21806 (INEXACT_EXCEPTION): New macro.
21807 (NO_INEXACT_EXCEPTION): Likewise.
21808 (INVALID_EXCEPTION_OK): Update value.
21809 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21810 (OVERFLOW_EXCEPTION_OK): Likewise.
21811 (UNDERFLOW_EXCEPTION_OK): Likewise.
21812 (IGNORE_ZERO_INF_SIGN): Likewise.
21813 (ERRNO_UNCHANGED): Likewise.
21814 (ERRNO_EDOM): Likewise.
21815 (ERRNO_ERANGE): Likewise.
21816 (test_exceptions): Handle testing "inexact" exceptions.
21817 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21818 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21819 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21820 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21821 INEXACT_EXCEPTION.
21822 (rint_towardzero_test_data): Likewise.
21823 (rint_downward_test_data): Likewise.
21824 (rint_upward_test_data): Likewise.
21825
e9eee333
JM
21826 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21827 with OVERFLOW_EXCEPTION.
21828 (exp10_test_data): Likewise.
21829 (exp2_test_data): Likewise.
21830 (expm1_test_data): Likewise.
21831 (lgamma_test_data): Likewise.
21832 (pow_test_data): Likewise.
21833 (tgamma_test_data): Likewise.
21834 (yn_test_data): Remove duplicate test of overflow.
21835
1c38ff73
JM
21836 * math/libm-test.inc (struct test_cc_c_data): New type.
21837 (RUN_TEST_LOOP_cc_c): New macro.
21838 (cpow_test_data): New variable.
21839 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21840
15c7c18d
JM
21841 * math/libm-test.inc (struct test_f_L_data): New type.
21842 (RUN_TEST_LOOP_f_L): New macro.
21843 (llrint_test_data): New variable.
21844 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21845 (llrint_tonearest_test_data): New variable.
21846 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21847 (llrint_towardzero_test_data): New variable.
21848 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21849 (llrint_downward_test_data): New variable.
21850 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21851 (llrint_upward_test_data): New variable.
21852 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21853 (llround_test_data): New variable.
21854 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21855
f137ff13
PC
218562013-05-13 Peter Collingbourne <pcc@google.com>
21857
21858 * math/atest-exp2.c (get_log2): Remove const attribute.
21859
3608cb24
JM
218602013-05-15 Joseph Myers <joseph@codesourcery.com>
21861
21862 * math/libm-test.inc (struct test_f_l_data): New type.
21863 (RUN_TEST_LOOP_f_l): New macro.
21864 (lrint_test_data): New variable.
21865 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21866 (lrint_tonearest_test_data): New variable.
21867 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21868 (lrint_towardzero_test_data): New variable.
21869 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21870 (lrint_downward_test_data): New variable.
21871 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21872 (lrint_upward_test_data): New variable.
21873 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21874 (lround_test_data): New variable.
21875 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21876
39b1f617
PC
218772013-05-15 Peter Collingbourne <pcc@google.com>
21878
1deff3dc
PC
21879 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21880 (EXTRACT_WORDS64) Use where appropriate.
21881 (INSERT_WORDS64) Likewise.
21882
791f3ba0
PC
21883 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21884 constraints with x constraints.
21885 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21886
39b1f617
PC
21887 * malloc/obstack.c (_obstack_compat): Add initializer.
21888
12fba011
EM
218892013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
21890
21891 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21892 si_trapno and add si_addr_lsb to _sifields.sigfault.
21893 (si_trapno): Remove macro.
21894 (si_addr_lsb): Define new macro.
21895 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21896
d369f531
JM
218972013-05-15 Joseph Myers <joseph@codesourcery.com>
21898
b861c6c4
JM
21899 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21900 instead of TEST_f_l.
21901 (llrint_test_tonearest): Likewise.
21902 (llrint_test_towardzero): Likewise.
21903 (llrint_test_downward): Likewise.
21904 (llrint_test_upward): Likewise.
21905 (llround_test): Likewise.
21906
7abeee12
JM
21907 * math/libm-test.inc (struct test_f_i_data): Add comment.
21908 (RUN_TEST_LOOP_f_b): New macro.
21909 (RUN_TEST_LOOP_f_b_tg): Likewise.
21910 (finite_test_data): New variable.
21911 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21912 (isfinite_test_data): New variable.
21913 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21914 (isinf_test_data): New variable.
21915 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21916 (isnan_test_data): New variable.
21917 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21918 (isnormal_test_data): New variable.
21919 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21920 (issignaling_test_data): New variable.
21921 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21922 (signbit_test_data): New variable.
21923 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21924
cbe8c4d3
JM
21925 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21926 with INVALID_EXCEPTION.
21927 (acosh_test_data): Likewise.
21928 (asin_test_data): Likewise.
21929 (atanh_test_data): Likewise.
21930 (fmod_test_data): Likewise.
21931 (log_test_data): Likewise.
21932 (log10_test_data): Likewise.
21933 (log2_test_data): Likewise.
21934 (pow_test_data): Likewise.
21935 (sqrt_test_data): Likewise.
21936 (y0_test_data): Likewise.
21937 (y1_test_data): Likewise.
21938 (yn_test_data): Likewise.
21939
5575c0e5
JM
21940 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21941 function contents.
21942
d369f531
JM
21943 * math/libm-test.inc (struct test_ff_i_data): New type.
21944 (RUN_TEST_LOOP_ff_i_tg): New macro.
21945 (isgreater_test_data): New variable.
21946 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21947 (isgreaterequal_test_data): New variable.
21948 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21949 (isless_test_data): New variable.
21950 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21951 (islessequal_test_data): New variable.
21952 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21953 (islessgreater_test_data): New variable.
21954 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21955 (isunordered_test_data): New variable.
21956 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21957
781fd748
DM
219582013-05-14 David S. Miller <davem@davemloft.net>
21959
21960 * sysdeps/sparc/fpu/libm-test-ulps: Update.
21961
87aa21df
JM
219622013-05-14 Joseph Myers <joseph@codesourcery.com>
21963
5e908270
JM
21964 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
21965
f71172e5
JM
21966 * math/libm-test.inc (struct test_fF_f1_data): Change type of
21967 extra_test to int.
21968 (struct test_f_i_data): Change type of max_ulp to int.
21969
8cfa635a
JM
21970 * math/libm-test.inc (test_ffI_f1_data): New type.
21971 (RUN_TEST_LOOP_ffI_f1): New macro.
21972 (remquo_test_data): New variable.
21973 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
21974
2bcb36b2
JM
21975 * setjmp/tst-setjmp-fp.c: New file.
21976 * setjmp/Makefile (tests): Add tst-setjmp-fp.
21977 (link-libm): New variable.
21978 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
21979
acbd839a
JM
21980 * math/libm-test.inc (struct test_f_i_data): New type.
21981 (RUN_TEST_LOOP_f_i): New macro.
21982 (RUN_TEST_LOOP_f_i_tg): Likewise.
21983 (fpclassify_test_data): New variable.
21984 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
21985 (ilogb_test_data): New variable.
21986 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
21987
e414d745
JM
21988 * math/libm-test.inc (scalbln_test): Correct function name in END
21989 call.
21990
d9c2a0fd
JM
21991 * math/libm-test.inc (struct test_f_f1_data): Add comment.
21992 (RUN_TEST_LOOP_fI_f1): New macro.
21993 (frexp_test_data): New variable.
21994 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
21995
9dc9095d
JM
21996 * math/libm-test.inc (struct test_fF_f1_data): New type.
21997 (RUN_TEST_LOOP_fF_f1): New macro.
21998 (modf_test_data): New variable.
21999 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
22000
87aa21df
JM
22001 * math/libm-test.inc (struct test_f_f1_data): New type.
22002 (RUN_TEST_LOOP_f_f1): New macro.
22003 (gamma_test_data): New variable.
22004 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22005 (lgamma_test_data): New variable.
22006 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22007
141af660
CD
220082013-05-13 Carlos O'Donell <carlos@redhat.com>
22009
22010 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
22011 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
22012 (main): Comment "tls" pseudo-hwcap.
22013
6d33265c
JM
220142013-05-13 Joseph Myers <joseph@codesourcery.com>
22015
68fc074c
JM
22016 * math/libm-test.inc (struct test_fl_f_data): New type.
22017 (RUN_TEST_LOOP_fl_f): New variable.
22018 (scalbln_test_data): New variable.
22019 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
22020
243216e1
JM
22021 * math/libm-test.inc (struct test_fi_f_data): New type.
22022 (RUN_TEST_LOOP_fi_f): New macro.
22023 (ldexp_test_data): New variable.
22024 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
22025 (scalbn_test_data): New variable.
22026 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
22027
6a1992e2
JM
22028 * math/libm-test.inc (struct test_c_f_data): New type.
22029 (RUN_TEST_LOOP_c_f): New macro.
22030 (cabs_test_data): New variable.
22031 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
22032 (carg_test_data): New variable.
22033 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22034 (cimag_test_data): New variable.
22035 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22036 (creal_test_data): New variable.
22037 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22038
0e400df5
JM
22039 * math/libm-test.inc (struct test_if_f_data): New type.
22040 (RUN_TEST_LOOP_if_f): New macro.
22041 (jn_test_data): New variable.
22042 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22043 (yn_test_data): New variable.
22044 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22045
6d33265c
JM
22046 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22047
f98ece5f
AZ
220482013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22049
22050 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22051 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22052
0f7d347b
SP
220532013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
22054
43fe811b
SP
22055 * benchtests/Makefile (CPPFLAGS-nonlib): Add
22056 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22057 (bench-deps): Add bench-timing.h.
22058 * benchtests-bench-skeleton.c: Include bench-timing.h.
22059 (main): Use TIMING_* macros instead of clock_gettime.
22060 * benchtests/bench-timing.h: New file.
22061
0f7d347b
SP
22062 [BZ #14582]
22063 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22064 Renamed from _LIB_VERSION.
22065 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22066
601a3a5f
JM
220672013-05-12 Joseph Myers <joseph@codesourcery.com>
22068
4f184d30
JM
22069 * math/libm-test.inc (struct test_fff_f_data): New type.
22070 (RUN_TEST_LOOP_fff_f): New macro.
22071 (fma_test_data): New variable.
22072 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22073 (fma_towardzero_test_data): New variable.
22074 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22075 (fma_downward_test_data): New variable.
22076 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22077 (fma_upward_test_data): New variable.
22078 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22079
08198877
JM
22080 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22081 (struct test_c_c_data): New type.
22082 (RUN_TEST_LOOP_c_c): New macro.
22083 (cacos_test_data): New variable.
22084 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22085 (cacosh_test_data): New variable.
22086 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22087 (casin_test_data): New variable.
22088 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22089 (casinh_test_data): New variable.
22090 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22091 (catan_test_data): New variable.
22092 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22093 (catanh_test_data): New variable.
22094 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22095 (ccos_test_data): New variable.
22096 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22097 (ccosh_test_data): New variable.
22098 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22099 (cexp_test_data): New variable.
22100 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22101 (clog_test_data): New variable.
22102 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22103 (clog10_test_data): New variable.
22104 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22105 (conj_test_data): New variable.
22106 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22107 (cproj_test_data): New variable.
22108 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22109 (csin_test_data): New variable.
22110 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22111 (csinh_test_data): New variable.
22112 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22113 (csqrt_test_data): New variable.
22114 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22115 (ctan_test_data): New variable.
22116 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22117 (ctan_tonearest_test_data): New variable.
22118 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22119 (ctan_towardzero_test_data): New variable.
22120 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22121 (ctan_downward_test_data): New variable.
22122 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22123 (ctan_upward_test_data): New variable.
22124 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22125 (ctanh_test_data): New variable.
22126 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22127 (ctanh_tonearest_test_data): New variable.
22128 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22129 (ctanh_towardzero_test_data): New variable.
22130 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22131 (ctanh_downward_test_data): New variable.
22132 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22133 (ctanh_upward_test_data): New variable.
22134 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22135 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22136 of BUILD_COMPLEX.
22137
601a3a5f
JM
22138 * math/libm-test.inc (struct test_ff_f_data): New type.
22139 (struct test_ff_f_data_nexttoward): Likewise.
22140 (RUN_TEST_LOOP_2_f): New macro.
22141 (RUN_TEST_LOOP_ff_f): Likewise.
22142 (atan2_test_data): New variable.
22143 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22144 (copysign_test_data): New variable.
22145 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22146 (fdim_test_data): New variable.
22147 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22148 (fmax_test_data): New variable.
22149 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22150 (fmin_test_data): New variable.
22151 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22152 (fmod_test_data): New variable.
22153 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22154 (hypot_test_data): New variable.
22155 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22156 (nextafter_test_data): New variable.
22157 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22158 (nexttoward_test_data): New variable.
22159 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22160 (pow_test_data): New variable.
22161 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22162 (pow_tonearest_test_data): New variable.
22163 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22164 (pow_towardzero_test_data): New variable.
22165 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22166 (pow_downward_test_data): New variable.
22167 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22168 (pow_upward_test_data): New variable.
22169 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22170 (remainder_test_data): New variable.
22171 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22172 (scalb_test_data): New variable.
22173 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22174 * sysdeps/i386/fpu/libm-test-ulps: Update.
22175
74c57478
JM
221762013-05-11 Joseph Myers <joseph@codesourcery.com>
22177
8329e4da
JM
22178 * math/libm-test.inc (fma_test): Use max_value instead of local
22179 variable fltmax.
22180 (nextafter_test): Likewise.
22181
74c57478
JM
22182 * math/libm-test.inc (acos_towardzero_test_data): New variable.
22183 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22184 (acos_downward_test_data): New variable.
22185 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22186 (acos_upward_test_data): New variable.
22187 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22188 (acosh_test_data): New variable.
22189 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22190 (asin_test_data): New variable.
22191 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22192 (asin_tonearest_test_data): New variable.
22193 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22194 (asin_towardzero_test_data): New variable.
22195 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22196 (asin_downward_test_data): New variable.
22197 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22198 (asin_upward_test_data): New variable.
22199 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22200 (asinh_test_data): New variable.
22201 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22202 (atan_test_data): New variable.
22203 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22204 (atanh_test_data): New variable.
22205 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22206 (cbrt_test_data): New variable.
22207 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22208 (ceil_test_data): New variable.
22209 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22210 (cos_test_data): New variable.
22211 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22212 (cos_tonearest_test_data): New variable.
22213 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22214 (cos_towardzero_test_data): New variable.
22215 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22216 (cos_downward_test_data): New variable.
22217 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22218 (cos_upward_test_data): New variable.
22219 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22220 (cosh_test_data): New variable.
22221 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22222 (cosh_tonearest_test_data): New variable.
22223 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22224 (cosh_towardzero_test_data): New variable.
22225 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22226 (cosh_downward_test_data): New variable.
22227 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22228 (cosh_upward_test_data): New variable.
22229 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22230 (erf_test_data): New variable.
22231 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22232 (erfc_test_data): New variable.
22233 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22234 (exp_test_data): New variable.
22235 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22236 (exp_tonearest_test_data): New variable.
22237 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22238 (exp_towardzero_test_data): New variable.
22239 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22240 (exp_downward_test_data): New variable.
22241 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22242 (exp_upward_test_data): New variable.
22243 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22244 (exp10_test_data): New variable.
22245 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22246 (exp2_test_data): New variable.
22247 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22248 (expm1_test_data): New variable.
22249 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22250 (fabs_test_data): New variable.
22251 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22252 (floor_test_data): New variable.
22253 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22254 (j0_test_data): New variable.
22255 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22256 (j1_test_data): New variable.
22257 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22258 (log_test_data): New variable.
22259 (log_test): Run tests with RUN_TEST_LOOP_f_f.
22260 (log10_test_data): New variable.
22261 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22262 (log1p_test_data): New variable.
22263 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22264 (log2_test_data): New variable.
22265 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22266 (logb_test_data): New variable.
22267 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22268 (logb_downward_test_data): New variable.
22269 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22270 (nearbyint_test_data): New variable.
22271 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22272 (rint_test_data): New variable.
22273 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22274 (rint_tonearest_test_data): New variable.
22275 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22276 (rint_towardzero_test_data): New variable.
22277 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22278 (rint_downward_test_data): New variable.
22279 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22280 (rint_upward_test_data): New variable.
22281 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22282 (round_test_data): New variable.
22283 (round_test): Run tests with RUN_TEST_LOOP_f_f.
22284 (sin_test_data): New variable.
22285 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22286 (sin_tonearest_test_data): New variable.
22287 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22288 (sin_towardzero_test_data): New variable.
22289 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22290 (sin_downward_test_data): New variable.
22291 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22292 (sin_upward_test_data): New variable.
22293 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22294 (sinh_test_data): New variable.
22295 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22296 (sinh_tonearest_test_data): New variable.
22297 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22298 (sinh_towardzero_test_data): New variable.
22299 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22300 (sinh_downward_test_data): New variable.
22301 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22302 (sinh_upward_test_data): New variable.
22303 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22304 (sqrt_test_data): New variable.
22305 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22306 (tan_test_data): New variable.
22307 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22308 (tan_tonearest_test_data): New variable.
22309 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22310 (tan_towardzero_test_data): New variable.
22311 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22312 (tan_downward_test_data): New variable.
22313 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22314 (tan_upward_test_data): New variable.
22315 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22316 (tanh_test_data): New variable.
22317 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22318 (tgamma_test_data): New variable.
22319 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22320 (trunc_test_data): New variable.
22321 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22322 (y0_test_data): New variable.
22323 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22324 (y1_test_data): New variable.
22325 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22326 (significand_test_data): New variable.
22327 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22328
7187d844
CG
223292013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
22330
22331 [BZ #12387]
22332 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22333
f63fae73
PT
223342013-05-10 Pino Toscano <toscano.pino@tiscali.it>
22335
22336 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22337
8a67a4b3
AJ
223382013-05-10 Andreas Jaeger <aj@suse.de>
22339
22340 [BZ #15448]
22341 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22342 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22343
51df539d
JM
223442013-05-10 Joseph Myers <joseph@codesourcery.com>
22345
22346 * math/gen-libm-test.pl (adjust_arg): New function.
22347 (special_functions): Handle generating output in both functions
22348 and arrays.
22349 (parse_args): Likewise.
22350 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
22351 $in_func argument to parse_args.
22352 * math/libm-test.inc (struct test_f_f_data): New type.
22353 (IF_ROUND_INIT_): New macro.
22354 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22355 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22356 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22357 (IF_ROUND_INIT_FE_UPWARD): Likewise.
22358 (ROUND_RESTORE_): Likewise.
22359 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22360 (ROUND_RESTORE_FE_TONEAREST): Likewise.
22361 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22362 (ROUND_RESTORE_FE_UPWARD): Likewise.
22363 (RUN_TEST_LOOP_f_f): New macro.
22364 (acos_test_data): New variable.
22365 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22366 (acos_tonearest_test_data): New variable.
22367 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22368
5c637fe5
SP
223692013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
22370
22371 * benchtests/bench-skeleton.c (startup): Fix coding style.
22372
ab2b9461
JM
223732013-05-10 Joseph Myers <joseph@codesourcery.com>
22374
22375 [BZ #6809]
22376 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22377 negative infinity argument.
22378 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22379 negative infinity argument.
22380 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22381 negative infinity argument.
22382 * math/libm-test.inc (tgamma_test): Expect errno to be set for
22383 domain errors.
22384
4c0fe6fe
FW
223852013-05-10 Florian Weimer <fweimer@redhat.com>
22386
22387 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22388 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22389 * iconv/iconv_prog.c (main): Likewise.
22390 * locale/programs/charmap-dir.c (charmap_readdir)
22391 (fopen_uncompressed): Likewise.
22392 * locale/programs/locfile.c (siblings_uncached)
22393 (write_locale_data): Use lstat64 instead of lstat.
22394 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22395 stat.
22396
a3375d29
AJ
223972013-05-10 Andreas Jaeger <aj@suse.de>
22398
22399 [BZ #15395]
22400 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22401 localization.
22402 Include <locale.h>.
22403
36129722
CD
224042013-05-09 Carlos O'Donell <carlos@redhat.com>
22405
22406 * elf/dl-close.c (_dl_close_worker): Add comments.
22407
faa7f811
JM
224082013-05-09 Joseph Myers <joseph@codesourcery.com>
22409
ed41ffef
JM
22410 [BZ #15359]
22411 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22412 high part of pi/2.
22413 (__ieee754_rem_pio2l): Update comments.
22414
d0213cd0
JM
22415 [BZ #15429]
22416 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22417 high part of pi/2.
22418 (__ieee754_rem_pio2l): Update comments.
22419
0d3e777a
JM
22420 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22421 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22422
24f56066
JM
22423 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22424 M_PI_4l.
22425
faa7f811
JM
22426 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22427 (M_PI_34_LOG10El): Likewise.
22428 (M_PI2_LOG10El): Likewise.
22429 (M_PI4_LOG10El): Likewise.
22430 (M_PI_LOG10El): Likewise.
22431
e9a5e0fd
AZ
224322013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22433
22434 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22435
d8cd06db
JM
224362013-05-08 Joseph Myers <joseph@codesourcery.com>
22437
a0d9f9d7
JM
22438 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22439 (MINUS_ZERO_INIT): Likewise.
22440 (PLUS_INFTY_INIT): Likewise.
22441 (MINUS_INFTY_INIT): Likewise.
22442 (QNAN_VALUE_INIT): Likewise.
22443 (MAX_VALUE_INIT): Likewise.
22444 (MIN_VALUE_INIT): Likewise.
22445 (MIN_SUBNORM_VALUE_INIT): Likewise.
22446 (plus_zero): Initialize with PLUS_ZERO_INIT.
22447 (minus_zero): Initialize with MINUS_ZERO_INIT.
22448 (plus_infty): Initialize with PLUS_INFTY_INIT.
22449 (minus_infty): Initialize with MINUS_INFTY_INIT.
22450 (qnan_value): Initialize with QNAN_VALUE_INIT.
22451 (max_value): Initialize with MAX_VALUE_INIT.
22452 (min_value): Initialize with MIN_VALUE_INIT.
22453 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22454
ae08db3b
JM
22455 * math/libm-test.inc (RUN_TEST_if_f): New macro.
22456 (jn_test): Use TEST_if_f instead of TEST_ff_f.
22457 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22458 (yn_test): Use TEST_if_f instead of TEST_ff_f.
22459
f44bf14a
JM
22460 * math/libm-test.inc (RUN_TEST_f_f): New macro.
22461 (RUN_TEST_2_f): Likewise.
22462 (RUN_TEST_ff_f): Likewise.
22463 (RUN_TEST_fi_f): Likewise.
22464 (RUN_TEST_fl_f): Likewise.
22465 (RUN_TEST_fff_f): Likewise.
22466 (RUN_TEST_c_f): Likewise.
22467 (RUN_TEST_f_f1): Likewise.
22468 (RUN_TEST_fF_f1): Likewise.
22469 (RUN_TEST_fI_f1): Likewise.
22470 (RUN_TEST_ffI_f1): Likewise.
22471 (RUN_TEST_c_c): Likewise.
22472 (RUN_TEST_cc_c): Likewise.
22473 (RUN_TEST_f_i): Likewise.
22474 (RUN_TEST_f_i_tg): Likewise.
22475 (RUN_TEST_ff_i_tg): Likewise.
22476 (RUN_TEST_f_b): Likewise.
22477 (RUN_TEST_f_b_tg): Likewise.
22478 (RUN_TEST_f_l): Likewise.
22479 (RUN_TEST_f_L): Likewise.
22480 (RUN_TEST_sincos): Likewise.
22481 * math/gen-libm-test.pl (new_test): Take new argument to indicate
22482 whether to show exceptions. Do not include ");\n" in return
22483 value.
22484 (special_functions): Output call to RUN_TEST_sincos instead of
22485 check_float calls. Update calls to new_test.
22486 (parse_args): Output call to single RUN_TEST_* macro instead of
22487 check_* calls and other assignments. Update calls to new_test.
22488
d8cd06db
JM
22489 [BZ #2546]
22490 [BZ #2560]
22491 [BZ #5159]
22492 [BZ #15426]
22493 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22494 input to result for tgamma overflow.
22495 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22496 (gamma_coeff): New variable.
22497 (NCOEFF): New macro.
22498 (gamma_positive): New function.
22499 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22500 underflow here. Use gamma_positive instead of exp (lgamma) for
22501 other arguments.
22502 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22503 (gamma_coeff): New variable.
22504 (NCOEFF): New macro.
22505 (gammaf_positive): New function.
22506 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22507 underflow here. Use gamma_positive instead of exp (lgamma) for
22508 other arguments.
22509 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22510 (gamma_coeff): New variable.
22511 (NCOEFF): New macro.
22512 (gammal_positive): New function.
22513 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22514 underflow here. Use gamma_positive instead of exp (lgamma) for
22515 other arguments.
22516 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22517 (gamma_coeff): New variable.
22518 (NCOEFF): New macro.
22519 (gammal_positive): New function.
22520 (__ieee754_gammal_r): Handle positive infinity, overflow and
22521 underflow here. Handle NaN the same as positive infinity. Remove
22522 check x < 0xffffffff for negative integers. Use gamma_positive
22523 instead of exp (lgamma) for other arguments.
22524 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22525 (gamma_coeff): New variable.
22526 (NCOEFF): New macro.
22527 (gammal_positive): New function.
22528 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22529 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22530 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22531 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22532 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22533 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22534 * sysdeps/generic/math_private.h (__gamma_productf): New
22535 prototype.
22536 (__gamma_product): Likewise.
22537 (__gamma_productl): Likewise.
22538 * math/Makefile (libm-calls): Add gamma_product.
22539 * math/libm-test.inc (tgamma_test): Add more tests.
22540 * sysdeps/i386/fpu/libm-test-ulps: Update.
22541 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22542
bb7cf681
OB
225432013-05-08 Ondřej Bílka <neleai@seznam.cz>
22544
22545 * benchtests/bench-skeleton.c (main): Preheat CPU.
22546
ba853947
AJ
225472013-05-07 Aurelien Jarno <aurelien@aurel32.net>
22548
22549 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22550
8347c74c
RM
225512013-05-07 Roland McGrath <roland@hack.frob.com>
22552
22553 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22554 and _dl_skip_args_internal.
22555
e8dd4791
CD
225562013-05-07 Carlos O'Donell <carlos@redhat.com>
22557
22558 * manual/message.texi (Message Translation): Talk about users.
22559 Message to key mapping impacts design.
22560
c7405830
RM
225612013-05-06 Roland McGrath <roland@hack.frob.com>
22562
a9173057
RM
22563 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
22564
976e2f03
RM
22565 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
22566
9723ffc5
RM
22567 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
22568 * sysdeps/wordsize-64/glob64.c: ... here.
22569
962e6658
RM
22570 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
22571 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
22572 New macros.
22573
ee586a6d
RM
22574 * debug/getlogin_r_chk.c: Moved to ...
22575 * login/getlogin_r_chk.c: ... here.
22576 * debug/Makefile (routines): Move getlogin_r_chk to ...
22577 * login/Makefile (routines): ... here.
22578 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
22579 * login/Versions (libc: GLIBC_2.4): ... here.
22580
355f9165
RM
22581 * io/poll.c (__poll): Renamed from poll.
22582 Add libc_hidden_def.
22583 (poll): Define as weak alias.
22584
bd9ffde6
RM
22585 * debug/ptsname_r_chk.c: Moved to ...
22586 * login/ptsname_r_chk.c: ... here.
22587 * debug/Makefile (routines): Move ptsname_r_chk to ...
22588 * login/Makefile (routines): ... here.
22589 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
22590 * login/Versions (libc: GLIBC_2.4): ... here.
22591
8fb16a04
RM
22592 * posix/getlogin.c: Moved to ...
22593 * login/getlogin.c: ... here.
22594 * posix/getlogin_r.c: Moved to ...
22595 * login/getlogin_r.c: ... here.
22596 * posix/getlogin_r.c: Moved to ...
22597 * login/getlogin_r.c: ... here.
22598 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22599 * login/Makefile (routines): ... here.
22600 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22601 * login/Versions (libc: GLIBC_2.0): ... here.
22602
b99b892f
RM
22603 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22604 (setrlimit): Define as weak alias.
22605
c7405830
RM
22606 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22607 Call __ names for open, ftruncate, and close.
22608 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22609 (truncate): Define as weak alias.
22610
5bf96de5
JM
226112013-05-06 Joseph Myers <joseph@codesourcery.com>
22612
9ea3513c
JM
22613 * math/gen-libm-test.pl (parse_args): Initialize x before each
22614 test of frexp, modf and remquo.
22615
5bf96de5
JM
22616 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22617 test signgam value.
22618
16e616a7
AZ
226192013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22620
22621 [BZ #15418]
22622 [BZ #15419]
22623 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22624 internal tests.
22625 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22626
d5e82754
RM
226272013-05-06 Roland McGrath <roland@hack.frob.com>
22628
22629 * elf/dl-writev.h: New file.
22630 * elf/dl-misc.c: Include it.
22631 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22632 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22633
a7548d41
JM
226342013-05-04 Joseph Myers <joseph@codesourcery.com>
22635
b7dab1e4
JM
22636 * math/libm-test.inc (noXFails): Remove variable.
22637 (noXPasses): Likewise.
22638 (BUILD_COMPLEX_INT): Remove macro.
22639 (print_screen): Remove xfail argument.
22640 (print_screen_max_error): Likewise.
22641 (update_stats): Likewise.
22642 (print_max_error): Likewise. Update calls to other affected
22643 functions.
22644 (print_complex_max_error): Likewise.
22645 (test_single_exception): Update calls to print_screen.
22646 (test_single_errno): Likewise.
22647 (check_float_internal): Remove xfail argument. Update calls to
22648 other affected functions.
22649 (check_float): Likewise.
22650 (check_complex): Likewise.
22651 (check_int): Likewise.
22652 (check_long): Likewise.
22653 (check_bool): Likewise.
22654 (check_longlong): Likewise.
22655 (main): Don't print noXFails and noXPasses.
22656 * math/gen-libm-test.pl (top level): Don't mention expected
22657 failure handling in comment.
22658 (new_test): Don't handle expected failures.
22659 (parse_args): Don't mention expected failure handling in comment.
22660 (generate_testfile): Don't handle expected failures.
22661 (parse_ulps): Likewise.
22662 (print_ulps_file): Likewise.
22663 (get_failure): Remove function.
22664 (output_test): Don't handle expected failures.
22665 * make/README.libm-test: Don't mention expected failure handling.
22666
a7548d41
JM
22667 * math/libm-test.inc (plus_zero): Make const. Add initializer.
22668 (minus_zero): Likewise.
22669 (plus_infty): Likewise.
22670 (minus_infty): Likewise.
22671 (qnan_value): Likewise.
22672 (max_value): Likewise.
22673 (min_value): Likewise.
22674 (min_subnorm_value): Likewise.
22675 (initialize): Do not initialize those variables dynamically.
22676
60bfd54c
RM
226772013-05-03 Roland McGrath <roland@hack.frob.com>
22678
cc0e6ed8
RM
22679 * io/open.c (__open_2): Moved to ...
22680 * io/open_2.c: ... this new file.
22681 * io/open64.c (__open64_2): Moved to ...
22682 * io/open64_2.c: ... this new file.
22683 * io/openat.c (__openat_2): Moved to ...
22684 * io/openat_2.c: ... this new file.
22685 * io/openat64.c (__openat64_2): Moved to ...
22686 * io/openat64_2.c: ... this new file.
22687 * io/Makefile (routines): Add them.
22688 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22689 * sysdeps/unix/sysv/linux/open_2.c: File removed.
22690 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22691 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22692 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22693 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22694 (__openat64): Add hidden_ver.
22695 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22696 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22697
60bfd54c
RM
22698 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22699 Separately conditionalize setting of GLRO(dl_sysinfo) so
22700 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22701 as well, but the actual setting is only under [NEED_DL_SYSINFO].
22702
83e7640f
AZ
227032013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22704
22705 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22706 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22707 definition.
22708 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22709 * sysdeps/unix/sysv/linux/powerpc/init-first.c
22710 (_libc_vdso_platform_setup): Add __vdso_time initialization.
22711 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22712 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22713
d5dc2af3
JM
227142013-05-03 Joseph Myers <joseph@codesourcery.com>
22715
c31a5b1e
JM
22716 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22717 test signgam value.
22718
d5dc2af3
JM
22719 * math/libm-test.inc (hypot_test): Do not use
22720 IGNORE_ZERO_INF_SIGN.
22721
164fd39d
AJ
227222013-05-03 Andreas Jaeger <aj@suse.de>
22723
22724 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22725 Linux 3.9.
22726 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22727 (PF_MAX): Adjust for VSOCK change.
22728
8237f48c
AZ
227292013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22730
22731 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22732
9df02941
CD
227332013-05-02 Carlos O'Donell <carlos@redhat.com>
22734
22735 [BZ #15264]
22736 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22737 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22738 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22739
d422395e
DM
227402013-05-02 David S. Miller <davem@davemloft.net>
22741
22742 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22743
a07c5731
OB
227442013-05-01 Ondřej Bílka <neleai@seznam.cz>
22745
22746 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22747
1324e37f
RM
227482013-05-01 Roland McGrath <roland@hack.frob.com>
22749
22750 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22751
0695940b
RS
227522013-05-01 Richard Smith <richard@metafoo.co.uk>
22753
bb5f27ad 22754 [BZ #14952]
0695940b
RS
22755 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22756 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22757 Use __attribute__ ((__gnu_inline__)).
22758 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22759 Don't use __attribute__ ((__gnu_inline__)).
22760
10de07f5
JM
227612013-05-01 Joseph Myers <joseph@codesourcery.com>
22762
22763 [BZ #15423]
22764 * math/s_catan.c (__catan): Handle small real or imaginary part of
22765 input specially to avoid spurious underflow.
22766 * math/s_catanf.c (__catanf): Likewise.
22767 * math/s_catanh.c (__catanh): Likewise.
22768 * math/s_catanhf.c (__catanhf): Likewise.
22769 * math/s_catanhl.c (__catanhl): Likewise.
22770 * math/s_catanl.c (__catanl): Likewise.
22771 * math/libm-test.inc (catan_test): Add more tests.
22772 (catanh_test): Likewise.
22773 * sysdeps/i386/fpu/libm-test-ulps: Update.
22774 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22775
cb4d5414
AZ
227762013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22777
22778 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22779
caf84319
JM
227802013-04-30 Joseph Myers <joseph@codesourcery.com>
22781
22782 [BZ #15416]
22783 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22784 accurately for denominator in atan2.
22785 * math/s_catanf.c (__catanf): Likewise.
22786 * math/s_catanh.c (__catanh): Likewise.
22787 * math/s_catanhf.c (__catanhf): Likewise.
22788 * math/s_catanhl.c (__catanhl): Likewise.
22789 * math/s_catanl.c (__catanl): Likewise.
22790 * math/libm-test.inc (catan_test): Add more tests.
22791 (catanh_test): Likewise.
22792 * sysdeps/i386/fpu/libm-test-ulps: Update.
22793 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22794
d569c6ee
SP
227952013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
22796
6dbe713d
SP
22797 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22798
f0ee064b
SP
22799 * benchtests/Makefile (bench): Remove slow benchmarks.
22800 * benchtests/atan-inputs: Add slow benchmark inputs.
22801 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22802 (BENCH_FUNC): Accept variant offset.
22803 (VARIANT): Define.
22804 * benchtests/bench-skeleton.c (main): Run benchmark for each
22805 variant.
22806 * benchtests/cos-inputs: Add slow benchmark inputs.
22807 * benchtests/exp-inputs: Likewise.
22808 * benchtests/pow-inputs: Likewise.
22809 * benchtests/sin-inputs: Likewise.
22810 * benchtests/slowatan-inputs: Remove.
22811 * benchtests/slowatan.c: Remove.
22812 * benchtests/slowcos-inputs: Remove.
22813 * benchtests/slowcos.c: Remove.
22814 * benchtests/slowexp-inputs: Remove.
22815 * benchtests/slowexp.c: Remove.
22816 * benchtests/slowpow-inputs: Remove.
22817 * benchtests/slowpow.c: Remove.
22818 * benchtests/slowsin-inputs: Remove.
22819 * benchtests/slowsin.c: Remove.
22820 * benchtests/slowtan-inputs: Remove.
22821 * benchtests/slowtan.c: Remove.
22822 * benchtests/tan-inputs: Add slow benchmark inputs.
22823 * scripts/bench.pl: Parse comments and directives.
22824
d569c6ee
SP
22825 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
22826 in CPPFLAGS.
22827 ($(objpfx)bench-%.c): Remove *-ITER.
22828 * benchtests/bench-modf.c: Remove definition of ITER.
22829 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22830 (main): Loop for DURATION seconds instead of fixed number of
22831 iterations.
22832 * scripts/bench.pl: Don't expect iterations in parameters.
22833
a6a242fe
RM
228342013-04-29 Roland McGrath <roland@hack.frob.com>
22835
22836 * io/fchdir.c (__fchdir): Renamed from fchdir.
22837 (fchdir): Define as weak alias.
22838
f2da7793
JM
228392013-04-29 Joseph Myers <joseph@codesourcery.com>
22840
22841 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22842 (ERRNO_EDOM): Likewise.
22843 (ERRNO_ERANGE): Likewise.
22844 (noErrnoTests): New variable.
22845 (init_max_error): Set errno to 0.
22846 (test_single_errno): New function.
22847 (test_errno): Likewise.
22848 (check_float_internal): Call test_errno. Set errno to 0.
22849 (check_complex): Refer to errno tests in comment.
22850 (check_int): Call test_errno. Set errno to 0.
22851 (check_long): Likewise.
22852 (check_bool): Likewise.
22853 (check_longlong): Likewise.
22854 (cos_test): Use ERRNO_* flags for errno tests instead of
22855 check_int.
22856 (expm1_test): Likewise.
22857 (fmod_test): Likewise.
22858 (ilogb_test): Likewise.
22859 (lgamma_test): Likewise.
22860 (pow_test): Likewise.
22861 (remainder_test): Likewise.
22862 (sin_test): Likewise.
22863 (tan_test): Likewise.
22864 (yn_test): Likewise.
22865 (initialize): Set errno to 0.
22866 (main): Print number of errno tests.
22867 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22868
b1a36ceb
AJ
228692013-04-29 Andreas Jaeger <aj@suse.de>
22870
c3ed8088
AJ
22871 [BZ #15084]
22872 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22873 and RES_USEVC.
22874
f1a24198
AJ
22875 [BZ #15085]
22876 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22877 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22878 unimplemented.
22879
9ce3b2cb
AJ
22880 [BZ #15380]
22881 * stdlib/random.c (__initstate): Return NULL if
22882 __initstate fails.
22883
f1a24198 22884 [BZ #15086]
b1a36ceb
AJ
22885 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22886 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22887 RES_SNGLKUPREOP.
22888
7e7b6f36
AZ
228892013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22890
22891 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22892
4d14f449
JM
228932013-04-29 Joseph Myers <joseph@codesourcery.com>
22894
22895 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22896 of individual tests.
22897 (casin_test): Likewise.
22898 (casinh_test): Likewise.
22899
5b4217d7
JM
229002013-04-27 Joseph Myers <joseph@codesourcery.com>
22901
22902 [BZ #15409]
22903 * math/s_catan.c (__catan): Handle arguments with large real or
22904 imaginary part separately without squaring.
22905 * math/s_catanf.c (__catanf): Likewise.
22906 * math/s_catanh.c (__catanh): Likewise.
22907 * math/s_catanhf.c (__catanhf): Likewise.
22908 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22909 and redefine.
22910 (__catanhl): Handle arguments with large real or imaginary part
22911 separately without squaring.
22912 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22913 and redefine.
22914 (__catanl): Handle arguments with large real or imaginary part
22915 separately without squaring.
22916 * math/libm-test.inc (catan_test): Add more tests.
22917 (catanh_test): Likewise.
22918 * sysdeps/i386/fpu/libm-test-ulps: Update.
22919 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22920
4220c3ef
AJ
229212013-04-27 Andreas Jaeger <aj@suse.de>
22922
22923 [BZ #15007]
22924 * stdlib/stdlib.h: Update guards for qecvt.
22925 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22926 <stdlib.h>.
22927
4721b2d1
AM
229282013-04-27 Allan McRae <allan@archlinux.org>
22929
22930 * sysdeps/i386/fpu/libm-test-ulps: Update.
22931
f0302940
JM
229322013-04-26 Joseph Myers <joseph@codesourcery.com>
22933
9457fd95
JM
22934 [BZ #15406]
22935 * math/s_catan.c: Include <float.h>.
22936 (__catan): Ensure underflow exception occurs for underflowed
22937 result.
22938 * math/s_catanf.c: Include <float.h>.
22939 (__catanf): Ensure underflow exception occurs for underflowed
22940 result.
22941 * math/s_catanh.c: Include <float.h>.
22942 (__catanh): Ensure underflow exception occurs for underflowed
22943 result.
22944 * math/s_catanhf.c: Include <float.h>.
22945 (__catanhf): Ensure underflow exception occurs for underflowed
22946 result.
22947 * math/s_catanhl.c: Include <float.h>.
22948 (__catanhl): Ensure underflow exception occurs for underflowed
22949 result.
22950 * math/s_catanl.c: Include <float.h>.
22951 (__catanl): Ensure underflow exception occurs for underflowed
22952 result.
22953 * math/libm-test.inc (catan_test): Add more tests.
22954 (catanh_test): Likewise.
22955
f0302940
JM
22956 [BZ #15405]
22957 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
22958 underflowed result.
22959 * math/s_ccoshf.c (__ccoshf): Likewise.
22960 * math/s_ccoshl.c (__ccoshl): Likewise.
22961 * math/s_csin.c (__csin): Likewise.
22962 * math/s_csinf.c (__csinf): Likewise.
22963 * math/s_csinh.c (__csinh): Likewise.
22964 * math/s_csinhf.c (__csinhf): Likewise.
22965 * math/s_csinhl.c (__csinhl): Likewise.
22966 * math/s_csinl.c (__csinl): Likewise.
22967 * math/libm-test.inc (ccos_test): Add more tests.
22968 (ccosh_test): Likewise.
22969 (csin_test): Likewise.
22970 (csinh_test): Likewise.
22971
aa630f59
AZ
229722013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22973
22974 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
22975 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
22976 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
22977 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
22978 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
22979 powerpc/power5+/fpu folders.
22980 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
22981
22982
1b835983
MT
229832013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
22984
22985 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22986
73709b26
JM
229872013-04-25 Joseph Myers <joseph@codesourcery.com>
22988
22989 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
22990 additions to variable.
22991 [$(config-machine) = x86_64] (modules-names): Likewise.
22992 ($(objpfx)tst-audit3): Remove dependency.
22993 ($(objpfx)tst-audit3.out): Likewise.
22994 ($(objpfx)tst-audit4): Likewise.
22995 ($(objpfx)tst-audit4.out): Likewise.
22996 ($(objpfx)tst-audit5): Likewise.
22997 ($(objpfx)tst-audit5.out): Likewise.
22998 ($(objpfx)tst-audit6): Likewise.
22999 ($(objpfx)tst-audit6.out): Likewise.
23000 ($(objpfx)tst-audit7): Likewise.
23001 ($(objpfx)tst-audit7.out): Likewise.
23002 (tst-audit3-ENV): Remove variable.
23003 (tst-audit4-ENV): Likewise.
23004 (tst-audit5-ENV): Likewise.
23005 (tst-audit6-ENV): Likewise.
23006 (tst-audit7-ENV): Likewise.
23007 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
23008 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
23009 addition to variable.
23010 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
23011 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
23012 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
23013 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
23014 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
23015 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
23016 tst-audit3, tst-audit4 and tst-audit5.
23017 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
23018 tst-audit6 and tst-audit7.
23019 [$(subdir) = elf] (modules-names): Add audit modules for those
23020 tests.
23021 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
23022 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
23023 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
23024 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
23025 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
23026 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
23027 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
23028 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
23029 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
23030 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
23031 [$(subdir) = elf] (tst-audit3-ENV): New variable.
23032 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
23033 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23034 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23035 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23036 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23037 Likewise.
23038 [$(subdir) = elf && $(config-cflags-avx) = yes]
23039 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23040 [$(subdir) = elf && $(config-cflags-avx) = yes]
23041 (CFLAGS-tst-auditmod4a.c): Likewise.
23042 [$(subdir) = elf && $(config-cflags-avx) = yes]
23043 (CFLAGS-tst-auditmod4b.c): Likewise.
23044 [$(subdir) = elf && $(config-cflags-avx) = yes]
23045 (CFLAGS-tst-auditmod6b.c): Likewise.
23046 [$(subdir) = elf && $(config-cflags-avx) = yes]
23047 (CFLAGS-tst-auditmod6c.c): Likewise.
23048 [$(subdir) = elf && $(config-cflags-avx) = yes]
23049 (CFLAGS-tst-auditmod7b.c): Likewise.
23050 * elf/tst-audit3.c: Move to ...
23051 * sysdeps/x86_64/tst-audit3.c: ... here.
23052 * elf/tst-audit4.c: Move to ...
23053 * sysdeps/x86_64/tst-audit4.c: ... here.
23054 * elf/tst-audit5.c: Move to ...
23055 * sysdeps/x86_64/tst-audit5.c: ... here.
23056 * elf/tst-audit6.c: Move to ...
23057 * sysdeps/x86_64/tst-audit6.c: ... here.
23058 * elf/tst-audit7.c: Move to ...
23059 * sysdeps/x86_64/tst-audit7.c: ... here.
23060 * elf/tst-auditmod3a.c: Move to ...
23061 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23062 * elf/tst-auditmod3b.c: Move to ...
23063 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23064 * elf/tst-auditmod4a.c: Move to ...
23065 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23066 * elf/tst-auditmod4b.c: Move to ...
23067 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23068 * elf/tst-auditmod5a.c: Move to ...
23069 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23070 * elf/tst-auditmod5b.c: Move to ...
23071 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23072 * elf/tst-auditmod6a.c: Move to ...
23073 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23074 * elf/tst-auditmod6b.c: Move to ...
23075 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23076 * elf/tst-auditmod6c.c: Move to ...
23077 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23078 * elf/tst-auditmod7a.c: Move to ...
23079 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23080 * elf/tst-auditmod7b.c: Move to ...
23081 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23082
1ef74943
PP
230832013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
23084
23085 [BZ #15366]
23086 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23087 define unconditionally.
23088 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23089 define unconditionally.
23090 (INT8_C, INT16_C, etc.): Likewise.
23091
93fd48c5
MR
230922013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
23093
ae9552cf
MR
23094 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23095 __ehdr_start with hidden visibility.
23096
93fd48c5
MR
23097 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23098
418601aa
CD
230992013-04-24 Carlos O'Donell <carlos@redhat.com>
23100
23101 * math/libm-test.inc (cos_test): Use accurate hex constants.
23102 (sincost_test): Likewise.
23103
2f38fbfe
JM
231042013-04-24 Joseph Myers <joseph@codesourcery.com>
23105
5e221800
JM
23106 * math/libm-test.inc (catan_test): Add more tests.
23107 (catanh_test): Likewise.
23108
77f143fd
JM
23109 * math/s_catanf.c (__catanf): Use suffixed floating-point
23110 constants.
23111 * math/s_catanhf.c (__catanhf): Likewise.
23112 * math/s_catanhl.c (__catanhl): Likewise.
23113 * math/s_catanl.c (__catanl): Likewise.
23114
2f38fbfe
JM
23115 [BZ #15394]
23116 * math/s_catan.c (__catan): Calculate imaginary part of result
23117 with log1p not log unless computing log of number close to 0.
23118 * math/s_catanf.c (__catanf): Likewise.
23119 * math/s_catanl.c (__catanl): Likewise.
23120 * math/s_catanh.c (__catanh): Calculate real part of result with
23121 log1p not log unless computing log of number close to 0.
23122 * math/s_catanhf.c (__catanhf): Likewise.
23123 * math/s_catanhl.c (__catanhl): Likewise.
23124 * math/libm-test.inc (catan_test): Add more tests.
23125 (catanh_test): Likewise.
23126 * sysdeps/i386/fpu/libm-test-ulps: Update.
23127 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23128
45d69176
SP
231292013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
23130
23131 * benchtests/Makefile: Mention files in which fast and slow
23132 paths of math functions are implemented.
23133
87f51853
RM
231342013-04-23 Roland McGrath <roland@hack.frob.com>
23135
23136 * sysdeps/posix/timespec_get.c: New file.
23137
3c026539
AZ
231382013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23139
23140 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23141 POWER.
23142 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23143 for POWER.
23144 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23145 powerpc/power5/fpu folders.
23146 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23147 * benchtests/Makefile: Add modf testcase.
23148 * benchtests/bench-modf.c: New file: Benchmark test for mo
23149
ff491d14
SP
231502013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
23151
23152 [BZ #14888]
23153 * time/Makefile (tests): Add tst-strptime-whitespace.
23154 * time/strptime_l.c (get_number): Use ISSPACE.
23155 (__strptime_internal): Likewise.
23156 * time/tst-strptime-whitespace.c: New test case.
23157
7ed3f4e8
AS
231582013-04-23 Andreas Schwab <schwab@linux-m68k.org>
23159
23160 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23161 member.
23162 (_nss_files_init): Set it here.
23163
5c95f7b6
HC
231642013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
23165
23166 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23167 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23168 unsigned.
23169
d34c9158
JBG
231702013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
23171
23172 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23173
2169712d
SP
231742013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
23175
23176 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23177 size just once.
23178
29c5de99
DM
231792013-04-21 David S. Miller <davem@davemloft.net>
23180
23181 * po/ru.po: Update Russion translation from translation project.
23182
ccdad15d
AC
231832013-04-17 Adam Conrad <adconrad@0c3.net>
23184
23185 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23186 and setfsgid.
23187
0f122b8d
CD
231882013-04-17 Carlos O'Donell <carlos@redhat.com>
23189
5c5b07da 23190 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 23191 * configure: Regenerate.
5c5b07da 23192 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
23193 Add example to error message.
23194 * sysdeps/i386/configure: Regenerate.
23195
037714dd
SP
231962013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
23197
23198 * benchtests/Makefile (bench): Add cos, tan, slowcos and
23199 slowtan.
23200 * benchtests/cos-inputs: New file.
23201 * benchtests/slowcos-inputs: New file.
23202 * benchtests/slowcos.c: New file.
23203 * benchtests/slowtan-inputs: New file.
23204 * benchtests/slowtan.c: New file.
23205 * benchtests/tan-inputs: New file.
23206
e913141d
RM
232072013-04-16 Roland McGrath <roland@hack.frob.com>
23208
23209 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23210 considered kosher.
23211
a2964074
SP
232122013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
23213
4856bcd2
SP
23214 * benchtests/Makefile: Include cppflags-iterator.mk to add
23215 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23216
a2964074
SP
23217 * Makefile.in (bench-clean): New target.
23218 * benchtests/Makefile (bench-clean): Likewise.
23219
9fbf9aca
DH
232202013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
23221
23222 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23223
207d1e2a
TS
232242013-04-15 Thomas Schwinge <thomas@codesourcery.com>
23225
23226 * stdio-common/tstdiomisc.c: Fix coding-style violation.
23227
306dfba9
AS
232282013-04-15 Andreas Schwab <schwab@suse.de>
23229
23230 * nscd/grpcache.c (cache_addgr): Properly check for short write.
23231 * nscd/initgrcache.c (addinitgroupsX): Likewise.
23232 * nscd/pwdcache.c (cache_addpw): Likewise.
23233 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
23234 more than recsize.
23235
206a6699
SP
232362013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
23237
23238 * benchtests/Makefile (bench): Write all output to
23239 bench-out.tmp together.
23240
0582f6b3
AS
232412013-04-15 Andreas Schwab <schwab@suse.de>
23242
23243 * nscd/nscd.c (main): Don't fork again after closing files.
23244
acb4325f
SP
232452013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
23246
5cb26d0a
SP
23247 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23248
acb4325f
SP
23249 * benchtests/Rules (bench-deps): Collect dependencies into a
23250 single variable. Add Makefile to dependencies.
23251 ($(objpfx)bench-%.c): Depend on bench-deps.
23252
47792506
RM
232532013-04-12 Roland McGrath <roland@hack.frob.com>
23254 Xavier Roche <roche+kml2@exalead.com>
23255
23256 [BZ #15361]
23257 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23258 just that it's a file descriptor.
23259 * manual/llio.texi (Synchronizing AIO Operations): Update description
23260 for EBADF error from aio_fsync.
23261
8fc1bee5
SP
232622013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
23263
23264 * Rules (bench): Move target definition...
23265 * benchtests/Makefile: ... here.
23266
aba5e333
CD
232672013-04-11 Carlos O'Donell <carlos@redhat.com>
23268
23269 * math/libm-test.inc (cos_test): Fix PI/2 test.
23270 (sincos_test): Likewise.
23271 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23272 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23273
273cdee8
AS
232742013-04-11 Andreas Schwab <schwab@suse.de>
23275
6ecec3b6
AS
23276 [BZ #13988]
23277 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23278 accept exponent character only when digits were seen.
23279 * stdio-common/Makefile (tests): Add bug26.
23280 * stdio-common/bug26.c: New file.
23281
273cdee8
AS
23282 [BZ #14293]
23283 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23284 non-freeable.
23285
8da491f5
SP
232862013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23287
01dc6df9
SP
23288 * Makeconfig (rtld-prefix): Define built linker prefix.
23289 * Rules (run-bench): Use it.
23290 * math/Makefile (run-regen-ulps): Likewise.
23291
8da491f5
SP
23292 * Rules (bench): Remove eval.
23293
abe7f530
SP
232942013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
23295 Roland McGrath <roland@hack.frob.com>
23296 Ondrej Bilka <neleai@seznam.cz>
23297
23298 [BZ #15346]
23299 * time/getdate.c: Include ctype.h and alloca.h.
23300 (__getdate_r): Trim leading and trailing spaces of input.
23301 * time/tst-getdate.c (tests): Add tests with leading and
23302 trailing spaces.
23303
61c23e62
RM
233042013-04-08 Roland McGrath <roland@hack.frob.com>
23305
23306 [BZ #14280]
23307 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23308 when computing value.
23309
7208a313
CD
233102013-04-06 Carlos O'Donell <carlos@redhat.com>
23311
085b2d41
CD
23312 * math/README.libm-test (How can I generate "libm-test-ulps"?):
23313 Use testrun.sh to run libm tests.
23314
7208a313
CD
23315 [BZ #15309]
23316 * elf/dl-open.c (dl_open_worker): memset all of seen array.
23317
872c0acd
MM
233182013-04-06 Marko Myllynen <myllynen@redhat.com>
23319
23320 [BZ #15264]
23321 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23322
26510bdd
CD
233232013-04-06 Carlos O'Donell <carlos@redhat.com>
23324
23325 * Makefile.in (regen-ulps): New target.
23326 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23327 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23328 [ifneq (no,$(PERL)] (regen-ulps): New target.
23329 [ifeq (no,$(PERL)] (regen-ulps): New target.
23330 * math/libm-test.inc (ulps_file_name): Define.
23331 (output_dir): New variable.
23332 (options): Add "output-dir" option.
23333 (parse_opt): Handle 'o' case.
23334 (main): If output_dir is non-NULL use it as a prefix
23335 otherwise use "".
23336 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23337
a01f19c8
CD
233382013-04-06 Carlos O'Donell <carlos@redhat.com>
23339
23340 [BZ #10060, #10062]
23341 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23342 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23343 fail configure if __sync_val_compare_and_swap is not inlined.
23344 * sysdeps/i386/configure: Regenerate.
23345 * configure.in: Build for i686 when configured for i386.
23346 * configure: Regenerate.
23347 * README: Remove i386 reference.
23348
b7a329a5
CD
233492013-04-06 Carlos O'Donell <carlos@redhat.com>
23350
23351 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23352 * sysdeps/s390/s390-64/sysdep.h: Likewise.
23353
bf0f50df
TS
233542013-04-05 Thomas Schwinge <thomas@codesourcery.com>
23355
ee091edf
TS
23356 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23357 (lmsnanval): New variables.
23358 (F): Add conversion tests.
23359 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23360 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23361
a8b792d6
TS
23362 * stdio-common/tstdiomisc.c (F): Properly collect individual
23363 tests' results.
23364
a1cbf437
TS
23365 [BZ #14686, #15336]
23366 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23367 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23368 Instead, use input NaN values or generate a qNaN by arithmetic
23369 operation. Also fix bugs to comply with the standard.
23370 * math/libm-test.inc (remainder_test): Add more tests.
23371
8b43a0c9
TS
23372 [BZ #15335, #15342]
23373 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23374 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23375 input NaN values or generate a qNaN by arithmetic operation.
23376
d91da4ce
TS
23377 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23378 unreachable code.
23379
bf0f50df
TS
23380 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23381 definitions.
23382
05e166c8
JM
233832013-04-03 Joseph Myers <joseph@codesourcery.com>
23384
23385 [BZ #14478]
23386 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23387 underflowed result.
23388 * math/s_cexpf.c (__cexpf): Likewise.
23389 * math/s_cexpl.c (__cexpl): Likewise.
23390 * math/libm-test.inc (cexp_test): Add more tests.
23391
1cef1b19
AS
233922013-04-03 Andreas Schwab <schwab@suse.de>
23393
23394 [BZ #15330]
23395 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23396 order arrays from heap if bigger than alloca cutoff.
23397
74d87055
TS
233982013-04-03 Thomas Schwinge <thomas@codesourcery.com>
23399
23400 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23401 (SNAN_TESTS_double): Refer to GCC PR56831.
23402 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23403 GCC PR56828.
23404
d755bba4
SP
234052013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
23406
90d5d5bb
SP
23407 * Rules (bench): Move bench.out after the run is complete.
23408
73e0cd5d
SP
23409 * Rules (bench): Echo currently running benchmark.
23410
64aabd4b
SP
23411 * benchtests/Makefile (bench): Add atan and slowatan.
23412 * benchtests/atan-inputs: New file.
23413 * benchtests/slowatan-inputs: New file.
23414 * benchtests/slowatan.c: New file.
23415
c871eccd
SP
23416 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23417 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23418 its value.
23419
d755bba4
SP
23420 [BZ #15305]
23421 * sysdeps/unix/sysv/linux/kernel-features.h
23422 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23423 __ASSUME_XFS_RESTRICTED_CHOWN.
23424 * sysdeps/unix/sysv/linux/pathconf.c
23425 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23426 Save and restore errno.
23427
52ce4860
JM
234282013-04-02 Joseph Myers <joseph@codesourcery.com>
23429
23430 [BZ #15327]
23431 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23432 arguments using __kernel_casinh.
23433 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23434 arguments using __kernel_casinhf.
23435 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23436 arguments using __kernel_casinhl.
23437 * math/libm-test.inc (cacosh_test): Add more tests.
23438 * sysdeps/i386/fpu/libm-test-ulps: Update.
23439 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23440
81f311c2
SP
234412013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
23442
e7906a47
SP
23443 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23444 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23445
92e3664b
SP
23446 * bench/Makefile (bench): Add sin and slowsin.
23447 * benchtests/sin-inputs: New file.
23448 * benchtests/slowsin-inputs: New file.
23449 * benchtests/slowsin.c: New file.
23450
81f311c2
SP
23451 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23452 (bench): Add slowexp and slowpow.
23453 (exp-ITER): Increase iterations.
23454 (pow-ITER): Likewise.
23455 * benchtests/exp-inputs: Change input.
23456 * benchtests/pow-inputs: Likewise.
23457 * benchtests/slowexp-inputs: New file.
23458 * benchtests/slowexp.c: New file.
23459 * benchtests/slowpow-inputs: New file.
23460 * benchtests/slowpow.c: New file.
23461
ab0f1aa9
AZ
234622013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23463
23464 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23465 instructions.
23466 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23467 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23468 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23469 * benchtests/Makefile: Add rint benchtest.
23470 * benchtests/rint-inputs: Input for rint benchtest.
23471
57267616
TS
234722013-04-02 Thomas Schwinge <thomas@codesourcery.com>
23473
23474 * Versions.def (libm): Add GLIBC_2.18.
23475 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23476 hidden libm prototypes.
23477 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23478 * math/Makefile (libm-calls): Add s_issignaling.
23479 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23480 __issignalingf, __issignalingl. Adjust all libm.abilist files.
23481 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23482 declaration.
23483 * math/math.h [__USE_GNU] (issignaling): New macro.
23484 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23485 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23486 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23487 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23488 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23489 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23490 * manual/arith.texi (issignaling): New section.
23491 * manual/libm-err-tab.pl (@all_functions): Update comment.
23492 * math/gen-libm-test.pl (parse_args): Apply special handling for
23493 issignaling.
23494 * math/libm-test.inc (print_float, issignaling_test): New
23495 functions.
23496 (check_float_internal): Add issignaling checks.
23497 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23498 default definition.
23499 * sysdeps/powerpc/math-tests.h: New file.
23500 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23501 tests.
23502 * math/test-snan.c (TEST_FUNC): Likewise.
23503
6142896d
DM
235042013-03-30 David S. Miller <davem@davemloft.net>
23505
23506 * po/de.po: Update from translation team.
23507
ccc8cadf
JM
235082013-03-30 Joseph Myers <joseph@codesourcery.com>
23509
23510 [BZ #10357]
23511 * math/k_casinh.c (__kernel_casinh): Handle arguments with
23512 imaginary part less than 1.0 and real part less than 0.5
23513 specially.
23514 * math/k_casinhf.c (__kernel_casinhf): Likewise.
23515 * math/k_casinhl.c (__kernel_casinhl): Likewise.
23516 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23517 (cacos_test): Add more tests.
23518 (casin_test): Likewise.
23519 (casinh_test): Likewise.
23520 * sysdeps/i386/fpu/libm-test-ulps: Update.
23521 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23522
0f6a8d4b
SP
235232013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
23524
0d1029de
SP
23525 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23526 ONE with its value.
23527
c2d94018
SP
23528 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23529 (__pow_mp): Replace ONE and MONE with their values.
23530 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23531 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23532 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23533 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23534 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23535 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23536
27ec37f1
SP
23537 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23538
a64d7e0e
SP
23539 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23540 (__pow_mp): Replace ZERO and MZERO with their values.
23541 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23542 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23543 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23544 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23545 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23546 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23547 (__sqr): Likewise.
23548
d26dd3eb
SP
23549 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23550
0f6a8d4b
SP
23551 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23552
e57b0c61
RM
235532013-03-28 Roland McGrath <roland@hack.frob.com>
23554
23555 * include/stdlib.h [!SHARED] (__call_tls_dtors):
23556 Declare with __attribute__ ((weak)).
23557 * stdlib/exit.c (__libc_atexit) [!SHARED]:
23558 Call __call_tls_dtors only if it's not NULL.
23559
356b3480
RM
235602013-03-28 Roland McGrath <roland@hack.frob.com>
23561
288f7d79
RM
23562 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
23563 didn't do it already, then set _dl_phdr and _dl_phnum based on the
23564 magic __ehdr_start linker symbol if it's defined.
23565 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
23566 them up here if it was already done.
23567
dc0a0263
RM
23568 * elf/dl-support.c (_dl_phdr): Make pointer to const.
23569 (_dl_aux_init): Use const in cast when setting it.
23570 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
23571 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
23572 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
23573
3d3436ae
RM
23574 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
23575 Declare them here.
23576 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
23577 * csu/libc-tls.c: Nor here.
23578 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
23579
356b3480
RM
23580 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
23581 (__libc_message): Never call vsyslog.
23582
b0f1246a
AM
235832013-03-28 Alan Modra <amodra@gmail.com>
23584
23585 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
23586 Define as empty.
23587 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
23588 Likewise.
23589
fbbe2b9a
AZ
235902013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23591
23592 [BZ #15214]
23593 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23594 underflow.
23595 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23596
1728ab37
SP
235972013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
23598
7a86be6e
SP
23599 [BZ #15304]
23600 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23601 Don't add gid passed as argument.
23602
1728ab37
SP
23603 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23604
3a7182a1
JM
236052013-03-27 Joseph Myers <joseph@codesourcery.com>
23606
23607 [BZ #15307]
23608 * math/k_casinh.c (__kernel_casinh): Handle arguments with
23609 imaginary part between 1.0 and 1.5 and real part less than 0.5
23610 specially.
23611 * math/k_casinhf.c (__kernel_casinhf): Likewise.
23612 * math/k_casinhl.c (__kernel_casinhl): Likewise.
23613 * math/libm-test.inc (cacos_test): Add more tests.
23614 (casin_test): Likewise.
23615 (casinh_test): Likewise.
23616 * sysdeps/i386/fpu/libm-test-ulps: Update.
23617 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23618
6f2e90e7
SP
236192013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
23620
5739f705
SP
23621 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23622 constants.
23623 (norm): Likewise.
23624 (denorm): Likewise.
23625 (__dbl_mp): Likewise.
23626 (add_magnitudes): Likewise.
23627 (sub_magnitudes): Likewise.
23628 (__add): Likewise.
23629 (__sub): Likewise.
23630 (__mul): Likewise.
23631 (__sqr): Likewise.
23632 (__inv): Likewise.
23633 (__dvd): Likewise.
23634
e375e83d
SP
23635 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23636 commented code.
23637 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23638 (__dubcos): Likewise.
23639 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23640 (__ieee754_acos): Likewise.
23641 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23642 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23643 (__exp1): Likewise.
23644 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23645 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23646 (log1): Likewise.
23647 (my_log2): Likewise.
23648 (checkint): Likewise.
23649 * sysdeps/ieee754/dbl-64/e_remainder.c
23650 (__ieee754_remainder): Likewise.
23651 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23652 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23653 (bsloww): Likewise.
23654 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23655
6f2e90e7
SP
23656 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23657 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23658 MANTISSA_STORE_T to store computations on mantissa. Use
23659 macros for rounding and division.
23660 (denorm): Likewise.
23661 (__dbl_mp): Likewise.
23662 (add_magnitudes): Likewise.
23663 (sub_magnitudes): Likewise.
23664 (__mul): Likewise.
23665 (__sqr): Likewise.
23666 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
23667 powers of two in terms of TWOPOW macro.
23668 (mp_no): Make type of mantissa as MANTISSA_T.
23669 [!RADIXI]: Define RADIXI.
23670 [!TWO52]: Define TWO52.
23671 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23672
fce14d4e
AZ
236732013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23674
23675 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23676 llroundl symbol when building for PPC32.
23677
9ad027fb
MW
236782013-03-24 Mark H Weaver <mhw@netris.org>
23679
23680 * manual/arith.texi (Normalization Functions): Fix prototypes for
23681 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23682
e42a38dd
AZ
236832013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23684
23685 [BZ #13889]
23686 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23687 high value to check if expl overflow.
23688 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23689 to check for underflow and overflow.
23690 * math/libm-test.inc: Add exp test.
23691
2e0fb521
DL
236922013-03-21 Dmitry V. Levin <ldv@altlinux.org>
23693
23694 [BZ #11120]
23695 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23696 with NOT_IN_libc.
23697
b5784d95
AZ
236982013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23699
23700 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23701 symbol.
23702
5aa4a1a1
TS
237032013-03-21 Thomas Schwinge <thomas@codesourcery.com>
23704
bdef0be7
TS
23705 * math/gen-libm-test.pl (parse_args, special_functions): Properly
23706 wrap blocks consisting of several statements.
23707
5aa4a1a1
TS
23708 * sysdeps/generic/math-tests.h: New file.
23709 * sysdeps/i386/fpu/math-tests.h: Likewise.
23710 * math/test-snan.c: Include it.
23711 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23712
98c48fe5
JM
237132013-03-21 Joseph Myers <joseph@codesourcery.com>
23714
23715 [BZ #15285]
23716 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23717 (__ieee754_j0l): Do not improve calculations using cos of twice
23718 input for inputs above LDBL_MAX / 2.0L.
23719 (__ieee754_y0l): Likewise.
23720 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23721 (__ieee754_j1l): Do not improve calculations using cos of twice
23722 input for inputs above LDBL_MAX / 2.0L.
23723 (__ieee754_y1l): Likewise.
23724 * math/libm-test.inc (j0_test): Add another test.
23725 (j1_test): Likewise.
23726 (y0_test): Likewise.
23727 (y1_test): Likewise.
23728 * sysdeps/i386/fpu/libm-test-ulps: Update.
23729
3775a8bc
SP
237302013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
23731
23732 * Rules ($(objpfx)bench-%.c): Include code from a C source
23733 file.
23734
0a1b2ae6
JM
237352013-03-21 Joseph Myers <joseph@codesourcery.com>
23736
23737 [BZ #15287]
23738 * math/k_casinh.c (__kernel_casinh): Handle arguments with
23739 imaginary part 1.0 and real part less than 0.5 specially.
23740 * math/k_casinhf.c (__kernel_casinhf): Likewise.
23741 * math/k_casinhl.c (__kernel_casinhl): Likewise.
23742 * math/libm-test.inc (cacos_test): Add more tests.
23743 (casin_test): Likewise.
23744 (casinh_test): Likewise.
23745 * sysdeps/i386/fpu/libm-test-ulps: Update.
23746 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23747
b33d4ce4
SP
237482013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
23749
23750 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23751 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23752
bef0b507
JM
237532013-03-20 Joseph Myers <joseph@codesourcery.com>
23754
23755 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23756 * config.make.in (config-cflags-sse4): Remove variable.
23757 (config-cflags-avx): Likewise.
23758 (config-cflags-sse2avx): Likewise.
23759 (config-cflags-novzeroupper): Likewise.
23760 (config-asflags-i686): Likewise.
23761 (have-mfma4): Likewise.
23762 (have-as-vis3): Likewise.
23763 (MIG): Likewise.
23764 * configure.in (MIG): Do not AC_SUBST.
23765 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23766 (libc_cv_cc_sse4): Do not AC_SUBST.
23767 (libc_cv_cc_avx): Likewise.
23768 (libc_cv_cc_sse2avx): Likewise.
23769 (libc_cv_cc_novzeroupper): Likewise.
23770 (libc_cv_cc_fma4): Likewise.
23771 (libc_cv_as_i686): Likewise.
23772 (libc_cv_sparc_as_vis3): Likewise.
23773 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23774 LIBC_CONFIG_VAR.
23775 (config-asflags-i686): Likewise.
23776 (config-cflags-avx): Likewise.
23777 (config-cflags-sse2avx): Likewise.
23778 (have-mfma4): Likewise.
23779 (config-cflags-novzeroupper): Likewise.
23780 * sysdeps/mach/configure.in (MIG): Likewise.
23781 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23782 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23783 LIBC_CONFIG_VAR.
23784 (config-cflags-avx): Likewise.
23785 (config-cflags-sse2avx): Likewise.
23786 (have-mfma4): Likewise.
23787 (config-cflags-novzeroupper): Likewise.
23788 * configure: Regenerated.
23789 * sysdeps/i386/configure: Likewise.
23790 * sysdeps/mach/configure: Likewise.
23791 * sysdeps/sparc/configure: Likewise.
23792 * sysdeps/x86_64/configure: Likewise.
23793
912cc4b3
RM
237942013-03-20 Roland McGrath <roland@hack.frob.com>
23795
23796 [BZ #14812]
23797 * locale/programs/localedef.c (options): Put N_ translation marker
23798 on argument names, not just descriptions.
23799
04eed2b0
MS
238002013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
23801
23802 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23803
a065ceff
OB
238042013-03-20 Ondřej Bílka <neleai@seznam.cz>
23805
9bb2a810 23806 [BZ #14176]
a065ceff
OB
23807 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23808
a600e5ce
RM
238092013-03-19 Roland McGrath <roland@hack.frob.com>
23810
23811 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23812 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23813 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23814 [!BEFORE_ABORT] (before_abort): New function.
23815 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23816 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23817 (writev_for_fatal): New function.
23818 (WRITEV_FOR_FATAL): New macro; call that.
23819 (backtrace_and_maps): New function.
23820 (BEFORE_ABORT): New macro; call that.
23821 (struct str_list): Type removed.
23822 (__libc_message, __libc_fatal): Functions removed.
23823 Include <sysdeps/posix/libc_fatal.c> instead.
23824
6b18bea6
JM
238252013-03-19 Joseph Myers <joseph@codesourcery.com>
23826
23827 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23828 constants.
23829 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23830 double constants.
23831
aaa8cb4b
AS
238322013-03-19 Andreas Schwab <schwab@suse.de>
23833
44673770
AS
23834 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23835 * sysdeps/gnu/configure: Regenerate.
23836
aaa8cb4b
AS
23837 * configure.in: Substitute libc_cv_rtlddir.
23838 * configure: Regenerate.
23839 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23840 * Makeconfig (rtlddir, inst_rtlddir): New variables.
23841 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23842 * elf/Makefile (install-others, CFLAGS-interp.c)
23843 (ldso_install, common-ldd-rewrite): Likewise.
23844 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23845 $(inst_slibdir)/$(rtld-installed-name).
23846 * scripts/rellns-sh: Add -p option.
23847 * Makerules (make-shlib-link): Use rellns-sh to get relative name
23848 for source.
23849
d3cfc668
SP
238502013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
23851
23852 * manual/nptl.texi: Renamed to ...
23853 * manual/threads.texi: ... this.
23854 * manual/Makefile (chapters): Update.
23855
0e2b9cdd
RM
238562013-03-18 Roland McGrath <roland@hack.frob.com>
23857
23858 [BZ #14812]
23859 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23860 on argument names, not just descriptions.
0e2b9cdd
RM
23861 * malloc/memusagestat.c (options): Likewise.
23862 * nss/getent.c (options): Likewise.
63270c24
RM
23863
238642013-03-18 Benno Schulenberg <bensberg@justemail.net>
23865
23866 [BZ #14812]
23867 * iconv/iconv_prog.c (options): Put N_ translation marker
23868 on argument names, not just descriptions.
23869 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 23870
b2e1393c
OB
238712013-03-18 Ondrej Bilka <neleai@seznam.cz>
23872
23873 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23874 implementation which is faster on all x86_64 architectures.
23875 Tested on AMD, Intel Nehalem, SNB, IVB.
23876 * sysdeps/x86_64/strnlen.S: Likewise.
23877
23878 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23879 Remove all multiarch strlen and strnlen versions.
23880 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23881 Remove strlen and strnlen related parts.
23882
23883 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23884 Inline strlen part.
23885 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23886
23887 * sysdeps/x86_64/multiarch/strlen.S: Remove.
23888 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23889 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23890 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23891 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23892 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23893
ec4ff04d
CD
238942013-03-17 Carlos O'Donell <carlos@redhat.com>
23895
23896 * manual/memory.texi (Malloc Tunable Parameters):
23897 Sort parameters alphabetically. Add comments for missing entries.
23898
cd18e90a
DM
238992013-03-17 David S. Miller <davem@davemloft.net>
23900
23901 * sysdeps/sparc/fpu/libm-test-ulps: Update.
23902
2a185d32
JM
239032013-03-16 Joseph Myers <joseph@codesourcery.com>
23904
d2f9799e
JM
23905 [BZ #15283]
23906 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23907 for arguments at most half maximum finite value.
23908 * math/libm-test.inc (j0_test): Add more tests.
23909 (j1_test): Likewise.
23910 (y0_test): Likewise.
23911 (y1_test): Likewise.
23912 * sysdeps/i386/fpu/libm-test-ulps: Update.
23913 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23914
2a185d32
JM
23915 [BZ #14155]
23916 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23917 1 / x and functions P and Q for arguments above 0x1p256L.
23918 (__ieee754_y0l): Likewise.
23919 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23920 (__ieee754_y1l): Likewise.
23921 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23922 (j1_test): Likewise.
23923 (y0_test): Likewise.
23924 (y1_test): Likewise.
23925
6cbec759
TS
239262013-03-16 Thomas Schwinge <thomas@codesourcery.com>
23927
23928 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23929 variable.
23930
bc16e260
RM
239312013-03-15 Roland McGrath <roland@hack.frob.com>
23932
aefc9b8c
RM
23933 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23934 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23935 zero since it's initialized to EXEC_PAGESIZE.
23936
bc16e260
RM
23937 * sysdeps/unix/sysv/linux/ldsodefs.h
23938 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23939 * sysdeps/generic/ldsodefs.h: ... here.
23940
a57da955
TS
239412013-03-15 Thomas Schwinge <thomas@codesourcery.com>
23942
af00a34d
TS
23943 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23944
495ded2c
TS
23945 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23946 math/test-snan.c.
23947 * math/test-snan.c: Renamed from
23948 sysdeps/powerpc/fpu/test-powerpc-snan.c.
23949 * math/Makefile (tests): Add test-snan.
23950 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23951 test-powerpc-snan.
23952
777b0332
TS
23953 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23954 SUFFIX. Initialize qNaN_var with __builtin_nan family of
23955 functions.
23956 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
23957 __builtin_nan family of functions.
23958 * math/libm-test.inc (initialize): Initialize qnan_value with
23959 __builtin_nan family of functions.
23960 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
23961 Remove variables.
23962 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
23963 Remove functions.
23964 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
23965 storage class. Initialize qNaN_var and sNaN_var with
23966 __builtin_nan and __builtin_nans families of functions,
23967 respectively.
23968
64d063b8
TS
23969 * math/libm-test.inc (acosh_test): Also test with qNaN input.
23970 (sqrt_test): Remove duplicate test with qNaN input.
23971 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
23972 (round_test, signbit_test, significand_test): Note missing +/-Inf
23973 as well as qNaN tests.
23974
67e971f1
TS
23975 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
23976 qNaN_var. Fix a few strings, too.
23977 * math/libm-test.inc (nan_value): Rename to qnan_value.
23978 * math/gen-libm-test.pl (%beautify): Adjust to that.
23979 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
23980 * math/test-misc.c (main): Likewise.
23981 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
23982 to __qnan_bytes, and __qnan_union, respectively.
23983 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
23984 Likewise.
23985 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
23986 and lqnanval, respectively.
23987 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
23988 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
23989 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
23990 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
23991
64487e12
TS
23992 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
23993 * math/test-misc.c (main) [__x86_64__]: Enable test for long
23994 doubles.
23995
e015e27b
TS
23996 * math/test-misc.c (main): Fix copy'n'pastos.
23997 * misc/tst-efgcvt.c (special): Likewise.
23998
a57da955
TS
23999 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
24000 Remove declarations.
24001
1e380345
SP
240022013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
24003
24004 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
24005 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
24006 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
24007 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
24008
ef26eece
AZ
240092013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24010
24011 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
24012 macro to return vdso values correctly in IFUNC implementations.
24013 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
24014 Optimization by using IFUNC.
24015
8cfdb7e0
SP
240162013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
24017 Richard Henderson <rth@redhat.com>
24018 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
24019
24020 * Makefile.in (bench): New target.
24021 * NEWS: Mention the benchmark framework.
24022 * Rules (bench): Likewise.
24023 (binaries-bench): Generate binaries for functions to
24024 benchmark.
24025 * benchtests/Makefile: New makefile for benchmark tests.
24026 * benchtests/bench-skeleton.c: New skeleton file for benchmark
24027 programs.
24028 * benchtests/exp-inputs: New input file for EXP function.
24029 * benchtests/pow-inputs: New input file for POW function.
24030 * scripts/bench.pl: New script to generate source files for
24031 benchmark programs.
24032
bcda9880
SP
240332013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
24034
d22ca8cd
SP
24035 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24036 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24037 computations on mantissa. Use macros for rounding and
24038 division.
24039 (denorm): Likewise.
24040 (__dbl_mp): Likewise.
24041 (add_magnitudes): Likewise.
24042 (sub_magnitudes): Likewise.
24043 (__mul): Likewise.
24044 (__sqr): Likewise.
24045 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
24046 powers of two in terms of TWOPOW macro.
24047 (mp_no): Make type of mantissa as MANTISSA_T.
24048 [!RADIXI]: Define RADIXI.
24049 [!TWO52]: Define TWO52.
24050 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24051
bcda9880
SP
24052 * manual/nptl.texi (cindex): Modify threads to pthreads.
24053
06d5adfb
JM
240542013-03-15 Joseph Myers <joseph@codesourcery.com>
24055
24056 * sysdeps/x86_64/preconfigure: Regenerated.
24057
41c7328e
JM
240582013-03-14 Joseph Myers <joseph@codesourcery.com>
24059
24060 [BZ #14155]
24061 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24062 0x1p28 and above.
24063 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24064 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24065 0x1p28 and above.
24066 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24067 * math/libm-test.inc (j0_test): Do not allow one spurious
24068 underflow exception.
24069 (y1_test): Likewise.
24070
e25cfa60
SP
240712013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
24072
0409959c
SP
24073 * manual/Makefile (chapters): Add nptl.
24074 * manual/debug.texi (Debugging Support): Add link to Threads
24075 chapter.
24076 * manual/nptl.texi: New file.
24077
e25cfa60
SP
24078 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24079
58a1335e
PB
240802013-03-14 Petr Baudis <pasky@ucw.cz>
24081
24082 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24083 for non-NULL pointer before the memory validity test. Pointed
24084 out by Holger Brunck <holger.brunck@keymile.com>.
24085
9dc7c64f
AS
240862013-03-13 Andreas Schwab <schwab@suse.de>
24087
24088 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24089 instead of .os.
24090
54206aa6
JM
240912013-03-13 Joseph Myers <joseph@codesourcery.com>
24092
24093 * timezone/zic.c: Update from tzcode 2013b.
24094
e98cdb38
CD
240952013-03-12 Carlos O'Donell <carlos@redhat.com>
24096
24097 * manual/install.texi (Configuring and compiling):
24098 Mention i686 and i586.
24099 * INSTALL: Regenerate.
24100
9967e003
RM
241012013-03-12 Roland McGrath <roland@hack.frob.com>
24102
24103 * sysdeps/init_array/elf-init.c: New file.
24104 * csu/elf-init.c
24105 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24106 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24107
24108 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24109 __gmon_start__ as global, but as static with a .preinit_array pointer.
24110 * sysdeps/init_array/gmon-start.c: New file. Use that.
24111 * sysdeps/init_array/crti.S: New file, empty except for comments.
24112 * sysdeps/init_array/crtn.S: Likewise.
24113
e6b5a293 241142013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
24115
24116 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24117 definining bcopy.
80f844c9
OB
24118 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24119 Remove Prefer_SSE_for_memop.
24120 * sysdeps/x86_64/multiarch/init-arch.h: Remove
24121 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24122 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
24123 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24124 memset-x86-64.
80f844c9 24125 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 24126 Remove bzero, memset ifunc support.
80f844c9
OB
24127 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24128 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24129 * sysdeps/x86_64/multiarch/memset.S: Likewise.
24130 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24131
fb6b0fcb
AS
241322013-03-11 Andreas Schwab <schwab@suse.de>
24133
24134 [BZ #15234]
24135 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24136 by SHLIB_COMPAT.
24137 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24138 (GLIBC_2.16): Remove pthread_atfork.
24139
3e6bd4b1
PP
241402013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
24141
24142 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24143 (ptestcases.h): Likewise.
24144
222d7f00
RM
241452013-03-08 Roland McGrath <roland@hack.frob.com>
24146
24147 * Makeconfig ($(common-objpfx)config.status): Depend on
24148 sysdeps/*/preconfigure{,.in} too.
24149
1ba4f030
JM
241502013-03-08 Joseph Myers <joseph@codesourcery.com>
24151
a222d91a
JM
24152 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24153 (__free_hook): Use void * instead of __malloc_ptr_t.
24154 (__malloc_hook): Likewise.
24155 (__realloc_hook): Likewise.
24156 (__memalign_hook): Likewise.
24157 (__after_morecore_hook): Likewise.
24158 * malloc/arena.c (save_malloc_hook): Likewise.
24159 (save_free_hook): Likewise.
24160 * malloc/hooks.c (malloc_hook_ini): Likewise.
24161 (realloc_hook_ini): Likewise.
24162 (memalign_hook_ini): Likewise.
24163 * malloc/malloc.c (malloc_hook_ini): Likewise.
24164 (realloc_hook_ini): Likewise.
24165 (memalign_hook_ini): Likewise.
24166 (__free_hook): Likewise.
24167 (__malloc_hook): Likewise.
24168 (__realloc_hook): Likewise.
24169 (__memalign_hook): Likewise.
24170 (__libc_malloc): Likewise.
24171 (__libc_free): Likewise.
24172 (__libc_realloc): Likewise.
24173 (__libc_memalign): Likewise.
24174 (__libc_valloc): Likewise.
24175 (__libc_pvalloc): Likewise.
24176 (__libc_calloc): Likewise.
24177 (__posix_memalign): Likewise.
24178 * malloc/morecore.c (__sbrk): Likewise.
24179 (__default_morecore): Likewise.
24180
5cc45e10
JM
24181 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24182
dd54b864
JM
24183 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24184 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24185 __malloc_ptrdiff_t.
24186
1ba4f030
JM
24187 * malloc/malloc.h (__malloc_size_t): Remove macro.
24188 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24189 __malloc_size_t.
24190 (old_memalign_hook): Likewise.
24191 (old_realloc_hook): Likewise.
24192 (struct hdr): Likewise.
24193 (flood): Likewise.
24194 (mallochook): Likewise.
24195 (memalignhook): Likewise.
24196 (reallochook): Likewise.
24197 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24198 (tr_old_realloc_hook): Likewise.
24199 (tr_old_memalign_hook): Likewise.
24200 (tr_mallochook): Likewise.
24201 (tr_reallochook): Likewise.
24202 (tr_memalignhook): Likewise.
24203
edf66e57
AZ
242042013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24205
24206 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24207 default_ldbl_pack and using as default implementation.
24208 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24209 implementation.
24210 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24211 redundant definition.
24212 (ldbl_insert_mantissa): Likewise.
24213 (ldbl_canonicalize): Likewise.
24214 (ldbl_nearbyint): Likewise.
24215 (ldbl_pack): Rename to ldbl_pack_ppc.
24216 (ldbl_unpack): Rename to ldbl_unpack_ppc.
24217 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24218 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24219
6d9145d8
SP
242202013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
24221
24222 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24223 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24224 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24225 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24226 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24227 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24228 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24229 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24230
4dd4e157
AJ
242312013-03-07 Andreas Jaeger <aj@suse.de>
24232
24233 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24234 bits/mman-linux.h.
24235
adbb8027
SP
242362013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
24237
ce544b5b
SP
24238 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24239 Include mpa.h and declare __MPEXP.
24240 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24241 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24242 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24243 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24244 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24245 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24246 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24247
4cc149fd
SP
24248 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24249 (__slowpow): Use long double EXPL and LOGL functions to
24250 compute POW.
24251 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24252 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24253 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24254 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24255 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24256 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24257
e6ebd4a7
SP
24258 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24259 intermediate variable to calculate exponent.
24260 (__sqr): Likewise.
24261 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24262 Likewise.
24263 (__sqr): Likewise.
24264
82a9811d
SP
24265 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24266 [!NO__SQR]: Define __sqr.
24267 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24268 and NO__SQR. Remove all code except __mul and __sqr. Include
24269 sysdeps/ieee754/dbl-64/mpa.c.
24270 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24271
adbb8027
SP
24272 [BZ #12723]
24273 * posix/Makefile (tests): Add tst-pathconf.
24274 * posix/tst-pathconf.c: New test case.
24275 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24276 _PC_PIPE_BUF.
24277 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24278
39120df9
PF
242792013-03-06 Patsy Franklin <pfrankli@redhat.com>
24280
24281 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24282
67525cb8
AJ
242832013-03-06 Andreas Jaeger <aj@suse.de>
24284
664a9ce4
AJ
24285 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24286 definition via __MAP_ANONYMOUS.
24287
8e39047d
AJ
24288 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24289 it's not part of Linux headers.
24290
67525cb8
AJ
24291 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24292 (MAP_HUGE_MASK): Define.
24293
24294 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24295 Define.
24296 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24297 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24298 Define.
24299 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24300 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24301 Define.
24302 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24303 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24304 Define.
24305 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24306
24307 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24308 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24309 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24310 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24311 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24312 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24313
24314 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24315 Handle f2fs.
24316
24317 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24318 Handle f2fs and efivarfs.
24319
24320 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24321 f2fs.
24322
24323 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24324 (EFIVARFS_MAGIC): Add.
24325 (F2FS_LINK_MAX): Add.
24326
e1b42695
PP
243272013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
24328
24329 * stdio-common/vfprintf.c: Replace __builtin_expect with
24330 __glibc_unlikely.
24331
2d67d91a
JM
243322013-03-06 Joseph Myers <joseph@codesourcery.com>
24333
24334 [BZ #13550]
24335 * sysdeps/generic/bp-sym.h: Remove file.
24336 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24337 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24338 <bp-sym.h> and <bp-asm.h>.
24339 (__longjmp): Don't use BP_SYM.
24340 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24341 and <bp-asm.h>.
24342 (memcpy): Don't use BP_SYM.
24343 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24344 <bp-sym.h> and <bp-asm.h>.
24345 (memcpy): Don't use BP_SYM.
24346 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24347 <bp-asm.h>.
24348 (memcpy): Don't use BP_SYM.
24349 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24350 <bp-asm.h>.
24351 (memset): Don't use BP_SYM.
24352 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24353 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24354 (__bzero): Don't use BP_SYM.
24355 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24356 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24357 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24358 <bp-sym.h> and <bp-asm.h>.
24359 (memcmp): Don't use BP_SYM. Remove comment about bounded
24360 pointers.
24361 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24362 <bp-sym.h> and <bp-asm.h>.
24363 (memcpy): Don't use BP_SYM.
24364 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24365 <bp-sym.h> and <bp-asm.h>.
24366 (memset): Don't use BP_SYM.
24367 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24368 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24369 (__bzero): Don't use BP_SYM.
24370 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24371 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24372 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24373 <bp-sym.h> and <bp-asm.h>.
24374 (strncmp): Don't use BP_SYM. Remove comment about bounded
24375 pointers.
24376 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24377 <bp-sym.h> and <bp-asm.h>.
24378 (memcpy): Don't use BP_SYM.
24379 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24380 <bp-sym.h> and <bp-asm.h>.
24381 (memset): Don't use BP_SYM.
24382 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24383 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24384 (__bzero): Don't use BP_SYM.
24385 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24386 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24387 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24388 <bp-sym.h> and <bp-asm.h>.
24389 (__memchr): Don't use BP_SYM.
24390 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24391 <bp-sym.h> and <bp-asm.h>.
24392 (memcmp): Don't use BP_SYM. Remove comment about bounded
24393 pointers.
24394 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24395 <bp-sym.h> and <bp-asm.h>.
24396 (memcpy): Don't use BP_SYM.
24397 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24398 <bp-sym.h> and <bp-asm.h>.
24399 (__mempcpy): Don't use BP_SYM.
24400 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24401 <bp-sym.h> and <bp-asm.h>.
24402 (__memrchr): Don't use BP_SYM.
24403 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24404 <bp-sym.h> and <bp-asm.h>.
24405 (memset): Don't use BP_SYM.
24406 (__bzero): Likewise.
24407 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24408 <bp-sym.h> and <bp-asm.h>.
24409 (__rawmemchr): Don't use BP_SYM.
24410 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24411 <bp-sym.h> and <bp-asm.h>.
24412 (__STRCMP): Don't use BP_SYM.
24413 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24414 <bp-sym.h> and <bp-asm.h>.
24415 (strchr): Don't use BP_SYM.
24416 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24417 <bp-sym.h> and <bp-asm.h>.
24418 (__strchrnul): Don't use BP_SYM.
24419 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24420 <bp-sym.h> and <bp-asm.h>.
24421 (strlen): Don't use BP_SYM.
24422 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24423 <bp-sym.h> and <bp-asm.h>.
24424 (strncmp): Don't use BP_SYM. Remove comment about bounded
24425 pointers.
24426 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24427 <bp-sym.h> and <bp-asm.h>.
24428 (__strnlen): Don't use BP_SYM.
24429 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24430 <bp-sym.h> and <bp-asm.h>.
24431 (__GI__setjmp): Don't use BP_SYM.
24432 (_setjmp): Likewise.
24433 (__sigsetjmp): Likewise.
24434 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24435 (L(start_addresses)): Don't use BP_SYM.
24436 (_start): Likewise.
24437 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24438 <bp-asm.h>.
24439 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24440 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24441 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24442 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24443 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24444 <bp-asm.h>.
24445 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24446 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
24447 about bounded pointers.
24448 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24449 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24450 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24451 <bp-asm.h>.
24452 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
24453 about bounded pointers. Remove GKM FIXME comments.
24454 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24455 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24456 <bp-asm.h>.
24457 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24458 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
24459 Remove GKM FIXME comments.
24460 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24461 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24462 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24463 <bp-asm.h>.
24464 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
24465 about bounded pointers. Remove GKM FIXME comment.
24466 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24467 and <bp-asm.h>.
24468 (strncmp): Don't use BP_SYM. Remove comment about bounded
24469 pointers.
24470 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24471 <bp-sym.h> and <bp-asm.h>.
24472 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24473 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24474 <bp-sym.h> and <bp-asm.h>.
24475 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
24476 comment.
24477
cdcf361f
PP
244782013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
24479
24480 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24481 call free(NULL).
24482
3c4a2b15
DM
244832013-03-05 David S. Miller <davem@davemloft.net>
24484
24485 * po/es.po: Update from translation team.
24486
cdcf361f 244872013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
24488
24489 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24490 <bits/mman-linux.h>.
24491 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24492 is fine.
24493 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
24494 <bits/mman-linux.h> to end of file.
24495 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24496 is fine.
24497 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
24498 <bits/mman-linux.h> to end of file.
24499 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24500 is fine.
24501 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24502 <bits/mman-linux.h> to end of file.
24503
24504 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24505 (MCL_CURRENT, MCL_FUTURE): Define here.
24506
5f67c04f
AK
245072013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24508
8a4473cc 24509 [BZ #15232]
5f67c04f
AK
24510 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24511 attribute_hidden.
24512 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24513
c3e94a95
AK
245142013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24515
24516 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24517 fourth parameter needed for rt_sigprocmask syscall.
24518 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24519 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24520 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24521 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24522 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24523 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
24524
cfb6382a
JM
245252013-03-04 Joseph Myers <joseph@codesourcery.com>
24526
24527 [BZ #13550]
24528 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24529 comment about bounded pointers.
24530 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24531 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24532
539d8e01
AJ
245332013-03-04 Andreas Jaeger <aj@suse.de>
24534
24535 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24536 common definitions.
24537
24538 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24539 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24540 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24541 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24542 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
24543 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24544
2e167a70 245452013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
24546
24547 [BZ #15055]
24548 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24549 __ieee754_sqrl instead of __sqrl.
24550
68508633
JM
245512013-03-01 Joseph Myers <joseph@codesourcery.com>
24552
24553 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24554 * sysdeps/powerpc/fpu_control.h: ... here.
24555 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
24556 * sysdeps/powerpc/bits/fenvinline.h: ... here.
24557 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
24558 * sysdeps/powerpc/bits/mathinline.h: ... here.
24559
7775448e
RM
245602013-03-01 Roland McGrath <roland@hack.frob.com>
24561
24562 * elf/dl-hwcaps.c (_dl_important_hwcaps):
24563 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
24564 to just [NEED_DL_SYSINFO_DSO].
24565 * elf/dl-support.c: Likewise.
24566 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
24567 * elf/rtld.c (dl_main): Likewise.
24568 * elf/setup-vdso.h (setup_vdso): Likewise.
24569 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
24570 * sysdeps/unix/sysv/linux/dl-sysdep.c
24571 (_dl_discover_osversion): Likewise.
24572
4e9b5995
CD
245732013-03-01 Carlos O'Donell <carlos@redhat.com>
24574
24575 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
24576 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24577
e23872c8
SP
245782013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
24579
e5c74c63
SP
24580 * NEWS: Mention libm performance improvements and non-x86 PI
24581 futex support.
24582
e23872c8
SP
24583 * csu/libc-start.c (__pthread_initialize_minimal): Change
24584 function arguments.
24585 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24586
b5510883
JM
245872013-02-28 Joseph Myers <joseph@codesourcery.com>
24588
24589 [BZ #13550]
24590 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
24591 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
24592 <bp-sym.h> and <bp-asm.h>.
24593 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24594 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24595 and <bp-asm.h>.
24596 (memcpy): Don't use BP_SYM.
24597 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24598 <bp-asm.h>.
24599 (__mpn_add_n): Don't use BP_SYM.
24600 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24601 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24602 and <bp-asm.h>.
24603 (__mpn_addmul_1): Don't use BP_SYM.
24604 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24605 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24606 <bp-sym.h>.
24607 (_setjmp): Don't use BP_SYM.
24608 (__novmx_setjmp): Likewise.
24609 (__GI__setjmp): Likewise.
24610 (__vmx_setjmp): Likewise.
24611 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24612 <bp-sym.h>.
24613 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24614 (__bzero): Don't use BP_SYM.
24615 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24616 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24617 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24618 <bp-sym.h> and <bp-asm.h>.
24619 (memcpy): Don't use BP_SYM.
24620 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
24621 <bp-sym.h> and <bp-asm.h>.
24622 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24623 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
24624 <bp-sym.h> and <bp-asm.h>.
24625 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24626 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24627 <bp-asm.h>.
24628 (__mpn_lshift): Don't use BP_SYM.
24629 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24630 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24631 <bp-asm.h>.
24632 (memset): Don't use BP_SYM.
24633 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24634 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24635 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24636 <bp-asm.h>.
24637 (__mpn_mul_1): Don't use BP_SYM.
24638 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24639 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24640 <bp-sym.h> and <bp-asm.h>.
24641 (memcmp): Don't use BP_SYM.
24642 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24643 <bp-sym.h> and <bp-asm.h>.
24644 (memcpy): Don't use BP_SYM.
24645 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24646 <bp-sym.h> and <bp-asm.h>.
24647 (memset): Don't use BP_SYM.
24648 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24649 <bp-sym.h> and <bp-asm.h>.
24650 (strncmp): Don't use BP_SYM.
24651 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24652 <bp-sym.h> and <bp-asm.h>.
24653 (memcpy): Don't use BP_SYM.
24654 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24655 <bp-sym.h> and <bp-asm.h>.
24656 (memset): Don't use BP_SYM.
24657 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24658 <bp-sym.h> and <bp-asm.h>.
24659 (__memchr): Don't use BP_SYM.
24660 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24661 <bp-sym.h> and <bp-asm.h>.
24662 (memcmp): Don't use BP_SYM.
24663 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24664 <bp-sym.h> and <bp-asm.h>.
24665 (memcpy): Don't use BP_SYM.
24666 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24667 <bp-sym.h> and <bp-asm.h>.
24668 (__mempcpy): Don't use BP_SYM.
24669 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24670 <bp-sym.h> and <bp-asm.h>.
24671 (__memrchr): Don't use BP_SYM.
24672 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24673 <bp-sym.h> and <bp-asm.h>.
24674 (memset): Don't use BP_SYM.
24675 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24676 <bp-sym.h> and <bp-asm.h>.
24677 (__rawmemchr): Don't use BP_SYM.
24678 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24679 <bp-sym.h> and <bp-asm.h>.
24680 (__STRCMP): Don't use BP_SYM.
24681 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24682 <bp-sym.h> and <bp-asm.h>.
24683 (strchr): Don't use BP_SYM.
24684 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24685 <bp-sym.h> and <bp-asm.h>.
24686 (__strchrnul): Don't use BP_SYM.
24687 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24688 <bp-sym.h> and <bp-asm.h>.
24689 (strlen): Don't use BP_SYM.
24690 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24691 <bp-sym.h> and <bp-asm.h>.
24692 (strncmp): Don't use BP_SYM.
24693 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24694 <bp-sym.h> and <bp-asm.h>.
24695 (__strnlen): Don't use BP_SYM.
24696 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24697 <bp-asm.h>.
24698 (__mpn_rshift): Don't use BP_SYM.
24699 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24700 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24701 <bp-sym.h> and <bp-asm.h>.
24702 (__sigsetjmp): Don't use BP_SYM.
24703 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24704 (L(start_addresses)): Don't use BP_SYM.
24705 (_start): Likewise.
24706 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24707 <bp-asm.h>.
24708 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24709 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24710 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24711 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24712 <bp-asm.h>.
24713 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24714 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24715 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24716 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24717 <bp-asm.h>.
24718 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
24719 comments.
24720 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24721 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24722 <bp-asm.h>.
24723 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
24724 FIXME comments.
24725 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24726 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24727 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24728 <bp-asm.h>.
24729 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
24730 comment.
24731 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24732 and <bp-asm.h>.
24733 (strncmp): Don't use BP_SYM,
24734 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24735 <bp-asm.h>.
24736 (__mpn_sub_n): Don't use BP_SYM.
24737 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24738 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24739 and <bp-asm.h>.
24740 (__mpn_submul_1): Don't use BP_SYM.
24741 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24742 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24743 <bp-sym.h> and <bp-asm.h>.
24744 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24745 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
24746 <bp-sym.h> and <bp-asm.h>.
24747 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
24748 comment.
24749
8d19fe64
SP
247502013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
24751
24752 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24753 Use ZK to minimize writes to Z.
24754 (sub_magnitudes): Simplify code a bit.
24755 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24756 Use ZK to minimize writes to Z.
24757 (sub_magnitudes): Simplify code a bit.
24758
85bd816a
RM
247592013-02-27 Roland McGrath <roland@hack.frob.com>
24760
24761 * csu/gmon-start.c: Add special exception to license text.
24762
b5977bf2
RH
247632013-02-27 Richard Henderson <rth@redhat.com>
24764
24765 * scripts/config.guess: Update from config.git.
24766 * scripts/config.sub: Likewise.
24767
11d6e2f2
SP
247682013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
24769
09c14ed2
SP
24770 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24771
a688864e
SP
24772 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24773
6295157a
SP
24774 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24775
b8de2202
SP
24776 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24777
11d6e2f2
SP
24778 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24779
7e80ddb8
RM
247802013-02-26 Roland McGrath <roland@hack.frob.com>
24781
24782 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24783 [$(build-shared = yes].
7e80ddb8 24784
7da6d9ed
SP
247852013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
24786
45f05884
SP
24787 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24788 (__mul): Reduce iterations for calculating mantissa.
24789
2236d359
SP
24790 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24791 MPTWO.
24792 (__mpranred): Likewise.
24793
7da6d9ed
SP
24794 [BZ #15160]
24795 * malloc/memusagestat.c (main): Draw graphs for heap and stack
24796 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24797
b7688c42
PE
247982013-02-26 Paul Eggert <eggert@cs.ucla.edu>
24799
24800 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24801 Define __attribute__.
24802
53a5c423
SP
248032013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
24804
24805 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24806 unused.
24807 * posix/regex_internal.h (__attribute): Remove.
24808 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24809 (re_string_context_at): Likewise.
24810 (bitset_not): Use __attribute__ and mark function as possibly
24811 unused.
24812 (bitset_merge): Likewise.
24813 (bitset_mask): Likewise.
24814 (re_string_char_size_at): Likewise.
24815 (re_string_wchar_at): Likewise.
24816 (re_string_elem_size_at): Likewise.
24817
60f5a8b5
SP
248182013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
24819
2a983a2e
SP
24820 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24821 code.
24822 (cc32): Likewise.
24823
e69804d1
SP
24824 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24825 (__acr): Likewise.
24826 (__cpy): Likewise.
24827 (norm): Likewise.
24828 (denorm): Likewise.
24829 (__dbl_mp): Likewise.
24830 (add_magnitudes): Likewise.
24831 (sub_magnitudes): Likewise.
24832 (__mul): Likewise.
24833 (__inv): Likewise.
24834
2f22a1e8
SP
24835 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24836 style.
24837
8930ddc7
SP
24838 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24839 style.
24840
dc60cb11
SP
24841 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24842 code.
24843
60f5a8b5
SP
24844 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24845 up changes with default code.
24846 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24847 Likewise.
24848
b4d1fd33
AM
248492013-02-24 Allan McRae <allan@archlinux.org>
24850
faf6f8bc
AM
24851 * manual/socket.texi (The Internet Namespace): Order menu items
24852 to match that in the file.
24853
b4d1fd33
AM
24854 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24855 node listing of the info page menu.
24856
2366713d
JM
248572013-02-21 Joseph Myers <joseph@codesourcery.com>
24858
24859 [BZ #13550]
24860 * sysdeps/i386/bp-asm.h: Remove file.
24861 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24862 (PARMS): Do not use macros from bp-asm.h.
24863 (S1): Likewise.
24864 (S2): Likewise.
24865 (SIZE): Likewise.
24866 (__mpn_add_n): Do not use BP_SYM
24867 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24868 "bp-asm.h".
24869 (PARMS): Do not use macros from bp-asm.h.
24870 (S1): Likewise.
24871 (SIZE): Likewise.
24872 (__mpn_addmul_1): Do not use BP_SYM
24873 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24874 "bp-asm.h".
24875 (PARMS): Do not use macros from bp-asm.h.
24876 (SIGMSK): Likewise.
24877 (_setjmp): Likewise. Do not use BP_SYM.
24878 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24879 "bp-asm.h".
24880 (PARMS): Do not use macros from bp-asm.h.
24881 (SIGMSK): Likewise.
24882 (setjmp): Likewise. Do not use BP_SYM.
24883 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24884 "bp-asm.h".
24885 (PARMS): Do not use macros from bp-asm.h.
24886 (__frexp): Do not use BP_SYM.
24887 (frexp): Likewise.
24888 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24889 "bp-asm.h".
24890 (PARMS): Do not use macros from bp-asm.h.
24891 (__frexpf): Do not use BP_SYM.
24892 (frexpf): Likewise.
24893 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24894 "bp-asm.h".
24895 (PARMS): Do not use macros from bp-asm.h.
24896 (__frexpl): Do not use BP_SYM.
24897 (frexpl): Likewise.
24898 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24899 "bp-asm.h".
24900 (PARMS): Do not use macros from bp-asm.h.
24901 (__remquo): Do not use BP_SYM.
24902 (remquo): Likewise.
24903 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24904 "bp-asm.h".
24905 (PARMS): Do not use macros from bp-asm.h.
24906 (__remquof): Do not use BP_SYM.
24907 (remquof): Likewise.
24908 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24909 "bp-asm.h".
24910 (PARMS): Do not use macros from bp-asm.h.
24911 (__remquol): Do not use BP_SYM.
24912 (remquol): Likewise.
24913 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24914 "bp-asm.h".
24915 (PARMS): Do not use macros from bp-asm.h.
24916 (DEST): Likewise.
24917 (SRC): Likewise.
24918 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
24919 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24920 "bp-asm.h".
24921 (PARMS): Do not use macros from bp-asm.h.
24922 (strlen): Do not use BP_SYM.
24923 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24924 "bp-asm.h".
24925 (PARMS): Do not use macros from bp-asm.h.
24926 (S1): Likewise.
24927 (S2): Likewise.
24928 (SIZE): Likewise.
24929 (__mpn_add_n): Do not use BP_SYM.
24930 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24931 "bp-asm.h".
24932 (PARMS): Do not use macros from bp-asm.h.
24933 (S1): Likewise.
24934 (SIZE): Likewise.
24935 (__mpn_addmul_1): Do not use BP_SYM.
24936 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24937 weak_alias.
24938 (bzero): Likewise.
24939 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24940 "bp-asm.h".
24941 (PARMS): Do not use macros from bp-asm.h.
24942 (S): Likewise.
24943 (SIZE): Likewise.
24944 (__mpn_lshift): Do not use BP_SYM.
24945 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24946 "bp-asm.h".
24947 (PARMS): Do not use macros from bp-asm.h.
24948 (DEST): Likewise.
24949 (SRC): Likewise.
24950 (LEN): Likewise.
24951 (memcpy): Likewise. Do not use BP_SYM.
24952 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24953 libc_hidden_def and weak_alias.
24954 (mempcpy): Do not use BP_SYM in weak_alias.
24955 * sysdeps/i386/i586/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/i586/mul_1.S: Do not include "bp-sym.h" and
24963 "bp-asm.h".
24964 (PARMS): Do not use macros from bp-asm.h.
24965 (S1): Likewise.
24966 (SIZE): Likewise.
24967 (__mpn_mul_1): Do not use BP_SYM.
24968 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
24969 "bp-asm.h".
24970 (PARMS): Do not use macros from bp-asm.h.
24971 (S): Likewise.
24972 (SIZE): Likewise.
24973 (__mpn_rshift): Do not use BP_SYM.
24974 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
24975 "bp-asm.h".
24976 (PARMS): Do not use macros from bp-asm.h.
24977 (STR): Likewise.
24978 (CHR): Likewise.
24979 (strchr): Likewise. Do not use BP_SYM.
24980 (index): Do not use BP_SYM in weak_alias.
24981 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
24982 "bp-asm.h".
24983 (PARMS): Do not use macros from bp-asm.h.
24984 (DEST): Likewise.
24985 (SRC): Likewise.
24986 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
24987 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
24988 "bp-asm.h".
24989 (PARMS): Do not use macros from bp-asm.h.
24990 (strlen): Do not use BP_SYM.
24991 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
24992 "bp-asm.h".
24993 (PARMS): Do not use macros from bp-asm.h.
24994 (S1): Likewise.
24995 (S2): Likewise.
24996 (SIZE): Likewise.
24997 (__mpn_sub_n): Do not use BP_SYM.
24998 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
24999 "bp-asm.h".
25000 (PARMS): Do not use macros from bp-asm.h.
25001 (S1): Likewise.
25002 (SIZE): Likewise.
25003 (__mpn_submul_1): Do not use BP_SYM.
25004 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
25005 "bp-asm.h".
25006 (PARMS): Do not use macros from bp-asm.h.
25007 (S1): Likewise.
25008 (S2): Likewise.
25009 (SIZE): Likewise.
25010 (__mpn_add_n): Do not use BP_SYM.
25011 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
25012 weak_alias.
25013 (bzero): Likewise.
25014 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
25015 "bp-asm.h".
25016 (PARMS): Do not use macros from bp-asm.h.
25017 (BLK2): Likewise.
25018 (LEN): Likewise.
25019 (memcmp): Do not use BP_SYM.
25020 (bcmp): Do not use BP_SYM in weak_alias.
25021 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
25022 "bp-asm.h".
25023 (PARMS): Do not use macros from bp-asm.h.
25024 (DEST): Likewise.
25025 (SRC): Likewise.
25026 (LEN): Likewise.
25027 (memcpy): Likewise. Do not use BP_SYM.
25028 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
25029 "bp-asm.h".
25030 (PARMS): Do not use macros from bp-asm.h.
25031 (DEST): Likewise.
25032 (SRC): Likewise.
25033 (LEN): Likewise.
25034 (memmove): Likewise. Do not use BP_SYM.
25035 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25036 "bp-asm.h".
25037 (PARMS): Do not use macros from bp-asm.h.
25038 (DEST): Likewise.
25039 (SRC): Likewise.
25040 (LEN): Likewise.
25041 (__mempcpy): Likewise. Do not use BP_SYM.
25042 (mempcpy): Do not use BP_SYM in weak_alias.
25043 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25044 "bp-asm.h".
25045 (PARMS): Do not use macros from bp-asm.h.
25046 (DEST): Likewise.
25047 (LEN): Likewise.
25048 [!BZERO_P] (CHR): Likewise.
25049 (memset): Likewise. Do not use BP_SYM.
25050 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25051 "bp-asm.h".
25052 (PARMS): Do not use macros from bp-asm.h.
25053 (STR2): Likewise.
25054 (strcmp): Do not use BP_SYM.
25055 * sysdeps/i386/i686/strtok.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 (DELIM): Likewise.
25060 [USE_AS_STRTOK_R] (SAVE): Likewise.
25061 (FUNCTION): Likewise. Do not use BP_SYM.
25062 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25063 aliases.
25064 (strtok_r): Likewise.
25065 (__GI___strtok_r): Likewise.
25066 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25067 (PARMS): Do not use macros from bp-asm.h.
25068 (S): Likewise.
25069 (SIZE): Likewise.
25070 (__mpn_lshift): Do not use BP_SYM.
25071 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25072 (PARMS): Do not use macros from bp-asm.h.
25073 (STR): Likewise.
25074 (CHR): Likewise.
25075 (__memchr): Do not use BP_SYM.
25076 (memchr): Do not use BP_SYM in weak_alias.
25077 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25078 (PARMS): Do not use macros from bp-asm.h.
25079 (BLK2): Likewise.
25080 (LEN): Likewise.
25081 (memcmp): Do not use BP_SYM.
25082 (bcmp): Do not use BP_SYM in weak_alias.
25083 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25084 (PARMS): Do not use macros from bp-asm.h.
25085 (S1): Likewise.
25086 (SIZE): Likewise.
25087 (__mpn_mul_1): Do not use BP_SYM.
25088 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25089 "bp-asm.h".
25090 (PARMS): Do not use macros from bp-asm.h.
25091 (STR): Likewise.
25092 (CHR): Likewise.
25093 (__rawmemchr): Do not use BP_SYM.
25094 (rawmemchr): Do not use BP_SYM in weak_alias.
25095 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25096 (PARMS): Do not use macros from bp-asm.h.
25097 (S): Likewise.
25098 (SIZE): Likewise.
25099 (__mpn_rshift): Do not use BP_SYM.
25100 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25101 (PARMS): Do not use macros from bp-asm.h.
25102 (SIGMSK): Likewise.
25103 (__sigsetjmp): Likewise. Do not use BP_SYM.
25104 * sysdeps/i386/start.S: Do not include "bp-sym.h".
25105 (_start): Do not use BP_SYM.
25106 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25107 (PARMS): Do not use macros from bp-asm.h.
25108 (DEST): Likewise.
25109 (SRC): Likewise.
25110 (__stpcpy): Likewise. Do not use BP_SYM.
25111 (stpcpy): Do not use BP_SYM in weak_alias.
25112 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25113 "bp-asm.h".
25114 (PARMS): Do not use macros from bp-asm.h.
25115 (DEST): Likewise.
25116 (SRC): Likewise.
25117 (LEN): Likewise.
25118 (__stpncpy): Likewise. Do not use BP_SYM.
25119 (stpncpy): Do not use BP_SYM in weak_alias.
25120 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25121 (PARMS): Do not use macros from bp-asm.h.
25122 (STR): Likewise.
25123 (CHR): Likewise.
25124 (strchr): Likewise. Do not use BP_SYM.
25125 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25126 "bp-asm.h".
25127 (PARMS): Do not use macros from bp-asm.h.
25128 (STR): Likewise.
25129 (CHR): Likewise.
25130 (__strchrnul): Likewise. Do not use BP_SYM.
25131 (strchrnul): Do not use BP_SYM in weak_alias.
25132 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25133 "bp-asm.h".
25134 (PARMS): Do not use macros from bp-asm.h.
25135 (STOP): Likewise.
25136 (strcspn): Do not use BP_SYM.
25137 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25138 "bp-asm.h".
25139 (PARMS): Do not use macros from bp-asm.h.
25140 (STR): Likewise.
25141 (STOP): Likewise.
25142 (strpbrk): Likewise. Do not use BP_SYM.
25143 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25144 "bp-asm.h".
25145 (PARMS): Do not use macros from bp-asm.h.
25146 (STR): Likewise.
25147 (CHR): Likewise.
25148 (strrchr): Likewise. Do not use BP_SYM.
25149 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25150 (PARMS): Do not use macros from bp-asm.h.
25151 (SKIP): Likewise.
25152 (strspn): Do not use BP_SYM.
25153 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25154 (PARMS): Do not use macros from bp-asm.h.
25155 (STR): Likewise.
25156 (DELIM): Likewise.
25157 (SAVE): Likewise.
25158 (FUNCTION): Likewise. Do not use BP_SYM.
25159 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25160 aliases.
25161 (strtok_r): Likewise.
25162 (__GI___strtok_r): Likewise.
25163 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25164 (PARMS): Do not use macros from bp-asm.h.
25165 (S1): Likewise.
25166 (S2): Likewise.
25167 (SIZE): Likewise.
25168 (__mpn_sub_n): Do not use BP_SYM.
25169 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25170 "bp-asm.h".
25171 (PARMS): Do not use macros from bp-asm.h.
25172 (S1): Likewise.
25173 (SIZE): Likewise.
25174 (__mpn_submul_1): Do not use BP_SYM.
25175 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25176 <bp-sym.h>.
25177 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25178 and <bp-asm.h>.
25179 (PARMS): Do not use macros from bp-asm.h.
25180 (FLAGS): Likewise.
25181 (PTID): Likewise.
25182 (TLS): Likewise.
25183 (CTID): Likewise.
25184 (__clone): Do not use BP_SYM.
25185 (clone): Do not use BP_SYM in weak_alias.
25186 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25187 and <bp-asm.h>.
25188 (PARMS): Do not use macros from bp-asm.h.
25189 (LEN): Likewise.
25190 (__mmap64): Do not use BP_SYM.
25191 (mmap64): Do not use BP_SYM in weak_alias.
25192 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25193 <bp-sym.h> and <bp-asm.h>.
25194 (PARMS): Do not use macros from bp-asm.h.
25195 (__posix_fadvise64_l64): Do not use BP_SYM.
25196 * sysdeps/unix/sysv/linux/i386/semtimedop.S
25197 (PARMS): Do not use macros from bp-asm.h.
25198 (NSOPS): Likewise.
25199 (semtimedop): Do not use BP_SYM.
25200 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25201 and <bp-asm.h>.
25202
582a3cff
AM
252032013-02-21 Allan McRae <allan@archlinux.org>
25204
25205 * manual/message.texi (Charset conversion in gettext):
25206 Move @end statement to beginning of line.
25207
bab8a695
SP
252082013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
25209
80945231
SP
25210 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25211 static.
25212 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25213 Likewise.
25214
bab8a695
SP
25215 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25216 (denorm): Likewise.
25217 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25218 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25219
e21d7aa7
AK
252202013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25221
25222 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25223 tail-call to the resolved function if pltexit isn't needed.
25224
4c7a4263
SP
252252013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
25226
25227 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25228 or Y being zero as being unlikely.
25229 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25230 Likewise.
25231
41f49342
CD
252322013-02-20 Carlos O'Donell <carlos@redhat.com>
25233
25234 * manual/nss.texi (System Databases and Name Service Switch):
25235 Remove frobnicate @pxref.
25236
50022a93
TS
252372013-02-20 Thomas Schwinge <thomas@codesourcery.com>
25238
25239 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25240 __attribute__ ((unused)) to __attribute__ ((__unused__)).
25241
08cbd996
PM
252422013-02-20 Petr Machata <pmachata@redhat.com>
25243
25244 * elf/elf.h (R_ARM_TARGET1): New macro.
25245 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25246 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25247 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25248 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25249 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25250 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25251 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25252 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25253 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25254 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25255 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25256 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25257 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25258 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25259 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25260 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25261 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25262 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25263 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25264 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25265 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25266 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25267 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25268 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25269 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25270 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25271 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25272 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25273 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25274 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25275 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25276 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25277 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25278 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25279 (R_ARM_THM_GOT_BREL12): Likewise.
25280 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25281 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25282 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25283 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25284 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25285 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25286 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25287 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25288 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25289
c7b275d6
TS
252902013-02-20 Thomas Schwinge <thomas@codesourcery.com>
25291
25292 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25293 __attribute_used__ to __attribute__ ((unused)).
25294
20cd7fb3
SP
252952013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
25296
25297 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25298 powerpc mpa.c.
25299 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25300 comment formatting.
25301 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25302
92945b52
JM
253032013-02-19 Joseph Myers <joseph@codesourcery.com>
25304
25305 [BZ #13550]
25306 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25307 Remove macro.
25308 (ENTER): Remove both macro definitions.
25309 (LEAVE): Likewise.
25310 (CHECK_BOUNDS_LOW): Likewise.
25311 (CHECK_BOUNDS_HIGH): Likewise.
25312 (CHECK_BOUNDS_BOTH): Likewise.
25313 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25314 (RETURN_BOUNDED_POINTER): Likewise.
25315 (RETURN_NULL_BOUNDED_POINTER): Likewise.
25316 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25317 (POP_ERRNO_LOCATION_RETURN): Likewise.
25318 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25319 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25320 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25321 macros.
25322 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25323 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25324 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25325 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25326 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25327 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25328 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25329 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25330 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25331 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25332 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25333 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25334 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25335 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25336 removed macros.
25337 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25338 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25339 macros.
25340 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25341 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25342 * sysdeps/i386/i586/memset.S (memset): Likewise.
25343 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25344 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25345 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25346 macros.
25347 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25348 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25349 Change uses of L(2) to L(out).
25350 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25351 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25352 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25353 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25354 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25355 removed macros.
25356 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25357 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25358 macros.
25359 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25360 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25361 (RETURN): Do not use macro LEAVE.
25362 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25363 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25364 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25365 * sysdeps/i386/i686/memset.S (memset): Likewise.
25366 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25367 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25368 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25369 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25370 Likewise.
25371 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25372 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
25373 L(1_2) and L(1_3) into L(1).
25374 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25375 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25376 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25377 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25378 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25379 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25380 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25381 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25382 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25383 macros.
25384 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25385 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25386 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25387 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25388 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25389 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25390 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25391 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25392 * sysdeps/i386/strcspn.S (strcspn): Likewise.
25393 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25394 * sysdeps/i386/strrchr.S (strrchr): Likewise.
25395 * sysdeps/i386/strspn.S (strspn): Likewise.
25396 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25397 conditional code.
25398 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25399 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25400 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25401 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
25402 L(1_3) into L(1_1).
25403 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25404 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25405 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25406 macros.
25407 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25408
2389741a
JJ
254092013-02-19 Jakub Jelinek <jakub@redhat.com>
25410
25411 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25412 macro.
25413
2016b3cd
SP
254142013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
25415
e4f22324
SP
25416 * math/atest-exp.c (exp_mpn): Remove ROUND.
25417 * math/atest-exp2.c (exp_mpn): Likewise.
25418 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25419
2016b3cd
SP
25420 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25421 * stdlib/tst-tls-atexit-lib.c: Likewise.
25422 * stdlib/tst-tls-atexit.c: Likewise.
25423
4be9b544
MF
254242013-02-18 Mike Frysinger <vapier@gentoo.org>
25425
25426 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25427 and __attribute_alloc_size__.
25428
2f62b9ee
MF
254292013-02-18 Mike Frysinger <vapier@gentoo.org>
25430
25431 * include/programs/xmalloc.h: Change __attribute_alloc_size to
25432 __attribute_alloc_size__.
25433 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25434 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25435
6ff444c4
MF
254362013-02-18 Mike Frysinger <vapier@gentoo.org>
25437
25438 * include/programs/xmalloc.h: New file.
25439 * catgets/gencat.c: Include it.
25440 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25441 * elf/pldd.c: Likewise.
25442 * iconv/iconv_charmap.c: Likewise.
25443 * iconv/iconvconfig.c: Likewise.
25444 * iconv/strtab.c: Likewise.
25445 * locale/programs/locale.c: Likewise.
25446 * locale/programs/localedef.h: Likewise.
25447 * locale/programs/simple-hash.c: Likewise.
25448 * nscd/nscd.h: Likewise.
25449 * nss/makedb.c: Likewise.
25450 * sysdeps/generic/ldconfig.h: Likewise.
25451
be179c8a
SP
254522013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
25453
ba384f6e
SP
25454 * Versions.def: Add GLIBC_2.18.
25455 * include/link.h (struct link_map): New member l_tls_dtor_count.
25456 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25457 (__call_tls_dtors): Likewise.
25458 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25459 __cxa_thread_atexit_impl.
25460 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25461 Likewise.
25462 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25463 Likewise.
25464 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25465 Likewise.
25466 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25467 Likewise.
25468 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25469 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25470 Likewise.
25471 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25472 Likewise.
25473 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25474 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25475 Likewise.
25476 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25477 (tests): Add test case tst-tls-atexit.
25478 (modules-names): Add shared library for tst-tls-atexit.
85891aca 25479 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
25480 (GLIBC_PRIVATE): Add __call_tls_dtors.
25481 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25482 for libstdc++.
25483 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25484 * stdlib/tst-tls-atexit.c: New test case.
25485 * stdlib/tst-tls-atexit-lib.c: New test case.
25486
ffaa74cf 25487 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 25488
be179c8a
SP
25489 * elf/Versions (ld): Add _dl_find_dso_for_object.
25490 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25491 * elf/dl-open.c (_dl_find_dso_for_object): New function.
25492 (dl_open_worker): Use _dl_find_dso_for_object.
25493 * elf/dl-sym.c (do_sym): Likewise.
25494 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25495
f78b5caa
AK
254962013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25497
25498 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25499 Syntactic changes only.
25500 (_dl_runtime_profile): Do a tail-call to the resolved function.
25501
29691210
JM
255022013-02-17 Joseph Myers <joseph@codesourcery.com>
25503
25504 [BZ #13550]
25505 * sysdeps/x86_64/bp-asm.h: Remove file.
25506 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25507 <bp-sym.h> and <bp-asm.h>.
25508 (__clone): Do not use BP_SYM.
25509 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25510 <bp-sym.h> and <bp-asm.h>.
25511 * sysdeps/unix/x86_64/sysdep.S: Likewise.
25512 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25513 "bp-asm.h".
25514 (_setjmp): Do not use BP_SYM.
25515 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25516 "bp-asm.h".
25517 (setjmp): Do not use BP_SYM.
25518 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25519 libc_hidden_def.
25520 (mempcpy): Do not use BP_SYM in weak_alias.
25521 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25522 "bp-asm.h".
25523 (strchr): Do not use BP_SYM.
25524 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25525 "bp-asm.h".
25526 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25527 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25528 (_start): Do not use BP_SYM.
25529 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25530 "bp-asm.h".
25531 (strcat): Do not use BP_SYM.
25532 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25533 "bp-asm.h".
25534 (STRCMP): Do not use BP_SYM.
25535 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25536 "bp-asm.h".
25537 (STRCPY): Do not use BP_SYM.
25538 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25539 "bp-asm.h".
25540 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25541 "bp-asm.h".
25542 (FUNCTION): Do not use BP_SYM.
25543 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25544 weak_alias.
25545 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25546
f238fd19
AJ
255472013-02-17 Andreas Jaeger <aj@suse.de>
25548
25549 * time/Versions: Sort entries.
25550 * string/Versions: Likewise.
25551 * resolv/Versions: Likewise.
25552 * posix/Versions: Likewise.
25553 * iconv/Versions: Likewise.
25554 * elf/Versions: Likewise.
25555 * wcsmbs/Versions: Likewise.
25556
bd07f23c 255572013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 25558
22af19f9
SP
25559 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
25560 loop termination condition.
25561
4709fe76
SP
25562 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
25563 variable to calculate EZ.
25564 (__sqr): Likewise.
2d0e0f29
SP
25565
25566 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
25567 the lower precision input.
25568
daaa7713
JM
255692013-02-15 Joseph Myers <joseph@codesourcery.com>
25570
25571 [BZ #13550]
25572 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
25573 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
25574 (run-via-rtld-prefix): Do not handle %-bp tests.
25575 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
25576 (all-object-suffixes): Remove .ob.
25577 (bppfx): Remove variable.
25578 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
25579 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
25580 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
25581 [$(build-bounded) = yes] (libtype.ob): Likewise.
25582 * Makerules (elide-routines.ob): Remove variable.
25583 (do-tests-clean): Do not handle *-bp.out.
25584 (common-mostlyclean): Do not handle *-bp and *-bp.out.
25585 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
25586 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
25587 (tests): Do not include $(tests-bp.out).
25588 (xtests): Do not include $(xtests-bp.out).
25589 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
25590 [$(build-bounded) = yes] ($(addprefix
25591 $(objpfx),$(binaries-bounded))): Remove rule.
25592 ($(objpfx)%-bp.out): Remove rule.
25593 * config.make.in (build-bounded): Remove variable.
25594 * crypt/Makefile [$(build-bounded) = yes]
25595 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25596 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25597 append to variable.
25598 [$(build-bounded) = yes] (install-lib): Likewise.
25599 [$(build-bounded) = yes] (generated): Likewise.
25600 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25601 Remove rule.
25602 * intl/Makefile [$(build-bounded) = yes]
25603 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25604 * math/Makefile [$(build-bounded) = yes]
25605 ($(tests:%=$(objpfx)%-bp): Likewise.
25606 * misc/Makefile [$(build-bounded) = yes]
25607 ($(objpfx)tst-tsearch-bp): Likewise.
25608 * nptl/Makeconfig (bounded-thread-library): Remove variable.
25609 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25610 Remove dependency.
25611 * string/Makefile (o-objects.ob): Remove variable.
25612 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25613 (CFLAGS-.ob): Remove variable.
25614 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25615 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25616 both definitions of variable.
25617 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25618 (ASFLAGS-.ob): Remove variable.
25619
e97ed6dd
JM
256202013-02-14 Joseph Myers <joseph@codesourcery.com>
25621
2bdd4ca6
JM
25622 [BZ #13550]
25623 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25624 Remove __BOUNDED_POINTERS__ from condition.
25625 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25626 * string/bits/string2.h [!__NO_STRING_INLINES &&
25627 !__BOUNDED_POINTERS__]: Likewise.
25628 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25629 Likewise.
25630 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25631 Remove conditional code.
25632 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25633 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25634 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25635 condition.
25636
e97ed6dd
JM
25637 [BZ #13550]
25638 * csu/libc-start.c: Do not include <bp-sym.h>.
25639 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25640 * elf/dl-open.c: Do not include <bp-sym.h>.
25641 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25642 * math/fegetenv.c: Do not include <bp-sym.h>.
25643 (fegetenv): Do not use BP_SYM in versioned symbols.
25644 * nptl/sysdeps/pthread/bits/libc-lockP.h
25645 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25646 <bp-sym.h>.
25647 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25648 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25649 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25650 (__pthread_mutex_destroy): Likewise.
25651 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25652 (__pthread_mutex_lock): Likewise.
25653 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25654 (__pthread_mutex_trylock): Likewise.
25655 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25656 (__pthread_mutex_unlock): Likewise.
25657 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25658 (__pthread_mutexattr_init): Likewise.
25659 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25660 (__pthread_mutexattr_destroy): Likewise.
25661 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25662 (__pthread_mutexattr_settype): Likewise.
25663 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25664 (__pthread_rwlock_init): Likewise.
25665 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25666 (__pthread_rwlock_destroy): Likewise.
25667 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25668 (__pthread_rwlock_rdlock): Likewise.
25669 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25670 (__pthread_rwlock_tryrdlock): Likewise.
25671 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25672 (__pthread_rwlock_wrlock): Likewise.
25673 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25674 (__pthread_rwlock_trywrlock): Likewise.
25675 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25676 (__pthread_rwlock_unlock): Likewise.
25677 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25678 (__pthread_key_create): Likewise.
25679 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25680 (__pthread_setspecific): Likewise.
25681 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25682 (__pthread_getspecific): Likewise.
25683 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25684 Likewise.
25685 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25686 (_pthread_cleanup_push_defer): Likewise.
25687 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25688 (_pthread_cleanup_pop_restore): Likewise.
25689 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25690 (pthread_setcancelstate): Likewise.
25691 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25692 <bp-sym.h>.
25693 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25694 (memchr): Do not use BP_SYM in weak_alias.
25695 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25696 (fegetenv): Do not use BP_SYM in versioned symbols.
25697 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25698 (fesetenv): Do not use BP_SYM in versioned symbols.
25699 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25700 (feupdateenv): Do not use BP_SYM in versioned symbols.
25701 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25702 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25703 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25704 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25705 (open64): Do not use BP_SYM in weak_alias.
25706 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25707 (fegetenv): Do not use BP_SYM in versioned symbols.
25708 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25709 (fesetenv): Do not use BP_SYM in versioned symbols.
25710 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25711 (feupdateenv): Do not use BP_SYM in versioned symbols.
25712 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25713 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25714 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25715 (feraiseexcept): Do not use BP_SYM in versioned symbols.
25716 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25717 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25718 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25719 <bp-sym.h>.
25720 (__libc_start_main): Do not use BP_SYM.
25721
d6752ccd
SP
257222013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
25723
cb57ce60
SP
25724 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25725 redundant return line.
25726 (norm): Likewise.
25727 (denorm): Likewise.
25728 (dbl_mp): Likewise.
25729 (sub_magnitudes): Likewise.
25730 (__add): Likewise.
25731 (__sub): Likewise.
25732 (__mul): Likewise.
25733 (__inv): Likewise.
25734 (__dvd): Likewise.
25735 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25736 (norm): Likewise.
25737 (denorm): Likewise.
25738 (dbl_mp): Likewise.
25739 (sub_magnitudes): Likewise.
25740 (__add): Likewise.
25741 (__sub): Likewise.
25742 (__mul): Likewise.
25743 (__inv): Likewise.
25744 (__dvd): Likewise.
25745
f414520d
SP
25746 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25747 instead of __mul.
25748 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25749 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25750 (cc32): Likewise.
25751
d6752ccd
SP
25752 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25753 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25754 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25755 of __mul for squares.
25756 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25757 function
25758 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25759 Likewise.
25760 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25761 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25762
70d9946a
JM
257632013-02-13 Joseph Myers <joseph@codesourcery.com>
25764
25765 [BZ #13550]
25766 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25767 code.
25768 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25769 prototype or function definition. Rename ubp_* variables and
25770 parameters. Remove argv definitions conditional on
25771 [__BOUNDED_POINTERS__].
25772 * debug/backtrace.c (__backtrace): Do not use __unbounded.
25773 * elf/dl-runtime.c (_dl_fixup): Likewise.
25774 * include/set-hooks.h (RUN_HOOK): Likewise.
25775 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25776 definition.
25777 * string/strcpy.c (strcpy): Do not use __unbounded.
25778 * sysdeps/generic/frame.h (struct layout): Likewise.
25779 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25780 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25781 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25782 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25783 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25784 (__backtrace): Likewise.
25785 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25786 use __ptrvalue.
25787 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25788 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25789 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25790 Likewise.
25791 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25792 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25793 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25794 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25795 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25796 Do not use __unbounded.
25797 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25798 Rename __unboundedrlimits parameter to rlimits in prototype.
25799 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25800 Do not use __unbounded.
25801 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25802 not use __ptrvalue.
25803 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25804 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25805 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25806 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25807 __ptrvalue or __unbounded.
25808 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25809 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25810 use __unbounded.
25811 (__new_msgctl): Do not use __ptrvalue.
25812 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25813 __unbounded.
25814 (__libc_msgrcv): Do not use __ptrvalue.
25815 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25816 startup_info): Do not use __unbounded.
25817 (__libc_start_main): Likewise. Rename ubp_* variables and
25818 parameters. Remove argv definitions conditional on
25819 [__BOUNDED_POINTERS__].
25820 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25821 __ptrvalue.
25822 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25823 use __unbounded.
25824 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25825 or __ptrvalue.
25826 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25827 use __unbounded.
25828 (__new_shmctl): Do not use __ptrvalue.
25829 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25830 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25831 Likewise.
25832 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25833 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25834 (__libc_sigaction): Likewise.
25835 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25836 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25837 Likewise.
25838 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25839
cc7834d6
OB
258402013-02-13 Ondřej Bílka <neleai@seznam.cz>
25841
ffb1ec7b 25842 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
25843
25844 * string/mempcpy.c: Implement by calling memcpy.
25845
bdf02814
SP
258462013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
25847
c2af38aa
SP
25848 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25849
4e92d59e
SP
25850 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25851 evaluation.
25852
909279a5
SP
25853 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25854 values in the mantissa.
25855
bdf02814
SP
25856 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25857 minimize writes to Z.
25858 (sub_magnitudes): Simplify code a bit.
25859
cd525923
RM
258602013-02-12 Roland McGrath <roland@hack.frob.com>
25861
25862 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25863 from the message. The linker prefixes all warnings with that already.
25864
7e2f0d2d
AS
258652013-02-12 Andreas Schwab <schwab@suse.de>
25866
a445af0b
AS
25867 [BZ #15078]
25868 * posix/regexec.c (extend_buffers): Add parameter min_len.
25869 (check_matching): Pass minimum needed length.
25870 (clean_state_log_if_needed): Likewise.
25871 (get_subexp): Likewise.
25872 * posix/Makefile (tests): Add bug-regex34.
25873 (bug-regex34-ENV): Define.
25874 * posix/bug-regex34.c: New file.
25875
7e2f0d2d
AS
25876 [BZ #11561]
25877 * posix/regcomp.c (parse_bracket_exp): When looking up collating
25878 elements compare against the byte sequence of it, not its name.
25879 * posix/Makefile (tests): Add bug-regex35.
25880 (bug-regex35-ENV): Define.
25881 * posix/bug-regex35.c: New file.
25882
a175b684
TV
258832013-02-11 Tom de Vries <tom@codesourcery.com>
25884
25885 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
25886 comment.
25887 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25888 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25889 (CHECK_EOL): Add undef.
25890
310998fe 258912013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
25892
25893 * bits/stdlib-bsearch.h: New file.
25894 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 25895 * stdlib/stdlib.h: Likewise.
41eda41d 25896
8ded91fb
RM
258972013-02-11 Roland McGrath <roland@hack.frob.com>
25898
25899 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25900 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25901 declaration.
25902 * manual/search.texi (Array Search Function): Add missing const in
25903 lfind prototype.
25904 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25905 declaration to use rlim_t.
25906 (Basic Scheduling Functions): Remove erroneous const from
25907 sched_getparam prototype. Remove erroneous * from
25908 sched_get_priority_max and sched_get_priority_min prototypes.
25909 (Resource Usage): Fix summary @comment on vtimes to refer to
25910 sys/vtimes.h rather than vtimes.h.
25911 Add missing *s in vtimes prototype.
25912 (Limits on Resources): Fix ulimit prototype to return long int.
25913 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25914 prototypes to use long int rather than double.
25915 (BSD Random): Fix initstate and setstate to use char *, not void *.
25916 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25917 prototype to make second argument 'struct aiocb64 *const[]'.
25918 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25919 (Status of AIO Operations): Remove erroneous const in aio_return and
25920 aio_return64 prototypes.
25921 (Synchronizing I/O): Fix sync prototype to return void.
25922 * manual/startup.texi (Suboptions): Remove an erroneous const in
25923 getsubopt prototype.
25924 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25925 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25926 use size_t rather than int.
25927 (Scanning All Users): Likewise for getpwent_r.
25928 (Setting Groups): Add missing const to setgroups prototype.
25929 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25930 * manual/socket.texi (Host Names): Fix gethostbyaddr and
25931 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25932 'const void *' rather than 'const char *'.
25933 (Host Address Functions): Likewise for inet_ntop.
25934 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25935 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25936 ssize_t for return value.
25937 (Sending Data): Likewise for send, sendto, sendmsg.
25938 (Socket Option Functions): Add a missing const in setsockopt prototype.
25939 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25940 use wchar_t for the argument.
25941 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25942 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25943 take no arguments.
25944 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25945 double/float/long double for second argument.
25946 Fix return types of significand, significandf, significandl.
25947 * manual/filesys.texi (Setting Permissions): Use mode_t for second
25948 argument in fchmod prototype.
25949 (File Owner): Use uid_t and gid_t in fchown prototype.
25950 (File Times): Add const to utimes, futimes, and lutimes prototypes.
25951 (Making Special Files): Use mode_t and dev_t in mknod prototype.
25952 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25953 use 'const struct dirent **' as argument types to CMP function pointer
25954 argument.
25955 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
25956 (File Times): Fix summary magic @comment for struct utimbuf and utime
25957 to refer to utime.h, not time.h.
25958 * manual/string.texi (Argz Functions): Add missing const in
25959 argz_extract and argz_next prototypes.
25960 (Finding Tokens in a String): Likewise for basename.
25961 (String/Array Comparison): Fix typo in wcscasecmp prototype.
25962 (Copying and Concatenation): Fix typo in wmemmove prototype.
25963 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
25964 (Signal Stack): Remove erroneous const in sigstack prototype.
25965 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
25966 prototype.
25967 (Simple Calendar Time): Likewise for stime.
25968 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
25969 prototype.
25970 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
25971 say sys/sysctl.h instead.
25972 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
25973 and vsyslog prototypes.
25974
fe77fe6d
TV
259752013-02-11 Tom de Vries <tom@codesourcery.com>
25976
25977 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
25978 Remove.
25979
3a09b620
RM
259802013-02-11 Roland McGrath <roland@hack.frob.com>
25981
25982 * misc/sys/mman.h: Fix typo in mremap comment.
25983
550a0b89
RM
259842013-02-08 Roland McGrath <roland@hack.frob.com>
25985
25986 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
25987 the '\0' terminator.
25988
a2da1673
JM
259892013-02-08 Joseph Myers <joseph@codesourcery.com>
25990
25991 [BZ #13550]
25992 * debug/segfault.c: Don't include <bp-checks.h>.
25993 * sysdeps/generic/bp-checks.h: Remove file.
25994 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
25995 (__GETDENTS): Don't use CHECK_N.
25996 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
25997 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
25998 (__getgroups): Don't use CHECK_N.
25999 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
26000 (setgroups): Don't use CHECK_N.
26001 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
26002 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
26003 (__libc_msgrcv): Don't use CHECK_N.
26004 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
26005 (__libc_msgsnd): Don't use CHECK_N.
26006 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
26007 <bp-checks.h>.
26008 (__libc_pread): Don't use CHECK_N.
26009 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
26010 include <bp-checks.h>.
26011 (__libc_pread64): Don't use CHECK_N.
26012 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
26013 include <bp-checks.h>.
26014 (__libc_pwrite): Don't use CHECK_N.
26015 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
26016 include <bp-checks.h>.
26017 (__libc_pwrite64): Don't use CHECK_N.
26018 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
26019 <bp-checks.h>.
26020 (__libc_pread): Don't use CHECK_N.
26021 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
26022 include <bp-checks.h>.
26023 (__libc_pread64): Don't use CHECK_N.
26024 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
26025 include <bp-checks.h>.
26026 (__libc_pwrite): Don't use CHECK_N.
26027 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
26028 include <bp-checks.h>.
26029 (__libc_pwrite64): Don't use CHECK_N.
26030 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
26031 (do_pread): Don't use CHECK_N.
26032 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
26033 (do_pread64): Don't use CHECK_N.
26034 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26035 (do_pwrite): Don't use CHECK_N.
26036 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26037 (do_pwrite64): Don't use CHECK_N.
26038 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26039 (__libc_readv): Don't use CHECK_N.
26040 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26041 (semop): Don't use CHECK_N.
26042 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26043 <bp-checks.h>.
26044 (semtimedop): Don't use CHECK_N.
26045 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26046 (__libc_pread): Don't use CHECK_N.
26047 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26048 <bp-checks.h>.
26049 (__libc_pread64): Don't use CHECK_N.
26050 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26051 <bp-checks.h>.
26052 (__libc_pwrite): Don't use CHECK_N.
26053 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26054 <bp-checks.h>.
26055 (__libc_pwrite64): Don't use CHECK_N.
26056 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26057 <bp-checks.h>.
26058 (__libc_msgrcv): Don't use CHECK_N.
26059 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26060 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
26061 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26062 (__libc_writev): Don't use CHECK_N.
26063
b84660a8
RM
260642013-02-08 Roland McGrath <roland@hack.frob.com>
26065
7f3e75f8
RM
26066 * string/strcpy.c: Removed unused variable.
26067
b84660a8
RM
26068 * Makeconfig (+sysdep-includes): Define with := rather than =.
26069 Use an existing include/ subdir of each sysdeps dir before it.
26070
471514d3
CD
260712013-02-08 Carlos O'Donell <carlos@redhat.com>
26072
26073 * nscd/connection.c (register_traced_file): Comment function.
26074 [HAVE_INOTIFY] (union __inev): Define.
26075 [HAVE_INOTIFY] (inotify_check_files): New function.
26076 [HAVE_INOTIFY] (clear_db_cache): Likewise.
26077 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26078 clear_db_cache.
26079 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26080
b2d3c3be
CD
260812013-02-08 Carlos O'Donell <carlos@redhat.com>
26082
26083 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26084 loaded if not already and that a failure is permanent.
26085
b39949d2
CD
260862013-02-08 Carlos O'Donell <carlos@redhat.com>
26087
ddacd1db 26088 [BZ #15006]
b39949d2
CD
26089 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26090 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26091
b2c9eff4
JM
260922013-02-08 Joseph Myers <joseph@codesourcery.com>
26093
f3aae3f3
JM
26094 [BZ #13550]
26095 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26096 (CHECK_1_NULL_OK): Likewise.
26097 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26098 (__fxstat): Do not use CHECK_1.
26099 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26100 <bp-checks.h>.
26101 (___fxstat64): Do not use CHECK_1.
26102 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26103 <bp-checks.h>.
26104 (__fxstatat): Do not use CHECK_1.
26105 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26106 <bp-checks.h>.
26107 (__fxstatat64): Do not use CHECK_1.
26108 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26109 <bp-checks.h>.
26110 (__fxstat): Do not use CHECK_1.
26111 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26112 <bp-checks.h>.
26113 (__fxstatat): Do not use CHECK_1.
26114 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26115 <bp-checks.h>.
26116 (__getresgid): Do not use CHECK_1.
26117 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26118 <bp-checks.h>.
26119 (__getresuid): Do not use CHECK_1.
26120 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26121 <bp-checks.h>.
26122 (__lxstat): Do not use CHECK_1.
26123 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26124 <bp-checks.h>.
26125 (__old_msgctl): Do not use CHECK_1.
26126 (__new_msgctl): Likewise.
26127 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26128 <bp-checks.h>.
26129 (__new_setrlimit): Do not use CHECK_1.
26130 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26131 <bp-checks.h>.
26132 (__old_shmctl): Do not use CHECK_1.
26133 (__new_shmctl): Likewise.
26134 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26135 <bp-checks.h>.
26136 (__xstat): Do not use CHECK_1.
26137 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26138 (__lxstat): Do not use CHECK_1.
26139 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26140 <bp-checks.h>.
26141 (___lxstat64): Do not use CHECK_1.
26142 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26143 (__old_msgctl): Do not use CHECK_1.
26144 (__new_msgctl): Likewise.
26145 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26146 <bp-checks.h>.
26147 (__gettimeofday): Do not use CHECK_1.
26148 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26149 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26150 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26151 <bp-checks.h>.
26152 (__gettimeofday): Do not use CHECK_1.
26153 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26154 (__old_shmctl): Do not use CHECK_1_NULL_OK.
26155 (__new_shmctl): Do not use CHECK_1.
26156 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26157 <bp-checks.h>.
26158 (do_sigtimedwait): Do not use CHECK_1.
26159 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26160 <bp-checks.h>.
26161 (do_sigwaitinfo): Do not use CHECK_1.
26162 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26163 <bp-checks.h>.
26164 (msgctl): Do not use CHECK_1.
26165 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26166 <bp-checks.h>.
26167 (shmctl): Do not use CHECK_1.
26168 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26169 (ustat): Do not use CHECK_1.
26170 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26171 <bp-checks.h>.
26172 (__fxstat): Do not use CHECK_1.
26173 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26174 <bp-checks.h>.
26175 (__fxstatat): Do not use CHECK_1.
26176 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26177 <bp-checks.h>.
26178 (__lxstat): Do not use CHECK_1.
26179 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26180 <bp-checks.h>.
26181 (__xstat): Do not use CHECK_1.
26182 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26183 (__xstat): Do not use CHECK_1.
26184 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26185 (___xstat64): Do not use CHECK_1.
26186
b2c9eff4
JM
26187 [BZ #13550]
26188 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26189 definitions.
26190 (CHECK_BOUNDS_HIGH): Likewise.
26191 * string/strcpy.c: Do not include <bp-checks.h>.
26192 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26193
f1d70dad
RM
261942013-02-07 Roland McGrath <roland@hack.frob.com>
26195
26196 * nscd/nscd-client.h (__nscd_drop_map_ref):
26197 Add __attribute__ ((unused)).
26198 * nis/nss-nisplus.h (niserr2nss): Likewise.
26199
26200 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26201 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26202
26203 * csu/libc-tls.c (init_static_tls, init_slotinfo):
26204 Remove inline keyword.
26205 * include/rounding-mode.h (round_away): Likewise.
26206 * libio/wfileops.c (adjust_wide_data): Likewise.
26207 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26208 (__m128i_strloadu_tolower): Likewise.
26209 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26210 (__m128i_strloadu_tolower): Likewise.
26211 * time/mktime.c (ydhms_diff): Likewise.
26212 * locale/elem-hash.h (elem_hash): Likewise.
26213 * locale/setlocale.c (setdata): Likewise.
26214 * posix/regex_internal.h (re_string_char_size_at): Likewise.
26215 (re_string_wchar_at): Likewise.
26216 (bitset_not, bitset_merge, bitset_mask): Likewise.
26217 [!(__GNUC__ > 3)] (inline): Remove macro.
26218 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26219 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26220 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26221 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26222 * string/memcmp.c (memcmp_bytes): Likewise.
26223 * locale/programs/locarchive.c (compute_hashval): Likewise.
26224 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26225 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26226 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26227 * nss/getent.c (print_rpc, print_protocols): Likewise.
26228 (print_passwd, print_group, print_aliases): Likewise.
26229 * nis/nss-nisplus.h (niserr2nss): Likewise.
26230 * nscd/connections.c (restart_p): Likewise.
26231 Change return type to bool.
26232
eab55bfb
RM
262332013-02-05 Roland McGrath <roland@hack.frob.com>
26234
7bd642f5
RM
26235 * Makeconfig (all-Depend-files): Add existing
26236 $(sorted-subdirs:=/Depend) files.
26237 (all-subdirs): Remove nss.
26238 * sysdeps/unix/inet/Subdirs: Add it here instead.
26239 * hesiod/Depend: New file.
26240
573c29b2
RM
26241 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26242 instead of calling alloca.
26243
b2e25af0
RM
26244 * io/lseek.c (__lseek): Rename to __libc_lseek.
26245 Define __lseek as an alias.
26246
eab55bfb
RM
26247 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26248
9a0d1941
CD
262492013-02-04 Carlos O'Donell <carlos@redhat.com>
26250
26251 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26252 else clause and remove check for non-standard endianness.
26253
b83bbec4
DM
262542013-02-04 David S. Miller <davem@davemloft.net>
26255
26256 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26257
6277fdab
JM
262582013-02-04 Joseph Myers <joseph@codesourcery.com>
26259
26260 [BZ #13550]
26261 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26262 (__ubp_memchr): Remove prototype.
26263 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26264 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26265 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26266 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26267 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26268 Remove alias.
26269 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26270 (__ubp_memchr): Likewise.
26271 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26272 (__ubp_memchr): Likewise.
26273 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26274 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26275 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26276 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26277 CHECK_STRING.
26278 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26279 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26280 (__getcwd): Do not use CHECK_STRING.
26281 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26282 <bp-checks.h>.
26283 (__real_chown): Do not use CHECK_STRING.
26284 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26285 <bp-checks.h>.
26286 (fchownat): Do not use CHECK_STRING.
26287 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26288 CHECK_STRING.
26289 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26290 <bp-checks.h>.
26291 (__lchown): Do not use CHECK_STRING.
26292 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26293 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26294 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26295 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26296 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26297 include <bp-checks.h>.
26298 (truncate64): Do not use CHECK_STRING.
26299 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26300 <bp-checks.h>.
26301 (__real_chown): Do not use CHECK_STRING.
26302 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26303 <bp-checks.h>.
26304 (__lchown): Do not use CHECK_STRING.
26305 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26306 <bp-checks.h>.
26307 (__chown): Do not use CHECK_STRING.
26308 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26309 <bp-checks.h>.
26310 (truncate64): Do not use CHECK_STRING.
26311 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26312 Likewise.
26313 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26314 (__xmknod): Do not use CHECK_STRING.
26315 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26316 <bp-checks.h>.
26317 (__xmknodat): Do not use CHECK_STRING.
26318 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26319 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26320
903ae060
AS
263212013-02-04 Andreas Schwab <schwab@suse.de>
26322
26323 [BZ #14142]
26324 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26325 * include/netdb.h: Likewise for h_errno.
26326 * elf/tst-stackguard1.c: Include <tls.h>.
26327
542f9466
JK
263282013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
26329
26330 * elf/link.h (struct link_map): Extend the l_addr comment.
26331 * include/link.h (struct link_map): Likewise.
26332
e782a927
JM
263332013-02-01 Joseph Myers <joseph@codesourcery.com>
26334
26335 [BZ #13550]
26336 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26337 (BOUNDED_1): Remove macro.
26338 * debug/backtrace.c: Don't include <bp-checks.h>.
26339 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26340 (__backtrace): Likewise.
26341 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26342 <bp-checks.h>.
26343 (__backtrace): Don't use BOUNDED_1.
26344 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26345 <bp-checks.h>.
26346 (__backtrace): Don't use BOUNDED_1.
26347 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26348 (__backtrace): Don't use BOUNDED_1.
26349 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26350 (shmat): Don't use BOUNDED_N.
26351
8cf28c5e
JM
263522013-01-31 Joseph Myers <joseph@codesourcery.com>
26353
3a7ac8a0
JM
26354 [BZ #13550]
26355 * sysdeps/generic/bp-start.h: Remove file.
26356 * csu/libc-start.c: Don't include <bp-start.h>.
26357 (LIBC_START_MAIN): Set up __environ directly instead of using
26358 INIT_ARGV_and_ENVIRON.
26359 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26360 <bp-start.h>.
26361
f3499f95
JM
26362 [BZ #13550]
26363 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26364 definitions.
26365 (CHECK_FCNTL): Likewise.
26366 (CHECK_N_PAGES): Likewise.
26367
32a45bea
JM
26368 [BZ #13550]
26369 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26370 definitions.
26371 (CHECK_SIGSET_NULL_OK): Likewise.
26372 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26373 <bp-checks.h>.
26374 (sigpending): Don't use CHECK_SIGSET.
26375 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26376 <bp-checks.h>.
26377 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26378 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26379 <bp-checks.h>.
26380 (do_sigsuspend): Don't use CHECK_SIGSET.
26381 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26382 use CHECK_SIGSET.
26383 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26384 (do_sigwait): Don't use CHECK_SIGSET.
26385 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26386 use CHECK_SIGSET.
26387 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26388 include <bp-checks.h>.
26389 (sigpending): Don't use CHECK_SIGSET.
26390 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26391 include <bp-checks.h>.
26392 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26393 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26394 <bp-checks.h>.
26395 (sigpending): Don't use CHECK_SIGSET.
26396 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26397 <bp-checks.h>.
26398 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26399
2e8a5c8c
JM
26400 [BZ #13550]
26401 * sysdeps/generic/bp-semctl.h: Remove file.
26402 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26403 <bp-checks.h> and <bp-semctl.h>.
26404 (__old_semctl): Don't use CHECK_SEMCTL.
26405 (__new_semctl): Likewise.
26406 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26407 and <bp-semctl.h>.
26408 (__old_semctl): Don't use CHECK_SEMCTL.
26409 (__new_semctl): Likewise.
26410 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26411 <bp-checks.h> and <bp-semctl.h>.
26412 (__old_semctl): Don't use CHECK_SEMCTL.
26413 (__new_semctl): Likewise.
26414 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26415 <bp-checks.h> and <bp-semctl.h>.
26416 (semctl): Don't use CHECK_SEMCTL.
26417
c2d54929
JM
26418 [BZ #13550]
26419 * Makerules (elide-bp-thunks): Remove variable.
26420 (elide-routines.oS): Don't use $(elide-bp-thunks).
26421 (elide-routines.os): Likewise.
26422 (elide-routines.o): Likewise.
26423 (elide-routines.op): Likewise.
26424 (elide-routines.og): Likewise.
26425 (objects): Don't use $(bp-thunks).
26426 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26427 include.
26428 (common-generated): Do not add s-proto-bp.d.
26429 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26430 (int): Likewise.
26431 (typ): Likewise.
26432 Do not generate makefile rules for bounded-pointer thunks.
26433 * sysdeps/generic/bp-thunks.h: Remove file.
26434 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26435 * sysdeps/unix/s-proto-bp.S: Likewise.
26436
8cf28c5e
JM
26437 [BZ #15062]
26438 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26439 parts of result separately when argument is not close to line from
26440 -i to i and one part of argument is small.
26441 * math/k_casinhf.c (__kernel_casinhf): Likewise.
26442 * math/k_casinhl.c (__kernel_casinhl): Likewise.
26443 * math/libm-test.inc (cacos_test): Add more tests.
26444 (casin_test): Likewise.
26445 (casinh_test): Likewise.
26446 * sysdeps/i386/fpu/libm-test-ulps: Update.
26447 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26448
c4e33b8d
DM
264492013-01-31 David S. Miller <davem@davemloft.net>
26450
26451 * po/de.po: Update from translation team.
26452
3b60b421
MK
264532013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
26454
26455 * time/tzfile.c: Include stdint.h for SIZE_MAX.
26456
bb931195
TS
264572013-01-25 Thomas Schwinge <thomas@codesourcery.com>
26458
b5a5da23
TS
26459 * configure.in (_AC_PROG_CC_C89): New definition.
26460 * configure: Regenerate.
26461
bb931195
TS
26462 * configure.in (AC_PROG_CPP): New definition.
26463 * configure: Regenerate.
26464
8c53a12c
JM
264652013-01-23 Joseph Myers <joseph@codesourcery.com>
26466
26467 * debug/tst-backtrace.h: New file.
26468 * debug/tst-backtrace2.c: Include tst-backtrace.h.
26469 (ret): Remove variable.
26470 (x): Likewise.
26471 (FAIL): Remove macro.
26472 (NO_INLINE): Likewise.
26473 (fn1): Use match function instead of strstr.
26474 * debug/tst-backtrace3.c: Include tst-backtrace.h.
26475 (ret): Remove variable.
26476 (x): Likewise.
26477 (FAIL): Remove macro.
26478 (NO_INLINE): Likewise.
26479 (fn): Use match function instead of strstr.
26480 * debug/tst-backtrace4.c: Include tst-backtrace.h.
26481 (ret): Remove variable.
26482 (x): Likewise.
26483 (FAIL): Remove macro.
26484 (NO_INLINE): Likewise.
26485 (handle_signal): Use match function instead of strstr.
26486 * debug/tst-backtrace5.c: Include tst-backtrace.h.
26487 (ret): Remove variable.
26488 (x): Likewise.
26489 (FAIL): Remove macro.
26490 (NO_INLINE): Likewise.
26491 (handle_signal): Use match function instead of strstr.
26492
4858fa2a
RM
264932013-01-23 Roland McGrath <roland@hack.frob.com>
26494
26495 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26496
bae8e7f5
DM
264972013-01-23 David S. Miller <davem@davemloft.net>
26498
26499 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26500 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26501 argument of CAS if possible.
26502 * sysdeps/sparc/sparc64/bits/atomic.h
26503 (__arch_compare_and_exchange_val_32_acq): Likewise.
26504 (__arch_compare_and_exchange_val_64_acq): Likewise.
26505
9cbbc4ae
PT
265062013-01-23 Pino Toscano <toscano.pino@tiscali.it>
26507
26508 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26509 * sysdeps/posix/ulimit.c: ... this.
92a601b8 26510 Include <limits.h>.
67b3f58c 26511 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 26512
5655a0b5
AC
265132013-01-23 Adam Conrad <adconrad@0c3.net>
26514
26515 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26516 (LDFLAGS-tst-array5): Likewise.
26517
052aff95
JM
265182013-01-23 Joseph Myers <joseph@codesourcery.com>
26519
26520 [BZ #15036]
26521 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26522 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
26523 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
26524 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26525
7c1e01aa
DM
265262013-01-21 David S. Miller <davem@davemloft.net>
26527
26528 * sysdeps/sparc/backtrace.c: New file.
26529 * sysdeps/sparc/sparc32/backtrace.h: New file.
26530 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26531 * sysdeps/sparc/sparc64/backtrace.h: New file.
26532 * sysdeps/sparc/sparc64/backtrace.c: Delete.
26533 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26534 -funwind-tables.
26535
ab087e0a
AS
265362013-01-21 Andreas Schwab <schwab@suse.de>
26537
26538 [BZ #15020]
26539 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26540 closed its stdout.
26541
ed689c2f
AS
265422013-01-20 Andreas Schwab <schwab@linux-m68k.org>
26543
26544 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26545 "mpa2.h".
26546 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26547
31d470ac
JM
265482013-01-18 Joseph Myers <joseph@codesourcery.com>
26549 Mark Mitchell <mark@codesourcery.com>
26550 Tom de Vries <tom@codesourcery.com>
26551 Paul Pluzhnikov <ppluzhnikov@google.com>
26552
26553 * debug/tst-backtrace2.c: New file.
26554 * debug/tst-backtrace3.c: Likewise.
26555 * debug/tst-backtrace4.c: Likewise.
26556 * debug/tst-backtrace5.c: Likewise.
26557 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
26558 (CFLAGS-tst-backtrace3.c): Likewise.
26559 (CFLAGS-tst-backtrace4.c): Likewise.
26560 (CFLAGS-tst-backtrace5.c): Likewise.
26561 (LDFLAGS-tst-backtrace2): Likewise.
26562 (LDFLAGS-tst-backtrace3): Likewise.
26563 (LDFLAGS-tst-backtrace4): Likewise.
26564 (LDFLAGS-tst-backtrace5): Likewise.
26565 (tests): Add new tests tst-backtrace2, tst-backtrace3,
26566 tst-backtrace4 and tst-backtrace5.
26567
90567f30 265682013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
26569 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26570
26571 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
26572 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
26573 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
26574 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
26575 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26576 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
26577 "+r" and remove output regs list as redundant. Add explicit inline
26578 asm to specify register of return val to work around compiler codegen
26579 bug. Remove (int) cast on return value. Add return type parameter to
26580 use in macro so that this macro does not truncate return value for
26581 64-bit values.
26582 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
26583 pass to INTERNAL_VSYSCALL_NCS.
26584 (INLINE_VSYSCALL): Add 'long int' as return type to
26585 INTERNAL_VSYSCALL_NCS macro invocation.
26586 (INTERNAL_VSYSCALL): Add 'long int' as return type to
26587 INTERNAL_VSYSCALL_NCS macro invocation.
26588 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26589
d3b9ea61
SP
265902013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
26591
0b57daeb
SP
26592 [BZ #14496]
26593 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26594 Fix application of SIMD FP exception mask.
26595
caa99d06
SP
26596 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26597 mp_no from a power of two.
26598 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26599 __mpexp_twomm1. Use __pow_mp.
26600
d3b9ea61
SP
26601 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26602 multiplication.
26603
1dbaee3c
DM
266042013-01-17 David S. Miller <davem@davemloft.net>
26605
26606 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26607
728d7b43
JM
266082013-01-17 Joseph Myers <joseph@codesourcery.com>
26609
26610 [BZ #15023]
26611 * include/complex.h: Condition contents on [!_COMPLEX_H].
26612 (__kernel_casinhf): New prototype.
26613 (__kernel_casinh): Likewise.
26614 (__kernel_casinhl): Likewise.
26615 * math/Makefile (libm_calls): Add k_casinh.
26616 * math/k_casinh.c: New file.
26617 * math/k_casinhf.c: Likewise.
26618 * math/k_casinhl.c: Likewise.
26619 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26620 finite nonzero arguments.
26621 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26622 finite nonzero arguments.
26623 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26624 finite nonzero arguments.
26625 * math/s_casinh.c: Do not include <float.h>.
26626 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26627 * math/s_casinhf.c: Do not include <float.h>.
26628 (__casinhf): Move code for finite nonzero arguments to
26629 k_casinhf.c.
26630 * math/s_casinhl.c: Do not include <float.h>.
26631 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26632 redefine.
26633 (__casinhl): Move code for finite nonzero arguments to
26634 k_casinhl.c.
26635 * math/libm-test.inc (cacos_test): Add more tests.
26636 * sysdeps/i386/fpu/libm-test-ulps: Update.
26637 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26638
2a26ef3a
PT
266392013-01-17 Pino Toscano <toscano.pino@tiscali.it>
26640
26641 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26642 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26643 [!HAVE_MREMAP]: Remove [defined linux] case.
26644 * malloc/arena.c: Do not include <malloc-sysdep.h>.
26645
a897655d
SP
266462013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
26647
26648 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26649
881ebe89 266502013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
26651
26652 * elf/elf.h (R_386_SIZE32): New relocation.
26653 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26654 R_386_SIZE32.
26655 (elf_machine_rela): Likewise.
26656 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26657 R_X86_64_SIZE64 and R_X86_64_SIZE32.
26658
59981e9b
JM
266592013-01-17 Joseph Myers <joseph@codesourcery.com>
26660
26661 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26662 (FP_FAST_FMA): Do not define.
26663 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26664 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26665 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26666 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26667 !_SOFT_FLOAT]: Likewise.
26668 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26669 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26670 value.
26671 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26672 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26673 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26674 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26675 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26676 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26677 file.
26678
cfa8054f
AS
266792013-01-16 Andreas Schwab <schwab@suse.de>
26680
26681 [BZ #14327]
26682 * include/stdlib.h (__mktemp): Add declaration.
26683 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26684 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26685
dd930cc5
SP
266862013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
26687
881ebe89
SP
26688 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26689 definitions.
26690 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26691 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26692 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26693 definitions here.
26694 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26695 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26696 definitions.
26697 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26698 and ONE.
26699 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26700 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26701 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26702 definitions.
26703 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26704 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26705 definitions.
26706 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 26707
dd930cc5
SP
26708 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26709
c19a9f89
DM
267102013-01-15 David S. Miller <davem@davemloft.net>
26711
1aa61767
DM
26712 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26713 trunc{,f} to libm-sysdep_routes.
26714 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26715 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26716 file.
26717 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26718 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26719 file.
26720 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26721 file.
26722 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26723 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26724 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26725 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26726 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26727 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26728 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26729 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26730
c42d5e98
DM
26731 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26732 nearbyint{,f} to libm-sysdep_routes.
26733 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26734 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26735 New file.
26736 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26737 file.
26738 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26739 New file.
26740 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26741 file.
26742 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26743 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26744 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
26745 file.
26746 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26747 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26748 file.
26749 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26750 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26751 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26752
c19a9f89
DM
26753 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26754 libc_feholdexcept and libc_fesetenv.
26755
357679d2
MF
267562013-01-15 Mike Frysinger <vapier@gentoo.org>
26757
26758 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26759
65a82e3d
DM
267602013-01-14 David S. Miller <davem@davemloft.net>
26761
8b954ab9
DM
26762 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26763 (SPARC_ASM_VIS2_IFUNC): Likewise.
26764 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26765 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26766 use of 'siam' instruction.
26767 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26768 Likewise.
26769 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26770 Likewise.
26771 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26772 Likewise.
26773 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26774 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26775 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26776 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26777 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26778 file.
26779 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26780 file.
26781 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26782 file.
26783 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26784 file.
26785 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26786 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26787 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26788 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26789 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26790 new VIS2 routines.
26791 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26792 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26793 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26794 Likewise.
26795 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26796 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26797 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26798 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26799 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26800 routines to libm-sysdep_routines.
26801 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26802
65a82e3d
DM
26803 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26804 fdim/fdimf to libm-sysdep_routines.
26805 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26806 file.
26807 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26808 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26809 file.
26810 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26811 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26812 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26813 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26814 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26815 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26816 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26817
e34ab705
SP
268182013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
26819
2a91b573
SP
26820 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26821 to optimize copies.
26822
1066a534
SP
26823 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26824 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26825 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26826
e34ab705
SP
26827 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26828 local variable MPTWO.
26829 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26830 Likewise.
26831
aba5e596
MF
268322013-01-13 Mike Frysinger <vapier@gentoo.org>
26833
26834 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26835 GLOB_NOESCAPE.
26836
e557e9e5
MF
268372013-01-13 Mike Frysinger <vapier@gentoo.org>
26838
26839 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26840
0428cec9
MF
268412013-01-13 Mike Frysinger <vapier@gentoo.org>
26842
26843 * manual/pattern.texi (glob_t): Document gl_flags.
26844 (glob64_t): Likewise.
26845
8794a964
DM
268462013-01-11 David S. Miller <davem@davemloft.net>
26847
66438c3f
RM
26848 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26849 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26850 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
26851 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26852 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26853 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26854 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26855 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26856 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26857 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26858 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26859 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26860 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26861
4ae4244d
DM
26862 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26863 sparc V9 rather than using V8 code.
26864 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26865 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26866
8794a964
DM
26867 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26868 Move to...
26869 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26870 Here.
26871
6270516e
RM
268722013-01-11 Roland McGrath <roland@hack.frob.com>
26873
26874 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26875 not in the main loop.
26876 * configure: Regenerated.
26877
6a57d931
JM
268782013-01-11 Joseph Myers <joseph@codesourcery.com>
26879
26880 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26881 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26882 to just #else.
26883 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
26884 [!__GLIBC_HAVE_LONG_LONG] case.
26885 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26886 condition to just #else.
26887 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26888 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26889 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26890 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26891 unconditional.
26892 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26893 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26894 #elif condition to just #else.
26895 * sysdeps/unix/sysv/linux/sys/sysmacros.h
26896 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26897 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26898 #elif condition to just #else.
26899
0e8529e9
SE
269002013-01-11 Steve Ellcey <sellcey@mips.com>
26901
26902 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26903 (EF_MIPS_ARCH_64): Fix value.
26904 (EF_MIPS_ARCH_32R2): New.
26905 (EF_MIPS_ARCH_64R2): New.
26906
740b3dbe
L
269072013-01-11 H.J. Lu <hongjiu.lu@intel.com>
26908
26909 * Makeconfig (+link-pie-before-libc): New.
26910 (+link-pie-after-libc): Likewise.
26911 (+link-pie-tests): Likewise.
26912 (+link-pie): Rewritten.
26913 (link-before-libc): Remove $(config-LDFLAGS).
26914 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26915 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26916 (config-LDFLAGS): Renamed to ...
26917 (rtld-LDFLAGS): This.
26918 (rtld-tests-LDFLAGS): New macro.
26919 (link-libc-rpath-link): Likewise.
26920 (link-libc-tests-rpath-link): Likewise.
26921 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26922 (link-libc): Prepand $(link-libc-rpath-link).
26923 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26924 (test-program-prefix): New macro.
26925 (test-via-rtld-prefix): Likewise.
26926 (test-program-cmd): Likewise.
26927 (host-test-program-cmd): Likewise.
26928 * Makefile ($(common-objpfx)testrun.sh): Replace
26929 $(run-program-prefix) with $(test-program-prefix).
26930 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26931 $(rtld-LDFLAGS).
26932 ($(common-objpfx)shlib.lds): Likewise.
26933 (build-module-helper): Likewise.
26934 ($(common-objpfx)format.lds): Likewise.
26935 * Rules (binaries-pie-tests): New.
26936 (binaries-pie-notests): Likewise.
26937 (binaries-pie): Rewritten.
26938 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26939 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26940 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26941 (make-test-out): Replace $(host-built-program-cmd) with
26942 $(host-test-program-cmd).
26943 * config.make.in (build-hardcoded-path-in-tests): New variable.
26944 * configure.in (--enable-hardcoded-path-in-tests): New configure
26945 option.
26946 (hardcoded_path_in_tests): New AC_SUBST.
26947 * configure: Regenerated.
26948 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26949 $(built-program-cmd) with $(test-program-cmd).
26950 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26951 (test_program_cmd): This.
26952 * elf/Makefile ($(objpfx)order.out): Run test with
26953 $(test-program-prefix).
26954 ($(objpfx)order2.out): Likewise.
26955 ($(objpfx)tst-initorder.out): Likewise.
26956 ($(objpfx)tst-initorder2.out): Likewise.
26957 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
26958 $(test-program-cmd).
26959 ($(objpfx)tst-array1-static.out): Likewise.
26960 ($(objpfx)tst-array2.out): Likewise.
26961 ($(objpfx)tst-array3.out): Likewise.
26962 ($(objpfx)tst-array4.out): Likewise.
26963 ($(objpfx)tst-array5.out): Likewise.
26964 ($(objpfx)tst-array5-static.out): Likewise.
26965 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
26966 $(test-program-cmd).
26967 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
26968 $(run-program-prefix) with $(test-program-prefix).
26969 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
26970 (test_program_prefix): This.
26971 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
26972 $(run-program-prefix) with $(test-program-prefix).
26973 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
26974 (test_program_prefix): This.
26975 * iconvdata/tst-tables.sh: Likewise.
26976 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
26977 $(run-program-prefix) with $(test-program-prefix).
26978 ($(objpfx)tst-translit.out): Likewise.
26979 ($(objpfx)tst-gettext2.out): Likewise.
26980 ($(objpfx)tst-gettext4.out): Likewise.
26981 ($(objpfx)tst-gettext6.out): Likewise.
26982 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
26983 (test_program_prefix): This.
26984 * intl/tst-gettext2.sh: Likewise.
26985 * intl/tst-gettext4.sh Likewise.
26986 * intl/tst-gettext6.sh: Likewise.
26987 * intl/tst-translit.sh: Likewise.
26988 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
26989 with $(test-program-cmd).
26990 * libio/Makefile ($(objpfx)test-freopen.out): Replace
26991 $(run-program-prefix) with $(test-program-prefix).
26992 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
26993 (test_program_prefix): This.
26994 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
26995 $(run-program-prefix) with $(test-program-prefix).
26996 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
26997 (test_program_prefix): This.
26998 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
26999 * posix/Makefile ($(objpfx)globtest.out): Replace
27000 $(run-via-rtld-prefix) and $(test-wrapper) with
27001 $(test-program-prefix) and $(test-via-rtld-prefix).
27002 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
27003 $(test-program-prefix).
27004 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
27005 $(host-test-program-cmd).
27006 (tst-spawn-ARGS): Likewise.
27007 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
27008 $(test-program-prefix).
27009 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
27010 (test_via_rtld_prefix): This.
27011 (test_wrapper): Renamed to ...
27012 (test_program_prefix): This.
27013 (run_program_prefix): Replaced by test_program_prefix.
27014 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
27015 (test_program_prefix): This.
27016 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
27017 with $(host-test-program-cmd).
27018 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
27019 $(run-program-prefix) with $(test-program-prefix).
27020 ($(objpfx)tst-printf.out): Likewise.
27021 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
27022 $(test-program-cmd).
27023 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
27024 (test_program_prefix): This.
27025 * stdio-common/tst-unbputc.sh: Likewise.
27026 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
27027 $(run-program-prefix) with $(test-program-prefix).
27028 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
27029 (test_program_prefix): This.
27030 * string/Makefile ($(objpfx)tst-svc.out): Replace
27031 $(built-program-cmd) with $(test-program-cmd).
27032
c6fe55cf
AJ
270332013-01-11 Andreas Jaeger <aj@suse.de>
27034
27035 [BZ #15003]
27036 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27037 value. Sync with Linux 3.7.
27038
9e6919c8
DM
270392013-01-10 David S. Miller <davem@davemloft.net>
27040
27041 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27042 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27043 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27044
1c9f1a02
RM
270452013-01-10 Roland McGrath <roland@hack.frob.com>
27046
27047 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27048 never set.
27049 * configure: Regenerated.
27050
b9de2dde
DM
270512013-01-10 David S. Miller <davem@davemloft.net>
27052
27053 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27054 sparc V9 rather than using V8 code.
27055 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27056 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27057
e7f68ef4
RM
270582013-01-10 Roland McGrath <roland@hack.frob.com>
27059
27060 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27061 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27062 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27063 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27064 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27065 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27066 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27067 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27068 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27069 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27070 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27071 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27072 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27073 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27074 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27075 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27076 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27077 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27078 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27079 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27080 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27081 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27082 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27083 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27084 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27085 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27086 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27087
5a47cc9c
DM
270882013-01-10 David S. Miller <davem@davemloft.net>
27089
27090 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27091
4cf8f209
L
270922013-01-10 H.J. Lu <hongjiu.lu@intel.com>
27093
27094 * posix/Makefile (tests-static): New variable.
27095 (tests): Add $(tests-static).
27096 (tst-exec-static-ARGS): New variable.
27097 (tst-spawn-static-ARGS): Likewise.
27098 * posix/tst-exec-static.c: New file.
27099 * posix/tst-spawn-static.c: Likewise.
27100 * posix/tst-exec.c: Support run directly.
27101 * posix/tst-spawn.c: Likewise.
27102
fed0faa1
JM
271032013-01-10 Joseph Myers <joseph@codesourcery.com>
27104
828beb13
JM
27105 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27106 long.
27107 * math/bits/mathcalls.h (llrint): Likewise.
27108 (llround): Likewise.
27109 * stdlib/stdlib.h (struct drand48_data): Likewise.
27110 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27111 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27112 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27113 Likewise.
27114 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27115 Likewise.
27116 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27117 (elf_greg_t): Likewise.
27118 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27119 (__jmp_buf): Likewise.
27120 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27121 definitions.
27122 (llrint): Likewise, for all definitions.
27123 (llrintl): Likewise.
27124
fed0faa1
JM
27125 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27126 Remove [__GNUC__] condition.
27127 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27128 condition to just [__USE_ISOC99].
27129 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27130
1a20cb20
L
271312013-01-10 H.J. Lu <hongjiu.lu@intel.com>
27132
27133 [BZ #14200]
27134 * sysdeps/unix/sysv/linux/x86/bits/environments.h
27135 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27136 defined.
27137 (_POSIX_V6_ILP32_OFF32): Likewise.
27138 (_XBS5_ILP32_OFF32): Likewise.
27139 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27140 (__ILP32_OFFBIG_LDFLAGS): Likewise.
27141
751b85f7
SP
271422013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
27143
7490eb81
SP
27144 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27145
751b85f7
SP
27146 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27147 doubles __mpexp_twomm1. Adjust usage.
27148 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27149 Remove.
27150
988197f0
AS
271512013-01-10 Andreas Schwab <schwab@suse.de>
27152
27153 [BZ #14964]
27154 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27155 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27156
e83d7298
DM
271572013-01-09 David S. Miller <davem@davemloft.net>
27158
034ed64b 27159 [BZ #15003]
57f41c40
AS
27160 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27161 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27162 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27163 (TCP_FASTOPEN): Define.
e83d7298
DM
27164 (tcp_repair_opt): New structure.
27165 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27166 enum values.
57f41c40
AS
27167 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27168 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27169 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
27170 (tcp_cookie_transactions): New structure.
27171
d5e0b9bd
AB
271722013-01-09 Anton Blanchard <anton@samba.org>
27173
27174 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27175 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27176 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27177 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27178
0c07e3ea
JM
271792013-01-09 Joseph Myers <joseph@codesourcery.com>
27180
27181 * include/features.h (__USE_ANSI): Remove.
27182
232f7002
RM
271832013-01-09 Roland McGrath <roland@hack.frob.com>
27184
ad98e30c
RM
27185 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27186
232f7002
RM
27187 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27188
950c99ca
SP
271892013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
27190
b5792741
SP
27191 * sysdeps/s390/fpu/libm-test-ulps: Update.
27192
47cf2278
SP
27193 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27194
950c99ca
SP
27195 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27196 (__acr): Likewise.
27197 (__cpy): Likewise.
27198 (norm): Likewise.
27199 (denorm): Likewise.
27200 (__mp_dbl): Likewise.
27201 (__dbl_mp): Likewise.
27202 (add_magnitudes): Likewise.
27203 (sub_magnitudes): Likewise.
27204 (__add): Likewise.
27205 (__sub): Likewise.
27206 (__mul): Likewise.
27207 (__inv): Likewise.
27208 (__dvd): Likewise.
27209 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27210 (__acr): Likewise.
27211 (__cpy): Likewise.
27212 (norm): Likewise.
27213 (denorm): Likewise.
27214 (__mp_dbl): Likewise.
27215 (__dbl_mp): Likewise.
27216 (add_magnitudes): Likewise.
27217 (sub_magnitudes): Likewise.
27218 (__add): Likewise.
27219 (__sub): Likewise.
27220 (__mul): Likewise.
27221 (__inv): Likewise.
27222 (__dvd): Likewise.
27223 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27224 (__acr): Likewise.
27225 (__cpy): Likewise.
27226 (norm): Likewise.
27227 (denorm): Likewise.
27228 (__mp_dbl): Likewise.
27229 (__dbl_mp): Likewise.
27230 (add_magnitudes): Likewise.
27231 (sub_magnitudes): Likewise.
27232 (__add): Likewise.
27233 (__sub): Likewise.
27234 (__mul): Likewise.
27235 (__inv): Likewise.
27236 (__dvd): Likewise.
27237
eede9df9
JM
272382013-01-08 Joseph Myers <joseph@codesourcery.com>
27239
27240 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27241 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27242 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27243 2 && __USE_EXTERN_INLINES]: Likewise.
27244
c40ea3d9
AJ
272452013-01-08 Andreas Jaeger <aj@suse.de>
27246
27247 [BZ# 14985]
27248 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27249 Remove.
27250 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27251 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27252
2ccdea26
AB
272532013-01-07 Anton Blanchard <anton@samba.org>
27254
27255 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27256 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27257 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27258 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27259 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27260 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27261 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27262 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27263 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27264 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27265 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27266 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27267 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27268 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27269 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27270 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27271 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27272 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27273 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27274 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27275 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27276 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27277 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27278 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27279 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27280 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27281 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27282 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27283 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27284 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27285 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27286 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27287 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27288 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27289 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27290 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27291 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27292 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27293 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27294 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27295 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27296 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27297 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27298
a9708fed
JM
272992013-01-07 Joseph Myers <joseph@codesourcery.com>
27300
375607b9
JM
27301 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27302 (__MALLOC_PMT): Likewise.
27303 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27304 [__GNUC__], only on [_LIBC].
27305 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27306 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27307 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27308 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27309 forward declaration.
27310 (realloc_hook_ini): Likewise.
27311 (memalign_hook_ini): Likewise.
27312 (__libc_memalign): Do not use __MALLOC_PMT in variable
27313 declaration.
27314 (__libc_valloc): Likewise.
27315 (__libc_pvalloc): Likewise.
27316 (__libc_calloc): Likewise.
27317 (__posix_memalign): Likewise.
27318
a9708fed
JM
27319 [BZ #14996]
27320 * math/s_casinh.c: Include <float.h>.
27321 (__casinh): Do not do computation with squaring and square root
27322 for large arguments.
27323 * math/s_casinhf.c: Include <float.h>.
27324 (__casinhf): Do not do computation with squaring and square root
27325 for large arguments.
27326 * math/s_casinhl.c: Include <float.h>.
27327 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27328 (__casinhl): Do not do computation with squaring and square root
27329 for large arguments.
27330 * math/libm-test.inc (casin_test): Add more tests.
27331 (casinh_test): Likewise.
27332 * sysdeps/i386/fpu/libm-test-ulps: Update.
27333 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27334
afec409a
L
273352013-01-04 H.J. Lu <hongjiu.lu@intel.com>
27336
27337 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27338 (__x86_64_raw_data_cache_size): Likewise.
27339 (__x86_64_data_cache_size_half): Likewise.
27340 (__x86_64_raw_data_cache_size_half): Likewise.
27341 (__x86_64_shared_cache_size): Likewise.
27342 (__x86_64_raw_shared_cache_size): Likewise.
27343 (__x86_64_shared_cache_size_half): Likewise.
27344 (__x86_64_raw_shared_cache_size_half): Likewise.
27345 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27346 to ...
27347 (__x86_data_cache_size): This.
27348 (__x86_64_raw_data_cache_size): Renamed to ...
27349 (__x86_raw_data_cache_size): This.
27350 (__x86_64_data_cache_size_half): Renamed to ...
27351 (__x86_data_cache_size_half): This.
27352 (__x86_64_raw_data_cache_size_half): Renamed to ...
27353 (__x86_raw_data_cache_size_half): This.
27354 (__x86_64_shared_cache_size): Renamed to ...
27355 (__x86_shared_cache_size): This.
27356 (__x86_64_raw_shared_cache_size): Renamed to ...
27357 (__x86_raw_shared_cache_size): This.
27358 (__x86_64_shared_cache_size_half): Renamed to ...
27359 (__x86_shared_cache_size_half): This.
27360 (__x86_64_raw_shared_cache_size_half): Renamed to ...
27361 (__x86_raw_shared_cache_size_half): This.
27362 * sysdeps/x86_64/memcpy.S: Updated.
27363 * sysdeps/x86_64/memset.S: Likewise.
27364 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27365 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27366 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27367
0b3986d0
DM
273682013-01-04 David S. Miller <davem@davemloft.net>
27369
27370 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27371
e47686e9
AS
273722013-01-04 Andreas Schwab <schwab@linux-m68k.org>
27373
d643bac1
AS
27374 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27375 1 to avoid redefinition warning.
27376 (__USE_GNU): Don't define.
27377 (init_signaling_nan): Protoize.
27378
e47686e9
AS
27379 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27380
b18decba
SP
273812013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
27382
fffb407f
SP
27383 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27384 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27385 (__cpymn): Likewise.
27386 (norm): Remove commented code.
27387 (denorm): Likewise.
27388 (__mp_dbl): Likewise.
27389 (__inv): Likewise.
27390 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27391 (__cpymn): Likewise.
27392 (norm): Remove commented code.
27393 (denorm): Likewise.
27394 (__mp_dbl): Likewise.
27395 (__inv): Likewise.
27396
b18decba
SP
27397 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27398 mp_no value for 1.0 and 2.0.
27399 (norm): Use RADIXI instead of radixi.d.
27400 (denorm): Likewise.
27401 (__mul): Use 0.0 instead of zero.d.
27402 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27403 mp_no value for 1.0 and 2.0.
27404 (norm): Use RADIXI instead of radixi.d.
27405 (denorm): Likewise.
27406 (__mul): Use 0.0 instead of zero.d.
27407
cdc1c96f
JM
274082013-01-04 Joseph Myers <joseph@codesourcery.com>
27409
27410 [BZ #14994]
27411 * math/s_casinh.c (__casinh): Reduce finite argument to first
27412 quadrant then set signs of results at the end.
27413 * math/s_casinhf.c (__casinhf): Likewise.
27414 * math/s_casinhl.c (__casinhl): Likewise.
27415 * math/libm-test.inc (casin_test): Add more tests.
27416 (casinh_test): Likewise.
27417 * sysdeps/i386/fpu/libm-test-ulps: Update.
27418 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27419
302913e1
SP
274202013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
27421
6420d207
SP
27422 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27423
a9e48ab4
SP
27424 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27425
b7837264
SP
27426 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27427 declarations.
27428 (denorm): Likewise.
27429 (__mp_dbl): Likewise.
27430 (__inv): Likewise.
27431
f8af25d2
SP
27432 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27433 and adjust the header comment.
27434
302913e1
SP
27435 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27436 variable name from declaration.
27437
5d7dd1ca
L
274382013-01-03 H.J. Lu <hongjiu.lu@intel.com>
27439
27440 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27441 Initialize COMMON_CPUID_INDEX_7 element.
27442 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27443 (CPUID_RTM): Likewise.
27444 (HAS_RTM): Likewise.
27445 (COMMON_CPUID_INDEX_7): New enum.
27446
2f5f40f4
AS
274472013-01-03 Andreas Schwab <schwab@linux-m68k.org>
27448
27449 [BZ #14981]
27450 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27451 size is zero, record memory as freed.
27452
4056f4a0
AJ
274532013-01-03 Andreas Jaeger <aj@suse.de>
27454
27455 * po/ia.po: Add new Interlingua translation.
27456
ab15736f 274572012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
27458
27459 * locale/programs/localedef.c: Fix description of '--posix' flag.
27460
568035b7
JM
274612013-01-02 Joseph Myers <joseph@codesourcery.com>
27462
e6898b8d
JM
27463 * NEWS: Update dates in second copyright notice.
27464 * README: Update copyright dates in example.
27465 * manual/libc.texinfo: Update copyright dates.
27466 * scripts/test-installation.pl: Update copyright date in --version
27467 output.
27468
0e2f9562
JM
27469 * hurd/ctty-input.c: Fix copyright notice formatting.
27470 * hurd/ctty-output.c: Likewise.
27471 * hurd/dtable.c: Likewise.
27472 * hurd/hurd-raise.c: Likewise.
27473 * hurd/hurdprio.c: Likewise.
27474 * hurd/msgportdemux.c: Likewise.
27475 * misc/sys/file.h: Likewise.
27476 * misc/sys/ioctl.h: Likewise.
27477 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27478 * sysdeps/mach/hurd/chdir.c: Likewise.
27479 * sysdeps/mach/hurd/fchdir.c: Likewise.
27480 * sysdeps/mach/hurd/rename.c: Likewise.
27481 * sysdeps/mach/hurd/rmdir.c: Likewise.
27482 * sysdeps/mach/hurd/seekdir.c: Likewise.
27483 * sysdeps/mach/hurd/setsid.c: Likewise.
27484 * sysdeps/posix/wait3.c: Likewise.
27485
568035b7
JM
27486 * All files with FSF copyright notices: Update copyright dates
27487 using scripts/update-copyrights.
27488 * intl/plural.c: Regenerated.
27489 * locale/programs/charmap-kw.h: Likewise.
27490 * locale/programs/locfile-kw.h: Likewise.
27491
da08f647
SP
274922013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
27493
0f5477af
SP
27494 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27495 four values.
27496
44e0d4c2
SP
27497 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27498 calculation loop and add branch prediction.
27499
4d55b4e5
SP
27500 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27501 check access beyond bounds of m1np.
27502
da08f647
SP
27503 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27504 MPTWO.
27505 (__inv): Remove local variable MPTWO to use the global
27506 constant.
27507 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27508 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27509 variable MPTWO.
27510 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27511 MP3HALFS static const.
27512
8e051029
DM
275132013-01-01 David S. Miller <davem@davemloft.net>
27514
27515 * po/ca.po: Update from translation team.
27516
f4cf5f2d
JM
275172013-01-01 Joseph Myers <joseph@codesourcery.com>
27518
27519 * scripts/update-copyrights: New file.
27520 * Makeconfig: Reformat copyright notice.
27521 * ctype/ctype.h: Likewise.
27522 * debug/swprintf_chk.c: Likewise.
27523 * elf/dl-cache.c: Likewise.
27524 * elf/dl-debug.c: Likewise.
27525 * elf/dl-object.c: Likewise.
27526 * grp/initgroups.c: Likewise.
27527 * hurd/Makefile: Likewise.
27528 * hurd/hurd/signal.h: Likewise.
27529 * hurd/hurdfault.c: Likewise.
27530 * hurd/hurdioctl.c: Likewise.
27531 * hurd/hurdlookup.c: Likewise.
27532 * hurd/intr-msg.c: Likewise.
27533 * iconv/gconv_open.c: Likewise.
27534 * libio/swprintf.c: Likewise.
27535 * locale/lc-ctype.c: Likewise.
27536 * locale/nl_langinfo.c: Likewise.
27537 * mach/Machrules: Likewise.
27538 * mach/Makefile: Likewise.
27539 * malloc/obstack.h: Likewise.
27540 * manual/Makefile: Likewise.
27541 * manual/tsort.awk: Likewise.
27542 * misc/bits/stab.def: Likewise.
27543 * nis/nis_print_group_entry.c: Likewise.
27544 * nis/nis_table.c: Likewise.
27545 * nis/nss_compat/compat-pwd.c: Likewise.
27546 * nis/nss_compat/compat-spwd.c: Likewise.
27547 * po/Makefile: Likewise.
27548 * posix/fnmatch.c: Likewise.
27549 * posix/regex.h: Likewise.
27550 * resolv/Makefile: Likewise.
27551 * resolv/nss_dns/dns-network.c: Likewise.
27552 * resolv/res_hconf.c: Likewise.
27553 * scripts/gen-sorted.awk: Likewise.
27554 * soft-fp/soft-fp.h: Likewise.
27555 * stdio-common/printf.h: Likewise.
27556 * stdlib/monetary.h: Likewise.
27557 * stdlib/random.c: Likewise.
27558 * stdlib/random_r.c: Likewise.
27559 * sysdeps/generic/Makefile: Likewise.
27560 * sysdeps/gnu/Makefile: Likewise.
27561 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27562 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27563 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27564 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27565 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27566 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27567 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27568 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27569 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27570 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27571 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27572 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27573 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
27574 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
27575 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
27576 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
27577 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27578 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27579 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27580 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27581 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27582 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27583 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27584 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27585 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
27586 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27587 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
27588 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
27589 * sysdeps/mach/hurd/errnos.awk: Likewise.
27590 * sysdeps/mach/hurd/fork.c: Likewise.
27591 * sysdeps/mach/hurd/getcwd.c: Likewise.
27592 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
27593 * sysdeps/mach/hurd/mmap.c: Likewise.
27594 * sysdeps/mach/hurd/utimes.c: Likewise.
27595 * sysdeps/mach/hurd/xmknod.c: Likewise.
27596 * sysdeps/posix/profil.c: Likewise.
27597 * sysdeps/posix/readdir_r.c: Likewise.
27598 * sysdeps/powerpc/bits/mathdef.h: Likewise.
27599 * sysdeps/powerpc/bits/setjmp.h: Likewise.
27600 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27601 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27602 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27603 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27604 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27605 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27606 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27607 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27608 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27609 * sysdeps/pthread/lio_listio.c: Likewise.
27610 * sysdeps/sparc/dl-procinfo.h: Likewise.
27611 * sysdeps/unix/i386/sysdep.S: Likewise.
27612 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27613 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27614 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27615 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27616 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27617 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27618 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27619 * sysdeps/unix/sysv/linux/speed.c: Likewise.
27620 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27621 * sysdeps/wordsize-32/divdi3.c: Likewise.
27622 * time/sys/time.h: Likewise.
27623 * wcsmbs/Makefile: Likewise.
27624
0549fbba
DM
276252013-01-01 David S. Miller <davem@davemloft.net>
27626
a141f1a7
DM
27627 * po/fr.po: Update from translation team.
27628
0549fbba
DM
27629 * catgets/gencat.c: Update copyright year.
27630 * csu/version.c: Likewise.
27631 * debug/catchsegv.sh: Likewise.
27632 * debug/pcprofiledump.c: Likewise.
27633 * debug/xtrace.sh: Likewise.
27634 * elf/ldconfig.c: Likewise.
27635 * elf/ldd.bash.in: Likewise.
27636 * elf/pldd.c: Likewise.
27637 * elf/sotruss.ksh: Likewise.
27638 * elf/sprof.c: Likewise.
27639 * iconv/iconv_prog.c: Likewise.
27640 * iconv/iconvconfig.c: Likewise.
27641 * locale/programs/locale.c: Likewise.
27642 * locale/programs/localedef.c: Likewise.
27643 * login/programs/pt_chown.c: Likewise.
27644 * malloc/memusage.sh: Likewise.
27645 * malloc/memusagestat.c: Likewise.
27646 * malloc/mtrace.pl: Likewise.
27647 * nscd/nscd.c: Likewise.
27648 * nss/getent.c: Likewise.
27649 * nss/makedb.c: Likewise.
27650 * posix/getconf.c: Likewise.
27651
18ea052c
SP
276522012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
27653
27654 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27655 numbers.
27656
9c89fca6
MF
276572012-12-30 Mike Frysinger <vapier@gentoo.org>
27658
27659 * math/bits/mathcalls.h (modf): Use __nonnull.
27660
085ec079
SP
276612012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
27662
27663 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27664 (split): Use macro CN instead of the bare value.
27665 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27666 could be used.
27667 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27668 instead of the bare value.
27669 (power1): Likewise.
27670
6d9f97e1
SP
276712012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
27672
d63f73be
SP
27673 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27674 __ATAN_TWOM.
27675 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27676
6d9f97e1
SP
27677 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27678 their values.
27679 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27680 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27681 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27682 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27683
4c4febf5
AJ
276842012-12-28 Andreas Jaeger <aj@suse.de>
27685
af5843ef
AJ
27686 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
27687 values are from Linux 3.7.
27688
4c4febf5
AJ
27689 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27690 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
27691
99136f82
SP
276922012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
27693
2f216c3c 27694 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
27695 TRUE case.
27696
99136f82
SP
27697 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27698 (norm): Likewise.
27699 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27700 variables with preprocessor constants.
27701 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27702 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27703 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27704
7fffbdff
BH
277052012-12-27 Bruno Haible <bruno@clisp.org>
27706
27707 [BZ #14317]
27708 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27709 only if needed.
27710
b76eb5f0
SP
277112012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
27712
31a7fe5c
SP
27713 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27714 and use variable directly.
27715 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27716
b76eb5f0
SP
27717 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27718 MPONE.
27719 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27720 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27721 variable MPONE.
27722 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27723 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27724 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27725 include directive. Remove local variable MPONE.
27726 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27727 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27728 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27729
2c8bfe7d
DM
277302012-12-25 David S. Miller <davem@davemloft.net>
27731
27732 * version.h (RELEASE): Set to "development".
27733 (VERSION): Set to "2.17.90".
27734 * NEWS: Add 2.18 section.
27735
147d03b0
DM
277362012-12-21 David S. Miller <davem@davemloft.net>
27737
27738 * po/hr.po: Update from translation team.
27739
a8ebb2b9
AK
277402012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27741
27742 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27743
95b4f1b6
SE
277442012-12-19 Steve Ellcey <sellcey@mips.com>
27745
b2d94007 27746 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 27747
cedb2a90
MS
277482012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
27749
27750 * manual/contrib.texi (Contributors): Spelling correction.
27751
bbf527d6
DM
277522012-12-15 David S. Miller <davem@davemloft.net>
27753
27754 * po/ru.po: Update from translation team.
27755
bc38c906
DM
277562012-12-13 David S. Miller <davem@davemloft.net>
27757
85429b1a
DM
27758 * NEWS: Mention IFUNC testsuite enhancements.
27759
d283e353
DM
27760 * po/pl.po: Update from translation team.
27761 * po/bg.po: Likewise.
27762
bc38c906
DM
27763 * manual/contrib.texi (Contributors): Update entries for Hongjiu
27764 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
27765
a181b0d7
DM
277662012-12-11 David S. Miller <davem@davemloft.net>
27767
4641d57e
DM
27768 * po/sv.po: Update from translation team.
27769
f7bc6495
DM
27770 * po/vi.po: Update from translation team.
27771
6fc9048f
DM
27772 * po/cs.po: Update from translation team.
27773
a181b0d7
DM
27774 * po/de.po: Update from translation team.
27775 * po/eo.po: Likewise.
27776 * po/nl.po: Likewise.
27777
f70bfe80
SP
277782012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
27779
3c8b4190
SP
27780 [BZ #14246]
27781 * manual/argp.texi (Argp Helper Functions): Move node to follow
27782 Argp Parsing State.
27783
f70bfe80
SP
27784 [BZ #14872]
27785 * manual/conf.texi (Limits on File System Capacity): Mention if
27786 terminating null is included in the max size.
27787
188f0adf
AJ
277882012-12-10 Andreas Jaeger <aj@suse.de>
27789
27790 * po/cs.po: Update from translation team.
27791
56e7d3ad
SP
277922012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
27793
27794 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27795 void pointer and cast to uintptr_t.
27796 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27797 path.
27798 * sysdeps/s390/s390-64/memcpy.S: Likewise.
27799 * sysdeps/s390/s390-64/memset.S: Likewise.
27800
76f2d2ea 278012012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
27802
27803 [BZ #14833]
27804 * menual/message.texi (Message Translation): Fix typos.
27805 (Helper programs for gettext): Likewise.
27806
67cbf9a2
AS
278072012-12-07 Andreas Schwab <schwab@linux-m68k.org>
27808
27809 [BZ #14898]
27810 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27811 Change to -1.
27812
682d0e9a
DM
278132012-12-07 David S. Miller <davem@davemloft.net>
27814
27815 * po/libc.pot: Update.
27816
573cd484
RH
278172012-12-07 Richard Henderson <rth@redhat.com>
27818
7e9da188 27819 [BZ #10114]
573cd484
RH
27820 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27821 normal/normal case to before the switch.
27822 (_FP_DIV): Likewise.
27823
e933a943
MF
278242012-12-06 Carlos O'Donell <carlos@systemhalted.org>
27825 Mike Frysinger <vapier@gentoo.org>
27826
27827 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27828 check for __NR_fadvise64_64.
27829
82123268
CM
278302012-12-06 Chris Metcalf <cmetcalf@tilera.com>
27831
27832 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27833 0, not just to plain "0" as a statement.
27834 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27835 with cw.
27836
d9814526
JM
278372012-12-06 Joseph Myers <joseph@codesourcery.com>
27838
27839 * NEWS: Use sourceware.org in Bugzilla URL.
27840
7728c574
SP
278412012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
27842
f16946dd
SP
27843 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27844 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27845
5704bbcb
SP
27846 * stdio-common/tst-put-error.c (do_test): Add newline to the
27847 padded test to ensure flush.
27848
17aa0516
JL
278492012-12-05 Jeff Law <law@redhat.com>
27850
27851 * sunrpc/etc.rpc (fedfs_admin): Add entry.
27852
363313b5
JM
278532012-12-05 Joseph Myers <joseph@codesourcery.com>
27854
effbd42a
JM
27855 * README: Don't refer to ports add-on as distributed separately.
27856 Mention AArch64 in list of systems supported in the ports add-on.
27857
87600365
JM
27858 * LICENSES: Add more non-FSF copyright and license notices.
27859
a0d7066a
JM
27860 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27861 ((unused)).
27862
66ca5a5b
JM
27863 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27864
363313b5
JM
27865 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27866 10000 as width of padded output.
27867
b37984ad
JM
278682012-12-04 Joseph Myers <joseph@codesourcery.com>
27869
9003570a
JM
27870 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27871
b37984ad
JM
27872 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27873 variable LX with __attribute__ ((unused)).
27874 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27875 Likewise.
27876 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27877 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27878 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27879 with __attribute__ ((unused)).
27880
c8df52ec
DM
278812012-12-04 David S. Miller <davem@abraco.davemloft.net>
27882
27883 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27884
b3b099af
JM
278852012-12-04 Joseph Myers <joseph@codesourcery.com>
27886
c33aa6e3
JM
27887 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27888 (CFLAGS-nldbl-acos.c): New variable.
27889 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27890 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27891 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27892 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27893 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27894 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27895 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27896 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27897 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27898 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27899 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27900 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27901 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27902 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27903 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27904 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27905 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27906 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27907 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27908 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27909 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27910 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27911 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27912 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27913 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27914 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27915 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27916 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27917 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27918 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27919 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27920 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27921 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27922 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27923 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27924 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27925 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27926 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27927 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27928 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27929 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27930 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27931 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27932 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27933 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27934 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27935 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27936 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27937 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27938 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27939 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27940 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27941 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27942 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27943 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27944 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27945 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27946 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27947 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27948 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27949 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27950 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27951 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27952 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27953 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27954 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27955 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
27956 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
27957 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
27958 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
27959 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
27960 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
27961 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
27962 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
27963 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
27964 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
27965 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
27966 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
27967 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
27968 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
27969 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
27970 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
27971 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
27972 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
27973 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
27974 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
27975 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
27976 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
27977 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
27978 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
27979 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
27980 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
27981 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
27982 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
27983 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
27984 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
27985 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
27986
20f0018d
JM
27987 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27988 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27989
b3b099af
JM
27990 [BZ #14914]
27991 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
27992 whole low double instead of just low 47 bits when splitting values
27993 into two parts.
27994
029264d1
AM
279952012-12-03 Allan McRae <allan@archlinux.org>
27996
27997 * manual/stdio.texi (Predefined Printf Handlers): Remove
27998 @hsep and @vsep usage.
27999
c9d6789e
MF
280002012-12-03 Mike Frysinger <vapier@gentoo.org>
28001
28002 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
28003 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
28004
4b7634a5
JL
280052012-12-03 Jeff Law <law@redhat.com>
28006
28007 * time/sys/time.h (settimeofday): Do not mark TV argument
28008 as __nonnull.
28009
eb6cbd24
MF
280102012-12-01 Mike Frysinger <vapier@gentoo.org>
28011
28012 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
28013 when currently writing and seek to current position when not.
28014 * libio/Makefile (tests): Remove bug-fclose1.
28015 * libio/bug-fclose1.c: Delete.
28016
f638872a
JM
280172012-12-01 Joseph Myers <joseph@codesourcery.com>
28018
28019 * manual/arith.texi (feenableexcept): Fix typo.
28020 (fedisableexcept): Likewise.
28021
48085d14
RM
280222012-11-30 Roland McGrath <roland@hack.frob.com>
28023
28024 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
28025 second, differently-typed declaration, rather than a cast.
28026
1a538b9f
SP
280272012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
28028
28029 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
28030 * include/rpc/svc.h: ... here.
28031
d07f2ff1 280322012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
28033
28034 [BZ #13013]
28035 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28036 depending n and resplen2 to catch cases where answer
28037 equals answerp2.
28038
c93ec1f0
CD
280392012-11-29 Carlos O'Donell <carlos@systemhalted.org>
28040
28041 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28042 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28043
37db69de
MF
280442012-11-29 Mike Frysinger <vapier@gentoo.org>
28045
28046 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28047
e10c4e4f
RM
280482012-11-29 Roland McGrath <roland@hack.frob.com>
28049
28050 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28051
2af1b328
JL
280522012-11-28 Jeff Law <law@redhat.com>
28053
28054 [BZ #13761]
28055 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28056 dataset_temporary. Track alloca usage into alloca_used.
28057 If dataset is large allocate and release it via malloc/free.
28058
111db5b1
FW
280592012-06-04 Florian Weimer <fweimer@redhat.com>
28060
f06cc227 28061 [BZ #14197]
111db5b1
FW
28062 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28063
dd694abd
DM
280642012-11-28 David S. Miller <davem@davemloft.net>
28065
28066 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28067
9984dd01
JM
280682012-11-28 Joseph Myers <joseph@codesourcery.com>
28069
28070 [BZ #14803]
28071 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28072 of pi/2 rounded to nearest to 64 bits.
28073 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28074 nearest to 64 bits.
28075 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28076 bits.
28077
14bc93a9
JL
280782012-11-28 Jeff Law <law@redhat.com>
28079 Martin Osvald <mosvald@redhat.com>
28080
28081 [BZ #14889]
28082 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28083 * sunrpc/svc.c: Include time.h.
28084 (__svc_accept_failed): New function.
28085 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28086 any reason other than EINTR, call __svc_accept_failed.
28087 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28088 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28089
e3c6aa3a
AS
280902012-11-28 Andreas Schwab <schwab@suse.de>
28091
28092 * scripts/abilist.awk: Also handle indirect functions in .opd
28093 section.
28094
1bead169
JM
280952012-11-28 Joseph Myers <joseph@codesourcery.com>
28096
28097 [BZ #13881]
28098 * sysdeps/x86/fpu/powl_helper.c: New file.
28099 * sysdeps/x86/fpu/Makefile: Likewise.
28100 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28101 (p3): New object.
28102 (__ieee754_powl): Use __powl_helper for finite arguments except
28103 integer exponents below 8.
28104 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28105 (p3): New object.
28106 (__ieee754_powl): Use __powl_helper for finite arguments except
28107 integer exponents below 8.
28108 * math/libm-test.inc (pow_test): Add more tests and enable some
28109 previously disabled tests.
28110 * sysdeps/i386/fpu/libm-test-ulps: Update.
28111 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28112
0817d63d
SP
281132012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
28114 Carlos O'Donell <carlos_odonell@mentor.com>
28115
28116 * nss/makedb.c (is_prime): Assert that input is odd and greater
28117 than 4. Note that fact in a comment too.
28118 (next_prime): Add 4 to input.
28119
de2fd463
SP
281202012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
28121
28122 [BZ #11741]
28123 * libio/Makefile (tests): Add test case tst-fwrite-error.
28124 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28125 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28126 * libio/tst-fwrite-error.c: New test case.
28127
c515fb51
L
281282012-11-26 H.J. Lu <hongjiu.lu@intel.com>
28129
28130 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28131 before casting to void *.
28132 * include/libc-internal.h (__pointer_type): New macro.
28133 (__integer_if_pointer_type_sub): Likewise.
28134 (__integer_if_pointer_type): Likewise.
28135 (cast_to_integer): Likewise.
28136 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28137 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28138 before casting to atomic64_t.
28139 (atomic_exchange_acq): Likewise.
28140 (__arch_exchange_and_add_body): Likewise.
28141 (__arch_add_body): Likewise.
28142 (atomic_add_negative): Likewise.
28143 (atomic_add_zero): Likewise.
28144
4cf77aa9
JM
281452012-11-26 Joseph Myers <joseph@codesourcery.com>
28146
28147 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28148 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28149 (add_fdes): Likewise.
28150 (linear_search_fdes): Likewise.
28151 (binary_search_unencoded_fdes): Likewise.
28152
d260b3b4
AS
281532012-11-26 Andreas Schwab <schwab@linux-m68k.org>
28154
28155 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28156
67060746
AC
281572012-11-24 Adam Conrad <adconrad@0c3.net>
28158
28159 * configure.in: Autodetect C++ header directories.
28160 * configure: Regenerated.
28161
800938a1
MF
281622012-11-23 Mike Frysinger <vapier@gentoo.org>
28163
28164 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28165
4e6e34e6
AS
281662012-11-23 Andreas Schwab <schwab@linux-m68k.org>
28167
28168 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28169
7c7feb47
JM
281702012-11-22 Joseph Myers <joseph@codesourcery.com>
28171
7184dcdf
JM
28172 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28173 LDBL_MANT_DIG == 106]: Disable some tests.
28174 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28175 Likewise.
28176 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28177 Likewise.
28178
0a42601f
JM
28179 [BZ #14871]
28180 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28181 input for small inputs. Return +/- pi/2 for large inputs.
28182 * math/libm-test.inc (atan_test): Add more tests.
28183
79c9b9fe
JM
28184 * sysdeps/generic/unwind-dw2-fde-glibc.c
28185 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28186 __attribute__ ((unused)).
28187
c60d3bf2
JM
28188 [BZ #14645]
28189 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28190 x * y if x and y are nonzero and z is zero.
28191
ef1e0867
JM
28192 [BZ #14811]
28193 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28194 nonzero exponents with absolute value below 0x1p-117 to +/-
28195 0x1p-117.
28196
1468ded3
JM
28197 [BZ #14869]
28198 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28199 up arguments below 2**-450, not just those below 2**-500.
28200 * math/libm-test.inc (hypot_test): Add another test.
28201
8e27e3cc
JM
28202 [BZ #14868]
28203 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28204 Return a+b for ratio over 2**120, not 2**60.
28205 * math/libm-test.inc (hypot_test): Add another test.
28206
c9c0279b
JM
28207 * math/libm-test.inc (clog_test): Use
28208 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28209 (clog10_test): Likewise.
28210
7c7feb47
JM
28211 [BZ #6778]
28212 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28213
fff1530e
AS
282142012-11-22 Andreas Schwab <schwab@suse.de>
28215
28216 * sysdeps/i386/fpu/libm-test-ulps: Update.
28217
94558d30
PT
282182012-11-22 Pino Toscano <toscano.pino@tiscali.it>
28219
28220 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28221 printf output with newline.
28222
7e1be741
L
282232012-11-21 H.J. Lu <hongjiu.lu@intel.com>
28224
6bfea974
L
28225 [BZ #14865]
28226 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28227 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28228 -z nodlopen, -z initfirst and -z execstack support.
28229 * configure: Regenerated.
28230
7e1be741
L
28231 * elf/elf.h (DF_1_NODIRECT): New macro.
28232 (DF_1_IGNMULDEF): Likewise.
28233 (DF_1_NOKSYMS): Likewise.
28234 (DF_1_NOHDR): Likewise.
28235 (DF_1_EDITED): Likewise.
28236 (DF_1_NORELOC): Likewise.
28237 (DF_1_SYMINTPOSE): Likewise.
28238 (DF_1_GLOBAUDIT): Likewise.
28239 (DF_1_SINGLETON): Likewise.
28240 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28241 DT_1_SUPPORTED_MASK bits.
28242 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28243
105ce2ce
CD
282442012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
28245
28246 * sysdeps/unix/make-syscalls.sh: Document prefixes.
28247
123be9de
TS
282482012-11-20 Thomas Schwinge <thomas@codesourcery.com>
28249
d072f3f7
TS
28250 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28251 macro.
28252
123be9de
TS
28253 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28254 (sendmmsg): Move declarations...
28255 * socket/sys/socket.h: ... here.
28256 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28257 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28258 include it from...
28259 * socket/recvmmsg.c: ... this new file.
28260 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28261 (sendmmsg): Rename to __sendmmsg, create weak alias and make
28262 definition of __sendmmsg hidden.
28263 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28264 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28265 Move ENOSYS stub into and include it from...
28266 * socket/sendmmsg.c: ... this new file.
28267 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28268 (sysdep_routines): Move recvmmsg and sendmmsg...
28269 * socket/Makefile (routines): ... here.
28270 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28271 (GLIBC_PRIVATE): Add __sendmmsg.
28272 * include/sys/socket.h (__sendmmsg): Add declarations.
28273 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28274 sendmmsg.
28275
cf9a5d18
JM
282762012-11-20 Joseph Myers <joseph@codesourcery.com>
28277
28278 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28279 variable I1 with __attribute__ ((unused)).
28280 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28281
ecd4caf9
JM
282822012-11-19 Joseph Myers <joseph@codesourcery.com>
28283
be14d48f
JM
28284 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28285 DUMMY variables with __attribute__ ((unused)).
28286
ecd4caf9
JM
28287 * bits/byteswap.h: Include <bits/types.h>.
28288 (__bswap_64): Use __uint64_t instead of unsigned long long int.
28289
986cab95
PT
282902012-11-19 Pino Toscano <toscano.pino@tiscali.it>
28291
28292 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28293 string_t. Do not manually set errno.
28294 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28295 length with __strnlen. Make sure to both set errno and return it on
28296 failure.
28297
6d33cc9d
DM
282982012-11-19 David S. Miller <davem@davemloft.net>
28299
28300 With help from Joseph Myers.
28301 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28302 very large arguments properly.
28303 * math/libm-test.inc (atan_test): New tests.
28304 (atan2_test): New tests.
28305 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28306 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28307
ee663277
JM
283082012-11-19 Joseph Myers <joseph@codesourcery.com>
28309
877f2d8e
JM
28310 [BZ #14856]
28311 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28312 Define to 3.
28313
116fc08a
JM
28314 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28315 [POSIX] (EADDRNOTAVAIL): Likewise.
28316 [POSIX] (EAFNOSUPPORT): Likewise.
28317 [POSIX] (EALREADY): Likewise.
28318 [POSIX] (ECONNABORTED): Likewise.
28319 [POSIX] (ECONNREFUSED): Likewise.
28320 [POSIX] (ECONNRESET): Likewise.
28321 [POSIX] (EDESTADDRREQ): Likewise.
28322 [POSIX] (EDQUOT): Likewise.
28323 [POSIX] (EHOSTUNREACH): Likewise.
28324 [POSIX] (EIDRM): Likewise.
28325 [POSIX] (EISCONN): Likewise.
28326 [POSIX] (ELOOP): Likewise.
28327 [POSIX] (EMULTIHOP): Likewise.
28328 [POSIX] (ENETDOWN): Likewise.
28329 [POSIX] (ENETUNREACH): Likewise.
28330 [POSIX] (ENOBUFS): Likewise.
28331 [POSIX] (ENODATA): Likewise.
28332 [POSIX] (ENOLINK): Likewise.
28333 [POSIX] (ENOMSG): Likewise.
28334 [POSIX] (ENOPROTOOPT): Likewise.
28335 [POSIX] (ENOSR): Likewise.
28336 [POSIX] (ENOSTR): Likewise.
28337 [POSIX] (ENOTCONN): Likewise.
28338 [POSIX] (ENOTSOCK): Likewise.
28339 [POSIX] (EOPNOTSUPP): Likewise.
28340 [POSIX] (EOVERFLOW): Likewise.
28341 [POSIX] (EPROTO): Likewise.
28342 [POSIX] (EPROTONOSUPPORT): Likewise.
28343 [POSIX] (EPROTOTYPE): Likewise.
28344 [POSIX] (ESTALE): Likewise.
28345 [POSIX] (ETIME): Likewise.
28346 [POSIX] (ETXTBSY): Likewise.
28347 [POSIX] (EWOULDBLOCK): Likewise.
28348 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28349 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28350 [POSIX] (SEEK_CUR): Likewise.
28351 [POSIX] (SEEK_END): Likewise.
28352 [POSIX || UNIX98] (mode_t): Do not require.
28353 [POSIX] (off_t): Likewise.
28354 [POSIX] (pid_t): Likewise.
28355 [POSIX] (sys/stat.h): Do not allow header.
28356 [POSIX] (unistd.h): Likewise.
28357 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28358 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28359 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28360 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28361 require.
28362 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28363 sigevent): Specify elements.
28364 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28365 entry.
28366 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28367 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28368
a483863f
JM
28369 * conform/data/cpio.h-data [POSIX]: Disable whole file.
28370 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28371 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28372 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28373 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28374 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28375 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28376 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28377 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28378 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28379 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28380 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28381 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28382 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28383 Likewise.
28384 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28385 Likewise.
28386 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28387 Likewise.
28388 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28389 Likewise.
28390 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28391 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28392 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28393 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28394 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28395 Specify lower bound on value.
28396 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28397 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28398 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28399 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28400 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28401 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28402 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28403 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28404 value.
28405 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28406 as optional.
28407 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28408 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28409 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28410 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28411 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28412 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28413 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28414 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28415 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28416 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28417 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28418 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28419 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28420 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28421 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28422 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28423 entry.
28424 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28425 optional.
28426 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28427 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28428 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28429 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28430 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28431 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28432 Likewise.
28433 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28434 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28435 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28436 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28437 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
28438 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28439 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28440 as optional.
28441 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28442 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28443 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28444 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28445 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28446 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28447 specify as optional.
28448 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28449 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28450 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28451 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28452 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28453 [XPG3] (NL_LANGMAX): Likewise.
28454 [POSIX || XPG3] (NL_MSGMAX): Likewise.
28455 [POSIX || XPG3] (NL_NMAX): Likewise.
28456 [POSIX || XPG3] (NL_SETMAX): Likewise.
28457 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28458 [XPG3] (NZERO): Likewise.
28459 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28460 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28461 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28462 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28463 (REG_ERANGE): Expect.
28464 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28465 optional-constant.
28466 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28467 Use (void) in prototype.
28468 [POSIX] (*_t): Allow.
28469 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28470 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28471 (WRDE_BADVAL): Expect.
28472
5ba924e3
JM
28473 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28474 expect.
28475 [XPG3 || XPG4] (O_RSYNC): Likewise.
28476 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28477 Likewise.
28478 [XPG3 || XPG4] (pthread_sigmask): Likewise.
28479 [XPG3 || XPG4] (sigqueue): Likewise.
28480 [XPG3 || XPG4] (sigtimedwait): Likewise.
28481 [XPG3 || XPG4] (sigwaitinfo): Likewise.
28482 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28483 [XPG3 || XPG4] (vsnprintf): Likewise.
28484 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28485 Likewise.
28486 [XPG3 || XPG4] (blksize_t): Likewise.
28487 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28488 Likewise.
28489 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28490 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28491 [XPG3 || XPG4] (struct itimerspec): Likewise.
28492 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28493 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28494 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28495 [XPG3 || XPG4] (clockid_t): Likewise.
28496 [XPG3 || XPG4] (timer_t): Likewise.
28497 [XPG3 || XPG4] (clock_getres): Likewise.
28498 [XPG3 || XPG4] (clock_gettime): Likewise.
28499 [XPG3 || XPG4] (clock_settime): Likewise.
28500 [XPG3 || XPG4] (nanosleep): Likewise.
28501 [XPG3 || XPG4] (timer_create): Likewise.
28502 [XPG3 || XPG4] (timer_delete): Likewise.
28503 [XPG3 || XPG4] (timer_gettime): Likewise.
28504 [XPG3 || XPG4] (timer_getoverrun): Likewise.
28505 [XPG3 || XPG4] (timer_settime): Likewise.
28506 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28507 [XPG3 || XPG4] (getlogin_r): Likewise.
28508 [XPG3 || XPG4] (pread): Likewise.
28509 [XPG3 || XPG4] (pthread_atfork): Likewise.
28510 [XPG3 || XPG4] (pwrite): Likewise.
28511
ee663277
JM
28512 [BZ #14835]
28513 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28514 <bits/siginfo.h>.
28515
942caa16
PT
285162012-11-19 Pino Toscano <toscano.pino@tiscali.it>
28517
e19af380
PT
28518 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28519 finalizing MALLSTREAM.
28520
942caa16
PT
28521 * sysdeps/mach/hurd/syncfs.c: New file.
28522
cfde9b46
SP
285232012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
28524
28525 [BZ #14719]
28526 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28527 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28528 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28529 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28530 (_nss_dns_gethostbyname4_r): Likewise.
28531 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28532 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28533
f6da27e5
PH
285342012-11-19 Peng Haitao <penght@cn.fujitsu.com>
28535
28536 [BZ #13763]
28537 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28538
6665d4a2
SM
285392012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
28540
1f51ee92
SM
28541 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28542 * elf/cache.c (print_entry): Print ",AArch64" for
28543 FLAG_AARCH64_LIB64
28544
6665d4a2
SM
28545 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28546 * elf/cache.c (print_entry): Print ",hard-float" for
28547 FLAG_ARM_LIBHF.
28548
05b227bd
DM
285492012-11-18 David S. Miller <davem@davemloft.net>
28550
28551 With help from Joseph Myers.
28552 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28553 cutoff to 2**-13.
28554 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
28555 cutoff to 2**-25.
28556 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
28557 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
28558 small.
28559 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
28560 * math/libm-test.inc (y0_test): New tests.
28561 (y1_test): New tests.
28562 * sysdeps/i386/fpu/libm-test-ulps: Update.
28563 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28564 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28565
786b0b67
AS
285662012-11-18 Andreas Schwab <schwab@linux-m68k.org>
28567
28568 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
28569 64-bit targets.
28570 * configure: Regenerated.
28571
8e18b86d
DM
285722012-11-17 David S. Miller <davem@davemloft.net>
28573
28574 [BZ #14811]
28575 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
28576 nonzero exponents with absolute value below 0x1p-128 to +/-
28577 0x1p-128.
28578
531f1ae0
JM
285792012-11-17 Joseph Myers <joseph@codesourcery.com>
28580
12df29e2
JM
28581 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
28582
150dc1a0
JM
28583 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
28584
531f1ae0
JM
28585 * posix/getconf-speclist.c: New file.
28586 * posix/posix-envs.def: Likewise.
28587 * posix/confstr.c (START_ENV_GROUP): New macro.
28588 (END_ENV_GROUP): Likewise.
28589 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28590 (KNOWN_PRESENT_ENV_STRING): Likewise.
28591 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28592 (UNKNOWN_ENVIRONMENT): Likewise.
28593 (confstr): Include posix-envs.def instead of handling
28594 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28595 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28596 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28597 (END_ENV_GROUP): Likewise.
28598 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28599 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28600 (UNKNOWN_ENVIRONMENT): Likewise.
28601 (__sysconf): Include posix-envs.def instead of handling associated
28602 cases directly here.
28603 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28604 preprocessing getconf-speclist.c rather than running getconf or
28605 generating empty file.
28606
a93f9cbc
PT
286072012-11-16 Pino Toscano <toscano.pino@tiscali.it>
28608
28609 * scripts/check-local-headers.sh: Ignore 'mach' headers.
28610
d64d9f87
AL
286112012-11-16 Andrej Lajovic <natrij@gmail.com>
28612
28613 [BZ #14672]
28614 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28615
447885eb
DM
286162012-11-16 David S. Miller <davem@davemloft.net>
28617
28618 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28619 smaller than LDBL_EPSILON/2.0L, just return xm1.
28620
bcbf9830
L
286212012-11-16 H.J. Lu <hongjiu.lu@intel.com>
28622
28623 * elf/tst-array1.c (init): Set constructor priority to 1000.
28624 (fini): Set destructor priority to 1000.
28625 * elf/tst-array2dep.c: Likewise.
28626
2b766585
SP
286272012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
28628
28629 [BZ #11741]
28630 * libio/fileops.c (_IO_new_file_write): Correctly return error.
28631 (_IO_new_file_xsputn): Also return EOF if none of the input
28632 data was written when overflow failed.
28633 * libio/iopadn.c (_IO_padn): Likewise.
28634 * libio/iowpadn.c (_IO_wpadn): Likewise.
28635 * stdio-common/tst-put-error.c: Add copyright notice.
28636 (do_test): Add case for printing padded string.
28637 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28638 _IO_padn returned error.
28639 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28640 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28641 return EOF.
28642
b1848fde
SP
286432012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
28644
28645 * libio/libioP.h: Add comment note that the references to C++
28646 bits are now obsolete.
28647
2fd89785
MS
286482012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28649
28650 * math/libm-test.inc (check_complex): Use asprintf.
28651
e3ea5409
JM
286522012-11-14 Joseph Myers <joseph@codesourcery.com>
28653
28654 * debug/pcprofiledump.c (print_version): Update copyright year.
28655 * malloc/memusagestat.c (print_version): Likewise.
28656
2e64d265
L
286572012-11-14 H.J. Lu <hongjiu.lu@intel.com>
28658
28659 [BZ #14831]
28660 * elf/Makefile (tests): Add tst-audit8.
28661 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28662 ($(objpfx)tst-audit8.out): New target.
28663 (tst-audit8-ENV): New variable.
28664 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28665 audit if l_reloc_result is NULL.
28666 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28667 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28668 * elf/tst-audit8.c: New file.
28669
c485e4d2
MS
286702012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28671
28672 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28673 * misc/Makefile (CFLAGS-select.c): Define.
28674 * posix/Makefile (CFLAGS-pause.c): Define.
28675
3a0d900a
DM
286762012-11-13 David S. Miller <davem@davemloft.net>
28677
28678 * crypt/Makefile: Move test targets after toplevel Rules
28679 inclusion. Grab any necessary sysdep routines when linking.
28680 * crypt/md5.c (md5_process_block): Remove define, we will always
28681 name it __md5_process_block.
28682 (md5_finish_ctx): Update md5_process_block call.
28683 (md5_stream): Likewise.
28684 (md5_process_bytes): Likewise.
28685 (md5_process_block): Rename to __md5_process_block and move to ...
28686 * crypt/md5-block.c: ... here.
28687 * crypt/sha256.c (sha256_process_block): Move to ...
28688 * crypt/sha256-block.c: ... here.
28689 * crypt/sha512.c (sha512_process_block): Move to ...
28690 * crypt/sha512-block.c: ... here.
28691 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28692 path.
28693 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28694 * sysdeps/sparc/sparc64/multiarch/Makefile
28695 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28696 crypt subdir.
28697 (localedef-aux): Add md5 crypto assembler when in locale subdir.
28698 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28699 multiarch changes.
28700 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28701 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28702 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28703 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28704 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28705 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28706 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28707 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28708 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28709 file.
28710 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28711 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28712 file.
28713 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28714
8ca89318
JM
287152012-11-13 Joseph Myers <joseph@codesourcery.com>
28716
e27d476a
JM
28717 * timezone/tzselect.ksh: Update from tzcode git revision
28718 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28719 * timezone/zdump.c: Likewise.
28720 * timezone/zic.c: Likewise.
28721 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28722 in TZVERSION setting, not $(PKGVERSION).
28723 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
28724 REPORT_BUGS_TO settings.
28725
8ca89318
JM
28726 [BZ #14838]
28727 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28728 macro.
28729
47594329
MS
287302012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28731
28732 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28733 detection to immediately after _FP_ROUND().
28734 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28735 bits are 0.
28736
640ac3f1
DM
287372012-11-11 David S. Miller <davem@davemloft.net>
28738
28739 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28740 inttypes.h
28741 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28742 __close rather than their public counterparts.
28743
3d2577bb
JM
287442012-11-10 Joseph Myers <joseph@codesourcery.com>
28745
28746 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28747 file.
28748 [UNIX98] (sem_timedwait): Do not expect.
28749 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28750 [XPG4 || UNIX98] (sockatmark): Do not expect.
28751 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28752 (clock_getcpuclockid): Do not expect.
28753 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28754 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28755 Do not expect.
28756 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28757 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28758 [UNIX98] (vwscanf): Likewise.
28759 [UNIX98] (vswscanf): Likewise.
28760
fb1ae1ee
JM
287612012-11-09 Joseph Myers <joseph@codesourcery.com>
28762
9ec6f8bd
JM
28763 * timezone/version.h: Remove file.
28764 * timezone/README: Do not refer to version.h.
28765 * timezone/Makefile ($(objpfx)zic.o): New dependency on
28766 $(objpfx)version.h.
28767 ($(objpfx)zdump.o): Likewise.
c3f81911 28768 ($(objpfx)version.h): New target.
9ec6f8bd 28769
0aa8f8a1
JM
28770 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28771 2012i.
28772 * timezone/README: Don't mention modification to tzselect.ksh.
28773 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28774 work on unmodified tzselect.ksh. Substitute version numbers in
28775 tzselect.ksh.
28776
4e87147f
JM
28777 * Makefile (format-me): Remove.
28778 (INSTALL): Adjust indentation. Use commands directly instead of
28779 using $(format-me).
28780
8b748aed
JM
28781 * aclocal.m4 (ACX_PKGVERSION): New macro.
28782 (ACX_BUGURL): Likewise.
28783 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28784 (PKGVERSION): New AC_DEFINE_UNQUOTED.
28785 (REPORT_BUGS_TO): Likewise.
28786 * configure: Regenerated.
28787 * config.h.in (PKGVERSION): New macro.
28788 (REPORT_BUGS_TO): Likewise.
28789 * config.make.in (PKGVERSION): New variable.
28790 (PKGVERSION_TEXI): Likewise.
28791 (REPORT_BUGS_TO): Likewise.
28792 (REPORT_BUGS_TEXI): Likewise.
28793 * Makefile (format-me): Use -I$(common-objpfx)manual.
28794 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28795 ($(common-objpfx)manual/%): New target.
28796 (manual/%): Remove target.
28797 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28798 (print_version): Use PKGVERSION.
28799 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28800 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28801 and REPORT_BUGS_TO.
28802 ($(objpfx)xtrace): Likewise.
28803 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28804 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28805 (print_version): Use PKGVERSION.
28806 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28807 (do_version): Use PKGVERSION.
28808 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28809 REPORT_BUGS_TO.
28810 (common-ldd-rewrite): Likewise.
28811 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28812 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28813 (print_version): Use PKGVERSION.
28814 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28815 * elf/pldd.c (argp_program_bug_address): Remove variable.
28816 (more_help): New function.
28817 (argp): Use more_help.
28818 (print_version): Use PKGVERSION.
28819 * elf/sln.c (main): Use PKGVERSION.
28820 (usage): Use REPORT_BUGS_TO.
28821 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28822 (top level): Use PKGVERSION.
28823 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28824 (print_version): Use PKGVERSION.
28825 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28826 (print_version): Use PKGVERSION.
28827 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28828 (print_version): Use PKGVERSION.
28829 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28830 (print_version): Use PKGVERSION.
28831 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28832 (print_version): Use PKGVERSION.
28833 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28834 (print_version): Use PKGVERSION.
28835 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28836 and BUGURL.
28837 ($(objpfx)memusage): Likewise.
28838 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28839 (do_version): Use PKGVERSION.
28840 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28841 (print_version): Use PKGVERSION.
28842 * malloc/mtrace.pl ($PACKAGE): Remove variable.
28843 ($PKGVERSION): New variable.
28844 ($REPORT_BUGS_TO): Likewise.
28845 (usage): Use $REPORT_BUGS_TO.
28846 (top level): Use $PKGVERSION.
28847 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28848 ($(objpfx)pkgvers.texi): New rule.
28849 ($(objpfx)stamp-pkgvers): Likewise.
28850 * manual/install.texi: Include pkgvers.texi.
28851 (--with-pkgversion): Document new configure option.
28852 (--with-bugurl): Likewise.
28853 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28854 than necessarily for this particular distribution. Use
28855 REPORT_BUGS_TO for where to report bugs.
28856 * INSTALL: Regenerated.
28857 * manual/libc.texinfo: Include pkgvers.texi.
28858 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28859 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28860 (print_version): Use PKGVERSION.
28861 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28862 (print_version): Use PKGVERSION.
28863 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28864 (print_version): Use PKGVERSION.
28865 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28866 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28867 macro.
28868 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28869 (print_version): Use PKGVERSION.
28870 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28871 (print_version): Use PKGVERSION.
28872 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28873 and PKGVERSION.
28874
92e4b6a9
JM
28875 * timezone/checktab.awk: Update from tzcode 2012i.
28876 * timezone/ialloc.c: Likewise.
28877 * timezone/private.h: Likewise.
28878 * timezone/scheck.c: Likewise.
28879 * timezone/tzfile.h: Likewise.
28880 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28881 (TZVERSION): Hardcode tzcode version number.
28882 * timezone/zdump.c: Update from tzcode 2012i.
28883 * timezone/zic.c: Likewise.
28884 * timezone/version.h: New file.
28885 * timezone/README: Describe version.h. Update upstream location.
28886
9bde902c
JM
28887 [BZ #14824]
28888 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28889 (mktemp): Enable declaration.
28890 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28891 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28892 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28893 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28894 Likewise.
28895 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28896 Likewise.
28897 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28898 Likewise.
28899 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28900 Likewise.
28901 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28902 Likewise.
28903 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28904 Likewise.
28905
fb1ae1ee
JM
28906 [BZ #14821]
28907 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28908 offset in buffer as u_int32_t not u_long. Consistently use memcpy
28909 for copies of such integer values.
28910 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28911 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28912
2c1adbcb
AJ
289132012-11-09 Andreas Jaeger <aj@suse.de>
28914
28915 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28916 definitions and declarations that are provided by
28917 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28918
d0f8457e
AK
289192012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28920
3a235abb 28921 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
28922 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28923 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28924 definition.
28925
57241e26
MS
289262012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28927
28928 * elf/elf.h: Update comment before AArch64 relocations.
28929
60e8270d
DM
289302012-11-07 David S. Miller <davem@davemloft.net>
28931
28932 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28933 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28934 (__start_context): Declare.
28935 (__makecontext_ret): Delete.
28936 (__makecontext): Hook up __start_context instead of
28937 __makecontext_ret.
28938 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28939 (sysdep_routines): Add __start_context when in stdlib.
28940
0fbb0fbc
JM
289412012-11-07 Joseph Myers <joseph@codesourcery.com>
28942
28943 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28944 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28945 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
28946 hardcoded "nm".
28947 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
28948 (READELF): New variable. Use it instead of hardcoded "readelf".
28949
eb48db7e
L
289502012-11-07 H.J. Lu <hongjiu.lu@intel.com>
28951
28952 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28953 * sysdeps/x86/Makefile: Here.
28954 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28955 * sysdeps/x86/tst-xmmymm.sh: This.
28956
05bcf62a
JM
289572012-11-07 Joseph Myers <joseph@codesourcery.com>
28958
c4b6cf53
JM
28959 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
28960 expectations.
28961 [UNIX98] (pthread_barrier_t): Do not expect.
28962 [UNIX98] (pthread_barrierattr_t): Likewise.
28963 [UNIX98] (pthread_spinlock_t): Likewise.
28964 [UNIX98] (pthread_barrier_destroy): Likewise.
28965 [UNIX98] (pthread_barrier_init): Likewise.
28966 [UNIX98] (pthread_barrier_wait): Likewise.
28967 [UNIX98] (pthread_barrierattr_destroy): Likewise.
28968 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
28969 [UNIX98] (pthread_barrierattr_init): Likewise.
28970 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
28971 [UNIX98] (pthread_getcpuclockid): Likewise.
28972 [UNIX98] (pthread_mutex_timedlock): Likewise.
28973 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
28974 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
28975 [UNIX98] (pthread_sigmask): Likewise.
28976 [UNIX98] (pthread_spin_destroy): Likewise.
28977 [UNIX98] (pthread_spin_init): Likewise.
28978 [UNIX98] (pthread_spin_lock): Likewise.
28979 [UNIX98] (pthread_spin_trylock): Likewise.
28980 [UNIX98] (pthread_spin_unlock): Likewise.
28981 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
28982 Do not expect.
28983 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
28984 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
28985 [XPG3 || XPG4] (pthread_cond_t): Likewise.
28986 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
28987 [XPG3 || XPG4] (pthread_key_t): Likewise.
28988 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
28989 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
28990 [XPG3 || XPG4] (pthread_once_t): Likewise.
28991 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
28992 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
28993 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
28994 [XPG3 || XPG4] (pthread_t): Likewise.
28995
cbe6e120
JM
28996 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
28997 not expect.
28998 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
28999
1b126443
JM
29000 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
29001 Change function return type to int.
29002
b961a573
JM
29003 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
29004 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
29005 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
29006 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
29007 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
29008 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
29009 [!POSIX] (posix_madvise): Likewise.
29010 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
29011 && !UNIX98].
29012 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
29013 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
29014 (mode_t): Likewise.
29015 (posix_mem_offset): Likewise.
29016 (posix_typed_mem_get_info): Likewise.
29017 (posix_typed_mem_open): Likewise.
29018
9e188909
JM
29019 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
29020 Change condition to [XOPEN2K8].
29021
05bcf62a
JM
29022 * conform/conformtest.pl: Preprocess allow-header data with -x c
29023 instead of from stdin.
29024 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
29025 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
29026 [C99-based standards] (cerfc): Likewise.
29027 [C99-based standards] (cexp2): Likewise.
29028 [C99-based standards] (cexpm1): Likewise.
29029 [C99-based standards] (clog10): Likewise.
29030 [C99-based standards] (clog1p): Likewise.
29031 [C99-based standards] (clog2): Likewise.
29032 [C99-based standards] (clgamma): Likewise.
29033 [C99-based standards] (ctgamma): Likewise.
29034 [C99-based standards] (cerff): Likewise.
29035 [C99-based standards] (cerfcf): Likewise.
29036 [C99-based standards] (cexp2f): Likewise.
29037 [C99-based standards] (cexpm1f): Likewise.
29038 [C99-based standards] (clog10f): Likewise.
29039 [C99-based standards] (clog1pf): Likewise.
29040 [C99-based standards] (clog2f): Likewise.
29041 [C99-based standards] (clgammaf): Likewise.
29042 [C99-based standards] (ctgammaf): Likewise.
29043 [C99-based standards] (cerfl): Likewise.
29044 [C99-based standards] (cerfcl): Likewise.
29045 [C99-based standards] (cexp2l): Likewise.
29046 [C99-based standards] (cexpm1l): Likewise.
29047 [C99-based standards] (clog10l): Likewise.
29048 [C99-based standards] (clog1pl): Likewise.
29049 [C99-based standards] (clog2l): Likewise.
29050 [C99-based standards] (clgammal): Likewise.
29051 [C99-based standards] (ctgammal): Likewise.
29052 * conform/data/inttypes.h-data [C99-based standards]: Include
29053 stdint.h-data. Remove all expectations for stdint.h contents.
29054 [C99-based standards] (PRI*): Do not allow.
29055 [C99-based standards] (SCN*): Likewise.
29056 [C99-based standards] (*_t): Likewise.
29057 [C99-based-standards] (PRId8): Expect macro.
29058 [C99-based-standards] (PRIi8): Likewise.
29059 [C99-based-standards] (PRIo8): Likewise.
29060 [C99-based-standards] (PRIu8): Likewise.
29061 [C99-based-standards] (PRIx8): Likewise.
29062 [C99-based-standards] (PRIX8): Likewise.
29063 [C99-based-standards] (SCNd8): Likewise.
29064 [C99-based-standards] (SCNi8): Likewise.
29065 [C99-based-standards] (SCNo8): Likewise.
29066 [C99-based-standards] (SCNu8): Likewise.
29067 [C99-based-standards] (SCNx8): Likewise.
29068 [C99-based-standards] (PRIdLEAST8): Likewise.
29069 [C99-based-standards] (PRIiLEAST8): Likewise.
29070 [C99-based-standards] (PRIoLEAST8): Likewise.
29071 [C99-based-standards] (PRIuLEAST8): Likewise.
29072 [C99-based-standards] (PRIxLEAST8): Likewise.
29073 [C99-based-standards] (PRIXLEAST8): Likewise.
29074 [C99-based-standards] (SCNdLEAST8): Likewise.
29075 [C99-based-standards] (SCNiLEAST8): Likewise.
29076 [C99-based-standards] (SCNoLEAST8): Likewise.
29077 [C99-based-standards] (SCNuLEAST8): Likewise.
29078 [C99-based-standards] (SCNxLEAST8): Likewise.
29079 [C99-based-standards] (PRIdFAST8): Likewise.
29080 [C99-based-standards] (PRIiFAST8): Likewise.
29081 [C99-based-standards] (PRIoFAST8): Likewise.
29082 [C99-based-standards] (PRIuFAST8): Likewise.
29083 [C99-based-standards] (PRIxFAST8): Likewise.
29084 [C99-based-standards] (PRIXFAST8): Likewise.
29085 [C99-based-standards] (SCNdFAST8): Likewise.
29086 [C99-based-standards] (SCNiFAST8): Likewise.
29087 [C99-based-standards] (SCNoFAST8): Likewise.
29088 [C99-based-standards] (SCNuFAST8): Likewise.
29089 [C99-based-standards] (SCNxFAST8): Likewise.
29090 [C99-based-standards] (PRId16): Likewise.
29091 [C99-based-standards] (PRIi16): Likewise.
29092 [C99-based-standards] (PRIo16): Likewise.
29093 [C99-based-standards] (PRIu16): Likewise.
29094 [C99-based-standards] (PRIx16): Likewise.
29095 [C99-based-standards] (PRIX16): Likewise.
29096 [C99-based-standards] (SCNd16): Likewise.
29097 [C99-based-standards] (SCNi16): Likewise.
29098 [C99-based-standards] (SCNo16): Likewise.
29099 [C99-based-standards] (SCNu16): Likewise.
29100 [C99-based-standards] (SCNx16): Likewise.
29101 [C99-based-standards] (PRIdLEAST16): Likewise.
29102 [C99-based-standards] (PRIiLEAST16): Likewise.
29103 [C99-based-standards] (PRIoLEAST16): Likewise.
29104 [C99-based-standards] (PRIuLEAST16): Likewise.
29105 [C99-based-standards] (PRIxLEAST16): Likewise.
29106 [C99-based-standards] (PRIXLEAST16): Likewise.
29107 [C99-based-standards] (SCNdLEAST16): Likewise.
29108 [C99-based-standards] (SCNiLEAST16): Likewise.
29109 [C99-based-standards] (SCNoLEAST16): Likewise.
29110 [C99-based-standards] (SCNuLEAST16): Likewise.
29111 [C99-based-standards] (SCNxLEAST16): Likewise.
29112 [C99-based-standards] (PRIdFAST16): Likewise.
29113 [C99-based-standards] (PRIiFAST16): Likewise.
29114 [C99-based-standards] (PRIoFAST16): Likewise.
29115 [C99-based-standards] (PRIuFAST16): Likewise.
29116 [C99-based-standards] (PRIxFAST16): Likewise.
29117 [C99-based-standards] (PRIXFAST16): Likewise.
29118 [C99-based-standards] (SCNdFAST16): Likewise.
29119 [C99-based-standards] (SCNiFAST16): Likewise.
29120 [C99-based-standards] (SCNoFAST16): Likewise.
29121 [C99-based-standards] (SCNuFAST16): Likewise.
29122 [C99-based-standards] (SCNxFAST16): Likewise.
29123 [C99-based-standards] (PRId32): Likewise.
29124 [C99-based-standards] (PRIi32): Likewise.
29125 [C99-based-standards] (PRIo32): Likewise.
29126 [C99-based-standards] (PRIu32): Likewise.
29127 [C99-based-standards] (PRIx32): Likewise.
29128 [C99-based-standards] (PRIX32): Likewise.
29129 [C99-based-standards] (SCNd32): Likewise.
29130 [C99-based-standards] (SCNi32): Likewise.
29131 [C99-based-standards] (SCNo32): Likewise.
29132 [C99-based-standards] (SCNu32): Likewise.
29133 [C99-based-standards] (SCNx32): Likewise.
29134 [C99-based-standards] (PRIdLEAST32): Likewise.
29135 [C99-based-standards] (PRIiLEAST32): Likewise.
29136 [C99-based-standards] (PRIoLEAST32): Likewise.
29137 [C99-based-standards] (PRIuLEAST32): Likewise.
29138 [C99-based-standards] (PRIxLEAST32): Likewise.
29139 [C99-based-standards] (PRIXLEAST32): Likewise.
29140 [C99-based-standards] (SCNdLEAST32): Likewise.
29141 [C99-based-standards] (SCNiLEAST32): Likewise.
29142 [C99-based-standards] (SCNoLEAST32): Likewise.
29143 [C99-based-standards] (SCNuLEAST32): Likewise.
29144 [C99-based-standards] (SCNxLEAST32): Likewise.
29145 [C99-based-standards] (PRIdFAST32): Likewise.
29146 [C99-based-standards] (PRIiFAST32): Likewise.
29147 [C99-based-standards] (PRIoFAST32): Likewise.
29148 [C99-based-standards] (PRIuFAST32): Likewise.
29149 [C99-based-standards] (PRIxFAST32): Likewise.
29150 [C99-based-standards] (PRIXFAST32): Likewise.
29151 [C99-based-standards] (SCNdFAST32): Likewise.
29152 [C99-based-standards] (SCNiFAST32): Likewise.
29153 [C99-based-standards] (SCNoFAST32): Likewise.
29154 [C99-based-standards] (SCNuFAST32): Likewise.
29155 [C99-based-standards] (SCNxFAST32): Likewise.
29156 [C99-based-standards] (PRId64): Likewise.
29157 [C99-based-standards] (PRIi64): Likewise.
29158 [C99-based-standards] (PRIo64): Likewise.
29159 [C99-based-standards] (PRIu64): Likewise.
29160 [C99-based-standards] (PRIx64): Likewise.
29161 [C99-based-standards] (PRIX64): Likewise.
29162 [C99-based-standards] (SCNd64): Likewise.
29163 [C99-based-standards] (SCNi64): Likewise.
29164 [C99-based-standards] (SCNo64): Likewise.
29165 [C99-based-standards] (SCNu64): Likewise.
29166 [C99-based-standards] (SCNx64): Likewise.
29167 [C99-based-standards] (PRIdLEAST64): Likewise.
29168 [C99-based-standards] (PRIiLEAST64): Likewise.
29169 [C99-based-standards] (PRIoLEAST64): Likewise.
29170 [C99-based-standards] (PRIuLEAST64): Likewise.
29171 [C99-based-standards] (PRIxLEAST64): Likewise.
29172 [C99-based-standards] (PRIXLEAST64): Likewise.
29173 [C99-based-standards] (SCNdLEAST64): Likewise.
29174 [C99-based-standards] (SCNiLEAST64): Likewise.
29175 [C99-based-standards] (SCNoLEAST64): Likewise.
29176 [C99-based-standards] (SCNuLEAST64): Likewise.
29177 [C99-based-standards] (SCNxLEAST64): Likewise.
29178 [C99-based-standards] (PRIdFAST64): Likewise.
29179 [C99-based-standards] (PRIiFAST64): Likewise.
29180 [C99-based-standards] (PRIoFAST64): Likewise.
29181 [C99-based-standards] (PRIuFAST64): Likewise.
29182 [C99-based-standards] (PRIxFAST64): Likewise.
29183 [C99-based-standards] (PRIXFAST64): Likewise.
29184 [C99-based-standards] (SCNdFAST64): Likewise.
29185 [C99-based-standards] (SCNiFAST64): Likewise.
29186 [C99-based-standards] (SCNoFAST64): Likewise.
29187 [C99-based-standards] (SCNuFAST64): Likewise.
29188 [C99-based-standards] (SCNxFAST64): Likewise.
29189 [C99-based-standards] (PRIdMAX): Likewise.
29190 [C99-based-standards] (PRIiMAX): Likewise.
29191 [C99-based-standards] (PRIoMAX): Likewise.
29192 [C99-based-standards] (PRIuMAX): Likewise.
29193 [C99-based-standards] (PRIxMAX): Likewise.
29194 [C99-based-standards] (PRIXMAX): Likewise.
29195 [C99-based-standards] (SCNdMAX): Likewise.
29196 [C99-based-standards] (SCNiMAX): Likewise.
29197 [C99-based-standards] (SCNoMAX): Likewise.
29198 [C99-based-standards] (SCNuMAX): Likewise.
29199 [C99-based-standards] (SCNxMAX): Likewise.
29200 [C99-based-standards] (PRIdPTR): Likewise.
29201 [C99-based-standards] (PRIiPTR): Likewise.
29202 [C99-based-standards] (PRIoPTR): Likewise.
29203 [C99-based-standards] (PRIuPTR): Likewise.
29204 [C99-based-standards] (PRIxPTR): Likewise.
29205 [C99-based-standards] (PRIXPTR): Likewise.
29206 [C99-based-standards] (SCNdPTR): Likewise.
29207 [C99-based-standards] (SCNiPTR): Likewise.
29208 [C99-based-standards] (SCNoPTR): Likewise.
29209 [C99-based-standards] (SCNuPTR): Likewise.
29210 [C99-based-standards] (SCNxPTR): Likewise.
29211 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29212 allow.
29213 * conform/data/stdint.h-data: Update comments to clarify
29214 requirements.
29215 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
29216 type.
29217 [C99-based standards] (INT8_MAX): Likewise.
29218 [C99-based standards] (INT16_MIN): Likewise.
29219 [C99-based standards] (INT16_MAX): Likewise.
29220 [C99-based standards] (INT32_MIN): Likewise.
29221 [C99-based standards] (INT32_MAX): Likewise.
29222 [C99-based standards] (INT64_MIN): Likewise.
29223 [C99-based standards] (INT64_MAX): Likewise.
29224 [C99-based standards] (UINT8_MAX): Likewise.
29225 [C99-based standards] (UINT16_MAX): Likewise.
29226 [C99-based standards] (UINT32_MAX): Likewise.
29227 [C99-based standards] (UINT64_MAX): Likewise.
29228 [C99-based standards] (INT_LEAST8_MIN): Likewise.
29229 [C99-based standards] (INT_LEAST8_MAX): Likewise.
29230 [C99-based standards] (INT_LEAST16_MIN): Likewise.
29231 [C99-based standards] (INT_LEAST16_MAX): Likewise.
29232 [C99-based standards] (INT_LEAST32_MIN): Likewise.
29233 [C99-based standards] (INT_LEAST32_MAX): Likewise.
29234 [C99-based standards] (INT_LEAST64_MIN): Likewise.
29235 [C99-based standards] (INT_LEAST64_MAX): Likewise.
29236 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29237 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29238 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29239 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29240 [C99-based standards] (INT_FAST8_MIN): Likewise.
29241 [C99-based standards] (INT_FAST8_MAX): Likewise.
29242 [C99-based standards] (INT_FAST16_MIN): Likewise.
29243 [C99-based standards] (INT_FAST16_MAX): Likewise.
29244 [C99-based standards] (INT_FAST32_MIN): Likewise.
29245 [C99-based standards] (INT_FAST32_MAX): Likewise.
29246 [C99-based standards] (INT_FAST64_MIN): Likewise.
29247 [C99-based standards] (INT_FAST64_MAX): Likewise.
29248 [C99-based standards] (UINT_FAST8_MAX): Likewise.
29249 [C99-based standards] (UINT_FAST16_MAX): Likewise.
29250 [C99-based standards] (UINT_FAST32_MAX): Likewise.
29251 [C99-based standards] (UINT_FAST64_MAX): Likewise.
29252 [C99-based standards] (INTPTR_MIN): Likewise.
29253 [C99-based standards] (INTPTR_MAX): Likewise.
29254 [C99-based standards] (UINTPTR_MAX): Likewise.
29255 [C99-based standards] (INTMAX_MIN): Likewise.
29256 [C99-based standards] (INTMAX_MAX): Likewise.
29257 [C99-based standards] (UINTMAX_MAX): Likewise.
29258 [C99-based standards] (PTRDIFF_MIN): Likewise.
29259 [C99-based standards] (PTRDIFF_MAX): Likewise.
29260 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29261 [C99-based standards] (SIZE_MAX): Likewise.
29262 [C99-based standards] (WCHAR_MAX): Likewise.
29263 [C99-based standards] (WINT_MAX): Likewise.
29264 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
29265 constraint on value.
29266 [C99-based standards] (WCHAR_MIN): Likewise.
29267 [C99-based standards] (WINT_MIN): Likewise.
29268 [C99-based standards] (*_t): Allow.
29269 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29270 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29271 Include math.h-data and complex.h-data. Remove all expectations
29272 of math.h and complex.h contents.
29273 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29274 at end of line.
29275 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29276 (struct tm): Expect tag.
29277 [C99-based-standards] (wcstof): Expect function.
29278 [C99-based-standards] (wcstold): Likewise.
29279 [C99-based-standards] (wcstoll): Likewise.
29280 [C99-based-standards] (wcstoull): Likewise.
29281 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29282 macro-int-constant. Specify type.
29283 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
29284 constraint on value.
29285 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29286 Specify type.
29287 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29288 Specify value.
29289 [ISO C standards]: Do not allow headers.
29290 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29291 wcs[abcdefghijklmnopqrstuvwxyz]*.
29292 [ISO C standards] (*_t): Do not allow.
29293 * conform/data/wctype.h-data [C99-based standards] (iswblank):
29294 Expect function.
29295 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29296 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29297 Specify type.
29298 [ISO C standards]: Do not allow headers.
29299 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29300 is[abcdefghijklmnopqrstuvwxyz]*.
29301 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29302 to[abcdefghijklmnopqrstuvwxyz]*.
29303 [ISO C standards] (*_t): Do not allow.
29304 * conform/data/stdalign.h-data: New file.
29305 * conform/data/stdbool.h-data: Likewise.
29306 * conform/data/stdnoreturn.h-data: Likewise.
29307
7514feb8
RM
293082012-11-07 Roland McGrath <roland@hack.frob.com>
29309
29310 [BZ #14815]
29311 * manual/filesys.texi (Directory Entries): Typo fix.
29312 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29313
19b2ecfc
MS
293142012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29315
29316 * elf/elf.h (EM_AARCH64): New macro.
29317 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29318 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29319 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29320 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29321 (R_AARCH64_TLSDESC): Likewise.
29322 (NT_ARM_TLS): Likewise.
29323 (NT_ARM_HW_BREAK): Likewise.
29324 (NT_ARM_HW_WATCH): Likewise.
29325
60e235ee
JM
293262012-11-07 Joseph Myers <joseph@codesourcery.com>
29327
29328 [BZ #14811]
29329 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29330 (__ieee754_powl): Saturate nonzero exponents with absolute value
29331 below 0x1p-79 to +/- 0x1p-79.
29332 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29333 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29334 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29335 nonzero exponents with absolute value below 0x1p-32 to +/-
29336 0x1p-32.
29337 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29338 (__ieee754_powl): Saturate nonzero exponents with absolute value
29339 below 0x1p-79 to +/- 0x1p-79.
29340 * math/libm-test.inc (pow_test): Add more tests.
29341
0ab234b7
AK
293422012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29343
29344 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29345 _dl_s390_cap_flags with kernel. Increase string length.
29346 (_dl_s390_platforms): Add z196 and zEC12.
29347
45832f74
JM
293482012-11-07 Joseph Myers <joseph@codesourcery.com>
29349
29350 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29351 Change XOPEN21K to XOPEN2K.
29352
19218757
MK
293532012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
29354
29355 * string/memmove.c: Use memcpy when possible.
29356
c5f45721
AJ
293572012-11-06 Andreas Jaeger <aj@suse.de>
29358
29359 * po/eo.po: Update from translation team.
29360
82477c28
JM
293612012-11-06 Joseph Myers <joseph@codesourcery.com>
29362
29363 [BZ #14793]
29364 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29365 exponent and small x and y exponents, scale x or y up. Increase
29366 by 2 the exponent used in scaling up.
29367 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29368 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29369 * math/libm-test.inc (fma_test): Add more tests.
29370 (fma_test_towardzero): Likewise.
29371 (fma_test_downward): Likewise.
29372 (fma_test_upward): Likewise.
29373
99252c8c
JM
293742012-11-05 Joseph Myers <joseph@codesourcery.com>
29375
acfa885f
JM
29376 [BZ #14805]
29377 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29378 fenv_t *.
29379
99252c8c
JM
29380 [BZ #14801]
29381 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29382 namespace for names of struct fields.
29383 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29384 fenv_t fields.
29385 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29386 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29387
d6d98dea
ST
293882012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
29389
29390 [BZ #3665]
29391 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29392
e10bb107
TS
293932012-11-04 Thomas Schwinge <thomas@codesourcery.com>
29394
29395 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29396 PTR_DEMANGLE.
29397
29398 [BZ #5246]
29399 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29400 PTR_DEMANGLE.
29401
a0c2940d
JM
294022012-11-04 Joseph Myers <joseph@codesourcery.com>
29403
29404 [BZ #14797]
29405 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29406 definitely overflow as x * y not x * y + z.
29407 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29408 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29409 * math/libm-test.inc (fma_test): Add more tests.
29410 (fma_test_towardzero): Likewise.
29411 (fma_test_downward): Likewise.
29412 (fma_test_upward): Likewise.
29413
b830319d
TS
294142012-11-04 Thomas Schwinge <thomas@codesourcery.com>
29415
29416 [BZ #157]
29417
29418 * include/stub-tag.h: Remove file.
29419 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29420 '#include' of it.
29421 * manual/maint.texi (Porting): Don't reference it.
29422 * Makerules ($(objpfx)stubs): Likewise.
29423 * dirent/closedir.c: Don't include <stub-tag.h>.
29424 * dirent/dirfd.c: Likewise.
29425 * dirent/fdopendir.c: Likewise.
29426 * dirent/getdents.c: Likewise.
29427 * dirent/getdents64.c: Likewise.
29428 * dirent/opendir.c: Likewise.
29429 * dirent/readdir.c: Likewise.
29430 * dirent/readdir64.c: Likewise.
29431 * dirent/readdir64_r.c: Likewise.
29432 * dirent/readdir_r.c: Likewise.
29433 * dirent/rewinddir.c: Likewise.
29434 * dirent/seekdir.c: Likewise.
29435 * dirent/telldir.c: Likewise.
29436 * gmon/profil.c: Likewise.
29437 * grp/setgroups.c: Likewise.
29438 * inet/if_index.c: Likewise.
29439 * io/access.c: Likewise.
29440 * io/chdir.c: Likewise.
29441 * io/chmod.c: Likewise.
29442 * io/chown.c: Likewise.
29443 * io/close.c: Likewise.
29444 * io/dup.c: Likewise.
29445 * io/dup2.c: Likewise.
29446 * io/dup3.c: Likewise.
29447 * io/euidaccess.c: Likewise.
29448 * io/faccessat.c: Likewise.
29449 * io/fchdir.c: Likewise.
29450 * io/fchmod.c: Likewise.
29451 * io/fchmodat.c: Likewise.
29452 * io/fchown.c: Likewise.
29453 * io/fchownat.c: Likewise.
29454 * io/fcntl.c: Likewise.
29455 * io/flock.c: Likewise.
29456 * io/fstatfs.c: Likewise.
29457 * io/fstatfs64.c: Likewise.
29458 * io/fstatvfs.c: Likewise.
29459 * io/fstatvfs64.c: Likewise.
29460 * io/futimens.c: Likewise.
29461 * io/fxstat.c: Likewise.
29462 * io/fxstat64.c: Likewise.
29463 * io/fxstatat.c: Likewise.
29464 * io/fxstatat64.c: Likewise.
29465 * io/getcwd.c: Likewise.
29466 * io/isatty.c: Likewise.
29467 * io/lchmod.c: Likewise.
29468 * io/lchown.c: Likewise.
29469 * io/link.c: Likewise.
29470 * io/linkat.c: Likewise.
29471 * io/lseek.c: Likewise.
29472 * io/lseek64.c: Likewise.
29473 * io/lxstat64.c: Likewise.
29474 * io/mkdir.c: Likewise.
29475 * io/mkdirat.c: Likewise.
29476 * io/mkfifo.c: Likewise.
29477 * io/mkfifoat.c: Likewise.
29478 * io/open.c: Likewise.
29479 * io/open64.c: Likewise.
29480 * io/openat.c: Likewise.
29481 * io/openat64.c: Likewise.
29482 * io/pipe.c: Likewise.
29483 * io/pipe2.c: Likewise.
29484 * io/poll.c: Likewise.
29485 * io/posix_fadvise.c: Likewise.
29486 * io/posix_fadvise64.c: Likewise.
29487 * io/posix_fallocate.c: Likewise.
29488 * io/posix_fallocate64.c: Likewise.
29489 * io/read.c: Likewise.
29490 * io/readlink.c: Likewise.
29491 * io/readlinkat.c: Likewise.
29492 * io/rmdir.c: Likewise.
29493 * io/sendfile.c: Likewise.
29494 * io/sendfile64.c: Likewise.
29495 * io/statfs.c: Likewise.
29496 * io/statfs64.c: Likewise.
29497 * io/statvfs.c: Likewise.
29498 * io/statvfs64.c: Likewise.
29499 * io/symlink.c: Likewise.
29500 * io/symlinkat.c: Likewise.
29501 * io/ttyname.c: Likewise.
29502 * io/ttyname_r.c: Likewise.
29503 * io/umask.c: Likewise.
29504 * io/unlink.c: Likewise.
29505 * io/unlinkat.c: Likewise.
29506 * io/utime.c: Likewise.
29507 * io/utimensat.c: Likewise.
29508 * io/write.c: Likewise.
29509 * io/xmknod.c: Likewise.
29510 * io/xmknodat.c: Likewise.
29511 * io/xstat.c: Likewise.
29512 * io/xstat64.c: Likewise.
29513 * login/getpt.c: Likewise.
29514 * login/grantpt.c: Likewise.
29515 * login/unlockpt.c: Likewise.
29516 * math/e_acoshl.c: Likewise.
29517 * math/e_acosl.c: Likewise.
29518 * math/e_asinl.c: Likewise.
29519 * math/e_atan2l.c: Likewise.
29520 * math/e_atanhl.c: Likewise.
29521 * math/e_coshl.c: Likewise.
29522 * math/e_expl.c: Likewise.
29523 * math/e_fmodl.c: Likewise.
29524 * math/e_gammal_r.c: Likewise.
29525 * math/e_hypotl.c: Likewise.
29526 * math/e_j0l.c: Likewise.
29527 * math/e_j1l.c: Likewise.
29528 * math/e_jnl.c: Likewise.
29529 * math/e_lgammal_r.c: Likewise.
29530 * math/e_log10l.c: Likewise.
29531 * math/e_log2l.c: Likewise.
29532 * math/e_logl.c: Likewise.
29533 * math/e_powl.c: Likewise.
29534 * math/e_rem_pio2l.c: Likewise.
29535 * math/e_sinhl.c: Likewise.
29536 * math/e_sqrtl.c: Likewise.
29537 * math/fclrexcpt.c: Likewise.
29538 * math/fedisblxcpt.c: Likewise.
29539 * math/feenablxcpt.c: Likewise.
29540 * math/fegetenv.c: Likewise.
29541 * math/fegetexcept.c: Likewise.
29542 * math/fegetround.c: Likewise.
29543 * math/feholdexcpt.c: Likewise.
29544 * math/fesetenv.c: Likewise.
29545 * math/fesetround.c: Likewise.
29546 * math/feupdateenv.c: Likewise.
29547 * math/fgetexcptflg.c: Likewise.
29548 * math/fraiseexcpt.c: Likewise.
29549 * math/fsetexcptflg.c: Likewise.
29550 * math/ftestexcept.c: Likewise.
29551 * math/k_cosl.c: Likewise.
29552 * math/k_rem_pio2l.c: Likewise.
29553 * math/k_sinl.c: Likewise.
29554 * math/k_tanl.c: Likewise.
29555 * math/s_asinhl.c: Likewise.
29556 * math/s_atanl.c: Likewise.
29557 * math/s_cbrtl.c: Likewise.
29558 * math/s_erfl.c: Likewise.
29559 * math/s_expm1l.c: Likewise.
29560 * math/s_log1pl.c: Likewise.
29561 * math/s_tanhl.c: Likewise.
29562 * misc/acct.c: Likewise.
29563 * misc/brk.c: Likewise.
29564 * misc/chflags.c: Likewise.
29565 * misc/chroot.c: Likewise.
29566 * misc/fchflags.c: Likewise.
29567 * misc/fgetxattr.c: Likewise.
29568 * misc/flistxattr.c: Likewise.
29569 * misc/fremovexattr.c: Likewise.
29570 * misc/fsetxattr.c: Likewise.
29571 * misc/fsync.c: Likewise.
29572 * misc/ftruncate.c: Likewise.
29573 * misc/futimes.c: Likewise.
29574 * misc/futimesat.c: Likewise.
29575 * misc/getdomain.c: Likewise.
29576 * misc/getdtsz.c: Likewise.
29577 * misc/gethostid.c: Likewise.
29578 * misc/gethostname.c: Likewise.
29579 * misc/getloadavg.c: Likewise.
29580 * misc/getpagesize.c: Likewise.
29581 * misc/getsysstats.c: Likewise.
29582 * misc/getxattr.c: Likewise.
29583 * misc/gtty.c: Likewise.
29584 * misc/ioctl.c: Likewise.
29585 * misc/lgetxattr.c: Likewise.
29586 * misc/listxattr.c: Likewise.
29587 * misc/llistxattr.c: Likewise.
29588 * misc/lremovexattr.c: Likewise.
29589 * misc/lsetxattr.c: Likewise.
29590 * misc/lutimes.c: Likewise.
29591 * misc/madvise.c: Likewise.
29592 * misc/mincore.c: Likewise.
29593 * misc/mlock.c: Likewise.
29594 * misc/mlockall.c: Likewise.
29595 * misc/mmap.c: Likewise.
29596 * misc/mprotect.c: Likewise.
29597 * misc/msync.c: Likewise.
29598 * misc/munlock.c: Likewise.
29599 * misc/munlockall.c: Likewise.
29600 * misc/munmap.c: Likewise.
29601 * misc/preadv.c: Likewise.
29602 * misc/preadv64.c: Likewise.
29603 * misc/ptrace.c: Likewise.
29604 * misc/pwritev.c: Likewise.
29605 * misc/pwritev64.c: Likewise.
29606 * misc/readv.c: Likewise.
29607 * misc/reboot.c: Likewise.
29608 * misc/remap_file_pages.c: Likewise.
29609 * misc/removexattr.c: Likewise.
29610 * misc/revoke.c: Likewise.
29611 * misc/select.c: Likewise.
29612 * misc/setdomain.c: Likewise.
29613 * misc/setegid.c: Likewise.
29614 * misc/seteuid.c: Likewise.
29615 * misc/sethostid.c: Likewise.
29616 * misc/sethostname.c: Likewise.
29617 * misc/setregid.c: Likewise.
29618 * misc/setreuid.c: Likewise.
29619 * misc/setxattr.c: Likewise.
29620 * misc/sstk.c: Likewise.
29621 * misc/stty.c: Likewise.
29622 * misc/swapoff.c: Likewise.
29623 * misc/swapon.c: Likewise.
29624 * misc/sync.c: Likewise.
29625 * misc/syncfs.c: Likewise.
29626 * misc/syscall.c: Likewise.
29627 * misc/truncate.c: Likewise.
29628 * misc/ualarm.c: Likewise.
29629 * misc/usleep.c: Likewise.
29630 * misc/ustat.c: Likewise.
29631 * misc/utimes.c: Likewise.
29632 * misc/vhangup.c: Likewise.
29633 * misc/writev.c: Likewise.
29634 * posix/_exit.c: Likewise.
29635 * posix/alarm.c: Likewise.
29636 * posix/execve.c: Likewise.
29637 * posix/fexecve.c: Likewise.
29638 * posix/fork.c: Likewise.
29639 * posix/fpathconf.c: Likewise.
29640 * posix/getaddrinfo.c: Likewise.
29641 * posix/getegid.c: Likewise.
29642 * posix/geteuid.c: Likewise.
29643 * posix/getgid.c: Likewise.
29644 * posix/getgroups.c: Likewise.
29645 * posix/getlogin.c: Likewise.
29646 * posix/getlogin_r.c: Likewise.
29647 * posix/getpgid.c: Likewise.
29648 * posix/getpid.c: Likewise.
29649 * posix/getppid.c: Likewise.
29650 * posix/getresgid.c: Likewise.
29651 * posix/getresuid.c: Likewise.
29652 * posix/getsid.c: Likewise.
29653 * posix/getuid.c: Likewise.
29654 * posix/glob64.c: Likewise.
29655 * posix/nanosleep.c: Likewise.
29656 * posix/pathconf.c: Likewise.
29657 * posix/pause.c: Likewise.
29658 * posix/posix_madvise.c: Likewise.
29659 * posix/pread.c: Likewise.
29660 * posix/pread64.c: Likewise.
29661 * posix/pwrite.c: Likewise.
29662 * posix/pwrite64.c: Likewise.
29663 * posix/sched_getaffinity.c: Likewise.
29664 * posix/sched_getp.c: Likewise.
29665 * posix/sched_gets.c: Likewise.
29666 * posix/sched_primax.c: Likewise.
29667 * posix/sched_primin.c: Likewise.
29668 * posix/sched_rr_gi.c: Likewise.
29669 * posix/sched_setaffinity.c: Likewise.
29670 * posix/sched_setp.c: Likewise.
29671 * posix/sched_sets.c: Likewise.
29672 * posix/sched_yield.c: Likewise.
29673 * posix/setgid.c: Likewise.
29674 * posix/setlogin.c: Likewise.
29675 * posix/setpgid.c: Likewise.
29676 * posix/setresgid.c: Likewise.
29677 * posix/setresuid.c: Likewise.
29678 * posix/setsid.c: Likewise.
29679 * posix/setuid.c: Likewise.
29680 * posix/sleep.c: Likewise.
29681 * posix/spawni.c: Likewise.
29682 * posix/sysconf.c: Likewise.
29683 * posix/times.c: Likewise.
29684 * posix/wait.c: Likewise.
29685 * posix/wait3.c: Likewise.
29686 * posix/wait4.c: Likewise.
29687 * posix/waitpid.c: Likewise.
29688 * resolv/gai_sigqueue.c: Likewise.
29689 * resource/getpriority.c: Likewise.
29690 * resource/getrlimit.c: Likewise.
29691 * resource/getrusage.c: Likewise.
29692 * resource/nice.c: Likewise.
29693 * resource/setpriority.c: Likewise.
29694 * resource/setrlimit.c: Likewise.
29695 * resource/ulimit.c: Likewise.
29696 * rt/aio_cancel.c: Likewise.
29697 * rt/aio_fsync.c: Likewise.
29698 * rt/aio_read.c: Likewise.
29699 * rt/aio_sigqueue.c: Likewise.
29700 * rt/aio_suspend.c: Likewise.
29701 * rt/aio_write.c: Likewise.
29702 * rt/clock_getres.c: Likewise.
29703 * rt/clock_gettime.c: Likewise.
29704 * rt/clock_nanosleep.c: Likewise.
29705 * rt/clock_settime.c: Likewise.
29706 * rt/lio_listio.c: Likewise.
29707 * rt/mq_close.c: Likewise.
29708 * rt/mq_getattr.c: Likewise.
29709 * rt/mq_notify.c: Likewise.
29710 * rt/mq_open.c: Likewise.
29711 * rt/mq_receive.c: Likewise.
29712 * rt/mq_send.c: Likewise.
29713 * rt/mq_setattr.c: Likewise.
29714 * rt/mq_timedreceive.c: Likewise.
29715 * rt/mq_timedsend.c: Likewise.
29716 * rt/mq_unlink.c: Likewise.
29717 * rt/shm_open.c: Likewise.
29718 * rt/shm_unlink.c: Likewise.
29719 * rt/timer_create.c: Likewise.
29720 * rt/timer_delete.c: Likewise.
29721 * rt/timer_getoverr.c: Likewise.
29722 * rt/timer_gettime.c: Likewise.
29723 * rt/timer_settime.c: Likewise.
29724 * setjmp/__longjmp.c: Likewise.
29725 * setjmp/setjmp.c: Likewise.
29726 * signal/kill.c: Likewise.
29727 * signal/killpg.c: Likewise.
29728 * signal/raise.c: Likewise.
29729 * signal/sigaction.c: Likewise.
29730 * signal/sigaltstack.c: Likewise.
29731 * signal/sigblock.c: Likewise.
29732 * signal/sigignore.c: Likewise.
29733 * signal/sigintr.c: Likewise.
29734 * signal/signal.c: Likewise.
29735 * signal/sigpause.c: Likewise.
29736 * signal/sigpending.c: Likewise.
29737 * signal/sigqueue.c: Likewise.
29738 * signal/sigreturn.c: Likewise.
29739 * signal/sigset.c: Likewise.
29740 * signal/sigsetmask.c: Likewise.
29741 * signal/sigstack.c: Likewise.
29742 * signal/sigsuspend.c: Likewise.
29743 * signal/sigtimedwait.c: Likewise.
29744 * signal/sigvec.c: Likewise.
29745 * signal/sigwait.c: Likewise.
29746 * signal/sigwaitinfo.c: Likewise.
29747 * signal/sysv_signal.c: Likewise.
29748 * socket/accept.c: Likewise.
29749 * socket/accept4.c: Likewise.
29750 * socket/bind.c: Likewise.
29751 * socket/connect.c: Likewise.
29752 * socket/getpeername.c: Likewise.
29753 * socket/getsockname.c: Likewise.
29754 * socket/getsockopt.c: Likewise.
29755 * socket/isfdtype.c: Likewise.
29756 * socket/listen.c: Likewise.
29757 * socket/recv.c: Likewise.
29758 * socket/recvfrom.c: Likewise.
29759 * socket/recvmsg.c: Likewise.
29760 * socket/send.c: Likewise.
29761 * socket/sendmsg.c: Likewise.
29762 * socket/sendto.c: Likewise.
29763 * socket/setsockopt.c: Likewise.
29764 * socket/shutdown.c: Likewise.
29765 * socket/sockatmark.c: Likewise.
29766 * socket/socket.c: Likewise.
29767 * socket/socketpair.c: Likewise.
29768 * stdio-common/ctermid.c: Likewise.
29769 * stdio-common/cuserid.c: Likewise.
29770 * stdio-common/remove.c: Likewise.
29771 * stdio-common/rename.c: Likewise.
29772 * stdio-common/renameat.c: Likewise.
29773 * stdio-common/tempname.c: Likewise.
29774 * stdlib/getcontext.c: Likewise.
29775 * stdlib/makecontext.c: Likewise.
29776 * stdlib/setcontext.c: Likewise.
29777 * stdlib/swapcontext.c: Likewise.
29778 * stdlib/system.c: Likewise.
29779 * streams/fattach.c: Likewise.
29780 * streams/fdetach.c: Likewise.
29781 * streams/getmsg.c: Likewise.
29782 * streams/getpmsg.c: Likewise.
29783 * streams/putmsg.c: Likewise.
29784 * streams/putpmsg.c: Likewise.
29785 * sysdeps/unix/bsd/getpt.c: Likewise.
29786 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29787 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29788 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29789 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29790 Likewise.
29791 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29792 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29793 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29794 * sysvipc/msgctl.c: Likewise.
29795 * sysvipc/msgget.c: Likewise.
29796 * sysvipc/msgrcv.c: Likewise.
29797 * sysvipc/msgsnd.c: Likewise.
29798 * sysvipc/semctl.c: Likewise.
29799 * sysvipc/semget.c: Likewise.
29800 * sysvipc/semop.c: Likewise.
29801 * sysvipc/semtimedop.c: Likewise.
29802 * sysvipc/shmat.c: Likewise.
29803 * sysvipc/shmctl.c: Likewise.
29804 * sysvipc/shmdt.c: Likewise.
29805 * sysvipc/shmget.c: Likewise.
29806 * termios/tcdrain.c: Likewise.
29807 * termios/tcflow.c: Likewise.
29808 * termios/tcflush.c: Likewise.
29809 * termios/tcgetattr.c: Likewise.
29810 * termios/tcgetpgrp.c: Likewise.
29811 * termios/tcsendbrk.c: Likewise.
29812 * termios/tcsetattr.c: Likewise.
29813 * termios/tcsetpgrp.c: Likewise.
29814 * time/adjtime.c: Likewise.
29815 * time/clock.c: Likewise.
29816 * time/getitimer.c: Likewise.
29817 * time/gettimeofday.c: Likewise.
29818 * time/setitimer.c: Likewise.
29819 * time/settimeofday.c: Likewise.
29820 * time/stime.c: Likewise.
29821 * time/time.c: Likewise.
29822
298232012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 29824
a20492cf
PT
29825 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29826 /usr/old/bin.
29827
72e182e3
PT
29828 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29829 instead of spaces.
29830 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29831
fbeafede
JM
298322012-11-03 Joseph Myers <joseph@codesourcery.com>
29833
5b5b04d6
JM
29834 [BZ #14796]
29835 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29836 FE_TONEAREST before applying Dekker multiplication and Knuth
29837 addition. Clear inexact exceptions and check for exact zero
29838 results afterwards.
29839 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29840 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29841 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29842 * math/libm-test.inc (fma_test): Add more tests.
29843 (fma_test_towardzero): Likewise.
29844 (fma_test_downward): Likewise.
29845 (fma_test_upward): Likewise.
29846 * sysdeps/generic/math_private.h (default_libc_fesetround): New
29847 function.
29848 (libc_fesetround): New macro.
29849 (libc_fesetroundf): Likewise.
29850 (libc_fesetroundl): Likewise.
29851 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29852 function.
29853 (libc_fesetround_387): Likewise.
29854 (libc_fesetroundf): New macro.
29855 (libc_fesetround): Likewise.
29856 (libc_fesetroundl): Likewise.
29857 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29858 function.
29859 (libc_fesetroundf): New macro.
29860 (libc_fesetround): Likewise.
29861 (libc_fesetroundl): Likewise.
29862 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29863 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29864 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29865 libm_hidden_ver.
29866 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29867 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29868 libm_hidden_def.
29869 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29870 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29871 libm_hidden_ver.
29872 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29873 libm_hidden_def.
29874
fbeafede
JM
29875 [BZ #3439]
29876 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29877 integer constant usable in #if and use that to give value to enum
29878 constant.
29879 (FE_DIVBYZERO): Likewise.
29880 (FE_UNDERFLOW): Likewise.
29881 (FE_OVERFLOW): Likewise.
29882 (FE_INVALID): Likewise.
29883 (FE_INVALID_SNAN): Likewise.
29884 (FE_INVALID_ISI): Likewise.
29885 (FE_INVALID_IDI): Likewise.
29886 (FE_INVALID_ZDZ): Likewise.
29887 (FE_INVALID_IMZ): Likewise.
29888 (FE_INVALID_COMPARE): Likewise.
29889 (FE_INVALID_SOFTWARE): Likewise.
29890 (FE_INVALID_SQRT): Likewise.
29891 (FE_INVALID_INTEGER_CONVERSION): Likewise.
29892 (FE_TONEAREST): Likewise.
29893 (FE_TOWARDZERO): Likewise.
29894 (FE_UPWARD): Likewise.
29895 (FE_DOWNWARD): Likewise.
29896 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29897 (FE_DIVBYZERO): Likewise.
29898 (FE_OVERFLOW): Likewise.
29899 (FE_UNDERFLOW): Likewise.
29900 (FE_INEXACT): Likewise.
29901 (FE_TONEAREST): Likewise.
29902 (FE_DOWNWARD): Likewise.
29903 (FE_UPWARD): Likewise.
29904 (FE_TOWARDZERO): Likewise.
29905 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29906 (FE_UNDERFLOW): Likewise.
29907 (FE_OVERFLOW): Likewise.
29908 (FE_DIVBYZERO): Likewise.
29909 (FE_INVALID): Likewise.
29910 (FE_TONEAREST): Likewise.
29911 (FE_TOWARDZERO): Likewise.
29912 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29913 (FE_OVERFLOW): Likewise.
29914 (FE_UNDERFLOW): Likewise.
29915 (FE_DIVBYZERO): Likewise.
29916 (FE_INEXACT): Likewise.
29917 (FE_TONEAREST): Likewise.
29918 (FE_TOWARDZERO): Likewise.
29919 (FE_UPWARD): Likewise.
29920 (FE_DOWNWARD): Likewise.
29921 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29922 (FE_DIVBYZERO): Likewise.
29923 (FE_OVERFLOW): Likewise.
29924 (FE_UNDERFLOW): Likewise.
29925 (FE_INEXACT): Likewise.
29926 (FE_TONEAREST): Likewise.
29927 (FE_DOWNWARD): Likewise.
29928 (FE_UPWARD): Likewise.
29929 (FE_TOWARDZERO): Likewise.
29930
105ca950
CM
299312012-11-02 Chris Metcalf <cmetcalf@tilera.com>
29932
29933 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29934
a542b389
AS
299352012-11-03 Andreas Schwab <schwab@linux-m68k.org>
29936
29937 * scripts/cross-test-ssh.sh (command): Use newlines to separate
29938 commands. Quote $PWD.
29939 (blacklist_exports): Don't use remove_newlines. Replace "declare
29940 -x" by "export".
29941 (remove_newlines): Remove.
29942
f62c8abc
L
299432012-11-02 H.J. Lu <hongjiu.lu@intel.com>
29944
29945 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29946 * stdlib/stdlib.h (atof): Moved to ...
29947 * include/bits/stdlib-float.h: Here. New file.
29948 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29949 * stdlib/bits/stdlib-float.h: New file.
29950 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29951 -mno-sse -mno-mmx.
29952 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29953 <xmmintrin.h>.
29954
0155d5b2
JM
299552012-11-02 Joseph Myers <joseph@codesourcery.com>
29956
a68d0680
JM
29957 * conform/conformtest.pl (@headers): Add fenv.h.
29958 * conform/data/fenv.h-data: New file.
29959 * include/fenv.h [_ISOMAC]: Disable all contents of file except
29960 include of <math/fenv.h>.
29961
caf7f573
JM
29962 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
29963 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
29964 && !UNIX98]. Enables tests for XOPEN2K8.
29965 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
29966 POSIX2008]: Likewise.
29967
6c073ad6
JM
29968 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
29969 (struct rusage): Do not expect type or its members.
29970
0155d5b2
JM
29971 [BZ #3439]
29972 * math/math.h (FP_NAN): Define macro to integer constant usable in
29973 #if and use that to give value to enum constant.
29974 (FP_INFINITE): Likewise.
29975 (FP_ZERO): Likewise.
29976 (FP_SUBNORMAL): Likewise.
29977 (FP_NORMAL): Likewise.
29978
b5dcacb4
AS
299792012-11-02 Andreas Schwab <schwab@linux-m68k.org>
29980
29981 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
29982 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
29983 arguments.
29984
f7934be8
RM
299852012-11-02 Roland McGrath <roland@hack.frob.com>
29986
29987 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
29988 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
29989 autoconf-time if not.
29990 * configure.in: Remove AC_PREREQ.
29991
d7d08bde
TMQMF
299922012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
29993
29994 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
29995 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
29996 of the internal implementation.
29997
dcdae19a
JM
299982012-11-02 Joseph Myers <joseph@codesourcery.com>
29999
30000 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
30001 except include of <misc/sys/syslog.h>.
30002
d6cffd3e
AS
300032012-11-01 Andreas Schwab <schwab@linux-m68k.org>
30004
30005 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
30006 function returns with a NULL context exit with zero.
30007
b3563932
TMQMF
300082012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30009
30010 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
30011
b288a93d
L
300122012-11-01 H.J. Lu <hongjiu.lu@intel.com>
30013
30014 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
30015 (run_program_cmd): This.
30016 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
30017 (tst_langinfo): New variable. Use it.
30018
a2421a68
SAS
300192012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
30020
30021 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
30022 floating point opcodes.
30023
6f796e1b
TS
300242012-11-01 Thomas Schwinge <thomas@codesourcery.com>
30025
7402596b
TS
30026 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
30027 variable.
30028
d0d4f868
TS
30029 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
30030
6f796e1b
TS
30031 * sysdeps/mach/hurd/powerpc: Remove directory.
30032 * sysdeps/mach/powerpc: Likewise.
30033
4da224a2
AS
300342012-11-01 Andreas Schwab <schwab@linux-m68k.org>
30035
30036 * scripts/check-local-headers.sh: Ignore c++ headers.
30037
341dd673
TS
300382012-11-01 Thomas Schwinge <thomas@codesourcery.com>
30039
30040 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30041 __libc_cleanup_region_start argument.
30042
473611b2
JM
300432012-11-01 Joseph Myers <joseph@codesourcery.com>
30044
30045 [BZ #14784]
30046 [BZ #14785]
30047 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30048 x * y using scaling, not as x * y + z.
30049 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30050 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30051 * math/libm-test.inc (fma_test): Add more tests.
30052 (fma_test_towardzero): Likewise.
30053 (fma_test_downward): Likewise.
30054 (fma_test_upward): Likewise.
30055
4078da3d
TS
300562012-11-01 Thomas Schwinge <thomas@codesourcery.com>
30057
30058 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30059
903252aa
JM
300602012-10-31 Joseph Myers <joseph@codesourcery.com>
30061
30062 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30063 New variable.
30064
cbc818d0
TS
300652012-10-31 Thomas Schwinge <thomas@codesourcery.com>
30066
30067 * rt/tst-shm.c (worker): Correct checking for mmap failure.
30068
5a03cb1e
AS
300692012-10-31 Andreas Schwab <schwab@linux-m68k.org>
30070
30071 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30072 Fix sort order.
30073 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30074 Likewise.
30075
90aff2ff
TMQMF
300762012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30077
30078 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30079 Fix the order of the list for glibc 2.17.
30080 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30081 Likewise.
30082
1818fcb7
AS
300832012-10-31 Andreas Schwab <schwab@linux-m68k.org>
30084
30085 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30086
ef82f4da
JM
300872012-10-31 Joseph Myers <joseph@codesourcery.com>
30088
16a0e2ec
JM
30089 [BZ #14610]
30090 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30091 for low part of x being zero before using __atanl (y).
30092 * math/libm-test.inc (atan2_test): Add another test.
30093
0eb69512
JM
30094 * manual/install.texi (Configuring and compiling): Document
30095 general use of test-wrapper and test-wrapper-env.
30096 * INSTALL: Regenerated.
30097
ef82f4da
JM
30098 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30099 (__fma): Do not extract and scale down low bits on after-rounding
30100 systems when result rounded to normal precision would have normal
30101 exponent.
30102 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30103 (__fmal): Do not extract and scale down low bits on after-rounding
30104 systems when result rounded to normal precision would have normal
30105 exponent.
30106 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30107 (__fmal): Do not extract and scale down low bits on after-rounding
30108 systems when result rounded to normal precision would have normal
30109 exponent.
30110 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30111 macro.
30112 (fma_test): Add more tests.
30113 (fma_test_towardzero): Likewise.
30114 (fma_test_downward): Likewise.
30115 (fma_test_upward): Likewise.
30116
954ef0d9
L
301172012-10-30 H.J. Lu <hongjiu.lu@intel.com>
30118
30119 * sysdeps/i386/tininess.h: Renamed to ...
30120 * sysdeps/x86/tininess.h: This.
30121 * sysdeps/x86_64/tininess.h: Removed.
30122
df61ffb2
JM
301232012-10-30 Joseph Myers <joseph@codesourcery.com>
30124
30125 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30126 input. Use $(build-program-cmd).
30127 ($(objpfx)tst-array1-static.out): Likewise.
30128 ($(objpfx)tst-array2.out): Likewise.
30129 ($(objpfx)tst-array3.out): Likewise.
30130 ($(objpfx)tst-array4.out): Likewise.
30131 ($(objpfx)tst-array5.out): Likewise.
30132 ($(objpfx)tst-array5-static.out): Likewise.
30133
01767843
CM
301342012-10-30 Chris Metcalf <cmetcalf@tilera.com>
30135
47cc1490
CM
30136 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30137 if defined.
30138
01767843
CM
30139 * nss/nsswitch.h (nss_interface_function): Provide new
30140 macro for use with NSS functions.
30141 * grp/initgroups.c: Use new macro.
30142 * nss/getXXbyYY.c: Likewise.
30143 * nss/getXXbyYY_r.c: Likewise.
30144 * nss/getXXent.c: Likewise.
30145 * nss/getXXent_r.c: Likewise.
30146 * sysdeps/posix/getaddrinfo.c: Likewise.
30147
8321aa97
AJ
301482012-10-30 Andreas Jaeger <aj@suse.de>
30149
30150 * po/ru.po: Update Russion translation from translation project.
30151
2a27fd6d
JM
301522012-10-30 Joseph Myers <joseph@codesourcery.com>
30153
8627a232
JM
30154 [BZ #14152]
30155 [BZ #14783]
30156 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30157 result and shift together with sticky bit instead of replicating
30158 round-to-nearest rounding.
30159 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30160 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30161 * math/libm-test.inc (fma_test): Add more tests. Do not permit
30162 missing underflow exceptions.
30163 (fma_test_towardzero): Add more tests.
30164 (fma_test_downward): Likewise.
30165 (fma_test_upward): Likewise.
30166
2a27fd6d
JM
30167 [BZ #14047]
30168 * sysdeps/generic/tininess.h: New file.
30169 * sysdeps/i386/tininess.h: Likewise.
30170 * sysdeps/sh/tininess.h: Likewise.
30171 * sysdeps/x86_64/tininess.h: Likewise.
30172 * stdlib/tst-strtod-underflow.c: Likewise.
30173 * stdlib/tst-tininess.c: Likewise.
30174 * stdlib/strtod_l.c: Include <tininess.h>.
30175 (round_and_return): Do not set errno for exact underflow cases.
30176 Force an underflow exception when setting errno for underflow.
30177 Determine underflow based on rounding to normal precision if
30178 TININESS_AFTER_ROUNDING.
30179 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30180 ERANGE for exact underflow cases.
30181 * stdlib/Makefile (tests): Add tst-tininess and
30182 tst-strtod-underflow.
30183 ($(objpfx)tst-tininess): Use $(link-libm).
30184 ($(objpfx)tst-strtod-underflow): Likewise.
30185
e7170363
AJ
301862012-10-30 Andreas Jaeger <aj@suse.de>
30187
e5088dc6
AJ
30188 [BZ#14767]
30189 * elf/Makefile (tests): Remove conditional for have-initfini-array
30190 since this is now always required and the variable does not exist
30191 anymore.
30192 (tests-static): Likewise.
30193 (modules-names): Likewise.
30194
e7170363 30195 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
30196
30197 * elf/tst-array1.c (fini_array): Make writeable so that it can be
30198 merged with constructor/destructor.
30199 (init_array): Likewise.
30200 * elf/tst-array2dep.c (fini_array): Likewise.
30201 (init_array): Likewise.
30202
60457d8a
MF
302032012-10-29 Mike Frysinger <vapier@gentoo.org>
30204
30205 * manual/message.texi: Delete @cartouche tags.
30206
8bece752
PT
302072012-10-29 Pino Toscano <toscano.pino@tiscali.it>
30208
94ce799f
PT
30209 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30210 EOPNOTSUPP.
30211 * sysdeps/mach/hurd/fsync.c: Likewise.
30212
8bece752
PT
30213 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30214 [_POSIX_REALTIME_SIGNALS]: Change condition to
30215 [_POSIX_REALTIME_SIGNALS > 0].
30216
86ebe6b1
AJ
302172012-10-27 Andreas Jaeger <aj@suse.de>
30218
30219 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30220 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30221 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30222 [__WORDSIZE != 64]: Likewise.
30223
54399c08
L
302242012-10-26 H.J. Lu <hongjiu.lu@intel.com>
30225
30226 * iconvdata/tst-table.sh: Remove ${SHELL}.
30227 * iconvdata/tst-tables.sh: Likewise.
30228
e2211bed
DM
302292012-10-25 David S. Miller <davem@davemloft.net>
30230
30231 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30232 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30233 of strtoull.
30234
f303f97c
DM
30235 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30236 ifunc-impl-list.c
30237 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30238 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30239 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30240 file.
30241
1e9d84cd
RM
302422012-10-25 Roland McGrath <roland@hack.frob.com>
30243
30244 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30245 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30246 __getdirentries.
30247
df381762
JM
302482012-10-25 Joseph Myers <joseph@codesourcery.com>
30249 Jim Blandy <jimb@codesourcery.com>
30250
30251 * scripts/cross-test-ssh.sh: New file.
30252 * manual/install.texi (Configuring and compiling): Document use of
30253 cross-test-ssh.sh.
30254 * INSTALL: Regenerated.
30255
bff64913
PT
302562012-10-25 Pino Toscano <toscano.pino@tiscali.it>
30257
30258 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30259 EOPNOTSUPP.
30260
25fe8932
JM
302612012-10-25 Joseph Myers <joseph@codesourcery.com>
30262
30263 * Makeconfig (run-program-prefix): Fix comment.
30264
cc1290d0
JM
302652012-10-24 Joseph Myers <joseph@codesourcery.com>
30266 Jim Blandy <jimb@codesourcery.com>
30267
30268 * Makeconfig (test-wrapper): New variable,
30269 (test-wrapper-env): Likewise.
30270 [$(cross-compiling) = yes && $(test-wrapper) != ""]
30271 (run-built-tests): Define to yes.
30272 (run-program-prefix): Use $(test-wrapper).
30273 (built-program-cmd): Likewise.
30274 * Rules (make-test-out): Use $(test-wrapper-env) and
30275 $(host-built-program-cmd).
30276 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30277 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30278 tst-pathopt.sh.
30279 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30280 $(test-wrapper-env) to tst-rtld-load-self.sh.
30281 ($(objpfx)order2.out): Use $(test-wrapper).
30282 ($(objpfx)tst-initorder.out): Likewise.
30283 ($(objpfx)tst-initorder2.out): Likewise.
30284 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30285 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30286 (test_wrapper_env): New variable. Use it to run ld.so.
30287 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30288 Use it to run ld.so.
30289 (test_wrapper_env): Likewise.
30290 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30291 $(test-wrapper) to run-iconv-test.sh.
30292 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30293 (ICONV): Use $test_wrapper.
30294 * posix/Makefile ($(objpfx)globtest.out): Pass
30295 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30296 globtest.sh, not $(run-program-prefix).
30297 * posix/globtest.sh (run_via_rtld_prefix): New variable.
30298 (test_wrapper): Likewise.
30299 (test_wrapper_env): Likewise. Use it to run globtest with HOME
30300 set together with run_via_rtld_prefix.
30301 (run_program_prefix): Define in terms of test_wrapper and
30302 run_via_rtld_prefix.
30303
6e6249d0
RM
303042012-10-24 Roland McGrath <roland@hack.frob.com>
30305
30306 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30307 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30308 Targets removed.
30309
30310 [BZ #14743]
30311 * include/time.h: Remove librt_hidden_proto (clock_gettime).
30312 Declare __clock_getres, __clock_gettime, __clock_settime,
30313 __clock_nanosleep, and __clock_getcpuclockid.
30314 * rt/clock_gettime.c: Define __clock_gettime as an alias.
30315 Remove librt_hidden_def (clock_gettime).
30316 * sysdeps/unix/clock_gettime.c: Likewise.
30317 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30318 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30319 * rt/clock_getres.c: Define __clock_getres as an alias.
30320 * sysdeps/posix/clock_getres.c: Likewise.
30321 * rt/clock_settime.c: Define __clock_settime as an alias.
30322 * sysdeps/unix/clock_settime.c: Likewise.
30323 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30324 * sysdeps/unix/clock_nanosleep.c: Likewise.
30325 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30326 * rt/clock-compat.c: New file.
30327 * rt/Makefile (librt-routines): Add clock-compat and move
30328 $(clock-routines) to ...
30329 (routines): ... here, new variable.
30330 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30331 Don't add get_clockfreq here.
30332 * rt/Versions (libc: GLIBC_2.17): New version set.
30333 Add clock_* symbols here.
30334 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
30335 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30336 (GLIBC_2.17): Add clock_* symbols.
30337 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30338 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30339 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30340 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30341 Likewise.
30342 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30343 Likewise.
30344 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30345 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30346 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30347 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30348 * NEWS: Mention the move.
30349
30350 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30351 Use __open, __read, __close rather than their public counterparts.
30352 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30353 (__get_clockfreq_via_cpuinfo): Likewise.
30354 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30355 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30356
30357 * config.h.in (HAVE_IFUNC): New #undef.
30358 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30359 was successful.
30360 * configure: Regenerated.
30361
0cae3f4b
MF
303622012-10-24 Mike Frysinger <vapier@gentoo.org>
30363
30364 * configure.in: Move READELF check to start of file.
30365 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30366 libc_cv_asm_gnu_indirect_function in the process.
30367 * configure: Regenerated.
30368
8175a253
MF
303692012-10-24 Mike Frysinger <vapier@gentoo.org>
30370
30371 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30372 send the output to /dev/null.
30373 (libc_cv_cc_with_libunwind): Likewise.
30374 (libc_cv_as_noexecstack): Likewise.
30375 * configure: Regenerate.
30376
0708a7d1
JM
303772012-10-24 Joseph Myers <joseph@codesourcery.com>
30378
10b40d85
JM
30379 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30380
0708a7d1
JM
30381 * posix/globtest.sh (TMPDIR): Do not set.
30382 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30383 (testout): Likewise.
30384
9fddec1a
AJ
303852012-10-24 Andreas Jaeger <aj@suse.de>
30386
3a8db22f
AJ
30387 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30388 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30389 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30390 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30391 posix_fadvise64, posix_fallocate64.
30392
9fddec1a
AJ
30393 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30394 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30395 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30396 Likewise.
30397 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30398 Likewise.
30399 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30400
30401 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30402 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30403 <bits/fcntl-linux.h>.
30404 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30405
30406 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30407 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30408 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30409 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30410 [__WORDSIZE != 64]: Likewise.
30411
ebfd1bbd
JM
304122012-10-23 Joseph Myers <joseph@codesourcery.com>
30413
03ac099f
JM
30414 * Makeconfig (run-built-tests): New variable.
30415 * Rules [$(cross-compiling) = yes]: Change condition to
30416 [$(run-built-tests) = no].
30417 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30418 to [$(run-built-tests) = yes].
30419 * elf/Makefile [$(cross-compiling) = no]: Likewise
30420 * grp/Makefile [$(cross-compiling) = no]: Likewise.
30421 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30422 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30423 * intl/Makefile [$(cross-compiling) = no]: Likewise.
30424 * io/Makefile [$(cross-compiling) = no]: Likewise.
30425 * libio/Makefile [$(cross-compiling) = no]: Likewise.
30426 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30427 * misc/Makefile [$(cross-compiling) = no]: Likewise.
30428 * posix/Makefile [$(cross-compiling) = no]: Likewise.
30429 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30430 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30431 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30432 * string/Makefile [$(cross-compiling) = no]: Likewise.
30433
ebfd1bbd
JM
30434 * posix/Makefile ($(objpfx)globtest.out): Pass
30435 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30436 $(rtld-installed-name).
30437 * posix/globtest.sh (elf_objpfx): Remove variable.
30438 (rtld_installed_name): Likewise.
30439 (library_path): Likewise.
30440 (run_program_prefix): New variable. Use for running globtest
30441 binary.
30442
166bca24
JB
304432012-10-23 Jim Blandy <jimb@codesourcery.com>
30444 Joseph Myers <joseph@codesourcery.com>
30445
30446 * Makeconfig (host-built-program-cmd): New variable.
30447 * elf/Makefile (tst-stackguard1-ARGS): Use
30448 $(host-built-program-cmd).
30449 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30450 (tst-spawn-ARGS): Likewise.
30451 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30452
88866099
JM
304532012-10-23 Joseph Myers <joseph@codesourcery.com>
30454 Jim Blandy <jimb@codesourcery.com>
30455
30456 * Makeconfig (run-via-rtld-prefix): New variable.
30457 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30458 (built-program-cmd): Likewise.
30459
b4b4c296
AJ
304602012-10-22 Andreas Jaeger <aj@suse.de>
30461
30462 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30463 __O_RSYNC if it exists, otherwise to O_SYNC.
30464
6fb54a22
JB
304652012-10-22 Jim Blandy <jimb@codesourcery.com>
30466 Joseph Myers <joseph@codesourcery.com>
30467
30468 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30469 /dev/null.
30470 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30471 from /dev/null
30472 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30473 /dev/null.
30474
481b90b9
AJ
304752012-10-22 Andreas Jaeger <aj@suse.de>
30476
2a0e2669
AJ
30477 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30478 Define always.
30479 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30480
76e38f9a
AJ
30481 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30482 bits/fcntl-linux.h.
30483
7cd37b43
AJ
30484 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30485 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30486
481b90b9
AJ
30487 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30488 to __O_LARGEFILE.
30489 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30490 to __O_LARGEFILE.
30491
aba75984
JB
304922012-10-21 Jim Blandy <jimb@codesourcery.com>
30493 Joseph Myers <joseph@codesourcery.com>
30494
30495 * config.make.in (NM): New variable.
30496
88d4247f
AJ
304972012-10-21 Andreas Jaeger <aj@suse.de>
30498
30499 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30500 definitions and declarations that are provided by
30501 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30502
f2eed205
L
305032012-10-20 H.J. Lu <hongjiu.lu@intel.com>
30504
30505 [BZ #14683]
30506 * elf/Makefile (tests-static): Add tst-leaks1-static.
30507 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30508 ($(objpfx)tst-leaks1-static): New rule.
30509 ($(objpfx)tst-leaks1-static-mem): Likewise.
30510 (tst-leaks1-static-ENV): New macro.
30511 * elf/dl-open.c (dl_open_worker): Check the main application
30512 only if SHARED is defined.
30513 * elf/tst-leaks1-static.c: New file.
30514
335e6931
AJ
305152012-10-20 Andreas Jaeger <aj@suse.de>
30516
30517 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30518 generic values for Linux.
30519 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30520 and declarations that are provided by <bits/fcntl-linux.h> and
30521 include <bits/fcntl-linux.h>.
30522 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30523 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30524
ac5c94d3
RM
305252012-10-20 Roland McGrath <roland@hack.frob.com>
30526
30527 * io/fcntl.h: Move include of <bits/types.h> to the top and
30528 include it unconditionally.
30529
de54b33a
L
305302012-10-20 H.J. Lu <hongjiu.lu@intel.com>
30531
228cfb01
L
30532 * wcsmbs/Makefile (tests-ifunc): New variable.
30533 (tests): Add $(tests-ifunc).
30534 * wcsmbs/test-wcschr-ifunc.c: New file.
30535 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30536 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30537 * wcsmbs/test-wcslen-ifunc.c: Likewise.
30538 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30539 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30540
69f07e5f
L
30541 * string/Makefile (tests-ifunc): New variable.
30542 (tests): Add $(tests-ifunc).
30543 * string/test-memccpy.c (TEST_NAME): New macro.
30544 * string/test-memchr.c (TEST_NAME): Likewise.
30545 * string/test-memcmp.c (TEST_NAME): Likewise.
30546 * string/test-memcpy.c (TEST_NAME): Likewise.
30547 * string/test-memmem.c (TEST_NAME): Likewise.
30548 * string/test-memmove.c (TEST_NAME): Likewise.
30549 * string/test-memset.c (TEST_NAME): Likewise.
30550 * string/test-rawmemchr.c (TEST_NAME): Likewise.
30551 * string/test-stpcpy.c (TEST_NAME): Likewise.
30552 * string/test-stpncpy.c (TEST_NAME): Likewise.
30553 * string/test-strcasecmp.c (TEST_NAME): Likewise.
30554 * string/test-strcasestr.c (TEST_NAME): Likewise.
30555 * string/test-strcat.c (TEST_NAME): Likewise.
30556 * string/test-strchr.c (TEST_NAME): Likewise.
30557 * string/test-strcmp.c(TEST_NAME): Likewise.
30558 * string/test-strcpy.c (TEST_NAME): Likewise.
30559 * string/test-strcspn.c (TEST_NAME): Likewise.
30560 * string/test-strlen.c (TEST_NAME): Likewise.
30561 * string/test-strncasecmp.c (TEST_NAME): Likewise.
30562 * string/test-strncmp.c (TEST_NAME): Likewise.
30563 * string/test-strncpy.c (TEST_NAME): Likewise.
30564 * string/test-strnlen.c (TEST_NAME): Likewise.
30565 * string/test-strpbrk.c (TEST_NAME): Likewise.
30566 * string/test-strrchr.c (TEST_NAME): Likewise.
30567 * string/test-strspn.c (TEST_NAME): Likewise.
30568 * string/test-strstr.c (TEST_NAME): Likewise.
30569 * string/test-bcopy-ifunc.c: New file.
30570 * string/test-bzero-ifunc.c: Likewise.
30571 * string/test-memccpy-ifunc.c: Likewise.
30572 * string/test-memchr-ifunc.c: Likewise.
30573 * string/test-memcmp-ifunc.c: Likewise.
30574 * string/test-memcpy-ifunc.c: Likewise.
30575 * string/test-memmem-ifunc.c: Likewise.
30576 * string/test-memmove-ifunc.c: Likewise.
30577 * string/test-mempcpy-ifunc.c: Likewise.
30578 * string/test-memset-ifunc.c: Likewise.
30579 * string/test-rawmemchr-ifunc.c: Likewise.
30580 * string/test-stpcpy-ifunc.c: Likewise.
30581 * string/test-stpncpy-ifunc.c: Likewise.
30582 * string/test-strcasecmp-ifunc.c: Likewise.
30583 * string/test-strcasestr-ifunc.c: Likewise.
30584 * string/test-strcat-ifunc.c: Likewise.
30585 * string/test-strchr-ifunc.c: Likewise.
30586 * string/test-strchrnul-ifunc.c: Likewise.
30587 * string/test-strcmp-ifunc.c: Likewise.
30588 * string/test-strcpy-ifunc.c: Likewise.
30589 * string/test-strcspn-ifunc.c: Likewise.
30590 * string/test-strlen-ifunc.c: Likewise.
30591 * string/test-strncasecmp-ifunc.c: Likewise.
30592 * string/test-strncat-ifunc.c: Likewise.
30593 * string/test-strncmp-ifunc.c: Likewise.
30594 * string/test-strncpy-ifunc.c: Likewise.
30595 * string/test-strnlen-ifunc.c: Likewise.
30596 * string/test-strpbrk-ifunc.c: Likewise.
30597 * string/test-strrchr-ifunc.c: Likewise.
30598 * string/test-strspn-ifunc.c: Likewise.
30599 * string/test-strstr-ifunc.c: Likewise.
30600
de54b33a
L
30601 * debug/Makefile (tests-ifunc): New variable.
30602 (tests): Add $(tests-ifunc).
30603 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30604 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30605 * debug/test-stpcpy_chk-ifunc.c: New file.
30606 * debug/test-strcpy_chk-ifunc.c: Likewise.
30607
88481c16
SP
306082012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
30609
30610 [BZ #13601]
30611 * elf/dl-load.c (open_verify): Retry read if the entire ELF
30612 header is not read in.
30613
135948bd
JM
306142012-10-19 Joseph Myers <joseph@codesourcery.com>
30615
89f1c388
JM
30616 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
30617 script to $(SHELL) as $<. Pass $(common-objpfx) to script
30618 directly. Pass built executable to script as
30619 $(built-program-cmd).
30620 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
30621 $testprogram without using LD_LIBRARY_PATH and $ldso.
30622
e40a0d21
JM
30623 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30624 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30625 $(rtld-installed-name).
30626 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30627 (rtld_installed_name): Likewise.
30628 (library_path): Likewise.
30629 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
30630 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30631 $(run-program-prefix) to tst-tables.sh.
30632 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
30633 it to run tst-table-from and tst-table-to.
30634 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30635 Pass it to tst-table.sh.
30636 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30637 $(run-program-prefix) to tst-gettext.sh.
30638 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30639 tst-translit.sh.
30640 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30641 tst-gettext2.sh.
30642 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
30643 to run tst-gettext.
30644 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
30645 to run tst-gettext2.
30646 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
30647 to run tst-translit.
30648 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30649 $(run-program-prefix) to tst-mtrace.sh.
30650 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
30651 to run tst-mtrace.
30652 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30653 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30654 $(rtld-installed-name).
30655 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30656 (rtld_installed_name): Likewise.
30657 (run_program_prefix): New variable. Use it to run wordexp-test.
30658
728e272a
JM
30659 * Makeconfig (ARCH): Remove all definitions.
30660 (machine): Likewise.
30661 [ARCH]: Remove conditional code.
30662 [!objdir]: Give error.
30663 [!objdir] (objpfx): Remove.
30664 [!objdir] (common-objpfx): Likewise.
30665 [!objdir] (common-objdir): Likewise.
30666 * configure.in (config_makefile): Remove. Hardcode Makefile in
30667 AC_CONFIG_FILES call.
30668 * configure: Regenerated.
30669
d528cdcf
JM
30670 [BZ #13888]
30671 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30672 or TMPDIR.
30673 (testout): Likewise.
30674
135948bd
JM
30675 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30676 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30677 $(rtld-installed-name).
30678 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30679 (rtld_installed_name): Likwise.
30680 (runit): Remove function.
30681 (run_getconf): New variable, Use it for running getconf binary.
30682
38c78296
L
306832012-10-18 H.J. Lu <hongjiu.lu@intel.com>
30684
30685 [BZ #14716]
30686 * string/test-memmem.c (check_result): New function.
30687 (do_one_test): Use it.
30688 (check1): New function.
30689 (test_main): Use it.
30690
d077f65f
MT
306912012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
30692
30693 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30694
ced52c71
JM
306952012-10-18 Joseph Myers <joseph@codesourcery.com>
30696
30697 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30698 (_G_LSEEK64): Likewise.
30699 (_G_MMAP64): Likewise.
30700 (_G_FSTAT64): Likewise.
30701 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30702 (_G_LSEEK64): Likewise.
30703 (_G_MMAP64): Likewise.
30704 (_G_FSTAT64): Likewise.
30705 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30706 unconditional. Call __mmap64 directly.
30707 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30708 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
30709 __lseek64 directly.
30710 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30711 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
30712 __mmap64 directly.
30713 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30714 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
30715 __lseek64 directly.
30716 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30717 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
30718 __lseek64 directly.
30719 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30720 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
30721 __lseek64 directly.
30722 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30723 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
30724 __fxstat64 directly.
30725 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30726 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30727 unconditional.
30728 (freopen64) [!_G_OPEN64]: Remove conditional code.
30729 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30730 unconditional.
30731 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30732 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30733 unconditional.
30734 (ftello64) [!_G_LSEEK64]: Remove conditional code.
30735 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30736 unconditional.
30737 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30738 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30739 unconditional.
30740 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30741 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30742 unconditional.
30743 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30744 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
30745 unconditional.
30746 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30747 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30748 unconditional.
30749 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30750
b741de23
SP
307512012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
30752
30753 [BZ #12140]
30754 * manual/memory.texi (Malloc Tunable Parameters): Add note
30755 about free list pointers overwriting some perturb bytes.
30756 Wording suggested by Roland McGrath.
30757
f9b9d9c9
JM
307582012-10-17 Joseph Myers <joseph@codesourcery.com>
30759
30760 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30761 (lgamma_test): Likewise.
30762 (tgamma_test): Likewise.
30763
172a631a
FW
307642012-10-16 Florian Weimer <fweimer@redhat.com>
30765
30766 [BZ #14700]
30767 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30768 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30769
e9f37252
MK
307702012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
30771
30772 * NEWS: Mention BZ #14716.
30773 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30774 when removing AVAILABLE1_USES_J macro.
30775
d394eb74
L
307762012-10-12 H.J. Lu <hongjiu.lu@intel.com>
30777
30778 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30779 (__bswap_64): __uint64_t for unsigned 64-bit int.
30780
ca38dc17
AS
307812012-10-12 Andreas Schwab <schwab@linux-m68k.org>
30782
30783 * include/string.h (memmem): Declare libc hidden alias.
30784 * string/memmem.c (memmem): Define libc hidden alias.
30785 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30786 __read, __close instead of open, read, close.
30787
9a387d1f
L
307882012-10-11 H.J. Lu <hongjiu.lu@intel.com>
30789
ac49ecaf
L
30790 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30791 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30792 global and hidden.
30793 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30794 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30795 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30796 Likewise.
30797 (__rawmemchr_sse2): Likewise.
30798 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30799 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30800 (__strchr_sse2): Likewise.
30801 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30802 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30803 (__strcasecmp_sse2): Likewise.
30804 (__strncasecmp_sse2): Likewise.
30805 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30806 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30807 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30808 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30809 (__strrchr_sse2): Likewise.
30810 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30811 ifunc-impl-list.c.
30812 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30813 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30814 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30815 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30816 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30817 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30818 * sysdeps/x86_64/multiarch/memset.S: Likewise.
30819 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30820 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30821 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30822 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30823 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30824 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30825 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30826 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30827 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30828 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30829 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30830 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30831 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30832 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30833 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30834 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30835 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30836 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30837 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30838 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30839 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30840 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30841 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30842
b090e8ea
L
30843 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30844 global and hidden.
30845 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30846 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30847 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30848 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30849 Likewise.
30850 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30851 Likewise.
30852 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30853 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30854 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30855 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30856 ifunc-impl-list.c.
30857 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30858 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30859 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30860 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30861 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30862 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30863 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30864 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30865 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30866 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30867 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30868 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30869 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30870 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30871 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30872 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30873 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30874 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30875 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30876 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30877 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30878 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30879 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30880 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30881 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30882 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30883 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30884 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30885 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30886 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30887 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30888 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30889 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30890 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30891 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30892 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30893 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30894 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30895 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30896 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30897 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30898
11dd4af6
L
30899 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30900 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30901 * include/ifunc-impl-list.h: New file.
30902 * misc/ifunc-impl-list.c: Likewise.
30903 * misc/Makefile (routines): Add ifunc-impl-list.
30904 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30905 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
30906 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30907 TEST_NAME]: New variables.
11dd4af6
L
30908 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30909 are defined.
30910 (test_init): Call __libc_ifunc_impl_list to initialize
30911 func_list if TEST_IFUNC and TEST_NAME are defined.
30912
9a387d1f
L
30913 * string/Makefile (strop-tests): Add bcopy and bzero.
30914 * string/test-bcopy.c: New file.
30915 * string/test-bzero.c: Likewise.
30916 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30917 defined.
30918 * string/test-memset.c: Support bzero test if TEST_BZERO is
30919 defined.
30920 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30921 __libc_memmove.
30922 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30923 __libc_memset.
30924 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30925 of memset.
30926
472371b9
JM
309272012-10-10 Joseph Myers <joseph@codesourcery.com>
30928
1e4a9536
JM
30929 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30930 * configure: Regenerated.
30931
d173d12e
JM
30932 * Makeconfig (+link-static-before-libc): Don't include
30933 $(link-static-libc).
30934
472371b9
JM
30935 * libio/libio.h (_IO_pos_t): Remove.
30936
89a3ad0b
AO
309372012-10-10 Alexandre Oliva <aoliva@redhat.com>
30938
30939 * NEWS: Add note about FIPS mode. Wording suggested by Roland
30940 McGrath.
30941
e7451425
AO
309422012-10-10 Alexandre Oliva <aoliva@redhat.com>
30943
30944 * crypt/crypt-entry.c: Include fips-private.h.
30945 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30946 * crypt/md5c-test.c (main): Tolerate disabled MD5.
30947 * sysdeps/unix/sysv/linux/fips-private.h: New file.
30948 * sysdeps/generic/fips-private.h: New file, dummy fallback.
30949
4ba74a35
AO
309502012-10-10 Alexandre Oliva <aoliva@redhat.com>
30951
30952 * crypt/crypt-private.h: Include stdbool.h.
30953 (_ufc_setup_salt_r): Return bool.
30954 * crypt/crypt-entry.c: Include errno.h.
30955 (__crypt_r): Return NULL with EINVAL for bad salt.
30956 * crypt/crypt_util.c (bad_for_salt): New.
30957 (_ufc_setup_salt_r): Check that salt is long enough and within
30958 the specified alphabet.
30959 * crypt/badsalttest.c: New file.
30960 * crypt/Makefile (tests): Add it.
30961 ($(objpfx)badsalttest): New.
30962
f96f1242
MK
309632012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
30964
30965 * NEWS: Add entry for BZ #14602.
30966
0e8e0c1c
JM
309672012-10-09 Joseph Myers <joseph@codesourcery.com>
30968
30969 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
30970 type-generic.
30971 * math/libm-test.inc: Update comment listing what functions and
30972 macros are tested.
30973 (isgreater_test): New function.
30974 (isgreaterequal_test): Likewise.
30975 (isless_test): Likewise.
30976 (islessequal_test): Likewise.
30977 (islessgreater_test): Likewise.
30978 (isunordered_test): Likewise.
30979 (main): Call the new functions.
30980
273edc5e
RM
309812012-10-09 Roland McGrath <roland@hack.frob.com>
30982
b8493de0
RM
30983 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
30984 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
30985 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
30986 * sysdeps/i386/configure: Regenerated.
30987 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
30988 * sysdeps/mach/configure: Regenerated.
30989 * sysdeps/mach/hurd/configure: Regenerated.
30990 * sysdeps/powerpc/configure: Regenerated.
30991 * sysdeps/powerpc/powerpc32/configure: Regenerated.
30992 * sysdeps/powerpc/powerpc64/configure: Regenerated.
30993 * sysdeps/s390/s390-32/configure: Regenerated.
30994 * sysdeps/s390/s390-64/configure: Regenerated.
30995 * sysdeps/sh/configure: Regenerated.
30996 * sysdeps/sparc/configure: Regenerated.
30997 * sysdeps/unix/sysv/linux/configure: Regenerated.
30998 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
30999 * sysdeps/x86_64/configure: Regenerated.
31000
273edc5e
RM
31001 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
31002 defined. Don't check if MAP is NULL.
31003
c8450f70
JM
310042012-10-09 Joseph Myers <joseph@codesourcery.com>
31005
31006 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
31007 (_G_stat64): Likewise.
31008 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
31009 (_G_stat64): Likewise.
31010 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
31011 instead of struct _G_stat64.
31012 * libio/fileops.c (mmap_remap_check): Likewise.
31013 (decide_maybe_mmap): Likewise.
31014 (_IO_new_file_seekoff): Likewise.
31015 (_IO_file_stat): Likewise.
31016 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
31017 _G_off64_t.
31018 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
31019 instead of struct _G_stat64.
31020 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31021
57e605ba
MK
310222012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
31023
31024 [BZ #14602]
31025 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31026 Replace with ...
31027 (CHECK_EOL): New macro.
31028 (two_way_short_needle): Check beginning of haystack for EOL. Use
31029 CHECK_EOL.
31030 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31031 Replace with CHECK_EOL.
31032 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31033 Replace with CHECK_EOL.
31034
ef1bb361
JM
310352012-10-08 Joseph Myers <joseph@codesourcery.com>
31036
31037 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31038 type-generic.
31039 * math/libm-test.inc: Update comment listing what functions and
31040 macros are tested.
31041 (finite_test): New function.
31042 (isinf_test): Likewise.
31043 (isnan_test): Likewise.
31044 (fpclassify_test): Test subnormal input.
31045 (isfinite_test): Likewise.
31046 (isnormal_test): Likewise.
31047 (main): Call the new functions.
31048
55f11534
JN
310492012-10-08 Jonathan Nieder <jrnieder@gmail.com>
31050
31051 [BZ #14660]
31052 * Makerules (%.dynsym): Force C locale when running
31053 $(OBJDUMP) --dynamic-syms.
31054
1ab29350
AS
310552012-10-08 Andreas Schwab <schwab@linux-m68k.org>
31056
31057 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31058 <stdint.h>.
31059
f1ecb7ef
DM
310602012-10-06 David S. Miller <davem@davemloft.net>
31061
31062 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31063 upper 32-bits of the length value in %o2 since we use branch-on-register
31064 tests which consider the entire 64-bit register.
31065
5d41d91a
L
310662012-10-06 H.J. Lu <hongjiu.lu@intel.com>
31067
31068 * string/test-strstr.c (check2): Add a test for page boundary.
31069
3baddb72
DM
310702012-10-05 David S. Miller <davem@davemloft.net>
31071
31072 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31073 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31074 file.
31075 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31076 sysdep_routines.
31077 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31078 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31079 and bzero when HWCAP_SPARC_CRYPTO is present.
31080
9cee5585
L
310812012-10-05 H.J. Lu <hongjiu.lu@intel.com>
31082
d7e0dab9
L
31083 [BZ #14602]
31084 * string/test-strstr.c (check2): New function.
31085 (test_main): Call check2.
31086
03759f47
L
31087 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31088 and bug-strchr1.
31089 * string/bug-strcasestr1.c (do_test): Moved to ...
31090 * string/test-strcasestr.c (check1): Here. New function.
31091 (do_one_test): Break out result checking code into ...
31092 (check_result): This. New function.
31093 (do_one_test): Call check_result.
31094 (test_main): Call check1.
31095 * string/bug-strchr1.c (do_test): Moved to ...
31096 * string/test-strchr.c (check1): Here. New function.
31097 (do_one_test): Break out result checking code into ...
31098 (check_result): This. New function.
31099 (do_one_test): Call check_result.
31100 (test_main): Call check1.
31101 * string/bug-strstr1.c (main): Moved to ...
046f153e 31102 * string/test-strstr.c (check1): Here. New function.
03759f47
L
31103 (do_one_test): Break out result checking code into ...
31104 (check_result): This. New function.
31105 (do_one_test): Call check_result.
31106 (test_main): Call check1.
31107 * string/bug-strcasestr1.c: Removed.
31108 * string/bug-strchr1.c: Likewise.
31109 * string/bug-strstr1.c: Likewise.
31110
53cea63e
L
31111 * elf/Makefile (dl-routines): Add hwcaps.
31112 * elf/dl-support.c (_dl_important_hwcaps): Removed.
31113 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31114 (_dl_important_hwcaps): Moved to ...
31115 * elf/dl-hwcaps.c: Here. New file.
31116 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31117
9cee5585 31118 [BZ #14557]
bb859b06
L
31119 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31120 if IS_IN_rtld isn't defined.
31121
9cee5585
L
31122 * elf/dl-support.c (_dl_sysinfo_map): New.
31123 Include "get-dynamic-info.h" and "setup-vdso.h".
31124 (_dl_non_dynamic_init): Call setup_vdso.
31125 * elf/dynamic-link.h: Don't include <assert.h>.
31126 (elf_get_dynamic_info): Moved to ...
31127 * elf/get-dynamic-info.h: Here. New file.
31128 * elf/dynamic-link.h: Include "get-dynamic-info.h".
31129 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31130 * elf/setup-vdso.h: Here. New file.
31131 * elf/rtld.c: Include "setup-vdso.h".
31132 (dl_main): Call setup_vdso.
31133
23c31b76
JM
311342012-10-05 Joseph Myers <joseph@codesourcery.com>
31135
28234b07
JM
31136 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31137 creal in comment listing functions tested. List finite, isinf,
31138 isnan, isless, islessequal, isgreater, isgreaterequal,
31139 islessgreater, isunordered, lgamma_r and pow10 as functions and
31140 macros not tested. Mention which functions not tested are aliases
31141 for other functions. Fix typo. Note that signs of NaNs are not
31142 tested.
31143
23c31b76
JM
31144 * scripts/config.guess: Update from config.git.
31145 * scripts/config.sub: Likewise.
31146
9043e228
RM
311472012-10-04 Roland McGrath <roland@hack.frob.com>
31148
31149 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31150 * misc/madvise.c (madvise): Renamed to __madvise.
31151 Make madvise a weak alias.
31152 * include/sys/mman.h: Declare __madvise.
31153 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31154 * sysdeps/unix/syscalls.list
31155 (madvise): Make __madvise the strong name, and madvise a weak alias.
31156 * sysdeps/unix/sysv/linux/syscalls.list
31157 (madvise, mmap): Remove redundant entries.
31158 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31159 * malloc/malloc.c (mtrim): Likewise.
31160 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31161
f57f8055
RM
311622012-10-03 Roland McGrath <roland@hack.frob.com>
31163
31164 * sysdeps/mach/hurd/dl-cache.c: File removed.
31165 * config.h.in (USE_LDCONFIG): New #undef.
31166 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31167 * configure: Regenerated.
31168 * elf/Makefile (dl-routines): Add dl-cache only under
31169 [$(use-ldconfig) = yes].
31170 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31171 cache on [USE_LDCONFIG].
31172 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31173 [USE_LDCONFIG].
31174 * elf/rtld.c (dl_main): Likewise.
31175
5bb0c10a
PT
311762012-10-03 Pino Toscano <toscano.pino@tiscali.it>
31177
31178 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31179 _SC_LEVEL4_CACHE_LINESIZE.
31180
010188c6
RM
311812012-10-03 Roland McGrath <roland@hack.frob.com>
31182
31183 * sysdeps/unix/bsd/confstr.h: File removed.
31184
b6c5ec07
AO
311852012-10-02 Alexandre Oliva <aoliva@redhat.com>
31186
31187 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31188 sys/sdt-config.h.
31189
408223d4
RM
311902012-10-02 Roland McGrath <roland@hack.frob.com>
31191
31192 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31193 Make 'mapoff' field ElfW(Off) rather than off_t.
31194
bb9510dc
DL
311952012-10-02 Dmitry V. Levin <ldv@altlinux.org>
31196
fc997c6e
DL
31197 * nscd/Makefile: Remove nscd-cflags and all its users.
31198 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31199 (CFLAGS-nonlib): Add compiler flags for nscd modules.
31200
bb9510dc
DL
31201 [BZ #10631]
31202 * malloc.c (malloc_printerr): Clarify error message.
31203
05699367
L
312042012-10-02 H.J. Lu <hongjiu.lu@intel.com>
31205
31206 [BZ #14648]
31207 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31208 Set bit_FMA_Usable if FMA is supported.
31209 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31210 macro.
31211 (bit_FMA4_Usable): Updated.
31212 (index_FMA_Usable): New macro.
31213 (CPUID_FMA): Likewise
31214 (HAS_FMA): Defined with bit_FMA_Usable.
31215
51367701
RM
312162012-10-01 Roland McGrath <roland@hack.frob.com>
31217
31218 * bits/types.h (__swblk_t): Type removed.
31219 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31220 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31221 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31222 (__SWBLK_T_TYPE): Likewise.
31223 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31224 (__SWBLK_T_TYPE): Likewise.
31225 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31226 (__SWBLK_T_TYPE): Likewise.
31227 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31228 (__SWBLK_T_TYPE): Likewise.
31229
4d57bf63 312302012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 31231 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
31232
31233 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31234 (xdr_mapname): Use YPMAXMAP as maxsize.
31235 (xdr_peername): Use YPMAXPEER as maxsize.
31236 (xdr_keydat): Use YPAXRECORD as maxsize.
31237 (xdr_valdat): Use YPMAXRECORD as maxsize.
31238
93c65d43
RM
312392012-10-01 Roland McGrath <roland@hack.frob.com>
31240
497a03d6
RM
31241 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31242
93c65d43
RM
31243 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31244 * csu/init-first.c: ... here.
31245 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31246 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31247 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31248 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31249 * sysdeps/i386/init-first.c: File removed.
31250 * sysdeps/sh/init-first.c: File removed.
31251
bec749fd
JM
312522012-10-01 Joseph Myers <joseph@codesourcery.com>
31253
31254 [BZ #14645]
31255 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31256 if x * y might underflow to zero and z is zero.
31257 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31258 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31259 * math/libm-test.inc (min_subnorm_value): New variable.
31260 (fma_test): Add more tests.
31261 (fma_test_towardzero): Likewise.
31262 (fma_test_downward): Likewise
31263 (fma_test_upward): Likewise.
31264 (initialize): Set min_subnorm_value.
31265
8ec5b013
JM
312662012-09-29 Joseph Myers <joseph@codesourcery.com>
31267
31268 [BZ #14638]
31269 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31270 0 + 0.
31271 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31272 mode for addition resulting in exact zero.
31273 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31274 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31275 exact 0 + 0.
31276 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31277 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31278 * math/libm-test.inc (fma_test): Add more tests.
31279 (fma_test_towardzero): New function.
31280 (fma_test_downward): Likewise.
31281 (fma_test_upward): Likewise.
31282 (main): Call the new functions.
31283
b1fa802e
DM
312842012-09-28 David S. Miller <davem@davemloft.net>
31285
31286 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31287
d3b9fd9e
RM
312882012-09-28 Roland McGrath <roland@hack.frob.com>
31289
ea4d37b3
RM
31290 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31291 instead of SIGALRM.
31292
ac51c949
RM
31293 * sysdeps/gnu/_G_config.h: Moved to ...
31294 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31295 * sysdeps/mach/hurd/_G_config.h: Moved to ...
31296 * sysdeps/generic/_G_config.h: ... here.
31297
28c195f7
RM
31298 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
31299
848917f9
RM
31300 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31301
6bacf05b
RM
31302 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31303 Conditionalize target on [libnss_test1.so-version].
31304
91363dbb
RM
31305 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31306
cc87f7d8
RM
31307 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31308 (elfobjdir): Move out of conditionals.
31309
b1c608fe
RM
31310 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31311 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31312 (__nss_lookup_function): Conditionalize label remove_from_tree on
31313 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 31314
1d9a6d96
DM
313152012-09-28 David S. Miller <davem@davemloft.net>
31316
31317 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31318 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31319 file.
31320 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31321 sysdep_routines.
31322 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31323 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31324 when HWCAP_SPARC_CRYPTO is present.
31325
72581615
PT
313262012-09-28 Pino Toscano <toscano.pino@tiscali.it>
31327
31328 * io/tst-mknodat.c: Create a FIFO instead of a socket.
31329
715a900c
JL
313302012-09-28 Andreas Schwab <schwab@linux-m68k.org>
31331
31332 [BZ #6530]
31333 * stdio-common/vfprintf.c (process_string_arg): Revert
31334 2000-07-22 change.
31335
313362011-09-28 Jonathan Nieder <jrnieder@gmail.com>
31337
31338 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31339 for testcase.
31340 * stdio-common/tst-sprintf.c: Include <locale.h>
31341 (main): Test sprintf's handling of incomplete multibyte
31342 characters.
31343
9bac1d86
L
313442012-09-28 H.J. Lu <hongjiu.lu@intel.com>
31345
31346 * elf/dl-runtime.c (VERSYMIDX): Removed.
31347 * elf/dl-version.c (VERSYMIDX): Likewise.
31348 * elf/do-rel.h (VERSYMIDX): Likewise.
31349 (VALIDX): Likewise.
31350 * elf/dynamic-link.h (VERSYMIDX): Likewise.
31351 * elf/rtld.c (VALIDX): Likewise.
31352 (ADDRIDX): Likewise.
9bac1d86
L
31353 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31354 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31355 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
31356 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31357 (VALIDX): Likewise.
31358 (ADDRIDX): Likewise.
9bac1d86 31359
b31606c0
PT
313602012-09-28 Pino Toscano <toscano.pino@tiscali.it>
31361
31362 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31363
11541177
JL
313642012-09-28 Dmitry V. Levin <ldv@altlinux.org>
31365
31366 [BZ #11438]
31367 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31368 to global scope.
31369 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31370 addresses are in the same scope as 192.0.2/24.
31371 * posix/gai.conf: Document new scope table defaults.
31372
adb26fae
SP
313732012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31374
31375 [BZ #5298]
31376 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31377 for ftell. Compute offsets from write pointers instead.
31378 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31379
4573c6b0
SP
313802012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31381
31382 [BZ #14543]
31383 * libio/Makefile (tests): New test case tst-fseek.
31384 * libio/tst-fseek.c: New test case to verify that fseek/ftell
31385 combination works in wide mode.
31386 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31387 state when the external buffer state changes.
31388
aa9bbfe6
DM
313892012-09-27 David S. Miller <davem@davemloft.net>
31390
31391 [BZ #14376]
31392 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31393 pass reloc->r_addend in as the 'high' argument to
31394 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31395
784421e7
DM
31396 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31397
c39bc8b8
PT
313982012-09-28 Pino Toscano <toscano.pino@tiscali.it>
31399
31400 * rt/tst-aio2.c: Include <pthread.h>.
31401 * rt/tst-aio3.c: Likewise.
31402
1ccc2399
SE
314032012-09-27 Steve Ellcey <sellcey@mips.com>
31404
31405 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31406
31ed4153
L
314072012-09-27 H.J. Lu <hongjiu.lu@intel.com>
31408
25f5f885
L
31409 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31410 contents on [SHARED].
31ed4153 31411
b7bfe116
MP
314122012-09-26 Marek Polacek <polacek@redhat.com>
31413
31414 [BZ #14530]
31415 [BZ #13741]
31416 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31417 for C++ and GCC <4.3 as well as for non GCC compilers.
31418
43c4edba
MT
314192012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
31420
31421 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31422
6a1bf82f
RM
314232012-09-25 Roland McGrath <roland@hack.frob.com>
31424
31425 * Makefile.in (all, install): Declare with .PHONY.
31426 Reported by Michael Hope <michael.hope@linaro.org>.
31427
8ad11b9a
TMQMF
314282012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
31429
31430 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31431 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31432 system header.
31433 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31434 Likewise.
31435 (sydep_routines): Add the new and the internal functions.
31436 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31437 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31438 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31439 (GLIBC_2.17): Add the new function.
31440 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31441 (GLIBC_2.17): Likewise.
31442 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31443 (GLIBC_2.17): Likewise.
31444 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31445 (GLIBC_2.17): Likewise.
31446 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31447
7e2fca8d
AM
314482012-09-25 Alan Modra <amodra@gmail.com>
31449
31450 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31451 Add release barrier before setting once_control to say
31452 initialisation is done. Add hints on lwarx. Use macro in
31453 place of isync.
31454 (clear_once_control): Add release barrier.
31455
b87c4b24
JM
314562012-09-25 Joseph Myers <joseph@codesourcery.com>
31457
d032e0d2
JM
31458 [BZ #13629]
31459 * math/s_clog.c (__clog): Handle more values close to |z| = 1
31460 specially.
31461 * math/s_clog10.c (__clog10): Likewise.
31462 * math/s_clog10f.c (__clog10f): Likewise.
31463 * math/s_clog10l.c (__clog10l): Likewise.
31464 * math/s_clogf.c (__clogf): Likewise.
31465 * math/s_clogl.c (__clogl): Likewise.
31466 * math/Makefile (libm-calls): Add x2y2m1.
31467 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31468 (__x2y2m1): Likewise.
31469 (__x2y2m1l): Likewise.
31470 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31471 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31472 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31473 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31474 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31475 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31476 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31477 * sysdeps/i386/fpu/libm-test-ulps: Update.
31478 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31479
b87c4b24
JM
31480 [BZ #14621]
31481 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31482 int as type of variable DEPTH.
31483 (glob): Use size_t instead of int as type of variables NEWCOUNT
31484 and OLD_PATHC.
31485
6d3bf199
LD
314862012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31487
22bf5c17
LD
31488 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31489 Add s_sincosf-sse2.
31490 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31491 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31492 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31493 macros for using routine as __sincosf_ia32.
31494 Use macro for function declaration and weak_alias.
31495 * sysdeps/i386/fpu/libm-test-ulps: Update.
31496
31497 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31498 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31499
31500 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
31501 subnormal argument.
31502 * math/s_cexpf.c (__cexpf): Likewise.
31503 * math/s_csinf.c (__csinf): Likewise.
31504 * math/s_csinhf.c (__csinhf): Likewise.
31505 * math/s_ctanf.c (__ctanf): Likewise.
31506 * math/s_ctanhf.c (__ctanhf): Likewise.
31507 * math/s_ccosh.c (__ccoshf): Likewise.
31508 * math/s_cexp.c (__cexpl): Likewise.
31509 * math/s_csin.c (__csin): Likewise.
31510 * math/s_csinh.c (__csinh): Likewise.
31511 * math/s_ctan.c (__ctan): Likewise.
31512 * math/s_ctanh.c (ctanh): Likewise.
31513 * math/s_ccoshl.c (__ccoshl): Likewise.
31514 * math/s_cexpl.c (__cexpl): Likewise.
31515 * math/s_csinl.c (__csinl): Likewise.
31516 * math/s_csinhl.c (__csinhl): Likewise.
31517 * math/s_ctanl.c (__ctanl): Likewise.
31518 * math/s_ctanhl.c (__ctanhl): Likewise.
31519
203e5603
JM
315202012-09-25 Joseph Myers <joseph@codesourcery.com>
31521
31522 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
31523 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
31524 (_IO_off_t): Define to __off_t, not _G_off_t.
31525 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31526 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31527 (_IO_wint_t): Define to wint_t, not _G_wint_t.
31528 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31529 type of __dummy and __dummy2 fields.
31530 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31531 (_G_ssize_t): Likewise.
31532 (_G_off_t): Likewise.
31533 (_G_pid_t): Likewise.
31534 (_G_uid_t): Likewise.
31535 (_G_wchar_t): Likewise.
31536 (_G_wint_t): Likewise.
31537 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31538 (_G_ssize_t): Likewise.
31539 (_G_off_t): Likewise.
31540 (_G_pid_t): Likewise.
31541 (_G_uid_t): Likewise.
31542 (_G_wchar_t): Likewise.
31543 (_G_wint_t): Likewise.
31544 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31545 (_G_ssize_t): Likewise.
31546 (_G_off_t): Likewise.
31547 (_G_pid_t): Likewise.
31548 (_G_uid_t): Likewise.
31549 (_G_wchar_t): Likewise.
31550 (_G_wint_t): Likewise.
31551
9fab36eb
SP
315522012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
31553
31554 * malloc/arena.c: Include malloc-sysdep.h.
31555 (shrink_heap): Use check_may_shrink_heap to decide if madvise
31556 is sufficient to shrink the heap or an unmap is needed.
31557 * sysdeps/generic/malloc-sysdep.h: New file. Define
31558 new function check_may_shrink_heap.
31559 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
31560 new function check_may_shrink_heap.
31561
2b4f00d1
SP
315622012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
31563
31564 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
31565 comments.
31566
9a9028b1
DL
315672012-09-24 Dmitry V. Levin <ldv@altlinux.org>
31568
57c69bef
DL
31569 * catgets/test-gencat.sh: Add "set -e".
31570 * elf/tst-pathopt.sh: Likewise.
31571 * grp/tst_fgetgrent.sh: Likewise.
31572 * iconvdata/run-iconv-test.sh: Likewise.
31573 * intl/tst-gettext.sh: Likewise.
31574 * intl/tst-gettext2.sh: Likewise.
31575 * intl/tst-gettext4.sh: Likewise.
31576 * intl/tst-gettext6.sh: Likewise.
31577 * intl/tst-translit.sh: Likewise.
31578 * io/ftwtest-sh: Likewise.
31579 * libio/test-freopen.sh: Likewise.
31580 * malloc/tst-mtrace.sh: Likewise.
31581 * posix/globtest.sh: Likewise.
31582 * posix/tst-getconf.sh: Likewise.
31583 * posix/wordexp-tst.sh: Likewise.
31584 * stdio-common/tst-printf.sh: Likewise.
31585 * stdio-common/tst-unbputc.sh: Likewise.
31586 * stdlib/tst-fmtmsg.sh: Likewise.
31587 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31588 * catgets/Makefile: Do not specify -e option when running
31589 testsuite shell scripts.
31590 * elf/Makefile: Likewise.
31591 * grp/Makefile: Likewise.
31592 * iconvdata/Makefile: Likewise.
31593 * intl/Makefile: Likewise.
31594 * io/Makefile: Likewise.
31595 * libio/Makefile: Likewise.
31596 * malloc/Makefile: Likewise.
31597 * posix/Makefile: Likewise.
31598 * stdio-common/Makefile: Likewise.
31599 * stdlib/Makefile: Likewise.
31600 * sysdeps/x86_64/Makefile: Likewise.
31601
9a9028b1
DL
31602 * io/ftwtest-sh: Add copyright header.
31603 * posix/globtest.sh: Likewise.
31604 * posix/tst-getconf.sh: Likewise.
31605 * posix/wordexp-tst.sh: Likewise.
31606 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31607
ced6f16e
L
316082012-09-24 H.J. Lu <hongjiu.lu@intel.com>
31609
94b32c39
L
31610 [BZ #13679]
31611 * Makeconfig (+link): Defined as $(+link-static) if
31612 $(build-shared) isn't yes.
31613 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31614 isn't yes.
31615 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31616
189e935b
L
31617 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31618
ced6f16e
L
31619 [BZ #14562]
31620 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31621 new chunk size with MALLOC_ALIGN_MASK.
31622
a9f8e53a
JM
316232012-09-24 Joseph Myers <joseph@codesourcery.com>
31624
31625 [BZ #5044]
31626 * stdio-common/printf_fphex.c: Include <stdbool.h> and
31627 <rounding-mode.h>.
31628 (__printf_fphex): Determine rounding using get_rounding_mode and
31629 round_away.
31630 * stdio-common/tst-printf-round.c (struct hex_test): New
31631 structure.
31632 (hex_tests): New variable.
31633 (test_hex_in_one_mode): New function.
31634 (do_test): Also run tests for hex float output.
31635
43153109
JM
316362012-09-21 Joseph Myers <joseph@codesourcery.com>
31637
31638 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31639 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31640 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31641 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31642 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31643 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31644 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31645 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31646
8a26625d
JM
316472012-09-20 Joseph Myers <joseph@codesourcery.com>
31648
31649 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31650 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31651 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31652 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31653
f3fd569c
DL
316542012-09-19 Dmitry V. Levin <ldv@altlinux.org>
31655
31656 [BZ #14579]
31657 * elf/rtld.c (dl_main): Limit the check for self loading to normal
31658 mode only.
31659 * elf/tst-rtld-load-self.sh: New test.
31660 * elf/Makefile: Run it.
31661
63bbedd4
JM
316622012-09-18 Joseph Myers <joseph@codesourcery.com>
31663
31664 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31665 (tst-writev-ENV): Remove.
31666 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31667
626f8b6a
CM
316682012-09-17 Chris Metcalf <cmetcalf@tilera.com>
31669
31670 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31671
b7aaa4d6
JM
316722012-09-17 Joseph Myers <joseph@codesourcery.com>
31673
31674 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31675 unconditional.
31676 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31677 Likewise.
31678 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31679 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31680 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31681 Likewise.
31682
65513990
L
316832012-09-14 H.J. Lu <hongjiu.lu@intel.com>
31684
31685 [BZ #14587]
31686 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31687 * config.make.in (have-cpp-asm-debuginfo): Removed.
31688 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31689 * configure: Regenerated.
31690
784761be
JM
316912012-09-14 Joseph Myers <joseph@codesourcery.com>
31692
31693 [BZ #5044]
31694 * stdio-common/printf_fp.c: Include <stdbool.h> and
31695 <rounding-mode.h>.
31696 (___printf_fp): Determine rounding using get_rounding_mode and
31697 round_away.
31698 * stdio-common/tst-printf-round.c: New file.
31699 * stdio-common/Makefile (tests): Add tst-printf-round.
31700 (link-libm): New variable.
31701 ($(objpfx)tst-printf-round): Depend in $(link-libm).
31702
9503345f
L
317032012-09-13 H.J. Lu <hongjiu.lu@intel.com>
31704
31705 [BZ #14576]
31706 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31707 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31708 Likewise.
31709 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31710 Likewise.
31711
ad35fc00
JM
317122012-09-13 Joseph Myers <joseph@codesourcery.com>
31713
31714 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31715 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31716 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31717 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31718
6c9b0f68
JM
317192012-09-12 Joseph Myers <joseph@codesourcery.com>
31720
31721 [BZ #14518]
31722 * include/rounding-mode.h: New file.
31723 * sysdeps/generic/get-rounding-mode.h: Likewise.
31724 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31725 * stdlib/strtod_l.c: Include <rounding-mode.h>.
31726 (MAX_VALUE): New macro.
31727 (MIN_VALUE): Likewise.
31728 (overflow_value): New function.
31729 (underflow_value): Likewise.
31730 (round_and_return): Use overflow_value and underflow_value to
31731 determine return values in overflow and underflow cases. Use
31732 round_away to determine rounding depending on rounding mode.
31733 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31734 determine return values in overflow and underflow cases.
31735 * stdlib/tst-strtod-round.c: Include <fenv.h>.
31736 (struct test_results): New structure.
31737 (struct test): Use struct test_results to store expected results
31738 for all rounding modes.
31739 (TEST): Include expected results for all rounding modes.
31740 (test_in_one_mode): New function.
31741 (do_test): Use test_in_one_mode to compute and check results.
31742 Check results for all rounding modes.
31743 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31744 $(link-libm).
31745
19fcedd5
AM
317462012-12-09 Allan McRae <allan@archlinux.org>
31747
1e9d84cd 31748 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 31749
8bbfd2f1
JM
317502012-09-11 Joseph Myers <joseph@codesourcery.com>
31751
31752 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31753 (_G_int32_t): Likewise.
31754 (_G_uint16_t): Likewise.
31755 (_G_uint32_t): Likewise.
31756 (_G_HAVE_BOOL): Likewise.
31757 (_G_HAVE_ATEXIT): Likewise.
31758 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31759 (_G_HAVE_IO_FILE_OPEN): Likewise.
31760 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31761 (_G_int32_t): Likewise.
31762 (_G_uint16_t): Likewise.
31763 (_G_uint32_t): Likewise.
31764 (_G_HAVE_BOOL): Likewise.
31765 (_G_HAVE_ATEXIT): Likewise.
31766 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31767 (_G_HAVE_IO_FILE_OPEN): Likewise.
31768 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31769 (_G_int32_t): Likewise.
31770 (_G_uint16_t): Likewise.
31771 (_G_uint32_t): Likewise.
31772 (_G_HAVE_BOOL): Likewise.
31773 (_G_HAVE_ATEXIT): Likewise.
31774 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31775 (_G_HAVE_IO_FILE_OPEN): Likewise.
31776
b1dc5912
L
317772012-09-11 H.J. Lu <hongjiu.lu@intel.com>
31778
31779 * csu/libc-tls.c: Update copyright years.
31780
0e886ef9
JM
317812012-09-10 Joseph Myers <joseph@codesourcery.com>
31782
28361c5e
JM
31783 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31784 [!_G_USING_THUNKS]: Remove conditional code.
31785 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31786 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31787
0e886ef9
JM
31788 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31789 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31790 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31791 (_G_VTABLE_LABEL_PREFIX): Likewise.
31792 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31793 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31794 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31795 (_G_VTABLE_LABEL_PREFIX): Likewise.
31796 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31797 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31798 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31799 (_G_VTABLE_LABEL_PREFIX): Likewise.
31800 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31801
bcba7aa2
L
318022012-09-10 H.J. Lu <hongjiu.lu@intel.com>
31803
31804 * libio/Makefile: Include ../Makeconfig before tests.
31805 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31806 only if $(build-shared) is yes.
31807
06585ee8
L
31808 * iconv/gconv_db.c: Update copyright years.
31809
80ccd52c
LD
318102012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31811
31812 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31813 unwind info if defined PIC. Fix special cases description.
31814 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31815
31816 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31817 DP_HI_MASK entry.
31818 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31819
691bc9c1
L
318202012-09-07 H.J. Lu <hongjiu.lu@intel.com>
31821
3d9b46b3
L
31822 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31823
de2139a9
L
31824 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31825 is NULL.
31826
5ca78dd0
L
31827 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31828 (LDLIBS-tst-chk4): This.
31829 (LDFLAGS-tst-chk5): Renamed to ...
31830 (LDLIBS-tst-chk5): This.
31831 (LDFLAGS-tst-chk6): Renamed to ...
31832 (LDLIBS-tst-chk6): This.
31833 (LDFLAGS-tst-lfschk4): Renamed to ...
31834 (LDLIBS-tst-lfschk4): This.
31835 (LDFLAGS-tst-lfschk5): Renamed to ...
31836 (LDLIBS-tst-lfschk5): This.
31837 (LDFLAGS-tst-lfschk6): Renamed to ...
31838 (LDLIBS-tst-lfschk6): This.
31839
691bc9c1
L
31840 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31841 on $(common-objpfx)soversions.mk.
31842
65cafb1c
JM
318432012-09-07 Joseph Myers <joseph@codesourcery.com>
31844
31845 [BZ #10014]
31846 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31847 example host name.
31848
c78ab094
SP
318492012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
31850
31851 * malloc/arena.c (arena_get_retry): New function that gets
31852 another arena for the caller to try its request on.
31853 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31854 current arena cannot fulfill the request.
31855 (__libc_memalign): Likewise.
31856 (__libc_memalign): Likewise.
31857 (__libc_pvalloc): Likewise.
31858 (__libc_calloc): Likewise.
31859
01f49f59
JT
318602012-09-05 John Tobey <john.tobey@gmail.com>
31861
31862 [BZ #13542]
31863 * manual/arith.texi (Operations on Complex): Fix description
31864 of carg branch cut.
31865
4c23fed5
JM
318662012-09-06 Joseph Myers <joseph@codesourcery.com>
31867
1d3c8572
JM
31868 [BZ #10014]
31869 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31870 host name.
31871
4c23fed5
JM
31872 [BZ #10038]
31873 * manual/memory.texi (Memory): Make order of menu items match
31874 order of sections.
31875
04570aaa
L
318762012-09-06 H.J. Lu <hongjiu.lu@intel.com>
31877
31878 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31879 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
31880 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31881
b80af2f4
L
318822012-09-06 H.J. Lu <hongjiu.lu@intel.com>
31883
31884 * csu/libc-tls.c (static_dtv): Renamed to ...
31885 (_dl_static_dtv): This. Make it global.
31886 (_dl_initial_dtv): Removed.
31887 (__libc_setup_tls): Updated.
31888 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31889 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31890 DL_INITIAL_DTV.
31891
2abe9f15
PM
318922012-09-06 Petr Machata <pmachata@redhat.com>
31893
31894 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31895 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31896 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31897 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31898
0948c3af
L
318992012-09-06 H.J. Lu <hongjiu.lu@intel.com>
31900
31901 [BZ #14545]
31902 * csu/libc-tls.c (_dl_initial_dtv): New variable.
31903 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31904 freeing dtv[-1].
31905
a5055ad1
L
319062012-09-06 H.J. Lu <hongjiu.lu@intel.com>
31907
31908 [BZ #14544]
31909 * Makeconfig (link-static-before-libc): Replace $(+prector)
31910 with $(+prectorT).
31911 (link-static-after-libc): Replace $(+postctor) with
31912 $(+postctorT).
31913 (link-bounded): Replace $(+prector)/$(+postctor) with
31914 $(+prectorT)/$(+postctorT).
31915 (+prectorT): New macro.
31916 (+postctorT): Likewise.
31917
ed8c2ecd
JM
319182012-09-06 Joseph Myers <joseph@codesourcery.com>
31919
31920 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31921 (round_str): Handle values above the maximum for IBM long double
31922 as inexact.
31923 * stdlib/tst-strtod-round.c (tests): Regenerated.
31924
14c996c8
AK
319252012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31926
31927 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31928 assembler flag.
31929 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31930 zarch_nohighgprs around the zarch optimized routines.
31931 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31932 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31933 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31934 for zarch.
31935
430d6ce6
DM
319362012-09-05 David S. Miller <davem@davemloft.net>
31937
31938 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31939
57f41c40
AS
31940 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31941 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
31942 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31943 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31944 entries.
31945
24d4e01b
AO
319462012-09-05 Alexandre Oliva <aoliva@redhat.com>
31947
31948 * malloc/arena.c: Fold copyright years.
31949 * malloc/mcheck.c, malloc/memusage.c: Likewise.
31950
61d58174
AO
319512012-09-05 Alexandre Oliva <aoliva@redhat.com>
31952
31953 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31954
20196a5e
AO
319552012-09-05 Alexandre Oliva <aoliva@redhat.com>
31956
31957 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
31958
5c447383
AO
319592012-09-05 Alexandre Oliva <aoliva@redhat.com>
31960
31961 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
31962 change internal state upon failure.
31963
fad64255
AO
319642012-09-05 Alexandre Oliva <aoliva@redhat.com>
31965
31966 * malloc/mcheck.c (mcheck_check_all): Fix typo.
31967 * malloc/memusage.c (mmap): Likewise.
31968 (mmap64, mremap): Likewise. Adjust name in comment.
31969
1ffb8c90
SP
319702012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
31971
31972 * libio/fileops.c: Fix typos in comments.
31973 * libio/oldfileops.c: Likewise.
31974 * libio/wfileops.c: Likewise.
31975
6ef9cc37
SP
319762012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
31977
31978 [BZ #1349]
31979 * malloc/Makefile (tests): Add tst-malloc-usable test case.
31980 (tst-malloc-usable-ENV): Set environment for test case.
31981 * malloc/hooks.c (malloc_check_get_size): New function to get
31982 requested size.
31983 * malloc/malloc.c (musable): Use malloc_check_get_size.
31984 * malloc/tst-malloc-usable.c: New test case.
31985
4d038ae3
AS
319862012-09-05 Andreas Schwab <schwab@linux-m68k.org>
31987
31988 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
31989
c4e85184
AM
319902012-09-05 Allan McRae <allan@archlinux.org>
31991
b9dafc56 31992 [BZ #13966]
c4e85184
AM
31993 * configure.in (CXX_SYSINCLUDES): Use compiler output to
31994 determine header location.
31995 * configure: Regenerated.
31996
e1343020
AS
319972012-09-05 Andreas Schwab <schwab@linux-m68k.org>
31998
31999 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
32000 float format.
32001 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
32002 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
32003 format.
e1343020
AS
32004 (test): Regenerate.
32005
0a9f1987
DM
320062012-09-04 David S. Miller <davem@davemloft.net>
32007
32008 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
32009 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
32010 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
32011
29237804
FW
320122012-09-04 Florian Weimer <fweimer@redhat.com>
32013
32014 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
32015 failures.
32016
edb3cb88
FW
32017 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
32018
60160d83
JM
320192012-09-04 Joseph Myers <joseph@codesourcery.com>
32020
32021 [BZ #9914]
32022 * libio/iogetdelim.c: Include <limits.h>.
32023 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
32024 + len + 1 would overflow.
32025
bcd6c8dc
AJ
320262012-09-03 Andreas Jaeger <aj@suse.de>
32027
32028 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32029 * sysdeps/i386/fpu/libm-test-ulps: Update.
32030
4ffffbd2
LD
320312012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32032
32033 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32034 Add s_sinf-sse2, s_conf-sse2.
32035
32036 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32037 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32038 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32039 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32040
32041 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32042 for using routine as __sinf_ia32.
32043 Use macro for function declaration and weak_alias.
32044 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32045 for using routine as __cosf_ia32.
32046 Use macro for function declaration and weak_alias.
32047
32048 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32049 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32050
32051 * sysdeps/x86_64/fpu/s_sinf.S: New file.
32052 * sysdeps/x86_64/fpu/s_cosf.S: New file.
32053 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32054
32055 * math/libm-test.inc (cos_test): Add more test cases.
32056 (sin_test): Likewise.
32057 (sincos_test): Likewise.
32058
511fa286
AK
320592012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32060
32061 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32062 (IFUNC_RESOLVE): Make pointers to the specialized implementations
32063 hidden.
32064 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32065
5f30cfec
L
320662012-09-02 H.J. Lu <hongjiu.lu@intel.com>
32067
32068 [BZ #14538]
32069 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32070 first element of the GOT.
32071 (elf_machine_load_address): Return the difference between
32072 the runtime address of _DYNAMIC and elf_machine_dynamic ().
32073
0786794f
AM
320742012-09-01 Allan McRae <allan@archlinux.org>
32075
5f30cfec
L
32076 [BZ #13412]
32077 * configure.in (AWK): Require gawk version 3.0 or later.
32078 * configure: Regenerated.
0786794f 32079
26889eac
JM
320802012-09-01 Joseph Myers <joseph@codesourcery.com>
32081
32082 * sysdeps/unix/sysv/linux/kernel-features.h
32083 (__ASSUME_POSIX_CPU_TIMERS): Remove.
32084 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32085 [__NR_clock_getres]: Make code unconditional.
32086 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32087 (clock_getcpuclockid): Remove code left unreachable by removal of
32088 conditionals.
32089 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32090 code unconditional.
32091 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32092 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32093 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32094 Make code unconditional.
32095 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32096 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32097 * sysdeps/unix/sysv/linux/clock_settime.c
32098 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32099 conditional code.
32100 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32101 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32102
d22e28b0
L
321032012-08-29 H.J. Lu <hongjiu.lu@intel.com>
32104
32105 [BZ #14476]
32106 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32107 scripts/test-installation.pl.
32108
32109 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32110 and $ld_so_version if it is set.
32111
050af9c4
SP
321122012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
32113
32114 [BZ #14516]
32115 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32116 failure if reading from procfs failed.
32117 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32118
ad845c0b
JM
321192012-08-27 Joseph Myers <joseph@codesourcery.com>
32120
32121 * sysdeps/unix/sysv/linux/kernel-features.h
32122 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32123 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32124 Remove conditional code.
32125 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32126 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32127 Remove conditional code.
32128 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32129 * sysdeps/unix/sysv/linux/i386/fxstat.c
32130 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32131 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32132 * sysdeps/unix/sysv/linux/i386/fxstatat.c
32133 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32134 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32135 * sysdeps/unix/sysv/linux/i386/lxstat.c
32136 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32137 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32138 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32139 Remove conditional code.
32140 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32141 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32142 Remove conditional code.
32143 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32144 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32145 <kernel-features.h>.
32146 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32147 Remove.
32148 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32149 Remove conditional code.
32150 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32151 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32152 Remove conditional.
32153
5dbf56af
MF
321542012-08-27 Mike Frysinger <vapier@gentoo.org>
32155
32156 [BZ #5400]
32157 * NEWS: Add fixed bug number.
32158
d6e70f43
JM
321592012-08-27 Joseph Myers <joseph@codesourcery.com>
32160
7efb4737
JM
32161 [BZ #14519]
32162 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32163 underflowing exponent in case of negative sign.
32164 * stdlib/tst-strtod-round-data: Add more tests.
32165 * stdlib/tst-strtod-round.c (tests): Regenerated.
32166
af92131a
JM
32167 [BZ #3479]
32168 * stdlib/strtod_l.c (NDIG): Remove.
32169 (HEXNDIG): Likewise.
32170 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32171 smallest representable value.
32172 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32173 lie within an exact representation of 1/2 ulp of the result.
32174 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32175 unconditionally.
32176 (TENS_P9_IDX): Define unconditionally.
32177 (TENS_P9_SIZE): Likewise.
32178 (TENS_P10_IDX): Likewise.
32179 (TENS_P10_SIZE): Likewise.
32180 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32181 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32182 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32183 entries for 10^2^13 and 10^2^14.
32184 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32185 (TENS_P13_IDX): Define.
32186 (TENS_P13_SIZE): Likewise.
32187 (TENS_P14_IDX): Likewise.
32188 (TENS_P14_SIZE): Likewise.
32189 (_fpioconst_pow10): Change array size to
32190 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
32191 unconditional.
32192 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32193 1024]: Add entries for 10^2^13 and 10^2^14.
32194 [LAST_POW10 > _LAST_POW10]: Remove #error.
32195 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32196 (_fpioconst_pow10): Change array size to
32197 FPIOCONST_POW10_ARRAY_SIZE.
32198 * stdlib/gen-fpioconst.c: New file.
32199 * stdlib/gen-tst-strtod-round.c: Likewise.
32200 * stdlib/tst-strtod-round-data: Likewise.
32201 * stdlib/tst-strtod-round.c: Likewise.
32202 * stdlib/Makefile (tests): Add tst-strtod-round.
32203
d6e70f43
JM
32204 [BZ #14459]
32205 * stdlib/strtod_l.c: Include <stdint.h>.
32206 (NDEBUG): Do not define.
32207 (round_and_return): Change EXPONENT parameter to type intmax_t.
32208 Rearrange calculations to avoid internal overflow possibilities.
32209 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32210 Rearrange calculations to avoid internal overflow possibilities.
32211 Assert that number fits inside MPNSIZE limbs.
32212 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32213 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
32214 calculations and add assertions to avoid internal overflow
32215 possibilities. Add casts to avoid signed/unsigned operations.
32216 * stdlib/tst-strtod-overflow.c: New file.
32217 * stdlib/Makefile (tests): Add tst-strtod-overflow.
32218
1f529f7d
MP
322192012-08-25 Marek Polacek <polacek@redhat.com>
32220
32221 * time/time.h: Fix some typos in comments.
32222
59a629f1
RM
322232012-08-23 Roland McGrath <roland@hack.frob.com>
32224
32225 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32226 * posix/tst-rfc3484-2.c: Likewise.
32227 * posix/tst-rfc3484-3.c: Likewise.
32228
d3bafbc9
SM
322292012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
32230
32231 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32232 (EF_ARM_ABI_FLOAT_HARD): Likewise.
32233
4efcc022
JM
322342012-08-23 Joseph Myers <joseph@codesourcery.com>
32235
32236 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32237 #include of fxstatat64.c.
32238
3cc3ef96
RM
322392012-08-22 Roland McGrath <roland@hack.frob.com>
32240
f04e2132
RM
32241 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32242 * shadow/getspent_r.c: Likewise.
32243 * shadow/getspnam.c: Likewise.
32244 * shadow/getspnam_r.c: Likewise.
32245 * gshadow/getsgent.c: Likewise.
32246 * gshadow/getsgent_r.c: Likewise.
32247 * gshadow/getsgnam.c: Likewise.
32248 * gshadow/getsgnam_r.c: Likewise.
32249 * inet/getnetbyad.c: Likewise.
32250 * inet/getnetbyad_r.c: Likewise.
32251 * inet/getnetbynm.c: Likewise.
32252 * inet/getnetbynm_r.c: Likewise.
32253 * inet/getnetent.c: Likewise.
32254 * inet/getnetent_r.c: Likewise.
32255 * inet/getproto.c: Likewise.
32256 * inet/getproto_r.c: Likewise.
32257 * inet/getprtent.c: Likewise.
32258 * inet/getprtent_r.c: Likewise.
32259 * inet/getprtname.c: Likewise.
32260 * inet/getprtname_r.c: Likewise.
32261 * inet/getrpcbyname.c: Likewise.
32262 * inet/getrpcbyname_r.c: Likewise.
32263 * inet/getrpcbynumber.c: Likewise.
32264 * inet/getrpcbynumber_r.c: Likewise.
32265 * inet/getrpcent.c: Likewise.
32266 * inet/getrpcent_r.c: Likewise.
32267 * inet/getaliasent.c: Likewise.
32268 * inet/getaliasent_r.c: Likewise.
32269 * inet/getaliasname.c: Likewise.
32270 * inet/getaliasname_r.c: Likewise.
32271 * nscd/getgrgid_r.c: Likewise.
32272 * nscd/getgrnam_r.c: Likewise.
32273 * nscd/gethstbyad_r.c: Likewise.
32274 * nscd/gethstbynm3_r.c: Likewise.
32275 * nscd/getpwnam_r.c: Likewise.
32276 * nscd/getpwuid_r.c: Likewise.
32277 * nscd/getsrvbynm_r.c: Likewise.
32278 * nscd/getsrvbypt_r.c: Likewise.
32279 * nscd/gai.c: Likewise.
32280
c53d909c
RM
32281 * configure.in (build_nscd): New substituted variable, set
32282 by --disable-build-nscd and defaults to $use_nscd.
32283 * configure: Regenerated.
32284 * config.make.in (build-nscd): New substituted variable.
32285 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32286 Change conditional to require [$(build-nscd) = yes] as well.
32287 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32288
3cc3ef96
RM
32289 [BZ# 13696]
32290 * configure.in (use_nscd): New substituted variable, set by
32291 --disable-nscd. If enabled, define USE_NSCD.
32292 * configure: Regenerated.
32293 * config.h.in: Add USE_NSCD.
32294 * config.make.in (use-nscd): New substituted variable.
32295 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32296 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32297 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32298 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32299 (CFLAGS-getgrnam_r.c): Likewise.
32300 (CFLAGS-initgroups.c): Likewise.
32301 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32302 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32303 Variables removed.
32304 * inet/getnetgrent_r.c
32305 (nscd_setnetgrent): New function, broken out of ...
32306 (setnetgrent): ... here. Call it.
32307 (innetgr): Conditionalize nscd bits on [USE_NSCD].
32308 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32309 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32310 * nscd/Makefile (routines, aux): Move definitions after include of
32311 Makeconfig. Conditionalize on [$(use-nscd) != no].
32312 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32313 Conditionalize on [USE_NSCD].
32314 (is_nscd, nscd_init_cb): Likewise.
32315 (nss_load_library): Conditionalize init callback on [USE_NSCD].
32316 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32317 * nss/nss_db/db-init.c: Likewise.
32318 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32319 [USE_NSCD].
32320 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32321 (make_request): Use it.
32322 (cache_valid_p): New function.
32323 (__check_pf): Use it.
32324 * NEWS: Add item for --disable-nscd.
32325
07e51550
DL
323262012-08-22 Dmitry V. Levin <ldv@altlinux.org>
32327
32328 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32329 to support sed >= 4.2.1-20-ga9bf076.
32330 * configure: Regenerated.
32331
35a5b08b
RM
323322012-08-22 Roland McGrath <roland@hack.frob.com>
32333
32334 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32335 Conditionalize whole body on [IREL].
32336
8479f23a
JL
323372012-08-22 Jeff Law <law@redhat.com>
32338
32339 [BZ #14505]
32340 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32341 if the family is PF_UNSPEC.
32342
48da0b21
MF
323432012-08-22 Mike Frysinger <vapier@gentoo.org>
32344
32345 * Makerules (lib-version): Rename from V.
32346 (install-lib-nosubdir): Change V to lib-version.
32347
15d0da8c
WS
323482012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
32349
32350 [BZ #14252]
32351 * powerpc32/power6/wcschr.c: New file.
32352 * powerpc32/power6/wcscpy.c: New file.
32353 * powerpc32/power6/wcsrchr.c: New file.
32354 * powerpc64/power6/wcschr.c: New file.
32355 * powerpc64/power6/wcscpy.c: New file.
32356 * powerpc64/power6/wcsrchr.c: New file.
32357
bcca0895
MK
323582012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
32359
32360 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32361 (two_way_short_needle): Use it.
5a4aaa33
RM
32362 * string/strstr.c (AVAILABLE1_USES_J): Define.
32363 * string/strcasestr.c: Likewise.
99677e57
MK
32364
32365 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32366 array references.
32367 * string/strcasestr.c (TOLOWER): Make side-effect safe.
32368
400726de
MK
32369 [BZ #11607]
32370 * NEWS: Add an entry.
32371 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32372 define their defaults.
32373 (two_way_short_needle): Detect end-of-string on-the-fly.
32374 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32375 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32376 * string/bug-strcasestr1.c: New test.
32377 * string/Makefile: Run it.
32378
20a71f2c
MK
323792012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
32380
32381 [BZ #11607]
32382 * string/str-two-way.h (two_way_short_needle): Optimize matching of
32383 the first character.
32384
21ad0558
RM
323852012-08-21 Roland McGrath <roland@hack.frob.com>
32386
32387 * csu/elf-init.c (__libc_csu_irel): Function removed.
32388 * csu/libc-start.c (apply_irel): New function.
32389 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32390
0e1d9911
JM
323912012-08-21 Joseph Myers <joseph@codesourcery.com>
32392
32393 * sysdeps/unix/sysv/linux/kernel-features.h
32394 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32395 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32396 <kernel-features.h>.
32397 [__NR_fadvise64_64]: Make code unconditional.
32398 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32399 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32400 !__NR_fadvise64_64)]: Likewise.
32401 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32402 !__NR_fadvise64_64))]: Likewise.
32403 [__NR_fadvise64]: Make code unconditional.
32404 [!__NR_fadvise64]: Remove conditional code.
32405 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32406 <kernel-features.h>.
32407 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32408 unconditional.
32409 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32410 conditional code.
32411 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32412 not include <kernel-features.h>.
32413 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32414 unconditional.
32415 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32416 conditional code.
32417 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32418 include <kernel-features.h>.
32419 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32420 unconditional.
32421 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32422 conditional code.
32423
14a50c9d
WS
324242012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
32425
32426 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32427 slight instruction rearrangements per scrollpipe analysis.
32428 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32429
c0f4faf0
RM
324302012-08-20 Roland McGrath <roland@hack.frob.com>
32431
696da859
RM
32432 * manual/syslog.texi (syslog; vsyslog, closelog):
32433 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32434 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32435
c0f4faf0
RM
32436 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32437 DSOCAPS to match condition on defining it.
32438
348363b2
JM
324392012-08-20 Joseph Myers <joseph@codesourcery.com>
32440
a35cbf28
JM
32441 * sysdeps/unix/sysv/linux/kernel-features.h
32442 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32443 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32444 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32445 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32446 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32447 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32448 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32449 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32450 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32451 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32452
445f7ecd
JM
32453 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32454 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32455
348363b2
JM
32456 * sysdeps/unix/sysv/linux/kernel-features.h
32457 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32458 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32459 unconditional.
32460 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32461 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32462 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32463 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32464 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32465 Make code unconditional.
32466 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32467 (__mmap64) [!__NR_mmap2]: Likewise.
32468 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32469 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32470 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32471 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32472 [__NR_mmap2]: Make code unconditional.
32473 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32474 (__mmap64) [!__NR_mmap2]: Likewise.
32475
bc5bc0e5
AK
324762012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32477
32478 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32479
88d506de
AJ
324802012-08-18 Andreas Jaeger <aj@suse.de>
32481
32482 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32483
493387d2
MF
324842012-08-18 Mike Frysinger <vapier@gentoo.org>
32485
32486 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32487 * include/unistd.h (__have_sock_cloexec): Likewise.
32488 (__have_pipe2): Likewise.
32489 (__have_dup3): Likewise.
32490
a277af22
MF
324912012-08-18 Mike Frysinger <vapier@gentoo.org>
32492
32493 [BZ #9685]
32494 * include/unistd.h (__have_pipe2): Change define into an extern int.
32495 (__have_dup3): Likewise.
32496 * socket/have_sock_cloexec.c: Include fcntl.h.
32497 (__have_pipe2): New variable.
32498 (__have_dup3): Likewise.
32499
fdab8fd3
MF
325002012-08-17 Mike Frysinger <vapier@gentoo.org>
32501
32502 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32503
31035e80
MP
325042012-08-17 Marek Polacek <polacek@redhat.com>
32505
32506 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32507 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32508
3bd9e993
RM
325092012-08-17 Roland McGrath <roland@hack.frob.com>
32510
c91c505f
RM
32511 * configure.in: Add AC_SUBST for sysheaders.
32512 * configure: Regenerated.
32513 * config.make.in (sysheaders): New substituted variable.
32514
7c6f9d53
RM
32515 * sysdeps/unix/mkfifo.c: Moved ...
32516 * sysdeps/posix/mkfifo.c: ... here.
32517 * sysdeps/unix/mkfifoat.c: Moved ...
32518 * sysdeps/posix/mkfifoat.c: ... here.
32519
32520 * sysdeps/unix/utime.c: Moved ...
32521 * sysdeps/posix/utime.c: ... here.
32522
32523 * sysdeps/unix/time.c: Moved ...
32524 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
32525 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32526 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
32527
32528 * sysdeps/unix/nice.c: Moved ...
32529 * sysdeps/posix/nice.c: ... here.
32530
32531 * sysdeps/unix/alarm.c: Moved ...
32532 * sysdeps/posix/alarm.c: ... here.
32533
3bd9e993
RM
32534 * intl/Makefile ($(codeset_mo)): Depend on the input file.
32535
d1f09384
JL
325362012-08-17 Jeff Law <law@redhat.com>
32537
32538 * intl/Makefile (codeset_mo): New variable.
32539 ($(codeset_mo)): New target.
32540 (tst-codeset.out): Depend on that. Remove explicit rule.
32541 (tst-gettext3.out, tst-gettext5.out): Likewise.
32542 (LOCPATH-ENV, tst-codeset-ENV): New variables.
32543 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32544 * intl/tst-codeset.sh: Remove.
32545 * intl/tst-gettext3.sh: Likewise.
32546 * intl/tst-gettext5.sh: Likewise.
32547
2ae1ae5c
RM
325482012-08-17 Roland McGrath <roland@hack.frob.com>
32549
c31fdb83
RM
32550 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
32551 * sysdeps/unix/syscalls.list: ... here.
32552
a0844057
RM
32553 * sysdeps/posix/getaddrinfo.c
32554 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
32555 (gaiconf_init, gaiconf_reload): Use them.
32556 [!_STATBUF_ST_NSEC]
32557 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
32558 Define using time_t rather than struct timespec.
32559
750c1f2a
RM
32560 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
32561 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
32562 Macros removed.
32563 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
32564 [!NO_THREADS].
32565 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
32566 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
32567 Likewise.
32568
2ae1ae5c
RM
32569 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
32570 __libc_cleanup_push argument.
32571
e66a42f5
RM
32572 * bits/param.h: New file.
32573 * misc/sys/param.h: New file.
32574 * include/sys/param.h: New file.
32575 * misc/Makefile (headers): Add bits/param.h.
32576 * sysdeps/generic/sys/param.h: File removed.
32577 * sysdeps/unix/sysv/linux/bits/param.h: New file.
32578 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
32579 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 32580 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 32581
b7c08a66
RM
32582 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
32583 last change.
32584
b2e1c562
RM
32585 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
32586 [_IO_MTSAFE_IO].
32587 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
32588 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
32589 New macros.
32590
c75ccd4c
RM
32591 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
32592 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
32593 rather than -D_IO_MTSAFE_IO conditionally.
32594 * stdio-common/Makefile (CPPFLAGS): Likewise.
32595 * wcsmbs/Makefile (CPPFLAGS): Likewise.
32596 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32597 Use $(libio-mtsafe).
32598 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32599 of -D_IO_MTSAFE_IO.
32600 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32601 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32602 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32603 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32604 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32605 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32606 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32607 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32608 (CFLAGS-fread_u_chk.c): Likewise.
32609 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32610 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32611 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32612 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32613 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32614 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32615 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32616 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32617 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32618
32619 * libio/Makefile: Test [$(libc-reentrant) = yes]
32620 instead of [$(filter %REENTRANT, $(defines)) nonempty].
32621
32622 * Makeconfig
32623 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32624 * sysdeps/pthread/configure: File removed.
32625 * sysdeps/pthread/Makeconfig: New file.
32626 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32627 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32628
d9195db8
GB
326292012-08-16 Gary Benson <gbenson@redhat.com>
32630
32631 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32632 unmapping the first object in a namespace.
32633
86466cd9
RM
326342012-08-16 Roland McGrath <roland@hack.frob.com>
32635
32636 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32637 (__internal_setnetgrent): ... this. Add internal_function to
32638 definition. Add libc_hidden_def.
32639 (setnetgrent): Update caller.
32640 (internal_endnetgrent): Renamed to ...
32641 (__internal_endnetgrent): ... this. Add internal_function to
32642 definition. Add libc_hidden_def.
32643 (endnetgrent): Update caller.
32644 (internal_getnetgrent_r): Renamed to ...
32645 (__internal_getnetgrent_r): ... this. Add internal_function to
32646 definition. Add libc_hidden_def.
32647 (__getnetgrent_r): Update caller.
32648 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
32649
c3c8283c
JM
326502012-08-16 Joseph Myers <joseph@codesourcery.com>
32651
32652 * stdlib/longlong.h: Update from GCC.
32653
db1ee0a8
RM
326542012-08-16 Roland McGrath <roland@hack.frob.com>
32655
32656 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32657 on _QL, which is set by umul_ppmm but never used.
32658 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32659 variables, which are set by GMP macros but never used.
32660 * stdio-common/_itowa.c (_itowa): Likewise.
32661 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32662 * stdlib/mod_1.c (mpn_mod_1): Likewise.
32663
30f69637
CD
326642012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
32665
32666 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32667 struct La_sh_regs is not constant.
32668 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32669 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32670 and struct La_sparc64_regs are not constant.
32671
93a78ac4
JM
326722012-08-16 Joseph Myers <joseph@codesourcery.com>
32673
32674 * sysdeps/unix/sysv/linux/kernel-features.h
32675 (__ASSUME_POSIX_TIMERS): Remove.
32676 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32677 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32678 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32679 Make code unconditional.
32680 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32681 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32682 Make code unconditional.
32683 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32684 * sysdeps/unix/sysv/linux/clock_nanosleep.c
32685 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32686 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32687 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32688 Make code unconditional.
32689 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32690 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32691 (__libc_missing_posix_timers): Remove.
32692
dd924cd7
RM
326932012-08-15 Roland McGrath <roland@hack.frob.com>
32694
4b4f2771
RM
32695 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32696 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32697
601c888b
RM
32698 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32699
176790a7
RM
32700 * elf/dl-sym.c: Include <stdlib.h>.
32701
329bc018
RM
32702 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32703 constants, which avoids warnings in 32-bit builds.
32704
e04e272d
RM
32705 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32706 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32707
952bf94a
RM
32708 * misc/lseek.c: File moved to ...
32709 * io/lseek.c: ... here.
32710
7c99b50a
RM
32711 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32712
dd924cd7
RM
32713 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32714 shifting LEN more than 31 bits at once.
32715
b3f479a8
LD
327162012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32717
32718 [BZ #14195]
8c4ae0d4
RM
32719 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32720 segmentation fault for a case of two empty input strings.
b3f479a8
LD
32721 * string/test-strncasecmp.c (check1): Renamed to...
32722 (bz12205): ...this.
32723 (bz14195): Add new testcase for two empty input strings and N > 0.
32724 (test_main): Call new testcase, adapt for renamed function.
32725
9c55864e
AJ
327262012-08-15 Andreas Jaeger <aj@suse.de>
32727
32728 [BZ #14090]
32729 * crypt/md5test2.c: New test, based on test supplied by Serge
32730 Belyshev <belyshev@depni.sinp.msu.ru>.
32731 * crypt/Makefile (xtests): Add md5test-giant..
32732 * crypt/Makefile ($(objpfx)md5test-giant): Add.
32733
02dcb6c5
PE
327342012-08-15 Paul Eggert <eggert@cs.ucla.edu>
32735
32736 [BZ #14090]
32737 * crypt/md5.c (md5_process_block): Don't assume the buffer
32738 length is less than 2**32.
32739 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32740 length is less than 2**64.
32741
a3f95dcc
RM
327422012-08-15 Roland McGrath <roland@hack.frob.com>
32743
be75d758
RM
32744 * string/str-two-way.h: Include <sys/param.h>.
32745 (MAX): Macro removed.
32746
7312ca90
RM
32747 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32748 Move #define and #undef of memmove to just before and after
32749 including <string.h>.
32750
9a0a5486
RM
32751 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32752 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32753 and after including <string.h>. Move declarations of
32754 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32755 to before #include "string/memmove.c".
32756
67cc348d
RM
32757 * include/dirent.h: Declare __getdirentries.
32758
a3f95dcc
RM
32759 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32760 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32761
ca98e171
MF
327622012-08-14 Mike Frysinger <vapier@gentoo.org>
32763
32764 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32765 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32766 * sysdeps/i386/configure: Regenerated.
32767 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32768 STABS_CURRENT_FILE, and STABS_FUN.
32769 (END): Remove call to STABS_FUN_END.
32770 (STABS_CURRENT_FILE1): Delete.
32771 (STABS_CURRENT_FILE): Likewise.
32772 (STABS_FUN): Likewise.
32773 (STABS_FUN_END): Likewise.
32774 (STABS_FUN2): Likewise.
32775 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32776 * sysdeps/x86_64/configure: Regenerated.
32777
5908bf46
RM
327782012-08-14 Roland McGrath <roland@hack.frob.com>
32779
32780 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 32781 * elf/dl-lookup.c: Likewise.
5908bf46 32782
f2c05b9e
JM
327832012-08-14 Joseph Myers <joseph@codesourcery.com>
32784
32785 * sysdeps/unix/sysv/linux/kernel-features.h
32786 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32787 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32788 unconditionally.
32789 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32790 unconditionally.
32791 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32792 condition on __ASSUME_CLONE_THREAD_FLAGS.
32793
e11f5155
AJ
327942012-08-14 Andreas Jaeger <aj@suse.de>
32795
32796 * sysdeps/i386/fpu/libm-test-ulps: Update.
32797
51a9ba86
MK
327982012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
32799
2fdd4f78
AJ
32800 * include/atomic.h (atomic_exchange_and_add): Split into ...
32801 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32802 New atomic macros.
51a9ba86 32803
ba6cba9e
MT
328042012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
32805
32806 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32807
42443a47
JL
328082012-08-13 Jeff Law <law@redhat.com>
32809
32810 * manual/stdio.texi (snprintf): Clarify handling of the trailing
32811 null byte in the output string.
32812
121dce05
JM
328132012-08-10 Joseph Myers <joseph@codesourcery.com>
32814
32815 * sysdeps/unix/sysv/linux/kernel-features.h
32816 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32817 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32818 (__ASSUME_ARG_MAX_STACK_BASED): Define.
32819 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32820 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32821 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
32822 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32823
bf51f568
JL
328242012-08-09 Jeff Law <law@redhat.com>
32825
32826 [BZ #13939]
32827 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32828 When avoid_arena is set, don't retry in the that arena. Pick the
32829 next one, whatever it might be.
32830 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32831 (arena_lock): Pass in new parameter to arena_get2.
32832 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32833 arena_get2.
32834 (__libc_malloc): Unify retrying after main arena failure with
32835 __libc_memalign version.
32836 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32837
f85fa270
L
328382012-08-09 H.J. Lu <hongjiu.lu@intel.com>
32839
32840 [BZ #14166]
32841 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32842 to __redirect_strstr.
32843 (__strstr_sse42): Use typeof __redirect_strstr.
32844 (__strstr_ia32): Likewise.
32845 (__libc_strstr): New prototype.
32846 (strstr): Renamed to ...
32847 (__libc_strstr): This.
32848 (strstr): New strong alias of __libc_strstr.
32849 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32850 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32851 __redirect_time.
32852 Include <time.h>.
32853 (__libc_time): New prototype.
32854 (time_ifunc): Replace time with __libc_time.
32855 (time): New strong alias and hidden definition of __libc_time.
32856 (__GI_time): Remove strong alias.
32857 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32858 Include <stddef.h>.
32859 (memmove): Redefined to __redirect_memmove.
32860 (__memmove_sse2): Use typeof __redirect_memmove.
32861 (__memmove_ssse3): Likewise.
32862 (__memmove_ssse3_back): Likewise.
32863 (__libc_memmove): New prototype.
32864 (memmove): Renamed to ...
32865 (__libc_memmove): This.
32866 (memmove): New strong alias of __libc_memmove.
32867
33b4a91e
MS
328682012-08-08 Mark Salter <msalter@redhat.com>
32869
32870 * elf/elf.h
32871 (R_MN10300_TLS_GD): Define.
32872 (R_MN10300_TLS_LD): Likewise.
32873 (R_MN10300_TLS_LDO): Likewise.
32874 (R_MN10300_TLS_GOTIE): Likewise.
32875 (R_MN10300_TLS_IE): Likewise.
32876 (R_MN10300_TLS_LE): Likewise.
32877 (R_MN10300_TLS_DTPMOD): Likewise.
32878 (R_MN10300_TLS_DTPOFF): Likewise.
32879 (R_MN10300_TLS_TPOFF): Likewise.
32880 (R_MN10300_SYM_DIFF): Likewise.
32881 (R_MN10300_ALIGN): Likewise.
32882 (R_MN10300_NUM): Update.
32883
b36137f1
JM
328842012-08-08 Joseph Myers <joseph@codesourcery.com>
32885
32886 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32887 Remove.
32888
cdd915fd
RM
328892012-08-08 Roland McGrath <roland@hack.frob.com>
32890
a2433aac
RM
32891 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32892
cdd915fd
RM
32893 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32894 sysdeps/unix -> sysdeps/posix move.
32895 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32896
bf9b740a
AM
328972012-08-07 Allan McRae <allan@archlinux.org>
32898
32899 [BZ #14303]
32900 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32901 (SUNOS_CPP): Likewise.
32902 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32903 not found.
32904 (open_input): Call CPP using execvp.
32905
93df14ee
JM
329062012-08-07 Joseph Myers <joseph@codesourcery.com>
32907
32908 * sysdeps/unix/sysv/linux/kernel-features.h
32909 (__ASSUME_PROT_GROWSUPDOWN): Remove.
32910 (__ASSUME_NO_CLONE_DETACHED): Likewise.
32911 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32912 (__ASSUME_WAITID_SYSCALL): Likewise.
32913 * sysdeps/unix/sysv/linux/dl-execstack.c
32914 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32915 code unconditional.
32916 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32917 conditional code.
32918 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32919 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32920 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32921 code.
32922 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32923 unconditional.
32924 [__ASSUME_WAITID_SYSCALL]: Likewise.
32925 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32926
d34689de
RM
329272012-08-07 Roland McGrath <roland@hack.frob.com>
32928
a281decc
RM
32929 * sysdeps/unix/closedir.c: Renamed to ...
32930 * sysdeps/posix/closedir.c: ... here.
32931 * sysdeps/unix/dirfd.c: Renamed to ...
32932 * sysdeps/posix/dirfd.c: ... here.
32933 * sysdeps/unix/dirstream.h: Renamed to ...
32934 * sysdeps/posix/dirstream.h: ... here.
32935 * sysdeps/unix/fdopendir.c: Renamed to ...
32936 * sysdeps/posix/fdopendir.c: ... here.
32937 * sysdeps/unix/opendir.c: Renamed to ...
32938 * sysdeps/posix/opendir.c: ... here.
32939 * sysdeps/unix/readdir.c: Renamed to ...
32940 * sysdeps/posix/readdir.c: ... here.
32941 * sysdeps/unix/readdir_r.c: Renamed to ...
32942 * sysdeps/posix/readdir_r.c: ... here.
32943 * sysdeps/unix/rewinddir.c: Renamed to ...
32944 * sysdeps/posix/rewinddir.c: ... here.
32945 * sysdeps/unix/seekdir.c: Renamed to ...
32946 * sysdeps/posix/seekdir.c: ... here.
32947 * sysdeps/unix/telldir.c: Renamed to ...
32948 * sysdeps/posix/telldir.c: ... here.
32949 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32950 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32951 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32952 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32953
22895b47
RM
32954 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32955 * bits/fcntl.h: ... here.
32956
707a53b6
RM
32957 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
32958 not 0.
32959 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
32960 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
32961 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
32962 (struct flock): Move l_start, l_len to the beginning.
32963 Use __pid_t for l_pid.
32964 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
32965 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
32966 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
32967 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
32968 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
32969 [__USE_LARGEFILE64] (struct flock64): New type.
32970 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
32971
f0bd3e25
RM
32972 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
32973 * bits/dirent.h: ... here.
32974
d34689de
RM
32975 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
32976 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
32977
6dad2c06
JM
329782012-08-07 Joseph Myers <joseph@codesourcery.com>
32979
32980 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32981 Change from 2.6.0 to 2.6.16.
32982 * sysdeps/unix/sysv/linux/configure: Regenerated.
32983 * sysdeps/unix/sysv/linux/kernel-features.h
32984 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
32985 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
32986 version.
32987 (__ASSUME_UTIMES): Likewise.
32988 (__ASSUME_CLONE_STOPPED): Remove.
32989 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
32990 architectures, not kernel version.
32991 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
32992 (__ASSUME_NO_CLONE_DETACHED): Likewise.
32993 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32994 (__ASSUME_WAITID_SYSCALL): Likewise.
32995 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
32996 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
32997 * README: State 2.6.16 as minimum Linux kernel version. Do not
32998 refer to older versions.
32999
03af9520
RM
330002012-08-06 Roland McGrath <roland@hack.frob.com>
33001
8e49df1d
RM
33002 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
33003 Define alphasort64 as an alias.
33004 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
33005 Define versionsort64 as an alias.
33006 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
33007 Define scandir64 as an alias.
33008 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
33009 Define scandirat64 as an alias.
33010 * dirent/alphasort64.c (alphasort64):
33011 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
33012 * dirent/versionsort64.c: Likewise.
33013 * dirent/scandir64.c: Likewise.
33014 * dirent/scandirat64.c: Likewise.
33015 * sysdeps/wordsize-64/alphasort.c: File removed.
33016 * sysdeps/wordsize-64/alphasort64.c: File removed.
33017 * sysdeps/wordsize-64/scandir.c: File removed.
33018 * sysdeps/wordsize-64/scandir64.c: File removed.
33019 * sysdeps/wordsize-64/scandirat.c: File removed.
33020 * sysdeps/wordsize-64/scandirat64.c: File removed.
33021 * sysdeps/wordsize-64/versionsort.c: File removed.
33022 * sysdeps/wordsize-64/versionsort64.c: File removed.
33023 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
33024 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
33025 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
33026 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
33027 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
33028 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
33029 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
33030 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
33031
33032 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
33033 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33034 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33035 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33036 [defined __arch64__ || defined __sparcv9]
33037 (__INO_T_MATCHES_INO64_T): New macro.
33038 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33039 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33040 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33041 * sysdeps/unix/sysv/linux/bits/dirent.h
33042 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33043 (_DIRENT_MATCHES_DIRENT64): New macro.
33044
03af9520
RM
33045 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33046 Define lockf64 as an alias.
33047 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33048 Define fseeko64 as an alias.
33049 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33050 Define ftello64 as an alias.
33051 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33052 Define _IO_fgetpos64 and fgetpos64 as aliases.
33053 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33054 Define _IO_fsetpos64 and fsetpos64 as aliases.
33055 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33056 Conditionalize body on this.
33057 * libio/fseeko64.c: Likewise.
33058 * libio/ftello64.c: Likewise.
33059 * libio/iofgetpos64.c: Likewise.
33060 * libio/iofsetpos64.c: Likewise.
33061 * sysdeps/wordsize-64/lockf.c: File removed.
33062 * sysdeps/wordsize-64/lockf64.c: File removed.
33063 * sysdeps/wordsize-64/fseeko.c: File removed.
33064 * sysdeps/wordsize-64/fseeko64.c: File removed.
33065 * sysdeps/wordsize-64/ftello.c: File removed.
33066 * sysdeps/wordsize-64/ftello64.c: File removed.
33067 * sysdeps/wordsize-64/iofgetpos.c: File removed.
33068 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33069 * sysdeps/wordsize-64/iofsetpos.c: File removed.
33070 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33071 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33072 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33073 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33074 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33075 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33076 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33077 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33078 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33079 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33080 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33081
33082 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33083 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33084 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33085 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33086 [defined __arch64__ || defined __sparcv9]
33087 (__OFF_T_MATCHES_OFF64_T): New macro.
33088 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33089 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33090 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33091 (__OFF_T_MATCHES_OFF64_T): New macro.
33092
c5757acd
L
330932012-08-06 H.J. Lu <hongjiu.lu@intel.com>
33094
33095 * stdlib/secure-getenv.c (__secure_getenv): Replace
33096 GLIBC_2_16 with GLIBC_2_17.
33097
3a31811e
L
330982012-08-06 H.J. Lu <hongjiu.lu@intel.com>
33099
33100 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33101 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33102
faa2bccb
DM
331032012-08-03 David S. Miller <davem@davemloft.net>
33104
33105 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33106
85fe1997
JM
331072012-08-03 Joseph Myers <joseph@codesourcery.com>
33108
33109 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33110 Remove.
33111 (__ASSUME_CORRECT_SI_PID): Likewise.
33112 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33113 (__ASSUME_TMPFS_NAME): Likewise.
33114 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33115 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33116 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33117 (HAVE_AUX_SECURE): Make definition unconditional.
33118 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33119 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33120
4f75b7a0
RM
331212012-08-03 Roland McGrath <roland@hack.frob.com>
33122
33123 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33124 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33125 * sysdeps/mach/hurd/eloop-threshold.h: New file.
33126 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33127 __eloop_threshold instead of SYMLOOP_MAX.
33128
33129 * sysdeps/generic/eloop-threshold.h: New file.
33130 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33131 of MAXSYMLINKS.
33132 * elf/chroot_canon.c (chroot_canon): Likewise.
33133
7aab07e4
JM
331342012-08-03 Joseph Myers <joseph@codesourcery.com>
33135
33136 [BZ #13717]
33137 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33138 Change to 2.6.0 everywhere.
33139 * sysdeps/unix/sysv/linux/configure: Regenerated.
33140 * sysdeps/unix/sysv/linux/kernel-features.h
33141 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33142 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33143 kernel versions.
33144 (__ASSUME_POSIX_TIMERS): Define unconditionally.
33145 (__ASSUME_FUTEX_REQUEUE): Remove.
33146 (__ASSUME_STATFS64): Define unconditionally.
33147 (__ASSUME_AT_SECURE): Likewise.
33148 (__ASSUME_CORRECT_SI_PID): Likewise.
33149 (__ASSUME_TGKILL): Define without depending on kernel version for
33150 i386.
33151 (__ASSUME_UTIMES): Likewise.
33152 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33153 kernel version.
33154 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33155 (__ASSUME_TMPFS_NAME): Likewise.
33156 * README: Update reference to Linux kernel versions.
33157
b67e9372
MP
331582012-08-02 Marek Polacek <polacek@redhat.com>
33159
1f529f7d 33160 [BZ# 14150]
b67e9372
MP
33161 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
33162 libc_cv_asm_type_prefix with %.
33163 * configure: Regenerated.
d2441631
RM
33164 * include/libc-symbols.h: Remove comment about
33165 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
33166 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33167 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33168 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33169 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33170 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33171 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33172 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33173 * elf/tst-unique2mod1.c: Likewise.
33174 * elf/tst-unique1mod2.c: Likewise.
33175 * elf/tst-unique1mod1.c: Likewise.
33176 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33177 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33178 Replace ASM_TYPE_DIRECTIVE with .type.
33179 * sysdeps/s390/s390-64/sysdep.h: Likewise.
33180 * sysdeps/i386/sysdep.h: Likewise.
33181 * sysdeps/x86_64/sysdep.h: Likewise.
33182 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
33183 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33184 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 33185 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
33186 * sysdeps/powerpc/powerpc32/sysdep.h:
33187 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
33188 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33189 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33190 * sysdeps/i386/fpu/e_powf.S: Likewise.
33191 * sysdeps/i386/fpu/e_expl.S: Likewise.
33192 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33193 * sysdeps/i386/fpu/e_acosh.S: Likewise.
33194 * sysdeps/i386/fpu/e_pow.S: Likewise.
33195 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33196 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33197 * sysdeps/i386/fpu/s_expm1.S: Likewise.
33198 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33199 * sysdeps/i386/fpu/e_log2.S: Likewise.
33200 * sysdeps/i386/fpu/e_log2l.S: Likewise.
33201 * sysdeps/i386/fpu/e_scalb.S: Likewise.
33202 * sysdeps/i386/fpu/e_powl.S: Likewise.
33203 * sysdeps/i386/fpu/e_log10f.S: Likewise.
33204 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33205 * sysdeps/i386/fpu/e_logl.S: Likewise.
33206 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33207 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33208 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33209 * sysdeps/i386/fpu/e_log2f.S: Likewise.
33210 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33211 * sysdeps/i386/fpu/e_log.S: Likewise.
33212 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33213 * sysdeps/i386/fpu/e_logf.S: Likewise.
33214 * sysdeps/i386/fpu/e_log10l.S: Likewise.
33215 * sysdeps/i386/fpu/e_atanh.S: Likewise.
33216 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33217 * sysdeps/i386/fpu/e_log10.S: Likewise.
33218 * sysdeps/i386/fpu/s_frexp.S: Likewise.
33219 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33220 * sysdeps/i386/fpu/s_asinh.S: Likewise.
33221 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33222 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33223 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33224 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33225 * sysdeps/i386/i686/strtok.S: Likewise.
33226 * sysdeps/i386/i386-mcount.S: Likewise.
33227 * sysdeps/i386/strtok.S: Likewise.
33228 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33229 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33230 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33231 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33232 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33233 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33234 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33235 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33236 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33237 * sysdeps/x86_64/_mcount.S: Likewise.
33238 * sysdeps/x86_64/strtok.S: Likewise.
33239 * sysdeps/sh/_mcount.S: Likewise.
33240
2747bf9a
RM
332412012-08-01 Roland McGrath <roland@hack.frob.com>
33242
33243 * libio/iofopen.c: Include <fcntl.h>.
33244 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33245 (_IO_fopen64, fopen64): Define as aliases.
33246 * libio/iofopen64.c: Include <fcntl.h>.
33247 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33248 Conditionalize body on this.
33249 * sysdeps/wordsize-64/iofopen.c: File removed.
33250 * sysdeps/wordsize-64/iofopen64.c: File removed.
33251
3fb791b8
MP
332522012-08-01 Marek Polacek <polacek@redhat.com>
33253
33254 * libc/Makeconfig: Use elf in place of binfmt-subdir.
33255 Use dlfcn directly instead of a variable.
33256 (binfmt-subdir): Do not define.
33257 (dlfcn): Likewise.
33258
a9f1039f
JM
332592012-08-01 Joseph Myers <joseph@codesourcery.com>
33260
23bddc06
JM
33261 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33262 Remove all definitions.
33263 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33264 <kernel-features.h>.
33265 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33266 (miss_F_GETOWN_EX): Remove all definitions.
33267 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33268 macro definition.
33269 [!__ASSUME_FCNTL64]: Remove conditional code.
33270 [__ASSUME_FCNTL64]: Make code unconditional.
33271 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33272 <kernel-features.h>.
33273 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33274 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33275 (lockf64) [__NR_fcntl64]: Make code unconditional.
33276 (lockf64) [__ASSUME_FCNTL64]: Likewise.
33277
a9f1039f
JM
33278 * sysdeps/unix/sysv/linux/kernel-features.h
33279 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33280 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33281 Make code unconditional.
33282 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33283 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33284 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33285 [__NR_vfork]: Make code unconditional.
33286 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33287 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33288 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33289 [__NR_vfork]: Make code unconditional.
33290 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33291 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33292
09c0ee5f
RM
332932012-08-01 Roland McGrath <roland@hack.frob.com>
33294
48aec5b9
RM
33295 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33296 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33297
cd97c966
RM
33298 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33299 Define mkstemp64 as an alias.
3f55550c
RM
33300 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33301 Define mkstemps64 as an alias.
cd97c966
RM
33302 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33303 Define mkostemp64 as an alias.
b8625cfc
RM
33304 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33305 Define mkostemps64 as an alias.
cd97c966
RM
33306 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33307 Conditionalize body on this.
33308 * misc/mkostemp64.c: Likewise.
b8625cfc 33309 * misc/mkostemps64.c: Likewise.
3f55550c 33310 * misc/mkstemps64.c: Likewise.
cd97c966
RM
33311 * sysdeps/wordsize-64/mkstemp64.c: File removed.
33312 * sysdeps/wordsize-64/mkostemp64.c: File removed.
33313 * sysdeps/wordsize-64/mkostemp.c: File removed.
33314 * sysdeps/wordsize-64/mkstemp.c: File removed.
33315 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33316 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33317 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33318 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33319
09c0ee5f
RM
33320 [BZ #14138]
33321 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33322 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33323 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33324 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33325
33326 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33327 compat_symbol macros from <shlib-compat.h> rather than the underlying
33328 default_symbol_version and symbol_version macros, so that DEFAULT
33329 lines in shlib-versions are respected.
33330 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33331
7e66ee51
FW
333322012-08-01 Florian Weimer <fweimer@redhat.com>
33333
33334 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33335 Declare with warn_unused_result.
33336 (setgid, setregid, setegid, setresgid): Likewise.
33337 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33338 Likewise.
33339 * WUR-REPORT: Remove set*id functions.
33340
d2a54255
PT
333412012-07-31 Pino Toscano <toscano.pino@tiscali.it>
33342
33343 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33344
7ecdb005
RM
333452012-07-31 Roland McGrath <roland@hack.frob.com>
33346
b4180a5e 33347 [BZ #10191]
789bd351
RM
33348 * include/sys/socket.h (__libc_accept, __libc_accept4):
33349 Add attribute_hidden.
33350 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33351
40ce302d
RM
33352 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33353 use of PTR_MANGLE.
33354 * inet/getnetgrent_r.c (setup): Likewise.
33355
7ecdb005
RM
33356 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33357
e2eabb2c
DM
333582012-07-31 David S. Miller <davem@davemloft.net>
33359
33360 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33361
d0419dbf
JM
333622012-07-31 Joseph Myers <joseph@codesourcery.com>
33363
33364 [BZ #13629]
33365 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33366 value between 1.0 and 2.0 and smaller part has absolute value less
33367 than 1.0.
33368 * math/s_clog10.c (__clog10): Likewise.
33369 * math/s_clog10f.c (__clog10f): Likewise.
33370 * math/s_clog10l.c (__clog10l): Likewise.
33371 * math/s_clogf.c (__clogf): Likewise.
33372 * math/s_clogl.c (__clogl): Likewise.
33373 * math/libm-test.inc (clog_test): Add more tests.
33374 (clog10_test): Likewise.
33375 * sysdeps/i386/fpu/libm-test-ulps: Update.
33376 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33377
2bc13872
FW
333782012-07-31 Florian Weimer <fweimer@redhat.com>
33379
33380 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33381 Exit with zero in case no suitable GID is found, and write a
33382 message to standard error.
33383
bea9b193
RM
333842012-07-30 Roland McGrath <roland@hack.frob.com>
33385
33386 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33387 rather than to 1.
33388 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33389 (MAXPATHLEN): Removed.
33390 (NOGROUP, NODEV): New macros.
33391 (setbit, clrbit, isset, isclr): New macros.
33392 (howmany, roundup, powerof2): New macros.
33393 (DEV_BSIZE): New macro.
33394
33395 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33396 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33397
33398 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33399 definition on [!__NO_LONG_DOUBLE_MATH].
33400
33401 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33402 PTR_MANGLE and PTR_DEMANGLE.
33403
33404 * socket/accept4.c (accept4): Rename to __libc_accept4.
33405 Define accept4 as a weak alias.
33406
33407 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33408 on [_DIRENT_HAVE_D_TYPE].
33409 * io/ftw.c (ftw_dir): Likewise.
33410
33411 * io/xmknod.c (__xmknod): Don't check PATH for being null.
33412
33413 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33414
33415 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33416 Use the BSD numbers rather than the arbitrary ones we had.
33417 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33418 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33419 (SIGXCPU, SIGXFSZ): New macros.
33420 (_NSIG): Now 32.
33421
33422 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33423 initializer on [_LIBC_REENTRANT].
33424
33425 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33426 definitions inside [_POSIX_MAPPED_FILES].
33427
33428 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33429
33430 * dirent/opendir.c: Include <fcntl.h>.
33431
33432 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33433 (__libc_getspecific): Likewise.
33434 (__libc_key_create): Likewise.
33435
33436 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33437 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33438 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33439 (tmpfile64): Define as alias.
33440 * sysdeps/wordsize-64/tmpfile.c: File removed.
33441 * sysdeps/wordsize-64/tmpfile64.c: File removed.
33442 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33443 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33444
33445 * stdio-common/vfscanf.c: Include <stdbool.h>.
33446 * nss/makedb.c: Likewise.
33447 * stdio-common/_i18n_number.h: Likewise.
33448 * argp/argp-help.c: Likewise.
33449 * posix/wordexp.c: Likewise.
33450 * sysdeps/posix/spawni.c: Likewise.
33451 * nss/nss_files/files-initgroups.c: Likewise.
33452 * stdio-common/reg-modifier.c: Include <stdlib.h>.
33453 * nss/nss_files/files-initgroups.c: Likewise.
33454 * nss/nss_db/db-netgrp.c: Likewise.
33455 * nss/nss_db/db-initgroups.c: Likewise.
33456 * io/fchmodat.c: Include <sys/stat.h>.
33457
33458 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33459 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33460
33461 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33462 [HAVE_MMAP].
33463
33464 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33465 Add multiple inclusion protection.
33466
e5abc686
DM
334672012-07-27 David S. Miller <davem@davemloft.net>
33468
33469 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33470
815e6fa3
GB
334712012-07-27 Gary Benson <gbenson@redhat.com>
33472
33473 [BZ #14298]
33474 * elf/rtld.c: Include <stap-probe.h>.
33475 (dl_main): Added static probes "init_start" and "init_complete".
33476 * elf/dl-load.c: Include <stap-probe.h>.
33477 (lose): Take new parameter "nsid".
33478 Added static probe "map_failed".
33479 (_dl_map_object_from_fd): Pass namespace id to lose.
33480 Added static probe "map_start".
33481 (open_verify): Pass namespace id to lose.
33482 * elf/dl-open.c: Include <stap-probe.h>.
33483 (dl_open_worker) Added static probes "map_complete", "reloc_start"
33484 and "reloc_complete".
33485 * elf/dl-close.c: Include <stap-probe.h>.
33486 (_dl_close_worker): Added static probes "unmap_start" and
33487 "unmap_complete".
33488 * elf/rtld-debugger-interface.txt: New file documenting the above.
33489
9f98c16c
RM
334902012-07-26 Roland McGrath <roland@hack.frob.com>
33491
33492 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33493 rather than a string variable.
33494 * sunrpc/rpc_main.c (h_output): Likewise.
33495 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33496
f3c22df3
PT
334972012-07-26 Pino Toscano <toscano.pino@tiscali.it>
33498
33499 * inet/check_native.c: New file.
33500
3129cfc6
JM
335012012-07-26 Joseph Myers <joseph@codesourcery.com>
33502
da865e95
JM
33503 [BZ #13629]
33504 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33505 if larger part has absolute value 1.0.
33506 * math/s_clog10.c (__clog10): Likewise.
33507 * math/s_clog10f.c (__clog10f): Likewise.
33508 * math/s_clog10l.c (__clog10l): Likewise.
33509 * math/s_clogf.c (__clogf): Likewise.
33510 * math/s_clogl.c (__clogl): Likewise.
33511 * math/libm-test.inc (clog_test): Add more tests.
33512 (clog10_test): Likewise.
33513 * sysdeps/i386/fpu/libm-test-ulps: Update.
33514 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33515
3129cfc6
JM
33516 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33517 (pltexit): Likewise.
33518 (La_regs): Likewise.
33519 (La_retval): Likewise.
33520 (int_retval): Likewise.
33521 Update #error for removed macros to refer only to definitions in
33522 tst-audit.h.
33523 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
33524 macro.
33525 (pltexit): Likewise.
33526 (La_regs): Likewise.
33527 (La_retval): Likewise.
33528 (int_retval): Likewise.
33529 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33530 macro.
33531 (pltexit): Likewise.
33532 (La_regs): Likewise.
33533 (La_retval): Likewise.
33534 (int_retval): Likewise.
33535 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33536 macro.
33537 (pltexit): Likewise.
33538 (La_regs): Likewise.
33539 (La_retval): Likewise.
33540 (int_retval): Likewise.
33541 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33542 macro.
33543 (pltexit): Likewise.
33544 (La_regs): Likewise.
33545 (La_retval): Likewise.
33546 (int_retval): Likewise.
33547 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33548 macro.
33549 (pltexit): Likewise.
33550 (La_regs): Likewise.
33551 (La_retval): Likewise.
33552 (int_retval): Likewise.
33553 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33554 macro.
33555 (pltexit): Likewise.
33556 (La_regs): Likewise.
33557 (La_retval): Likewise.
33558 (int_retval): Likewise.
33559 * sysdeps/generic/tst-audit.h: Update comment to refer only to
33560 macro definitions in tst-audit.h.
33561 * sysdeps/i386/tst-audit.h: New file.
33562 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
33563 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
33564 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
33565 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
33566 * sysdeps/sh/tst-audit.h: Likewise.
33567 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
33568 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
33569 * sysdeps/x86_64/tst-audit.h: Likewise.
33570
bfc07087
AJ
335712012-07-26 Andreas Jaeger <aj@suse.de>
33572
b1b2aaf8
AJ
33573 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
33574 ptrace.
33575
33576 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
33577 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
33578 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
33579 PTRACE_O_MASK.
33580 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
33581 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
33582 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
33583
bfc07087
AJ
33584 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
33585 value.
33586
33587 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
33588 _sigsys.
33589 (si_call_addr, si_syscall, si_arch): Define new macro.
33590 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
33591 _sigsys.
33592 (si_call_addr, si_syscall, si_arch): Define new marcro.
33593 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33594 _sigsys.
33595 (si_call_addr, si_syscall, si_arch): Define new macro.
33596 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33597 _sigsys.
33598 (si_call_addr, si_syscall, si_arch): Define new macro.
33599
89b4b02f
JM
336002012-07-25 Joseph Myers <joseph@codesourcery.com>
33601
33602 [BZ #13717]
33603 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33604 Change to 2.4.21 where previously 2.4.1.
33605 * sysdeps/unix/sysv/linux/configure: Regenerated.
33606 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33607 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33608 Linux kernel version.
33609 (__ASSUME_STD_AUXV): Remove.
33610 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33611 kernel version.
33612 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33613 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33614 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33615 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33616 (__ASSUME_NETLINK_SUPPORT): Likewise.
33617 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33618 (__no_netlink_support): Remove conditional definition.
33619 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33620 Remove.
33621 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33622 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33623 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33624 (if_nameindex_ioctl): Remove.
33625 (if_nameindex_netlink): Do not handle __no_netlink_support.
33626 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33627 code.
33628 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33629 Remove conditional code.
33630 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33631 code.
33632 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33633 unconditional.
33634 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33635 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33636 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33637 Remove.
33638 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33639 [!__ASSUME_STD_AUXV]: Remove conditional code.
33640 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33641 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33642 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33643 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33644 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33645 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33646 code.
33647 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33648 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33649 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33650 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33651 conditional code.
33652 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33653 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33654 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33655 code.
33656 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33657 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33658 conditional code.
33659 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33660 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33661 code unconditional.
33662 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33663 conditional code.
33664 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33665 unconditional.
33666 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33667 conditional code.
33668 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33669 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33670 unconditional.
33671 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33672 conditional code.
33673 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33674 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33675 code unconditional.
33676 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33677 conditional code.
33678 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33679 unconditional.
33680 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33681 conditional code.
33682 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33683 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33684 code unconditional.
33685 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33686 conditional code.
33687 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33688 unconditional.
33689 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33690 conditional code.
33691
842a39cd
AS
336922012-07-25 Andreas Schwab <schwab@linux-m68k.org>
33693
33694 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33695 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33696 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33697 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33698 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33699 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33700 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33701 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33702 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33703 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33704 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33705 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33706 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33707 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33708 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33709 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33710 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33711 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33712 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33713 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33714 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33715 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33716 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33717
84b3fd84
FW
337182012-07-25 Florian Weimer <fweimer@redhat.com>
33719
33720 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
33721 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33722 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33723 Introduce __libc_secure_getenv.
0c7936d5
FW
33724 * stdlib/Versions (2.17): Add secure_getenv
33725 (GLIBC_PRIVATE): Add __libc_secure_getenv.
33726 * stdlib/secure-getenv.c: Rename __secure_getenv to
33727 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
33728 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
33729 * stdlib/tst-secure-getenv.c: New.
33730 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
33731 * manual/startup.texi (Environment Access): Document
33732 secure_getenv.
84b3fd84
FW
33733 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33734 __libc_secure_getenv.
33735 * inet/ruserpass.c (ruserpass): Likewise.
33736 * malloc/mtrace.c (mtrace): Likewise.
33737 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 33738 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
33739 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33740 * sysdeps/posix/tempname.c: Likewise. Evaluate
33741 HAVE_SECURE_GETENV.
33742 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 33743 __secure_getenv to __libc_secure_getenv.
84b3fd84 33744 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
33745 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33746 Likewise.
33747 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33748 Likewise.
33749 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33750 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33751 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33752 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33753 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33754 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33755 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 33756
56e49b71
JM
337572012-07-25 Joseph Myers <joseph@codesourcery.com>
33758
33759 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33760 (struct La_i86_retval): Likewise.
33761 (struct La_x86_64_regs): Likewise.
33762 (struct La_x86_64_retval): Likewise.
33763 (struct La_x32_regs): Likewise.
33764 (struct La_x32_retval): Likewise.
33765 (struct La_ppc32_regs): Likewise.
33766 (struct La_ppc32_retval): Likewise.
33767 (struct La_ppc64_regs): Likewise.
33768 (struct La_ppc64_retval): Likewise.
33769 (struct La_sh_regs): Likewise.
33770 (struct La_sh_retval): Likewise.
33771 (struct La_s390_32_regs): Likewise.
33772 (struct La_s390_32_retval): Likewise.
33773 (struct La_s390_64_regs): Likewise.
33774 (struct La_s390_64_retval): Likewise.
33775 (struct La_sparc32_regs): Likewise.
33776 (struct La_sparc32_retval): Likewise.
33777 (struct La_sparc64_regs): Likewise.
33778 (struct La_sparc64_retval): Likewise.
33779 (struct audit_ifaces): Remove architecture-specific pltenter and
33780 pltexit members.
33781 * sysdeps/i386/ldsodefs.h: New file.
33782 * sysdeps/powerpc/ldsodefs.h: Likewise.
33783 * sysdeps/s390/ldsodefs.h: Likewise.
33784 * sysdeps/sh/ldsodefs.h: Likewise.
33785 * sysdeps/sparc/ldsodefs.h: Likewise.
33786 * sysdeps/x86_64/ldsodefs.h: Likewise.
33787
354691b7
MP
337882012-07-25 Marek Polacek <polacek@redhat.com>
33789
33790 [BZ #6808]
33791 * math/libm-test.inc (yn_test): Add another test.
33792 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33793 to ERANGE when the result is +-Inf.
33794 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33795 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33796 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33797 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33798
bf9e2071
JM
337992012-07-24 Joseph Myers <joseph@codesourcery.com>
33800
33801 * conform/data/time.h-data (NULL): Use macro-constant. Require
33802 equal to 0.
33803 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
33804 clock_t.
33805 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
33806
57633811
TS
338072012-07-23 Thomas Schwinge <thomas@codesourcery.com>
33808
33809 * configure.in <sysdeps resolving>: Correct printing
33810 Implies_before.
33811 * configure: Regenerate.
33812
c23c33b0
TS
338132012-07-22 Thomas Schwinge <thomas@codesourcery.com>
33814
33815 * math/w_ilogb.c: Include <limits.h>.
33816 * math/w_ilogbl.c: Likewise.
33817
b5982523
JM
338182012-07-20 Joseph Myers <joseph@codesourcery.com>
33819
33820 * manual/lang.texi (__va_copy): Document primarily as ISO C99
33821 va_copy. Document allowing for unavailable va_copy only as
33822 pre-C99 compatibility.
33823 * manual/string.texi (Copying and Concatenation): Use va_copy
33824 instead of __va_copy in concat example.
33825
ac4ea442
PT
338262012-07-20 Pino Toscano <toscano.pino@tiscali.it>
33827
33828 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33829 (__sendto): Use create_address_port. Initialize APORT and deallocate
33830 it if not null.
33831
f98eafbd
PT
33832 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33833 with O_NOLINK passed to __file_name_lookup.
33834
898c7aab
PT
33835 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33836 with O_NOLINK passed to __file_name_lookup.
33837
0ced335a
PT
33838 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33839 negative N or less than NGIDS.
33840
b3404dbd
PT
33841 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33842 type to string_t. Set ERANGE as errno and return it if NAME is not big
33843 enough. Use memcpy instead of strncpy.
33844
0f48659e
JM
338452012-07-20 Joseph Myers <joseph@codesourcery.com>
33846
33847 * elf/Makefile (check-data): Remove.
33848 (localplt.data): New vpath directive.
33849 ($(objpfx)check-localplt.out): Use localplt.data from vpath
33850 instead of $(check-data).
33851 * scripts/data/localplt-generic.data: Move to ...
33852 * sysdeps/generic/localplt.data: ... here.
33853 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33854 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33855 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33856 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33857 ... here.
33858 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33859 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33860 ... here.
33861 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33862 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33863 ... here.
33864 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33865 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33866 ... here.
33867 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33868 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33869 ... here.
33870 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33871 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33872 ... here.
33873
d37cbdaa
AZ
338742012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
33875
33876 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33877 PPC32 and PPC64 files.
33878 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33879 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33880
46f85fc2
AK
338812012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33882
33883 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33884 __makecontext_ret to ...
33885 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33886 ... here and call exit if uc_link is NULL. New file.
33887 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33888 __makecontext_ret.S.
33889 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33890 __makecontext_ret to ...
33891 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33892 ... here and call exit if uc_link is NULL. New file.
33893 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33894 __makecontext_ret.S.
33895
08f43f9b
AK
338962012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33897
33898 * elf/elf.h (R_390_IRELATIVE): New definition.
33899 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33900 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
33901 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33902 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33903 (elf_machine_lazy_rel): Likewise.
33904 * sysdeps/s390/dl-irel.h: New file.
33905 * sysdeps/s390/s390-64/memcpy.S: New asm code.
33906 * sysdeps/s390/s390-64/memset.S: New asm code.
33907 * sysdeps/s390/s390-64/memcmp.S: New asm code.
33908 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33909 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33910 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33911 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33912 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33913 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33914 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33915 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33916 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33917 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33918 * sysdeps/s390/s390-32/memcpy.S: New asm code.
33919 * sysdeps/s390/s390-32/memset.S: New asm code.
33920 * sysdeps/s390/s390-32/memcmp.S: New asm code.
33921
3b05db33
MP
339222012-07-17 Marek Polacek <polacek@redhat.com>
33923
33924 [BZ #14349]
33925 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33926 * sysdeps/s390/s390-64/configure.in: Likewise.
33927 * sysdeps/sparc/configure.in: Likewise.
33928 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33929 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33930 * sysdeps/i386/configure.in: Likewise.
33931 * sysdeps/x86_64/configure.in: Likewise.
33932 * sysdeps/sh/configure.in: Likewise.
33933 * sysdeps/s390/s390-32/configure: Regenerated.
33934 * sysdeps/s390/s390-64/configure: Likewise.
33935 * sysdeps/x86_64/configure: Likewise.
33936 * sysdeps/sh/configure: Likewise.
33937 * sysdeps/powerpc/powerpc64/configure: Likewise.
33938 * sysdeps/powerpc/powerpc32/configure: Likewise.
33939 * sysdeps/sparc/configure: Likwise.
33940 * sysdeps/i386/configure: Likewise.
33941
a66877c6
MP
33942 * elf/dl-open.c: Comment fixes.
33943
cfc82fd8
JM
339442012-07-17 Joseph Myers <joseph@codesourcery.com>
33945
bd29910a
JM
33946 * Makefile [CXX] (check-data): Remove.
33947 [CXX] (c++-types.data): New vpath directive.
33948 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33949 vpath. Do not allow for C++ type data being missing.
33950 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33951 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33952 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33953 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33954 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33955 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
33956 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
33957 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
33958 ... here.
33959 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
33960 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
33961 ... here.
33962 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
33963 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
33964 ... here.
33965 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
33966 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
33967 ... here.
33968 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
33969 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
33970 ... here.
33971 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
33972 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
33973 ... here.
33974 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
33975 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
33976 ... here.
33977 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
33978 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
33979
cfc82fd8
JM
33980 * elf/tls-macros.h (TLS_LE): Move architecture-specific
33981 definitions to architecture-specific files.
33982 (TLS_IE): Likewise.
33983 (TLS_LD): Likewise.
33984 (TLS_GD): Likewise.
33985 * sysdeps/i386/tls-macros.h: New file.
33986 * sysdeps/powerpc/tls-macros.h: Likewise.
33987 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
33988 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
33989 * sysdeps/sh/tls-macros.h: Likewise.
33990 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
33991 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
33992 * sysdeps/x86_64/tls-macros.h: Likewise.
33993
f7db3170
TS
339942012-07-17 Thomas Schwinge <thomas@codesourcery.com>
33995
07cbfc23
TS
33996 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
33997 zero value for regular exit case.
33998
f7db3170
TS
33999 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
34000 (__start_context): Preserve zero value for regular exit case.
34001
dc97c227
TS
340022012-07-17 Thomas Schwinge <thomas@codesourcery.com>
34003 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34004
34005 * manual/setjmp.texi (setcontext): Clarify normal process
34006 termination when uc_link is the null pointer.
34007 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
34008 exit call.
34009
d0cd7d02
AS
340102012-07-16 Andreas Schwab <schwab@linux-m68k.org>
34011
34012 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
34013 preprocessor. Test for each exception mask separately.
34014
dd318934
AJ
340152012-07-16 Andreas Jaeger <aj@suse.de>
34016
34017 * po/ru.po: Update from translation team.
34018
8048311a
JM
340192012-07-15 Joseph Myers <joseph@codesourcery.com>
34020
34021 * conform/data/string.h-data (NULL): Use macro-constant. Require
34022 equal to 0.
34023 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34024 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34025 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
34026 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
34027 [ISO || ISO99 || ISO11] (*_t): Do not allow.
34028
b637d46e
AJ
340292012-07-13 Andreas Jaeger <aj@suse.de>
34030
34031 * po/fr.po: Update from translation team.
34032
541428fe
MP
340332012-07-12 Marek Polacek <polacek@redhat.com>
34034
34035 [BZ #14173]
34036 * math/libm-test.inc (yn_test): Add test for BZ #14173.
34037 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34038 loop condition.
34039
ec332e94
JM
340402012-07-12 Joseph Myers <joseph@codesourcery.com>
34041
34042 [BZ #13717]
34043 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34044 Change to 2.4.1 where previously 2.4.0.
34045 * sysdeps/unix/sysv/linux/configure: Regenerated.
34046 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34047 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34048 version.
34049 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34050 (__ASSUME_AT_CLKTCK): Remove.
34051 (__ASSUME_AT_PAGESIZE): Likewise.
34052 (__ASSUME_AT_XID): Likewise.
34053 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34054 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34055 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34056 unconditionally.
34057 (HAVE_AUX_PAGESIZE): Likewise.
34058 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34059 [__ASSUME_AT_CLKTCK]: Make code unconditional.
34060 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34061
7b6e99be
JB
340622012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
34063
34064 [BZ #14307]
34065 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34066 the temporary buffer used to invoke __gethostbyname2_r,
34067 __gethostbyaddr_r and gethostbyname4_r to make room for struct
34068 host_data / struct gaih_addrtuple.
34069 * resolv/nss_dns/dns-host.c (global scope): Move definition of
34070 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34071 header file nss/nsswitch.h.
34072 * nss/nsswitch.h (global scope): Add definition of implementation
34073 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34074 resolv/nss_dns/dns-host.c).
34075
608404eb
AJ
340762012-07-11 Andreas Jaeger <aj@suse.de>
34077
34078 * po/fr.po: Update from translation team.
34079
71220aca
AJ
34080 * po/sv.po: Update from translation team
34081 * po/fr.po: Another update from translation team.
34082
28cfe843
AZ
340832012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34084
34085 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34086 for subnormals or multiply small sinh result by itself.
34087 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34088 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34089
6b90f981
DM
340902012-07-11 David S. Miller <davem@davemloft.net>
34091
34092 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34093
c6825772
AS
340942012-07-10 Andreas Schwab <schwab@linux-m68k.org>
34095
34096 [BZ #14347]
34097 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34098 (INTERNAL_MARK): Shift it here.
34099
7b8e0d49
MP
341002012-07-10 Marek Polacek <polacek@redhat.com>
34101
34102 [BZ #14151]
34103 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
34104 libc_cv_asm_global_directive with .globl.
34105 * configure: Regenerated.
34106 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34107 with .globl.
34108 * sysdeps/i386/configure: Regenerated.
34109 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34110 with .globl.
34111 * sysdeps/x86_64/configure: Regenerated.
34112 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34113 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34114 * elf/tst-unique2mod2.c: Likewise.
34115 * elf/tst-unique2mod1.c: Likewise.
34116 * elf/tst-unique1mod2.c: Likewise.
34117 * elf/tst-unique1mod1.c: Likewise.
34118 * sysdeps/s390/s390-32/sysdep.h: Likewise.
34119 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34120 * sysdeps/s390/s390-64/sysdep.h: Likewise.
34121 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34122 * sysdeps/mach/sysdep.h: Likewise.
34123 * sysdeps/i386/sysdep.h: Likewise.
34124 * sysdeps/i386/i386-mcount.S: Likewise.
34125 * sysdeps/x86_64/_mcount.S: Likewise.
34126 * sysdeps/x86_64/sysdep.h: Likewise.
34127 * sysdeps/sh/_mcount.S: Likewise.
34128 * sysdeps/sh/sysdep.h: Likewise.
34129 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34130 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34131 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34132 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34133 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34134 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34135 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34136 * locale/localeinfo.h: Likewise.
34137 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34138 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34139
6c55cda3
RM
341402012-07-09 Roland McGrath <roland@hack.frob.com>
34141
34142 [BZ #14336]
34143 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34144 system".
34145 * manual/message.texi (The Uniforum approach): Likewise.
34146 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34147 (glibc iconv Implementation): Likewise.
34148
638a572e
JM
341492012-07-09 Joseph Myers <joseph@codesourcery.com>
34150
34151 [BZ #14337]
34152 * math/s_clog.c (__clog): Avoid scaling a value down where that
34153 could result in underflow.
34154 * math/s_clog10.c (__clog10): Likewise.
34155 * math/s_clog10f.c (__clog10f): Likewise.
34156 * math/s_clog10l.c (__clog10l): Likewise.
34157 * math/s_clogf.c (__clogf): Likewise.
34158 * math/s_clogl.c (__clogl): Likewise.
34159 * math/libm-test.inc (clog_test): Add more tests.
34160 (clog10_test): Likewise.
34161 * sysdeps/i386/fpu/libm-test-ulps: Update.
34162 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34163
261f4859
AS
341642012-07-06 Andreas Schwab <schwab@linux-m68k.org>
34165
0abaf3e4
AS
34166 [BZ #14283]
34167 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34168 by 7 not 8 to examine high bit of fractional part.
34169
261f4859
AS
34170 [BZ #14042]
34171 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34172 for call to __mcount_internal.
34173 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34174 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34175 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34176
f17ac40d
JM
341772012-07-06 Joseph Myers <joseph@codesourcery.com>
34178
9ad63c23
JM
34179 [BZ #14154]
34180 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34181 approximation for values within 0x1p-13f of an odd multiple of
34182 pi/4.
34183 * math/libm-test.inc (tan_test): Do not allow spurious underflow
34184 exception. Add more tests.
34185 * sysdeps/i386/fpu/libm-test-ulps: Update.
34186
f17ac40d
JM
34187 [BZ #6778]
34188 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34189 inputs and return -1 for them. Do not check for +Inf in case not
34190 reachable for +Inf.
34191 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34192 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34193 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34194 and return -1 for them. Do not check for +Inf in case not
34195 reachable for +Inf.
34196 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34197 define.
34198 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34199 and return -1 for them. Do not check for +Inf in case not
34200 reachable for +Inf.
34201 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
34202 spurious underflow.
34203 * sysdeps/i386/fpu/libm-test-ulps: Update.
34204 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34205
fb21f89b
MF
342062012-07-06 Mike Frysinger <vapier@gentoo.org>
34207
34208 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34209
cdfe2c5e
JM
342102012-07-05 Joseph Myers <joseph@codesourcery.com>
34211
34212 [BZ #14157]
34213 [BZ #14331]
34214 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34215 could result in spurious underflow. Scale down values above
34216 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34217 * math/s_csqrtf.c (__csqrtf): Likewise.
34218 * math/s_csqrtl.c (__csqrtl): Likewise.
34219 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
34220 spurious underflow.
34221 * sysdeps/i386/fpu/libm-test-ulps: Update.
34222 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34223
70d35b67
AS
342242012-07-04 Andreas Schwab <schwab@linux-m68k.org>
34225
704bc459
AS
34226 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34227 xopen-msg.sed.
34228 * catgets/xopen-msg.awk: New file.
34229 * catgets/xopen-msg.sed: Removed.
34230
70d35b67
AS
34231 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34232 po2text.sed.
34233 * intl/po2test.awk: New file.
34234 * intl/po2test.sed: Removed.
34235
ca61cf32
JM
342362012-07-04 Joseph Myers <joseph@codesourcery.com>
34237
34238 [BZ #14328]
34239 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34240 or multiply small sinh result by itself.
34241 * math/s_ctanf.c (__ctanf): Likewise.
34242 * math/s_ctanh.c (__ctanh): Likewise.
34243 * math/s_ctanhf.c (__ctanhf): Likewise.
34244 * math/s_ctanhl.c (__ctanhl): Likewise.
34245 * math/s_ctanl.c (__ctanl): Likewise.
34246 * math/libm-test.inc (ctan_test_tonearest): New function.
34247 (ctan_test_towardzero): Likewise.
34248 (ctan_test_downward): Likewise.
34249 (ctan_test_upward): Likewise.
34250 (ctanh_test_tonearest): Likewise.
34251 (ctanh_test_towardzero): Likewise.
34252 (ctanh_test_downward): Likewise.
34253 (ctanh_test_upward): Likewise.
34254 (main): Call these new functions.
34255 * sysdeps/i386/fpu/libm-test-ulps: Update.
34256 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34257
ca48a46a
MF
342582012-07-03 Mike Frysinger <vapier@gentoo.org>
34259
34260 * .gitignore: Delete /ports entry.
34261
9d63d37d
AJ
342622012-07-03 Andreas Jaeger <aj@suse.de>
34263
34264 * po/bg.po: Update from translation team.
34265 * po/cs.po: Likewise.
34266 * po/de.po: Likewise.
34267 * po/hr.po: Likewise.
34268 * po/nl.pl: Likewise.
34269 * po/pl.po: Likewise.
34270 * po/vi.po: Likewise.
34271
370ca3d2
JM
342722012-07-03 Joseph Myers <joseph@codesourcery.com>
34273
95f5a9a8
JM
34274 * Makeconfig [!+link] (+link-before-libc): New variable.
34275 [!+link] (+link-after-libc): Likewise.
34276 [!+link] (+link-tests): Likewise.
34277 [!+link] (+link): Define in terms of $(+link-before-libc) and
34278 $(+link-after-libc).
34279 [!+link-static] (+link-static-before-libc): New variable.
34280 [!+link-static] (+link-static-after-libc): Likewise.
34281 [!+link-static] (+link-static-tests): Likewise.
34282 [!+link-static] (+link-static): Define in terms of
34283 $(+link-static-before-libc) and $(+link-static-after-libc).
34284 [build-shared] (link-libc-before-gnulib): New variable.
34285 [build-shared] (link-libc-tests): Likewise.
34286 [build-shared] (link-libc): Define in terms of
34287 $(link-libc-before-gnulib).
34288 [!build-shared] (link-libc-tests): New variable.
34289 (link-libc-static-tests): New variable.
34290 [!gnulib] (gnulib-arch): New variable.
34291 [!gnulib] (gnulib-tests): Likewise.
34292 [!gnulib] (static-gnulib-arch): Likewise.
34293 [!gnulib] (static-gnulib-tests): Likewise.
34294 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
34295 Define with "=" instead of ":=".
34296 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
34297 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
34298 * Rules (binaries-all-notests): New variable.
34299 (binaries-all-tests): Likewise.
34300 (binaries-static-notests): Likewise.
34301 (binaries-static-tests): Likewise.
34302 (binaries-all): Define using $(binaries-all-notests) and
34303 $(binaries-all-tests).
34304 (binaries-static): Define using $(binaries-static-notests) and
34305 $(binaries-static-tests).
34306 (binaries-shared-tests): New variable.
34307 (binaries-shared-notests): Likewise.
34308 (binaries-shared): Remove variable.
34309 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34310 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34311 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34312 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34313 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34314 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34315 * elf/Makefile (sln-modules): New variable.
34316 (extra-objs): Add $(sln-modules:=.o).
34317 (ldconfig-modules): Add static-stubs.
34318 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34319 * elf/static-stubs.c: New file.
34320
7a845b2c
JM
34321 [BZ #14283]
34322 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34323 by 7 not 8 to examine high bit of fractional part. Use volatile
34324 variables when splitting into final array of floats if
34325 __FLT_EVAL_METHOD__ != 0.
34326 * math/libm-test.inc (cos_test): Add another test.
34327 (sin_test): Likewise.
34328 * sysdeps/i386/fpu/libm-test-ulps: Update.
34329
e2283f38
JM
34330 [BZ #14273]
34331 * math/libm-test.inc (cosh_test): Add more tests.
34332
370ca3d2
JM
34333 * version.h (RELEASE): Set to "development".
34334 (VERSION): Set to "2.16.90".
34335
ee9247c3
CD
343362012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
34337
34338 * NEWS: Update copyright. Remove last-updated date.
34339 Mention math library bug fixes and timezone data changes.
34340 * README: Mention GNU/Hurd, x32, and HPPA support status.
34341
4648c381
TS
343422012-06-28 Thomas Schwinge <thomas@codesourcery.com>
34343
34344 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34345
aac78a43
AJ
343462012-06-27 Andreas Jaeger <aj@suse.de>
34347
34348 * manual/contrib.texi (Contributors): Add Samuel Thibault.
34349
ed3dbfad
AJ
343502012-06-25 Andreas Jaeger <aj@suse.de>
34351
34352 * sysdeps/s390/fpu/libm-test-ulps: Update.
34353
4d0ee855
AS
343542012-06-23 Andreas Schwab <schwab@linux-m68k.org>
34355 Thomas Schwinge <thomas@codesourcery.com>
34356
34357 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34358 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34359 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34360 fanotify_mark.
34361
af1bce34
TS
343622012-06-23 Thomas Schwinge <thomas@codesourcery.com>
34363
a9fa33ba
TS
34364 * sysdeps/mach/start.c: Remove file.
34365 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34366 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34367 * sysdeps/sh/init-first.c: Likewise.
34368
58f902b8
TS
34369 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34370 registers for frame unwinding purposes, add CFI directives.
34371 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34372 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34373 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34374 Likewise.
34375
1518f58b
TS
34376 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34377 __fortify_fail returning.
34378 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34379
db9b5059
TS
34380 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34381 sysdeps/sh/____longjmp_chk.S.
34382 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34383 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34384 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34385 (gen-as-const-headers): Append sigaltstack-offsets.sym.
34386
967705fe
TS
34387 * sysdeps/sh/abort-instr.h: New file.
34388 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34389 process in case exit returns.
34390
a9def8c4
TS
34391 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34392 initialize the GOT register before use.
34393
2a649725
TS
34394 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34395 calculation of ARGC > 4.
34396
af1bce34
TS
34397 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34398 meaningful names to some local labels.
34399
d230f50a
KK
344002012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34401 Kaz Kojima <kkojima@rr.iij4u.or.jp>
34402
34403 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34404 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34405 (__arch_compare_and_exchange_val_16_acq): Likewise.
34406 (__arch_compare_and_exchange_val_32_acq): Likewise.
34407 (atomic_exchange_and_add): Fix gUSA sequence.
34408 (atomic_add): Likewise.
34409 (atomic_add_negative): Likewise.
34410 (atomic_add_zero): Likewise.
34411 (atomic_bit_test_set): Likewise.
34412
0479b305
AS
344132012-06-22 Andreas Schwab <schwab@redhat.com>
34414
34415 [BZ #13579]
34416 * include/link.h (struct link_map): Add l_free_initfini.
34417 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34418 l_initfini.
34419 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34420 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34421 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34422 set.
34423
0e3933b9
CD
344242012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
34425
34426 * configure.in: Use AC_LANG_SOURCE.
34427 * configure: Regenerate.
34428
4248b1b1
RM
344292012-06-22 Roland McGrath <roland@hack.frob.com>
34430
34431 * configure.in (libc_cv_localstatedir): New substituted variable.
34432 * configure: Regenerated.
34433 * config.make.in (localstatedir): New variable, substituted from
34434 libc_cv_localstatedir.
34435 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34436 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34437 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34438 * sysdeps/gnu/configure: Regenerated.
34439
006dd861
JL
344402012-06-21 Jeff Law <law@redhat.com>
34441
34442 [BZ #14277]
34443 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34444 free. Simplify list management for _LIBC case.
34445
79662d42
JM
344462012-06-21 Joseph Myers <joseph@codesourcery.com>
34447
b7abb4bf
JM
34448 [BZ #14273]
34449 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34450 Clear sign bit of 64-bit integer value before comparing against
34451 overflow value.
34452
79662d42
JM
34453 * sysdeps/mach/configure: Regenerated.
34454
1f150908
L
344552012-06-21 H.J. Lu <hongjiu.lu@intel.com>
34456
34457 [BZ #14278]
34458 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34459
28363bbf
JL
344602012-06-21 Jeff Law <law@redhat.com>
34461
34462 [BZ #13882]
34463 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
34464 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 34465 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
34466 * elf/dl-open.c (dl_open_worker): Likewise.
34467
09615db4
CD
344682012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
34469
34470 * scripts/list-sources.sh: Scan PORTS for translations.
34471 * po/libc.pot: Regenerated.
34472
2174c6dd
AJ
344732012-06-21 Andreas Jaeger <aj@suse.de>
34474
34475 [BZ #12194]
34476 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34477 warning.
34478 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34479 * bits/byteswap-16.h (__bswap_16): Likewise.
34480 * bits/byteswap.h (__bswap_constant_16): Likewise.
34481
3ee947b1
L
344822012-06-18 H.J. Lu <hongjiu.lu@intel.com>
34483
34484 [BZ #14117]
a2f34833
L
34485 * sysdeps/i386/fpu_control.h: Removed.
34486 * sysdeps/x86_64/fpu_control.h: Moved to ...
34487 * sysdeps/x86/fpu_control.h: Here.
34488
3ee947b1
L
34489 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34490 (_FPU_SETCW): Likewise.
34491
ed1825f8
L
344922012-06-15 H.J. Lu <hongjiu.lu@intel.com>
34493
25f1282a
L
34494 [BZ #14117]
34495 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34496 * sysdeps/x86/fpu/bits/mathinline.h: This.
34497 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34498
ed1825f8
L
34499 [BZ #14050]
34500 [BZ #14117]
34501 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34502 functions if __x86_64__ is defined.
34503
36d54b74
CLT
345042012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
34505
34506 * string/endian.h: Add !__ASSEMBLER__ condition for including
34507 conversion interfaces.
34508
10285c21
JM
345092012-06-15 Joseph Myers <joseph@codesourcery.com>
34510
34511 [BZ #14241]
34512 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34513 of ABS(x) in calculating zero to negative powers other than odd
34514 integers.
34515 * math/libm-test.inc (pow_test): Add more tests.
34516
06c5abbd
AJ
345172012-06-15 Andreas Jaeger <aj@suse.de>
34518
34519 * manual/contrib.texi (Contributors): Update entry of Liubov
34520 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34521 Machado Filho.
34522
a3aeac40
CH
345232012-06-15 Cyril Hrubis <metan@ucw.cz>
34524
34525 * string/string.h: Add __wur to GNU version of strerror_r.
34526
49bdf4c1
L
345272012-06-14 H.J. Lu <hongjiu.lu@intel.com>
34528
34529 [BZ #14229]
34530 * string/Makefile (tests): Add tst-strtok_r.
34531 * string/tst-strtok_r.c: New file.
34532 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34533 RAX_LP/RDX_LP on SAVE_PTR.
34534
834f9b8d
RM
345352012-06-14 Roland McGrath <roland@hack.frob.com>
34536
34537 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34538
75fa1921
JM
345392012-06-14 Joseph Myers <joseph@codesourcery.com>
34540
34541 * libm_test.inc (csqrt_test): Allow more spurious underflow
34542 exceptions.
34543 (j0_test): Likewise.
34544 (j1_test): Likewise.
34545 (y0_test): Likewise.
34546 (y1_test): Likewise.
34547
771766df
CD
345482012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
34549
34550 * po/Makefile (libc.pot): Use UTF-8 charset.
34551
ceb9e56b
PP
345522012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
34553
34554 [BZ #14210]
34555 Suppress sign-conversion warning from FD_SET.
34556 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
34557 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
34558 not unsigned long int.
34559 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
34560
ddb28975
L
345612012-06-12 H.J. Lu <hongjiu.lu@intel.com>
34562
34563 [BZ #14050]
34564 [BZ #14117]
34565 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
34566 __extern_always_inline instead of __extern_inline.
34567 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
34568 (__signbit): Likewise.
34569 (__signbitl): Support C++ namespace.
34570 (lrintf): New inline function.
34571 (lrint): Likewise.
34572 (llrintf): Likewise.
34573 (llrint): Likewise.
34574 (fmaxf): Likewise.
34575 (fmax): Likewise.
34576 (fminf): Likewise.
34577 (fmin): Likewise.
34578 (rint): Likewise.
34579 (rintf): Likewise.
34580 (ceil): Likewise.
34581 (ceilf): Likewise.
34582 (floor): Likewise.
34583 (floorf): Likewise.
34584 (nearbyint): Likewise.
34585 (nearbyintf): Likewise.
34586
d7b4fb26
TS
345872012-06-12 Thomas Schwinge <thomas@codesourcery.com>
34588
34589 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
34590 non-default versions.
34591
eb55f5c2
RM
345922012-06-11 Roland McGrath <roland@hack.frob.com>
34593
34594 [BZ #14218]
34595 * manual/argp.texi (Argp): Reword argp_parse description slightly.
34596
366af02c
TS
345972012-06-09 Thomas Schwinge <thomas@codesourcery.com>
34598
99ff6e5c
TS
34599 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34600 (FE_UPWARD, FE_DOWNWARD): Don't define.
34601 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34602 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34603
366af02c
TS
34604 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34605 reading it.
34606 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34607 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34608
793ea851
KK
346092012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
34610
34611 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34612 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34613 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34614 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34615
a728a38f
L
346162012-06-06 H.J. Lu <hongjiu.lu@intel.com>
34617
34618 [BZ #14117]
c08010c7
L
34619 * sysdeps/i386/fpu/bits/fenv.h: Removed.
34620 * sysdeps/i386/fpu/Implies: New file.
34621 * sysdeps/x86_64/fpu/Implies: Likewise.
34622 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34623 * sysdeps/x86/fpu/bits/fenv.h: This.
34624
a728a38f
L
34625 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34626 __SSE_MATH__.
34627
6e230d11
SP
346282012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
34629
34630 [BZ #14134]
34631 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34632 character 0xffff that matches the last element of the
34633 conversion table.
34634
1b671feb
AZ
346352012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34636
34637 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34638 fmodl commit.
34639
6043738b
AZ
346402012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34641
34642 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34643 values higher than 25.6283.
34644
34ae0b32
AZ
346452012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34646
34647 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34648 subnormal exponent extraction and add some __builtin_expect.
34649 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34650 Fix for subnormal mantissa calculation.
34651
1214ec8f
MF
346522012-06-04 Mike Frysinger <vapier@gentoo.org>
34653
34654 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34655 cpu2 is -1 and errno is not ENOSYS.
34656
f3d1f93c
L
346572012-06-04 H.J. Lu <hongjiu.lu@intel.com>
34658
34659 [BZ #14117]
0e4a3cd7
L
34660 * sysdeps/i386/i486/bits/string.h: Renamed to ...
34661 * sysdeps/x86/bits/string.h: This.
34662 * sysdeps/x86_64/bits/string.h: Removed.
34663
6704c645
L
34664 * sysdeps/i386/i486/bits/string.h: Define inline functions only
34665 if not compiling for x86-64, but compiling for >= i486.
34666
48495318
L
34667 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34668 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34669
14adcbfc
L
34670 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34671 New macro from Linux kernel 3.4.0.
34672 (FP_XSTATE_MAGIC2): Likewise.
34673 (FP_XSTATE_MAGIC2_SIZE): Likewise.
34674 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34675 (struct _fpx_sw_bytes): New struct.
34676 (struct _xsave_hdr): Likewise.
34677 (struct _ymmh_state): Likewise.
34678 (struct _xstate): Likewise.
34679
68e408ab
L
34680 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34681 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34682 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34683 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34684 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34685 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34686
f3d1f93c
L
34687 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34688 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34689 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34690 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34691 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34692 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34693
d9dc34cd
TMQMF
346942012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
34695
34696 [BZ #13743]
34697 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34698 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34699 (sysdep_headers): Include sys/platform/ppc.h.
34700 * sysdeps/powerpc/test-gettimebase.c: Test for
34701 __ppc_get_timebase() to catch future ISA opcode/insn changes.
34702 * manual/Makefile (appendices): Include platform.texi.
34703 * manual/contrib.texi (Contributors): Update @node pointers.
34704 * manual/maint.texi (Maintenance): Likewise.
34705 (Platform): New node.
34706 * manual/platform.texi: New file. Document the new features.
34707
4af3879c
SP
347082012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
34709 Jakub Jelinek <jakub@redhat.com>
34710
34711 [BZ #14188]
34712 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34713 where __builtin_expect is unavailable.
34714
2fd6ff13
DM
347152012-06-03 David S. Miller <davem@davemloft.net>
34716
34717 * stdlib/longlong.h: Updated from GCC.
34718
173f7220
AS
347192012-06-02 Andreas Schwab <schwab@linux-m68k.org>
34720
34721 [BZ #14042]
34722 * sysdeps/powerpc/powerpc32/mcount.c: New file.
34723 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34724 __mcount_internal.
34725 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34726 (GLIBC_2.16): Likewise.
34727
f34a1c6f
L
347282012-06-01 H.J. Lu <hongjiu.lu@intel.com>
34729
34730 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34731
88a4576f
JM
347322012-06-01 Joseph Myers <joseph@codesourcery.com>
34733
ea32bcdd
JM
34734 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34735 (default-abi): New variable.
34736 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34737 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34738 variable.
34739 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34740 Likewise.
34741 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34742 Likewise.
34743 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34744 Likewise.
34745
88a4576f
JM
34746 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34747 definition. Document in comment.
34748
402fe938
DM
347492012-06-01 David S. Miller <davem@davemloft.net>
34750
34751 * stdlib/longlong.h: Updated from GCC.
34752
3553723f
L
347532012-06-01 H.J. Lu <hongjiu.lu@intel.com>
34754
34755 [BZ #14117]
3bd872c4
L
34756 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34757 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34758 sys/debugreg.h sys/io.h here.
34759 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34760 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34761 sys/io.h.
34762 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34763 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34764 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34765 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34766 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34767 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34768
3553723f
L
34769 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34770 Define only if __x86_64__ is defined.
34771
4842e4fe
JM
347722012-06-01 Joseph Myers <joseph@codesourcery.com>
34773
c5bfe3d5
JM
34774 [BZ #14048]
34775 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34776 Use int64_t for variable i.
34777 * math/libm-test.inc (fmod_test): Add more tests.
34778
4842e4fe
JM
34779 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34780 z computation is not scheduled after fetestexcept.
34781 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34782 Use math_force_eval instead of asm to ensure calculation scheduled
34783 before exception test.
34784 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34785 Ensure a1 + u.d computation is not scheduled after fetestexcept.
34786
efb73488
AJ
347872012-06-01 Aurelien Jarno <aurelien@aurel32.net>
34788
34789 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34790 computation is not scheduled after fetestexcept.
34791
29bcce7c
L
347922012-06-01 H.J. Lu <hongjiu.lu@intel.com>
34793
34794 [BZ #14117]
34795 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34796 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34797
73a68f94
AZ
347982012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34799
34800 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34801 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34802
67b6df78
L
348032012-05-31 H.J. Lu <hongjiu.lu@intel.com>
34804
edf2933a 34805 [BZ #14117]
ebc64a18
L
34806 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34807 <bits/wordsize.h>.
34808 (__WCHAR_MIN): Support __WORDSIZE == 64.
34809 (__WCHAR_MAX): Likewise.
34810
edf2933a
L
34811 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34812 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34813
57c6cf40
L
34814 [BZ #14183]
34815 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34816 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34817
67b6df78 34818 [BZ #14117]
8eb6281e
L
34819 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34820 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34821
aac639f4
L
34822 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34823 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34824
67b6df78
L
34825 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34826 Defined to 1 if __x86_64__ isn't defined.
34827 (_STAT_VER_LINUX_OLD): New.
34828 (st_atime): Remove duplicate.
34829 (st_mtime): Likewise.
34830 (st_ctime): Likewise.
34831
1c2cfe81
DM
348322012-05-31 David S. Miller <davem@davemloft.net>
34833
34834 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34835 entries.
34836
5be8418c
AS
348372012-06-01 Andreas Schwab <schwab@linux-m68k.org>
34838
e7725326
AS
34839 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34840 gen-libm-test.pl.
34841
5be8418c
AS
34842 [BZ #14132]
34843 * elf/dl-reloc.c: Include <_itoa.h>.
34844 (_dl_reloc_bad_type): Remove use of INTUSE.
34845 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34846 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34847 * stdio-common/psiginfo.c (psiginfo): Likewise.
34848 * stdio-common/psignal.c (psignal): Likewise.
34849 * string/strsignal.c (strsignal): Likewise.
34850 * include/signal.h (_sys_siglist): Declare hidden proto.
34851 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
34852 INTVARDEF with libc_hidden_data_def.
34853 * stdio-common/itoa-udigits.c: Likewise.
34854 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34855 (_itoa_lower_digits_internal): Remove declaration.
34856 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34857 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34858 (_sys_sigabbrev_internal): Remove aliases.
34859 (_sys_siglist): Define hidden alias.
34860
507352f1
MT
348612012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
34862
34863 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34864 bits/sysctl.h.
34865
42bbb1c3
L
348662012-05-31 H.J. Lu <hongjiu.lu@intel.com>
34867
34868 [BZ #14117]
6bd784b6
L
34869 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34870 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34871
8bca20f0
L
34872 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34873 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34874 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34875 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34876 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34877 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34878
f9e890a9
L
34879 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34880 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34881 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34882
471101a1
L
34883 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34884 with __addr.
34885 (insw): Likewise.
34886 (insl): Likewise.
34887 (outsb): Likewise.
34888 (outsw): Likewise.
34889 (outsl): Likewise.
34890
6451c862
L
34891 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34892 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34893 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34894
a254b8c9
L
34895 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34896 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34897 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34898 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34899 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34900 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34901
b8dfdd92
L
34902 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34903 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34904
578cd270
L
34905 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34906 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34907
de662f5f
L
34908 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34909 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34910 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34911
25653439
L
34912 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34913 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34914 to ...
34915 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34916
6bad24a0
L
34917 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34918 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34919 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34920
42bbb1c3
L
34921 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34922 for x86-64.
34923 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34924
2d10d547
JM
349252012-05-31 Joseph Myers <joseph@codesourcery.com>
34926
34927 * math/math.h (M_El): Use two more decimal places.
34928 (M_LOG2El): Likewise.
34929 (M_LOG10El): Likewise.
34930 (M_LN2l): Likewise.
34931 (M_LN10l): Likewise.
34932 (M_PIl): Likewise.
34933 (M_PI_2l): Likewise.
34934 (M_PI_4l): Likewise.
34935 (M_1_PIl): Likewise.
34936 (M_2_PIl): Likewise.
34937 (M_2_SQRTPIl): Likewise.
34938 (M_SQRT2l): Likewise.
34939 (M_SQRT1_2l): Likewise.
34940
f230c29b
DM
349412012-05-31 David S. Miller <davem@davemloft.net>
34942
34943 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34944 values between float registers.
34945 * sysdeps/sparc/sparc64/memset.S: Likewise.
34946 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34947
fed806c3
MF
349482012-05-31 Mike Frysinger <vapier@gentoo.org>
34949
34950 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34951 -D_FORTIFY_SOURCE=1.
34952 (CPPFLAGS-tst-longjmp_chk.c): Define.
34953 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34954 (CPPFLAGS-tst-longjmp_chk2.c): Define.
34955 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
34956 CFLAGS-tst-wchar-h.c.
34957
30917259
MP
349582012-05-31 Marek Polacek <polacek@redhat.com>
34959
34960 [BZ #14132]
34961 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
34962 __endmntent_internal): Remove declaration.
34963 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
34964 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
34965 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
34966
1c58d5dc
DM
349672012-05-30 David S. Miller <davem@davemloft.net>
34968
34969 * sysdeps/sparc/sparc32/soft-fp/q_util.c
34970 (___Q_simulate_exceptions): Use real FP ops rather than writing
34971 into the %fsr.
34972 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
34973 Likewise.
34974
7dc00e0d
L
349752012-05-30 H.J. Lu <hongjiu.lu@intel.com>
34976
34977 [BZ #14117]
0bd53985
L
34978 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
34979 * sysdeps/x86/bits/xtitypes.h: This.
34980
3a257e66
L
34981 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
34982 * sysdeps/x86/bits/wordsize.h: This.
34983
62f62904
L
34984 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
34985 * sysdeps/x86/bits/huge_vall.h: This.
34986
404fe9d9
L
34987 * sysdeps/i386/bits/select.h: Removed.
34988 * sysdeps/x86_64/bits/select.h: Renamed to ...
34989 * sysdeps/x86/bits/select.h: This.
34990
d48d0446
L
34991 * sysdeps/i386/bits/setjmp.h: Removed.
34992 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
34993 * sysdeps/x86/bits/setjmp.h: This.
34994
7dc00e0d
L
34995 * sysdeps/i386/bits/mathdef.h: Removed.
34996 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
34997 * sysdeps/x86/bits/mathdef.h: This.
34998
03277f8f
AS
349992012-05-30 Andreas Schwab <schwab@linux-m68k.org>
35000
35001 [BZ #14132]
35002 * include/sys/socket.h (__connect_internal)
35003 (__libc_sa_len_internal): Remove declaration.
35004 (__connect, __libc_sa_len): Declare hidden_proto.
35005 (SA_LEN): Remove use of INTUSE.
35006 * socket/connect.c: Add libc_hidden_def.
35007 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
35008 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
35009 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
35010 alias.
35011 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
35012 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
35013 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
35014 of adding _internal alias.
35015
13764867
L
350162012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35017
35018 [BZ #14117]
6bd97696
L
35019 * sysdeps/i386/bits/link.h: Removed.
35020 * sysdeps/i386/bits/linkmap.h: Likewise.
35021 * sysdeps/x86_64/bits/link.h: Renamed to ...
35022 * sysdeps/x86/bits/link.h: This.
35023 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
35024 * sysdeps/x86/bits/linkmap.h: This.
35025
f726f0bb
L
35026 * sysdeps/i386/bits/endian.h: Removed.
35027 * sysdeps/x86_64/bits/endian.h: Renamed to ...
35028 * sysdeps/x86/bits/endian.h: This.
35029
13764867
L
35030 * sysdeps/i386/bits/byteswap.h: Removed.
35031 * sysdeps/i386/bits/byteswap-16.h: Likewise.
35032 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
35033 * sysdeps/x86/bits/byteswap.h: This.
35034 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35035 * sysdeps/x86/bits/byteswap-16.h: This.
35036 * sysdeps/i386/Implies: Add x86.
35037 * sysdeps/x86_64/Implies: Likewise.
35038
ae251b0b
DM
350392012-05-30 David S. Miller <davem@davemloft.net>
35040
35041 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35042 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35043 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35044 (FP_TRAPPING_EXCEPTIONS): Define.
35045 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35046 (FP_TRAPPING_EXCEPTIONS): Define.
35047 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35048 subnormals only when inexact has been signalled or underflow
35049 exceptions are enabled.
35050 (_FP_PACK_CANONICAL): Likewise.
35051
d5c90867
L
350522012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35053
35054 [BZ #14183]
35055 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35056 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35057
63f1549e
RH
350582012-05-30 Richard Henderson <rth@twiddle.net>
35059
8d8f2279
RH
35060 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35061 with #ifndef NOT_IN_libc.
35062
63f1549e
RH
35063 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
35064 marked to avoid plt entry.
35065
0ab0291b
L
350662012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35067
35068 [BZ #14112]
35069 * Makeconfig (default-abi): New macro.
35070 (abi-includes): Likewise.
35071 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
35072 $(abi-$(default-abi)-lib-soname) for soname if defined.
35073 ($(common-objpfx)gnu/lib-names.stmp): Generate from
35074 abi-variants.
35075 * Makefile (installed-stubs): Likewise.
35076 * include/stubs-biarch.h: Removed.
35077 * scripts/lib-names.awk: Only handle one library at a time.
35078 * scripts/soversions.awk: Remove WORDSIZE support.
35079 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35080 entries.
35081 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35082 Removed.
35083 (syscall-list-default-condition): Likewise.
35084 (syscall-list-default-condition): Likewise.
35085 (syscall-list-includes): Likewise.
35086 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35087 syscall-list-* with abi-*. Handle undefined abi-variants.
35088 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35089 * sysdeps/unix/sysv/linux/i386/Implies: New file.
35090 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35091 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35092 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35093 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35094 Removed.
35095 (syscall-list-32-options): Likewise.
35096 (syscall-list-32-condition): Likewise.
35097 (syscall-list-64-options): Likewise.
35098 (syscall-list-64-condition): Likewise.
35099 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35100 macro.
35101 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35102 Renamed to ...
35103 (abi-*): This.
35104 (abi-64-ld-soname): New macro.
35105 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35106 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35107 Renamed to ...
35108 (abi-*): This.
35109 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35110 * sysdeps/x86_64/x32/shlib-versions: Likewise.
35111
4da0431d
JM
351122012-05-30 Joseph Myers <joseph@codesourcery.com>
35113
3a85279c
JM
35114 * sysdeps/unix/sysv/linux/kernel-features.h
35115 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35116 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35117 include <kernel-features.h>.
35118 [!__NR_ftruncate64]: Remove conditional code.
35119 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35120 [__NR_ftruncate64]: Make code unconditional.
35121 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35122 * sysdeps/unix/sysv/linux/truncate64.c: Do not
35123 include <kernel-features.h>.
35124 [!__NR_ftruncate64]: Remove conditional code.
35125 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35126 [__NR_ftruncate64]: Make code unconditional.
35127 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35128 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35129 include <kernel-features.h>.
35130 [!__NR_ftruncate64]: Remove conditional code.
35131 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35132 [__NR_ftruncate64]: Make code unconditional.
35133 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35134 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35135 include <kernel-features.h>.
35136 [!__NR_ftruncate64]: Remove conditional code.
35137 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35138 [__NR_ftruncate64]: Make code unconditional.
35139 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35140
4da0431d
JM
35141 * configure.in (libc_cv_fpie): Weaken to a compile test using
35142 LIBC_TRY_CC_OPTION.
35143 * configure: Regenerated.
35144
11ef492c
AK
351452012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35146
35147 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35148 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35149 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35150 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35151 Refreshed.
35152 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35153 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35154 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35155 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35156 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35157 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35158 Refreshed.
35159
d66ef399
DM
351602012-05-27 David S. Miller <davem@davemloft.net>
35161
35162 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35163 (___Q_zero): New.
35164 (__Q_simulate_exceptions): Return void. Change to simulate
35165 exceptions by writing into the %fsr.
35166 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35167 (__Qp_handle_exceptions): Likewise.
35168 (numbers): Delete.
35169 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35170 __Qp_handle_exceptions.
35171 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35172 __Qp_handle_exceptions.
35173 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35174 as unused and give dummy FP_RND_NEAREST initializer.
35175 (FP_INHIBIT_RESULTS): Define.
35176 (___Q_simulate_exceptions): Update declaration.
35177 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35178 formatting.
35179 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35180 as unused and give dummy FP_RND_NEAREST initializer.
35181 (__Qp_handle_exceptions): Update declaration.
35182 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35183 formatting.
35184
04fb54b5
TS
351852012-05-27 Thomas Schwinge <thomas@codesourcery.com>
35186
35187 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35188 the temporary FPU control word.
35189 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35190 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35191 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35192 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35193 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35194 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35195 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35196 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35197 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35198 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35199 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35200
3f99608f
KK
352012012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
35202
35203 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35204 fields.
35205
65a4de4e
CLT
352062012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
35207
35208 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35209 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35210 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35211 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35212 Likewise.
35213 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35214 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35215 Likewise.
35216
15749d40
UD
352172012-05-27 Ulrich Drepper <drepper@gmail.com>
35218
35219 * po/h.po: Update from translation team.
35220
25dbcb27
AS
352212012-05-26 Andreas Schwab <schwab@linux-m68k.org>
35222
3d3f8e55
AS
35223 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35224
25dbcb27
AS
35225 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35226 handling of denormals.
35227 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35228 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35229 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35230 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35231 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35232 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35233 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35234 Likewise.
35235
7ad47a80 352362012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
35237
35238 [BZ #14152]
35239 * math/libm-test.inc (fma_test): Don't always expect underflow
35240 exception.
35241
9c6ea9fa
SP
352422012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
35243
35244 [BZ #12416]
35245 * elf/tst-execstack.c: Include stackinfo.h.
35246 (do_test): Adjust test case to ensure that pthread_getattr_np
35247 behaviour remains the same after marking stack executable.
35248
a8239222
JM
352492012-05-25 Joseph Myers <joseph@codesourcery.com>
35250
35251 * sysdeps/unix/sysv/linux/kernel-features.h
35252 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35253 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35254 kernel-features.h.
35255 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35256 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35257 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35258 kernel-features.h.
35259 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35260 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35261
918b5606
L
352622012-05-25 H.J. Lu <hongjiu.lu@intel.com>
35263
35264 * configure.in: Define the default includes to being none.
35265 * configure: Regenerated.
35266
3a097cc7
RM
352672012-05-25 Roland McGrath <roland@hack.frob.com>
35268
8422c9a5
RM
35269 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35270 * sysdeps/x86_64/setjmp.S: Likewise.
35271 * sysdeps/i386/bsd-setjmp.S: Likewise.
35272 * sysdeps/i386/bsd-_setjmp.S: Likewise.
35273 * sysdeps/i386/setjmp.S: Likewise.
35274 * sysdeps/i386/__longjmp.S: Likewise.
35275 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35276 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35277
3a097cc7
RM
35278 * include/stap-probe.h: New file.
35279 * configure.in: Handle --enable-systemtap.
35280 * configure: Regenerated.
35281 * config.h.in (USE_STAP_PROBE): New #undef.
35282 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35283 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35284 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35285
21708942
JM
352862012-05-25 Joseph Myers <joseph@codesourcery.com>
35287
35288 [BZ #13717]
35289 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35290 to 2.4.0 where earlier.
35291 * sysdeps/unix/sysv/linux/configure: Regenerated.
35292 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35293 <kernel-features.h>.
35294 [__ASSUME_32BITUIDS]: Make code unconditional.
35295 [!__ASSUME_32BITUIDS]: Remove conditional code.
35296 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35297 <kernel-features.h>.
35298 [__ASSUME_32BITUIDS]: Make code unconditional.
35299 [!__ASSUME_32BITUIDS]: Remove conditional code.
35300 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35301 [__ASSUME_32BITUIDS]: Make code unconditional.
35302 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35303 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
35304 <kernel-features.h>.
35305 [__ASSUME_32BITUIDS]: Make code unconditional.
35306 [!__ASSUME_32BITUIDS]: Remove conditional code.
35307 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
35308 <kernel-features.h>.
35309 [__ASSUME_32BITUIDS]: Make code unconditional.
35310 [!__ASSUME_32BITUIDS]: Remove conditional code.
35311 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
35312 <kernel-features.h>.
35313 [__ASSUME_32BITUIDS]: Make code unconditional.
35314 [!__ASSUME_32BITUIDS]: Remove conditional code.
35315 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35316 <kernel-features.h>.
35317 [__ASSUME_32BITUIDS]: Make code unconditional.
35318 [!__ASSUME_32BITUIDS]: Remove conditional code.
35319 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35320 <kernel-features.h>.
35321 [__ASSUME_32BITUIDS]: Make code unconditional.
35322 [!__ASSUME_32BITUIDS]: Remove conditional code.
35323 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35324 <kernel-features.h>.
35325 [__ASSUME_32BITUIDS]: Make code unconditional.
35326 [!__ASSUME_32BITUIDS]: Remove conditional code.
35327 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35328 <kernel-features.h>.
35329 [__ASSUME_32BITUIDS]: Make code unconditional.
35330 [!__ASSUME_32BITUIDS]: Remove conditional code.
35331 * sysdeps/unix/sysv/linux/i386/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/i386/msgctl.c: Do not include
35336 <kernel-features.h>.
35337 [__ASSUME_32BITUIDS]: Make code unconditional.
35338 [!__ASSUME_32BITUIDS]: Remove conditional code.
35339 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
35340 <kernel-features.h>.
35341 [__ASSUME_32BITUIDS]: Make code unconditional.
35342 [!__ASSUME_32BITUIDS]: Remove conditional code.
35343 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35344 <kernel-features.h>.
35345 [__NR_setresgid] (__setresgid): Do not declare.
35346 [__ASSUME_32BITUIDS]: Make code unconditional.
35347 [!__ASSUME_32BITUIDS]: Remove conditional code.
35348 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35349 <kernel-features.h>.
35350 [__NR_setresuid] (__setresuid): Do not declare.
35351 [__ASSUME_32BITUIDS]: Make code unconditional.
35352 [!__ASSUME_32BITUIDS]: Remove conditional code.
35353 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
35354 <kernel-features.h>.
35355 [__ASSUME_32BITUIDS]: Make code unconditional.
35356 [!__ASSUME_32BITUIDS]: Remove conditional code.
35357 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
35358 <kernel-features.h>.
35359 [__ASSUME_32BITUIDS]: Make code unconditional.
35360 [!__ASSUME_32BITUIDS]: Remove conditional code.
35361 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
35362 <kernel-features.h>.
35363 [__ASSUME_32BITUIDS]: Make code unconditional.
35364 [!__ASSUME_32BITUIDS]: Remove conditional code.
35365 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
35366 <kernel-features.h>.
35367 [__ASSUME_32BITUIDS]: Make code unconditional.
35368 [!__ASSUME_32BITUIDS]: Remove conditional code.
35369 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35370 <kernel-features.h>.
35371 [__ASSUME_32BITUIDS]: Make code unconditional.
35372 [!__ASSUME_32BITUIDS]: Remove conditional code.
35373 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35374 <kernel-features.h>.
35375 [__ASSUME_32BITUIDS]: Make code unconditional.
35376 [!__ASSUME_32BITUIDS]: Remove conditional code.
35377 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35378 <kernel-features.h>.
35379 [__ASSUME_32BITUIDS]: Make code unconditional.
35380 [!__ASSUME_32BITUIDS]: Remove conditional code.
35381 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35382 <kernel-features.h>.
35383 [__ASSUME_32BITUIDS]: Make code unconditional.
35384 [!__ASSUME_32BITUIDS]: Remove conditional code.
35385 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
35386 <kernel-features.h>.
35387 [__ASSUME_32BITUIDS]: Make code unconditional.
35388 [!__ASSUME_32BITUIDS]: Remove conditional code.
35389 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
35390 <kernel-features.h>.
35391 [__ASSUME_32BITUIDS]: Make code unconditional.
35392 [!__ASSUME_32BITUIDS]: Remove conditional code.
35393 * sysdeps/unix/sysv/linux/kernel-features.h
35394 (__ASSUME_SETRESUID_SYSCALL): Remove.
35395 (__ASSUME_SETRESGID_SYSCALL): Likewise.
35396 (__ASSUME_32BITUIDS): Likewise.
35397 (__ASSUME_LDT_WORKS): Likewise.
35398 (__ASSUME_O_DIRECTORY): Likewise.
35399 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35400 architecture but not kernel version.
35401 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35402 (__ASSUME_MMAP2_SYSCALL): Likewise.
35403 (__ASSUME_STAT64_SYSCALL): Likewise.
35404 (__ASSUME_IPC64): Likewise.
35405 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35406 <kernel-features.h>.
35407 [__ASSUME_32BITUIDS]: Make code unconditional.
35408 [!__ASSUME_32BITUIDS]: Remove conditional code.
35409 * sysdeps/unix/sysv/linux/opendir.c: Do not include
35410 <kernel-features.h>.
35411 [__ASSUME_O_DIRECTORY]: Make code unconditional.
35412 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35413 132096]: Remove conditional code.
35414 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35415 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35416 <kernel-features.h>.
35417 [__ASSUME_32BITUIDS]: Make code unconditional.
35418 [!__ASSUME_32BITUIDS]: Remove conditional code.
35419 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35420 <kernel-features.h>.
35421 [__ASSUME_32BITUIDS]: Make code unconditional.
35422 [!__ASSUME_32BITUIDS]: Remove conditional code.
35423 * sysdeps/unix/sysv/linux/setegid.c: Do not include
35424 <kernel-features.h>.
35425 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35426 unconditional.
35427 (__setresgid): Do not declare.
35428 [__ASSUME_32BITUIDS]: Make code unconditional.
35429 [!__ASSUME_32BITUIDS]: Remove conditional code.
35430 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35431 <kernel-features.h>.
35432 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35433 unconditional.
35434 (__setresuid): Do not declare.
35435 [__ASSUME_32BITUIDS]: Make code unconditional.
35436 [!__ASSUME_32BITUIDS]: Remove conditional code.
35437 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
35438 <kernel-features.h>.
35439 [__ASSUME_32BITUIDS]: Make code unconditional.
35440 [!__ASSUME_32BITUIDS]: Remove conditional code.
35441 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
35442 <kernel-features.h>.
35443 [__ASSUME_32BITUIDS]: Make code unconditional.
35444 [!__ASSUME_32BITUIDS]: Remove conditional code.
35445
a386f1cc
RH
354462012-05-25 Richard Henderson <rth@twiddle.net>
35447
35448 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35449 dl_hwcap to ifunc resolver.
35450 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35451 elf_ifunc_invoke.
35452 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35453 dl_hwcap to ifunc resolver.
35454 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35455
b6550497
JM
354562012-05-24 Joseph Myers <joseph@codesourcery.com>
35457
35458 [BZ #14153]
35459 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35460 for |x| <= 2**-26, not 2**-57.
35461 * math/libm-test.inc (acos_test): Do not allow spurious underflow
35462 exception.
35463
b0bc23a1
JL
354642012-05-24 Jeff Law <law@redhat.com>
35465
35466 * stdio-common/Makefile (tests): Add bug25.
35467 * stdio-common/bug25.c: New test.
35468
347c92e9
L
354692012-05-24 H.J. Lu <hongjiu.lu@intel.com>
35470
35471 [BZ #13576]
35472 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35473 multiple of MALLOC_ALIGNMENT in size.
35474 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35475
6bcc8b3f
JM
354762012-05-24 Joseph Myers <joseph@codesourcery.com>
35477
35478 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35479 Require >= 256.
35480 (FILENAME_MAX): Use macro-int-constant.
35481 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
35482 (_IOFBF): Use macro-int-constant.
35483 (_IOLBF): Likewise.
35484 (_IONBF): Likewise.
35485 (SEEK_CUR): Likewise.
35486 (SEEK_END): Likewise.
35487 (SEEK_SET): Likewise.
35488 (TMP_MAX): Likewise.
35489 (EOF): Use macro-int-constant. Require < 0.
35490 (NULL): Use macro-constant. Require == 0.
35491 (stdin): Require type to be FILE *.
35492 (stdout): Likewise.
35493 (stderr): Likewise.
35494 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35495 macro-int-constant.
35496 (EXIT_SUCCESS): Likewise.
35497 (NULL): Use macro-constant. Require == 0.
35498 (RAND_MAX): Use macro-int-constant.
35499 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35500 [C99-based standards] (strtof): Require function.
35501 [C99-based standards] (strtold): Likewise.
35502 [C99-based standards] (strtoll): Likewise.
35503 [C99-based standards] (strtoull): Likewise.
35504 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35505 [ISO || ISO99 || ISO11] (limits.h): Likewise.
35506 [ISO || ISO99 || ISO11] (math.h): Likewise.
35507 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35508 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35509 [ISO || ISO99 || ISO11] (*_t): Do not allow.
35510
d18ea0c5
AS
355112012-05-24 Andreas Schwab <schwab@linux-m68k.org>
35512
35513 [BZ #14132]
56d25bb8
AS
35514 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35515 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35516 * intl/dgettext.c (DCGETTEXT): Likewise.
35517 * intl/gettext.c (DCGETTEXT): Likewise.
35518 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35519 * posix/regex_internal.h (gettext): Likewise.
35520 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35521 Remove declaration.
35522 * include/argz.h (__argz_count_internal)
35523 (__argz_stringify_internal): Remove declaration.
35524 (__argz_count, __argz_stringify): Declare hidden proto.
35525 * intl/dcgettext.c: Remove use of INTDEF.
35526 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35527 * string/argz-stringify.c: Likewise.
35528 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35529 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35530 Declare hidden proto.
d18ea0c5
AS
35531 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35532 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35533 Declare hidden proto.
35534 * include/stdio.h (__asprintf_internal): Don't declare.
35535 (__asprintf): Don't define as macro. Declare hidden proto.
35536 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35537 (__fsetlocking): Declare hidden proto.
35538 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35539 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35540 hidden proto.
35541 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35542 (_IO_setlinebuf): Remove use of INTUSE.
35543 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35544 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35545 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35546 Remove declaration.
35547 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35548 (_IO_do_flush): Remove use of INTUSE.
35549 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35550 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35551 (_IO_adjust_column, _IO_least_wmarker)
35552 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35553 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35554 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
35555 (_IO_default_doallocate, _IO_wdefault_doallocate)
35556 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
35557 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
35558 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
35559 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
35560 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
35561 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
35562 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
35563 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
35564 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
35565 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
35566 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
35567 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
35568 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
35569 proto.
35570 (_IO_flush_all_internal, _IO_adjust_column_internal)
35571 (_IO_default_uflow_internal, _IO_default_finish_internal)
35572 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
35573 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
35574 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
35575 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
35576 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
35577 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
35578 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
35579 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
35580 (_IO_file_close_internal, _IO_file_close_it_internal)
35581 (_IO_file_underflow_internal, _IO_file_overflow_internal)
35582 (_IO_file_init_internal, _IO_file_attach_internal)
35583 (_IO_file_fopen_internal, _IO_file_read_internal)
35584 (_IO_file_sync_internal, _IO_file_seek_internal)
35585 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
35586 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
35587 (_IO_str_underflow_internal, _IO_str_overflow_internal)
35588 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
35589 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
35590 (_IO_list_all_internal, _IO_link_in_internal)
35591 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
35592 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
35593 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35594 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35595 (_IO_do_write_internal, _IO_padn_internal)
35596 (_IO_getline_info_internal, _IO_getline_internal)
35597 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35598 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35599 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35600 (_IO_vfscanf_internal, _IO_vfprintf_internal)
35601 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35602 (_IO_init_internal, _IO_un_link_internal): Don't declare.
35603 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35604 with libc_hidden_ver, remove use of INTUSE.
35605 * libio/genops.c: Likewise.
35606 * libio/freopen.c: Likewise.
35607 * libio/freopen64.c: Likewise.
35608 * libio/iofclose.c: Likewise.
35609 * libio/iofdopen.c: Likewise.
35610 * libio/iofflush.c: Likewise.
35611 * libio/iofflush_u.c: Likewise.
35612 * libio/iofgets.c: Likewise.
35613 * libio/iofgets_u.c: Likewise.
35614 * libio/iofopen.c: Likewise.
35615 * libio/iofopncook.c: Likewise.
35616 * libio/iofread.c: Likewise.
35617 * libio/iofread_u.c: Likewise.
35618 * libio/ioftell.c: Likewise.
35619 * libio/iofwrite.c: Likewise.
35620 * libio/iogetline.c: Likewise.
35621 * libio/iogets.c: Likewise.
35622 * libio/iogetwline.c: Likewise.
35623 * libio/iopadn.c: Likewise.
35624 * libio/iopopen.c: Likewise.
35625 * libio/ioseekoff.c: Likewise.
35626 * libio/ioseekpos.c: Likewise.
35627 * libio/iosetbuffer.c: Likewise.
35628 * libio/iosetvbuf.c: Likewise.
35629 * libio/ioungetc.c: Likewise.
35630 * libio/ioungetwc.c: Likewise.
35631 * libio/iovdprintf.c: Likewise.
35632 * libio/iovsprintf.c: Likewise.
35633 * libio/iovsscanf.c: Likewise.
35634 * libio/memstream.c: Likewise.
35635 * libio/obprintf.c: Likewise.
35636 * libio/oldfileops.c: Likewise.
35637 * libio/oldiofclose.c: Likewise.
35638 * libio/oldiofdopen.c: Likewise.
35639 * libio/oldiofopen.c: Likewise.
35640 * libio/oldiopopen.c: Likewise.
35641 * libio/oldstdfiles.c: Likewise.
35642 * libio/putc.c: Likewise.
35643 * libio/setbuf.c: Likewise.
35644 * libio/setlinebuf.c: Likewise.
35645 * libio/stdfiles.c: Likewise.
35646 * libio/strops.c: Likewise.
35647 * libio/vasprintf.c: Likewise.
35648 * libio/vscanf.c: Likewise.
35649 * libio/vsnprintf.c: Likewise.
35650 * libio/vswprintf.c: Likewise.
35651 * libio/wfiledoalloc.c: Likewise.
35652 * libio/wfileops.c: Likewise.
35653 * libio/wgenops.c: Likewise.
35654 * libio/wmemstream.c: Likewise.
35655 * libio/wstrops.c: Likewise.
35656 * libio/__fpurge.c: Likewise.
35657 * libio/__fsetlocking.c: Likewise.
35658 * assert/assert.c: Likewise.
35659 * debug/fgets_chk.c: Likewise.
35660 * debug/fgets_u_chk.c: Likewise.
35661 * debug/fread_chk.c: Likewise.
35662 * debug/fread_u_chk.c: Likewise.
35663 * debug/gets_chk.c: Likewise.
35664 * debug/obprintf_chk.c: Likewise.
35665 * debug/vasprintf_chk.c: Likewise.
35666 * debug/vdprintf_chk.c: Likewise.
35667 * debug/vsnprintf_chk.c: Likewise.
35668 * debug/vsprintf_chk.c: Likewise.
35669 * malloc/mtrace.c: Likewise.
35670 * misc/error.c: Likewise.
35671 * misc/syslog.c: Likewise.
35672 * stdio-common/asprintf.c: Likewise.
35673 * stdio-common/fxprintf.c: Likewise.
35674 * stdio-common/getw.c: Likewise.
35675 * stdio-common/isoc99_fscanf.c: Likewise.
35676 * stdio-common/isoc99_scanf.c: Likewise.
35677 * stdio-common/isoc99_vfscanf.c: Likewise.
35678 * stdio-common/isoc99_vscanf.c: Likewise.
35679 * stdio-common/isoc99_vsscanf.c: Likewise.
35680 * stdio-common/printf-prs.c: Likewise.
35681 * stdio-common/printf_fp.c: Likewise.
35682 * stdio-common/printf_fphex.c: Likewise.
35683 * stdio-common/printf_size.c: Likewise.
35684 * stdio-common/putw.c: Likewise.
35685 * stdio-common/scanf.c: Likewise.
35686 * stdio-common/sprintf.c: Likewise.
35687 * stdio-common/tmpfile.c: Likewise.
35688 * stdio-common/vfprintf.c: Likewise.
35689 * stdio-common/vfscanf.c: Likewise.
35690 * stdlib/strfmon_l.c: Likewise.
35691 * sunrpc/openchild.c: Likewise.
35692 * sunrpc/xdr_stdio.c: Likewise.
35693 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35694 * sysdeps/mach/hurd/tmpfile.c: Likewise.
35695
d6c33fda
RM
356962012-05-24 Roland McGrath <roland@hack.frob.com>
35697
c1487492
RM
35698 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35699
35700 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35701 in the third column, to generate for the shared library an IFUNC
35702 that uses _dl_vdso_vsym.
35703 * Makerules (COMPILE.c, compile-stdin.c): New variables.
35704 * Makeconfig (object-suffixes-noshared): New variable.
35705
35706 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35707 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35708 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35709 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35710
d6c33fda
RM
35711 [BZ #14132]
35712 * include/sys/time.h (__gettimeofday): Remove macro.
35713 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35714 * time/gettimeofday.c (__gettimeofday): Remove #undef.
35715 Remove INTDEF.
35716 (__gettimeofday): Add libc_hidden_def.
35717 (gettimeofday): Add libc_hidden_weak.
35718 * sysdeps/mach/gettimeofday.c: Likewise.
35719 * sysdeps/posix/gettimeofday.c: Likewise.
35720 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35721 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35722 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35723 (__gettimeofday_internal): Remove strong_alias.
35724 (__gettimeofday): Add libc_hidden_def.
35725 (gettimeofday): Add libc_hidden_weak.
35726 * sysdeps/unix/syscalls.list (gettimeofday):
35727 Remove __gettimeofday_internal alias.
35728
b5a2bbe6
L
357292012-05-24 Daniel Jacobowitz <drow@false.org>
35730 H.J. Lu <hongjiu.lu@intel.com>
35731
35732 [BZ #12495]
35733 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35734 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35735 (largebin_index_32_big): New.
35736 (largebin_index): Use it for 16-byte alignment.
35737 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
35738 correction with front_misalign.
35739
cfba4fda
L
357402012-05-24 H.J. Lu <hongjiu.lu@intel.com>
35741
7f907421
L
35742 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35743 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35744 Likewise.
35745 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
35746 Likewise.
35747 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35748 Likewise.
35749 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35750 Likewise.
35751 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35752 Likewise.
35753 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35754 Likewise.
35755 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35756 Likewise.
35757 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35758 Likewise.
35759 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35760 Likewise.
35761 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35762 Likewise.
35763 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35764 Likewise.
35765 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35766 Likewise.
35767
cfba4fda
L
35768 * scripts/data/c++-types-x32-linux-gnu.data: New file.
35769 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35770
80bad0cc
JM
357712012-05-24 Joseph Myers <joseph@codesourcery.com>
35772
7a25eb06
JM
35773 [BZ #10846]
35774 [BZ #14036]
35775 * math/libm-test.inc (exp_test): Add test from bug 14036.
35776 (pow_test): Add test from bug 10846.
35777
795405f9
JM
35778 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35779 and other flags.
35780 (special_function): Do not include flags in test name.
35781 (parse_args): Likewise.
35782 * sysdeps/i386/fpu/libm-test-ulps: Update.
35783 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35784 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35785 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35786 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35787
80bad0cc
JM
35788 * math/gen-libm-test.pl (%beautify): Add entries for underflow
35789 exceptions.
35790 * math/libm-test.inc ("Philosophy"): Update comment about
35791 exception testing.
35792 (UNDERFLOW_EXCEPTION): New macro.
35793 (UNDERFLOW_EXCEPTION_OK): Likewise.
35794 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35795 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35796 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35797 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35798 (INVALID_EXCEPTION_OK): Update value.
35799 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35800 (OVERFLOW_EXCEPTION_OK): Likewise.
35801 (IGNORE_ZERO_INF_SIGN): Likewise.
35802 (test_exceptions): Handle underflow exceptions.
35803 (acos_test): Update for underflow exception expectations.
35804 (cexp_test): Likewise.
35805 (clog_test): Likewise.
35806 (clog10_test): Likewise.
35807 (csqrt_test): Likewise.
35808 (ctan_test): Likewise.
35809 (ctanh_test): Likewise.
35810 (exp_test): Likewise.
35811 (exp10_test): Likewise.
35812 (exp2_test): Likewise.
35813 (expm1_test): Likewise.
35814 (fma_test): Likewise.
35815 (j0_test): Likewise.
35816 (jn_test): Likewise.
35817 (nexttoward_test): Likewise.
35818 (pow_test): Likewise.
35819 (scalbn_test): Likewise.
35820 (scalbln_test): Likewise.
35821 (tan_test): Likewise.
35822 (y1_test): Likewise.
35823 * sysdeps/i386/fpu/libm-test-ulps: Update.
35824 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35825
9e0e3d0b
DM
358262012-05-23 David S. Miller <davem@davemloft.net>
35827
35828 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35829 (__libc_sigaction): Remove unused local variables.
35830
ccd0a08f
L
358312012-05-23 H.J. Lu <hongjiu.lu@intel.com>
35832
35833 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35834
62bdf9a6
PE
358352012-05-23 Paul Eggert <eggert@cs.ucla.edu>
35836
f8591f80
PE
35837 mktime: avoid signed integer overflow
35838 * time/mktime.c (__mktime_internal): Do not mishandle the case
35839 where diff == INT_MIN.
35840
94c7d826
PE
35841 mktime: simplify computation of average
35842 * time/mktime.c (ranged_convert): Use new time_t_avg function
35843 instead of rolling our own (probably-slower) code.
35844
ce73d683
PE
35845 mktime: do not assume signed right shift propagates sign bit
35846 * time/mktime.c (isdst_differ): New static function.
35847 (__mktime_internal): No need to normalize tm_isdst now.
35848 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35849 tm_isdst values.
35850
72a22e59
PE
35851 mktime: merge another wrapv change from gnulib
35852 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35853 from some compilers.
35854
68605433
PE
35855 mktime: remove incorrect attempt at unusual arithmetics
35856 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35857 The code didn't really work on such machines anyway.
35858 (TYPE_MINIMUM): Assume two's complement.
35859 (twos_complement_arithmetic): Verify that long_int and time_t
35860 are two's complement (or unsigned, in the latter case).
35861
03cf7fe3
PE
35862 mktime: check signed shifts on long_int and time_t, too
35863 * time/mktime.c (SHR): Check that shifts work as desired
35864 on the types long_int and time_t too, as SHR is used on
35865 such types.
35866
f04dfbc2
PE
35867 mktime: do not assume 'long' is wide enough
35868 * time/mktime.c (verify): Move decl up.
35869 (long_int): New type.
35870 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35871 to remove assumption in the code that 'long' is wide enough to
35872 store year values. This assumption is not true on x32 and on
35873 some non-glibc platforms.
35874
62bdf9a6
PE
35875 mktime: merge wrapv change from gnulib
35876 * time/mktime.c (WRAPV): New macro.
35877 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35878 (guess_time_tm, __mktime_internal): Do not assume that signed
35879 integer overflow wraps around; modern compilers generate code
35880 where this assumption is no longer valid.
35881
5e292e4f
L
358822012-05-23 H.J. Lu <hongjiu.lu@intel.com>
35883
35884 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35885 Replace "jmp L(pseudo_end)" with "ret".
35886 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35887 Likewise.
35888
8caf8c87
AJ
358892012-05-23 Andreas Jaeger <aj@suse.de>
35890
35891 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35892 * sysdeps/unix/sysv/linux/poll.c: Remove file.
35893
1a09dc56
AJ
358942012-05-23 Andreas Jaeger <aj@suse.de>
35895 Maximilian Attems <max@stro.at>
35896
35897 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35898 New macros.
35899
1c87aba0
L
359002012-05-23 H.J. Lu <hongjiu.lu@intel.com>
35901
35902 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35903 code so that pseudo_end is just ret and the stack pointer is
35904 correct also for static library in error case.
35905
40e45bd5
JM
359062012-05-23 Joseph Myers <joseph@codesourcery.com>
35907
c2670533
JM
35908 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35909 move to syscalls.list.
35910 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35911 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35912 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35913 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35914
40e45bd5
JM
35915 * manual/install.texi (Running make install): Do not mention Linux
35916 kernel version for which pt_chown is not needed.
35917 (Linux): Do not mention problems with nscd with 2.0 kernels.
35918 * INSTALL: Regenerated.
35919
be08eda5
AJ
359202012-05-23 Andreas Jaeger <aj@suse.de>
35921
35922 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35923 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35924 macro.
35925 * sysdeps/unix/sysv/linux/s390/bits/mman.h
35926 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35927 * sysdeps/unix/sysv/linux/sh/bits/mman.h
35928 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35929 * sysdeps/unix/sysv/linux/i386/bits/mman.h
35930 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35931 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35932 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35933 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35934 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35935 * sysdeps/unix/sysv/linux/bits/in.h
35936 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35937
a6a056bb
RM
359382012-05-22 Roland McGrath <roland@hack.frob.com>
35939
35940 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35941 (PREPARE_VERSION): Just use assert instead, it will be elided
35942 under [NDEBUG] anyway.
35943
c9009328
L
359442012-05-22 H.J. Lu <hongjiu.lu@intel.com>
35945
35946 * sysdeps/unix/sysv/linux/Makefile: Include
35947 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 35948 (sysdep_routines): Remove sysctl.
c9009328
L
35949 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35950 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35951 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35952 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35953 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35954
73338355
AJ
359552012-05-22 Andreas Jaeger <aj@suse.de>
35956
35957 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
35958 that pseudo_end is just ret and the stack pointer is correct also
35959 for static library in error case.
35960
d44638b0
PP
359612012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
35962
35963 [BZ #14122]
35964 * nss/nsswitch.c (defconfig_entries): New variable.
35965 (__nss_database_lookup): Don't leak defconfig entries.
35966 (nss_parse_service_list): Don't leak on error paths.
35967 (free_database_entries): New function.
35968 (free_defconfig): New function.
35969 (free_mem): Move common code to free_database_entries.
35970
31a39bd8
L
359712012-05-22 H.J. Lu <hongjiu.lu@intel.com>
35972
da0331a8
L
35973 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
35974 Add arch_prctl.
35975 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
35976
31a39bd8
L
35977 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
35978 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
35979 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
35980 New macro.
35981 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
35982 (INTERNAL_SYSCALL_TYPES): Likewise.
35983 (LOAD_ARGS_TYPES_[1-6]): Likewise.
35984 (LOAD_REGS_TYPES_[1-6]): Likewise.
35985 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
35986 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
35987
45470df3
AZ
359882012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
35989
35990 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
35991 copysignl for GLIBC_2_0.
35992 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
35993 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
35994 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
35995 logbl for GLIBC_2_0.
35996 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
35997 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
35998
98a61bcb
L
359992012-05-22 H.J. Lu <hongjiu.lu@intel.com>
36000
a4f6e481
L
36001 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
36002 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
36003
f63d5db6
L
36004 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36005 Use "neg %eax".
36006
98a61bcb
L
36007 * time/mktime.c: Update copyright years.
36008
95770f14
PE
360092012-05-22 Paul Eggert <eggert@cs.ucla.edu>
36010
6226efbd
PE
36011 mktime: merge comment-quoting-style change from gnulib
36012 * time/mktime.c: Quote 'like this' in comments.
36013 The GNU coding standards suggest that we no longer quote `like this',
36014 as "`" and "'" are typically rendered asymmetrically nowadays.
36015 The typical gnulib style is to quote 'like this' when quoting
36016 code, and "like this" when quoting English.
36017
b99e4f78
PE
36018 * time/mktime.c (compile-command): Add "-I.".
36019
643e01e6
PE
36020 mktime: merge mktime-internal.h change from gnulib
36021 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
36022
2554247d
PE
36023 mktime: merge time_r change from gnulib
36024 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
36025
826dd0ab
PE
36026 mktime: merge DEBUG change from gnulib
36027 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
36028 case system <time.h> has a #define.
36029
bd83aabe
PE
36030 mktime: merge <sys/types.h> change from gnulib
36031 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
36032 since <time.t> is now guaranteed to define time_t.
36033
95770f14
PE
36034 mktime: merge HAVE_CONFIG_H change from gnulib
36035 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36036
5e1a27a9
L
360372012-05-22 H.J. Lu <hongjiu.lu@intel.com>
36038
0e44a77e
L
36039 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36040 Use "neg %eax".
36041
5e1a27a9
L
36042 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36043 __rlim_t cast.
36044 (struct rusage): Use anonymous union to pad each field to
36045 __syscall_slong_t.
36046
46259bec
DM
360472012-05-21 David S. Miller <davem@davemloft.net>
36048
36049 * Makefules (o-iterator): Remove .s cases.
36050 (compile-command.s): Delete.
36051 (COMPILE.s): Delete.
36052 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36053
59f0c22e
JM
360542012-05-21 Joseph Myers <joseph@codesourcery.com>
36055
36056 * configure.in (libc_cv_predef_stack_protector): Only consider
36057 "foobar" and "__stack_chk_fail" lines in libc_undefs.
36058 * configure: Regenerated.
36059
20c07380
L
360602012-05-21 H.J. Lu <hongjiu.lu@intel.com>
36061
bbb3154b
L
36062 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36063 New macro. Use R*LP on int and pointer.
36064 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
36065 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36066 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
36067 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36068
20c07380
L
36069 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36070 [__WORDSIZE_TIME64_COMPAT32] instead of
36071 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36072 (struct utmp): Likewise.
36073 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36074 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36075 Renamed to ...
36076 (__WORDSIZE_TIME64_COMPAT32): This.
36077 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36078 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36079 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36080 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36081 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36082 (__WORDSIZE_TIME64_COMPAT32): New macro.
36083
d8d1017e
AJ
360842012-05-21 Andreas Jaeger <aj@suse.de>
36085
36086 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36087 only if [SHARED]. Add prototype for __wcschr_ia32.
36088
6c7fb145
RM
360892012-05-21 Roland McGrath <roland@hack.frob.com>
36090
36091 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36092 of %rbp unmolested in the jmp_buf while mangling the low bits.
36093 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36094 unmolested high bits of %rbp while demangling the low bits.
36095 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36096
66274218
AJ
360972012-05-21 Andreas Jaeger <aj@suse.de>
36098
07c58f8f
AJ
36099 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36100 * sunrpc/svc_simple.c: Use it for registerrpc.
36101 * sunrpc/xcrypt.c: Use it for passwd2des.
36102
66274218
AJ
36103 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36104
61f65140
L
361052012-05-21 H.J. Lu <hongjiu.lu@intel.com>
36106
36107 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36108 Don't define if [__SYSCALL_WORDSIZE != 32].
36109 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36110 New macro.
36111
5fefb436
AJ
361122012-05-21 Bruno Haible <bruno@clisp.org>
36113 Andreas Jaeger <aj@suse.de>
36114
36115 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36116 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36117 inptr and inend for must_buffer_ch.
36118 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36119 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36120 * stdio-common/Makefile (tests): Remove bug15.
36121 (bug15-ENV): Remove macro.
36122 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36123 anymore.
36124
d8e272ab
AJ
361252012-05-19 Andreas Jaeger <aj@suse.de>
36126 Roland McGrath <roland@hack.frob.com>
36127
36128 * manual/contrib.texi: Completely rewritten. It contains now an
36129 alphabetical list of contributors and their contributions.
36130
4a56a162
RH
361312012-05-21 Richard Henderson <rth@twiddle.net>
36132
36133 * misc/getauxval.c (__getauxval): Use unsigned long int.
36134 * misc/sys/auxv.h: Include <sys/cdefs.h>.
36135 (getauxval): Use unsigned long int.
36136
d024d23c
L
361372012-05-21 H.J. Lu <hongjiu.lu@intel.com>
36138
36139 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36140
cbc00a03
RM
361412012-05-21 Roland McGrath <roland@hack.frob.com>
36142
36143 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36144 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36145 __alignof__ (long double).
36146
478143fa
AZ
361472012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36148
36149 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36150
c7683a6d
RH
361512012-05-20 Richard Henderson <rth@twiddle.net>
36152
36153 * misc/getauxval.c: New file.
36154 * misc/sys/auxv.h: New file.
36155 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36156 (routines): Add getauxval.
36157 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36158 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36159 * elf/dl-sysdep.c (_dl_auxv): Remove.
36160 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36161 * elf/dl-support.c (_dl_auxv): New variable.
36162 (_dl_aux_init): Initialize it.
36163 * manual/startup.texi (Auxiliary Vector): New node.
36164 * sysdeps/generic/bits/hwcap.h: New file.
36165 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36166 * sysdeps/powerpc/sysdep.h: ... here. Include it.
36167 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36168 * sysdeps/sparc/sysdep.h: ... here. Include it.
36169 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36170 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
36171 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36172 Update.
c7683a6d
RH
36173 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36174 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36175 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36176 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36177 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36178 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36179 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36180 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36181
a6f1845d
AZ
361822012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36183
36184 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36185
cbcbe830
DM
361862012-05-19 David S. Miller <davem@davemloft.net>
36187
36188 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36189
e0b16cc2
JM
361902012-05-19 Joseph Myers <joseph@codesourcery.com>
36191
36192 [BZ #14123]
36193 * math/s_ccosh.c: Include <float.h>
36194 (__ccosh): Avoid internal overflow calculating sinh and cosh
36195 values before multiplying by sin and cos values.
36196 * math/s_ccoshf.c: Likewise.
36197 * math/s_ccoshl.c: Likewise.
36198 * math/s_csin.c: Likewise.
36199 * math/s_csinf.c: Likewise.
36200 * math/s_csinl.c: Likewise.
36201 * math/s_csinh.c: Likewise.
36202 * math/s_csinhf.c: Likewise.
36203 * math/s_csinhl.c: Likewise.
36204 * math/libm-test.inc (ccos_test): Add more tests.
36205 (ccosh_test): Likewise.
36206 (csin_test): Likewise.
36207 (csinh_test): Likewise.
36208 * sysdeps/i386/fpu/libm-test-ulps: Update.
36209 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36210
6ad13e08
L
362112012-05-19 H.J. Lu <hongjiu.lu@intel.com>
36212
f66f0ce8
L
36213 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36214 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36215
6ad13e08
L
36216 * sysdeps/x86_64/x32/_itoa.h: Add comment.
36217
b1d072a7
JM
362182012-05-19 Joseph Myers <joseph@codesourcery.com>
36219
36220 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36221 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36222 * sysdeps/powerpc/soft-fp/Versions: Likewise.
36223 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36224 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36225 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36226 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36227 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36228 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36229 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36230 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36231 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36232 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36233 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36234 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36235 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36236 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36237 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36238 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36239 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36240 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36241 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36242 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36243 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36244 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36245 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36246 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36247 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36248 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36249 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36250 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36251
9eae47cb
AJ
362522012-05-18 Andreas Jaeger <aj@suse.de>
36253
36254 * csu/.gitignore: Delete.
36255
bb07f69f
L
362562012-05-18 H.J. Lu <hongjiu.lu@intel.com>
36257
36258 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36259 (timex): Use __syscall_slong_t.
36260
e6bdb741
AJ
362612012-05-18 Andreas Jaeger <aj@suse.de>
36262 Carlos O'Donell <carlos_odonell@mentor.com>
36263
36264 * manual/install.texi (Configuring and compiling): Update
36265 description about files modified in the source directory.
d6c33fda 36266 * INSTALL: Regenerated.
e6bdb741 36267
1b74487e
L
362682012-05-18 H.J. Lu <hongjiu.lu@intel.com>
36269
36270 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36271 value. Use "or" to set return value to -1.
36272 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36273 negate return value.
36274
a88b64b9
TMQMF
362752012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36276
57f41c40
AS
36277 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36278 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
36279 failure if the compiler has Graphite support disabled.
36280 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36281 Likewise.
57f41c40
AS
36282 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36283 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
36284 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36285 Likewise.
36286
3707636e
L
362872012-05-18 H.J. Lu <hongjiu.lu@intel.com>
36288
610b8622
L
36289 * sysdeps/x86_64/x32/_itoa.h: New file.
36290
7cd195df
L
36291 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36292 getdents system call only if kernel and user dirents have the
36293 same d_ino and d_off.
36294
94b07d20
L
36295 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36296 LLONG_MAX != LONG_MAX.
36297 (_itoa_word): Use _ITOA_WORD_TYPE on value.
36298 (_fitoa_word): Likewise.
36299
18298070
L
36300 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36301 years.
36302 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36303 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36304 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36305
553c7ea4
L
36306 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36307 include <bits/wordsize.h>. Check __x86_64__ instead of
36308 __WORDSIZE.
36309 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36310 if __x86_64__ is defined. Use anonymous union on fpstate.
36311
3707636e
L
36312 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36313 anonymous union.
36314
b53ef01a
AS
363152012-05-18 Andreas Schwab <schwab@linux-m68k.org>
36316
37fb1dc0
AS
36317 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36318 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36319 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36320 Refer to _rtld_local_ro instead of _rtld_global_ro.
36321 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36322 Likewise.
36323 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36324 Likewise.
36325 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36326 Likewise.
36327 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36328 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36329 of _rtld_global, and rtld_progname instead of _dl_argv[0].
36330
b53ef01a
AS
36331 * sysdeps/powerpc/powerpc32/dl-machine.c
36332 (__elf_machine_runtime_setup) [PROF]: Don't reference
36333 _dl_prof_resolve.
36334
7a185db2
AJ
363352012-05-18 Andreas Jaeger <aj@suse.de>
36336
36337 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36338 function only available for GCCs before 3.4 since GCC 3.4
36339 introduced a builtin.
36340 (lrint): Likewise.
36341 (llrintf): Likewise.
36342 (llrint): Likewise.
36343 (fmaxf): Likewise.
36344 (fmax): Likewise.
36345 (fminf): Likewise.
36346 (fmin): Likewise.
36347 (rint): Likewise.
36348 (rintf): Likewise.
36349 (nearbyint): Likewise.
36350 (nearbyintf): Likewise.
36351 (ceil): Likewise.
36352 (ceilf): Likewise.
36353 (floor): Likewise.
36354 (floorf): Likewise.
36355
3e5aef87
L
363562012-05-17 H.J. Lu <hongjiu.lu@intel.com>
36357
428bd707
L
36358 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36359 on both fields and cast pointer to __syscall_ulong_t.
36360
3e5aef87
L
36361 * bits/types.h (__fsword_t): New type.
36362 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36363 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36364 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36365 (__FSWORD_T_TYPE): Likewise.
36366 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36367 (__FSWORD_T_TYPE): Likewise.
36368 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36369 (__FSWORD_T_TYPE): Likewise.
36370 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36371 (__FSWORD_T_TYPE): Likewise.
36372 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36373 __SWORD_TYPE with __fsword_t.
36374 (statfs64): Likewise.
36375
1ba7c3dc
DM
363762012-05-17 David S. Miller <davem@davemloft.net>
36377
36378 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36379
59910343
AJ
363802012-05-17 Andreas Jaeger <aj@suse.de>
36381
36382 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36383 warning.
36384
2e4c1e9e
L
363852012-05-17 H.J. Lu <hongjiu.lu@intel.com>
36386
36387 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36388
de7f5ce7
AJ
363892012-05-17 Andreas Jaeger <aj@suse.de>
36390
36391 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36392 when it is used.
36393
286abc3d
CM
363942012-05-17 Chris Metcalf <cmetcalf@tilera.com>
36395
36396 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36397
477cc68e
L
363982012-05-17 H.J. Lu <hongjiu.lu@intel.com>
36399
36400 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36401 * sysdeps/x86_64/tst-mallocalign1.c: New file.
36402
1a0994f5
CD
364032012-05-17 Andreas Jaeger <aj@suse.de>
36404 Carlos O'Donell <carlos_odonell@mentor.com>
36405
36406 [BZ #14059]
36407 * sysdeps/x86_64/multiarch/init-arch.h
36408 (bit_YMM_Usable): Rename to...
36409 (bit_AVX_Usable): ... this.
36410 (bit_FMA4_Usable): New macro.
36411 (bit_XMM_state): New macro.
36412 (bit_YMM_state): New macro.
36413 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36414 [__ASSEMBLER__] (index_AVX_Usable): ... this.
36415 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36416 (CPUID_OSXSAVE): New macro.
36417 (CPUID_AVX): New macro.
36418 (CPUID_FMA4): New macro.
36419 (index_YMM_Usable): Rename to...
36420 (index_AVX_Usable): ... this.
36421 (HAS_AVX): Use HAS_ARCH_FEATURE.
36422 (HAS_FMA4): Likewise.
36423 (HAS_YMM_USABLE): Remove.
36424 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36425 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36426 are present.
36427 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36428 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36429 * sysdeps/x86_64/multiarch/Makefile: Likewise.
36430 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36431 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36432
0af797de
CM
364332012-05-17 Chris Metcalf <cmetcalf@tilera.com>
36434
36435 * math/libm-test.c: Support platforms without multiple rounding modes.
36436 * math/bug-nextafter.c: Support platforms without FP exceptions.
36437 * math/bug-nexttoward.c: Likewise.
36438 * math/test-fenv.c: Likewise.
36439 * math/test-misc.c: Likewise.
36440 * stdlib/bug-getcontext.c: Likewise.
36441
e39745ff
AJ
364422012-05-17 Andreas Jaeger <aj@suse.de>
36443
36444 * manual/examples/search.c (critter_cmp): Change signature to
36445 avoid warnings.
36446 * manual/string.texi (Collation Functions): Likewise.
36447
48970aba
L
364482012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36449
36450 * bits/types.h: Fold copyright years.
36451 * bits/typesizes.h: Likewise.
36452 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36453 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36454 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36455 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36456 * time/time.h: Likewise.
36457
bedee953
PP
364582012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
36459
36460 [BZ #208]
36461 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36462 in instead of returning them. Return void.
36463 (__libc_mallinfo): Accumulate over all arenas.
36464 (__malloc_stats): Adjust for change in int_mallinfo interface.
36465
61653dfb
RM
364662012-05-16 Roland McGrath <roland@hack.frob.com>
36467
30b99d79
RM
36468 [BZ #10375]
36469 * configure.in (NM): Add AC_CHECK_TOOL for it.
36470 (libc_extra_cflags): New substituted variable.
36471 Check for -fstack-protector being used implicitly.
36472 * configure: Regenerated.
36473 * config.make.in (config-extra-cflags): New variable,
36474 gets @libc_extra_cflags@.
36475 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36476
61653dfb
RM
36477 [BZ #10375]
36478 * configure.in: Check for _FORTIFY_SOURCE being predefined.
36479 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36480 * configure: Regenerated.
36481 * config.make.in (CPPUNDEFS): New substituted variable.
36482 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36483 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36484 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36485
661768bb
L
364862012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36487
36488 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36489 (mq_attr): Use __syscall_slong_t.
36490
d4261567
L
364912012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36492
36493 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36494 Check __x86_64__ instead of __WORDSIZE.
36495 (_STAT_VER_LINUX): Likewise.
36496 (stat): Check __x86_64__ instead of __WORDSIZE. Use
36497 __syscall_ulong_t and __syscall_slong_t.
36498 (stat64): Likewise.
36499
cf3ff365
L
365002012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36501
36502 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36503
76cf3e4d
L
365042012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36505
36506 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36507
a637753a
L
365082012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36509
36510 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36511 __syscall_ulong_t.
36512
d5e05119
L
36513 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36514 include <bits/wordsize.h>. Check __x86_64__ instead of
36515 __WORDSIZE.
36516 (greg_t): Use "__extension__ long long int" if __x86_64__ is
36517 defined.
36518 (mcontext_t): Replace "unsigned long" with "unsigned long long".
36519
f62ee380
L
36520 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36521 include <bits/wordsize.h>. Check __x86_64__ instead of
36522 __WORDSIZE.
36523 (user_regs_struct): Use "__extension__ unsigned long long"
36524 instead of "unsigned long" if __x86_64__ is defined.
36525 (user): Likewise. Pad after pointer field if __ILP32__ is
36526 defined.
36527
4e124ced
JM
365282012-05-16 Joseph Myers <joseph@codesourcery.com>
36529
6a3951a0
JM
36530 * configure.in (makeinfo): Require version 4.5 or later. Allow
36531 versions 5 to 9.
36532 * configure: Regenerated.
36533 * manual/install.texi (texinfo): Increase version requirement to
36534 4.5 or later.
36535 * INSTALL: Regenerated.
36536
4e124ced
JM
36537 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36538
953ca31a
L
365392012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36540
36541 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36542
617aca05
L
36543 * sysdeps/x86_64/x32/ffs.c: New file.
36544
5762f7ae
L
36545 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36546 __syscall_ulong_t.
36547 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36548 defined. Use __syscall_ulong_t.
36549 (shminfo): Use __syscall_ulong_t.
36550 (shm_info): Likewise.
36551
a26b6856
L
36552 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36553 __syscall_ulong_t.
36554
cb2b9ef7
L
36555 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
36556 <bits/wordsize.h>.
36557 (msgqnum_t): Use __syscall_ulong_t.
36558 (msglen_t): Likewise.
36559 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
36560 __syscall_ulong_t.
36561
34683bb0
L
36562 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
36563 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
36564
84a68786
L
36565 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
36566
48baa5f1
L
36567 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
36568 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
36569
180be88b
L
36570 * sysvipc/sys/msg.h (msgbuf): Replace long int with
36571 __syscall_slong_t.
36572
5e90c8ad
L
36573 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
36574 include <bits/wordsize.h>. Check __x86_64__ instead of
36575 __WORDSIZE.
36576
23dfb58b
L
36577 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
36578 "unsigned long long int" if __x86_64__ is defined.
36579 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
36580
ce5d54b0
L
36581 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
36582 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
36583 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
36584
13dc9eac
L
36585 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
36586 <stdint.h>.
36587 (GET_PC): Cast to uintptr_t first.
36588 (GET_FRAME): Likewise.
36589 (GET_STACK): Likewise.
36590
a7895d15
L
36591 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
36592 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
36593 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36594 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36595 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36596 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36597 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36598 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36599 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36600 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36601 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36602 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36603 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36604 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36605 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36606 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36607 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36608 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36609 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36610 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36611 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36612 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36613 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36614 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36615 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36616 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36617 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36618 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36619 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36620
656416c9
AS
366212012-05-16 Andreas Schwab <schwab@linux-m68k.org>
36622
5bd66283
AS
36623 * Makerules (+depfiles): Also collect depfiles from .oS in
36624 $(extra-objs).
36625 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36626 .oS, $(libnldbl-routines)).
36627
656416c9
AS
36628 * Makerules (native-compile-mkdep-flags): Define.
36629 * sunrpc/Makefile (extra-objs): Add $(addprefix
36630 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36631 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36632 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
36633 calling $(make-target-directory).
36634
a46f2169
L
366352012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36636
36637 * bits/types.h (__snseconds_t): Removed.
36638 * time/time.h (struct timespec): Replace __snseconds_t with
36639 __syscall_slong_t.
36640 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36641 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36642 Likewise.
36643 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36644 (__SNSECONDS_T_TYPE): Likewise.
36645 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36646 (__SNSECONDS_T_TYPE): Likewise.
36647 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36648 (__SNSECONDS_T_TYPE): Likewise.
36649
6af6528b
L
366502012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36651
36652 * sysdeps/mach/hurd/bits/typesizes.h
36653 (__SYSCALL_SLONG_TYPE): New macro.
36654 (__SYSCALL_ULONG_TYPE): Likewise.
36655
de986b56
L
366562012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36657
36658 * bits/types.h (__syscall_slong_t): New type.
36659 (__syscall_ulong_t): Likewise.
36660
36661 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36662 (__SYSCALL_ULONG_TYPE): Likewise.
36663 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36664 (__SYSCALL_SLONG_TYPE): Likewise.
36665 (__SYSCALL_ULONG_TYPE): Likewise.
36666 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36667 (__SYSCALL_SLONG_TYPE): Likewise.
36668 (__SYSCALL_ULONG_TYPE): Likewise.
36669 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36670 (__SYSCALL_SLONG_TYPE): Likewise.
36671 (__SYSCALL_ULONG_TYPE): Likewise.
36672
85736dc7
L
366732012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36674
36675 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36676 Add sigaltstack-offsets.sym.
36677 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36678 <sigaltstack-offsets.h>.
36679 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
36680 longjmp_msg pointer.
36681 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
36682 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36683 signal stack.
36684 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36685
cc03b296
JM
366862012-05-15 Joseph Myers <joseph@codesourcery.com>
36687
a9538892
JM
36688 * elf/stackguard-macros.h: Remove file.
36689 * sysdeps/generic/stackguard-macros.h: New file.
36690 * sysdeps/i386/stackguard-macros.h: Likewise.
36691 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36692 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36693 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36694 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36695 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36696 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36697 * sysdeps/x86_64/stackguard-macros.h: Likewise.
36698 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36699 <elf/stackguard-macros.h>.
36700
cc03b296
JM
36701 [BZ #14109]
36702 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36703 __aligned__ in attribute.
36704 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36705 (gregset_t): Likewise.
36706
93171016
L
367072012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36708
36709 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36710 * sysdeps/x86_64/64/Implies-after: Here. New file.
36711 * sysdeps/x86_64/x32/Implies-after: New file.
36712
d86813a0
L
367132012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36714
36715 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36716 and access return value for _dl_profile_fixup. Use R10_LP to
36717 load frame size.
36718
2953ec75
L
367192012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36720
36721 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36722
3b550e9e
L
367232012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36724
36725 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36726 * sysdeps/x86_64/x32/sysdep.h: New file.
36727
eda41706
L
367282012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36729
36730 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36731 * sysdeps/x86_64/setjmp.S: Likewise.
36732
9ea01d93
AZ
367332012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36734
36735 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36736 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36737 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36738 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36739 remove unused global constant.
36740
02a91938
CM
367412012-05-15 Chris Metcalf <cmetcalf@tilera.com>
36742
36743 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36744 include of <not-cancel.h>.
36745
6540185f
RM
367462012-05-15 Roland McGrath <roland@hack.frob.com>
36747
36748 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36749
509072a0
AJ
367502012-05-15 Jeff Law <law@redhat.com>
36751 Andreas Jaeger <aj@suse.de>
36752
36753 [BZ #13594]
36754 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36755 out from...
36756 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36757 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36758 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36759 code changing __hst_map_handle.map.
36760
ba75122d
RM
367612012-05-15 Roland McGrath <roland@hack.frob.com>
36762
36763 * configure.in (sysnames): Look for Implies-before and Implies-after
36764 files.
36765 * configure: Regenerated.
36766
890d8bd8
L
367672012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36768
36769 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36770 8-byte data alignment with LP_SIZE alignment.
36771
f6ee6623
L
367722012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36773
36774 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36775 into R10_LP.
36776
ea2626f6
L
367772012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36778
36779 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36780
085f715e
L
367812012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36782
36783 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36784 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36785 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36786 Likewise.
36787 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36788
be8498fc
L
367892012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36790
36791 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36792 (stackinfo_sub_sp): Likewise.
36793
70bc83b9
L
367942012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36795
36796 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36797 RAX_LP.
36798
9bc0b730
L
367992012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36800
36801 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36802 into R*_LP.
36803
6d2850e7
L
368042012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36805
36806 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36807 sizes into R*_LP.
36808
3cb84561
L
368092012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36810
36811 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36812
54e2ed81
L
368132012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36814
36815 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36816 into R11_LP and load __x86_64_shared_cache_size_half into
36817 R8_LP.
36818
8a17f349
L
368192012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36820
36821 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36822 R8_LP.
36823
777b1eea
AZ
368242012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36825
36826 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36827 logb for POWER7.
36828 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36829 logbf for POWER7.
36830 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36831 logbl for POWER7.
36832 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36833 powerpc32/power7/fpu/s_logb.c via #include.
36834 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36835 powerpc32/power7/fpu/s_logbf.c via #include.
36836 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36837 powerpc32/power7/fpu/s_logbl.c via #include.
36838
d20d4ac2
JM
368392012-05-15 Joseph Myers <joseph@codesourcery.com>
36840
36841 * README.libm: Remove file.
36842
6cdef1ab
L
368432012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36844
36845 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36846 count for x32. Use R*_LP and omit operand-size suffix.
36847
0b254d8f
L
368482012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36849
36850 * shlib-versions: Move x86_64-.*-linux.* entries to ...
36851 * sysdeps/x86_64/64/shlib-versions: Here. New file.
36852 * sysdeps/x86_64/x32/shlib-versions: New file.
36853
ceb809dc
RM
368542012-05-14 Roland McGrath <roland@hack.frob.com>
36855
36856 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36857 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36858 Use _dl_fatal_printf instead.
36859
37f1abd4
JM
368602012-05-14 Joseph Myers <joseph@codesourcery.com>
36861
36862 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36863 set if not set by the user. Do not allow for being unset.
36864 * sysdeps/unix/sysv/linux/configure: Regenerated.
36865
11de3a33
L
368662012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36867
36868 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36869 the `q' suffix from lea and replace .quad with ASM_ADDR.
36870
e02f153a
L
368712012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36872
36873 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36874 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
36875 instead of $17.
36876 (PTR_DEMANGLE): Likewise.
36877
520ae0fd
L
368782012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36879
36880 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36881 (LP_OP): Likewise.
36882 (ASM_ADDR): Likewise.
36883 (RAX_LP): Likewise.
36884 (RBP_LP): Likewise.
36885 (RBX_LP): Likewise.
36886 (RCX_LP): Likewise.
36887 (RDI_LP): Likewise.
36888 (RSI_LP): Likewise.
36889 (RSP_LP): Likewise.
36890 (R8_LP): Likewise.
36891 (R9_LP): Likewise.
36892 (R10_LP): Likewise.
36893 (R10_LP): Likewise.
36894 (R11_LP): Likewise.
36895 (R12_LP): Likewise.
36896 (R13_LP): Likewise.
36897 (R14_LP): Likewise.
36898 (R15_LP): Likewise.
36899
b985be81
L
369002012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36901
36902 * sysdeps/x86_64/x32/dl-machine.h: New file.
36903
6a4888ff
AJ
369042012-05-14 Andreas Jaeger <aj@suse.de>
36905
36906 * manual/Makefile (subdir): Remove export of subdir.
36907 (all): Remove target.
36908 (.PHONY): Remove all from list.
36909 (mkinstalldirs): Remove.
36910 (.PHONY): Remove installdirs from list.
36911 ($(inst_infodir)/libc.info): Use make-target-directory.
36912 (installdirs): Remove.
36913 (subdir_%): Remove.
36914 (glibc-targets): Remove.
36915 (lib): Remove.
36916 (stubs): Remove.
36917 ($(objpfx)stubs ../po/manual.pot): Remove.
36918 ($(objpfx)stamp%): Remove.
36919 (make-target-directory): Remove.
36920 (subdir_install): Remove.
36921 (routines): Remove.
36922 (aux): Remove.
36923 (sources): Remove.
36924 (objects): Remove.
36925 (headers): Remove.
36926
36927 [BZ #13750]
36928 * manual/.gitignore: Remove, it's not needed anymore.
36929 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36930 all files in it.
36931 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36932 directory.
36933 (texis): Renamed to $(objpfx)texis.
36934 (texis-path): New, contains path to generated files.
36935 (chapters.%): Use texis-path for complete path, add extra argument
36936 libc-texinfo.sh.
36937 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36938 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36939 (summary,texi, stamp-summary): Use complete path of
36940 files. Generate files in build dir.
36941 (dir-add.texi): Build in build dir.
36942 (libm-err.texi,stamp-libm-err): Likewise.
36943 (version.texi, stamp-version): Likewise.
36944 (.%c.texi): Likewise.
36945 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36946 (mostlyclean): Remove target.
36947 (realclean): Remove target.
36948 (generated): Add new variable with contents from mostlyclean and
36949 realclean, remove entries duplicated in common-mostlyclean, add
36950 stamp-libm-err and stamp-version.
36951 (generated-dirs): Add libc directory.
36952 ($(inst_infodir)/libc.info): Install files from build dir.
36953
36954 * manual/install.texi (Configuring and compiling): Adjust since
36955 the info files are not part of the tar ball anymore.
36956
7ac77294
AJ
369572012-05-14 Andreas Jaeger <aj@suse.de>
36958
36959 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
36960 variable.
36961
ffb7875d
JM
369622012-05-14 Joseph Myers <joseph@codesourcery.com>
36963
36964 [BZ #13717]
36965 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36966 to 2.2.0 where earlier.
36967 * sysdeps/unix/sysv/linux/configure: Regenerated.
36968 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
36969 Remove conditional code.
36970 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
36971 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
36972 Remove conditional code.
36973 [!__NR_lchown]: Likewise.
36974 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36975 [__NR_lchown]: Likewise.
36976 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
36977 comment referencing __ASSUME_LCHOWN_SYSCALL.
36978 * sysdeps/unix/sysv/linux/i386/sigaction.c
36979 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36980 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36981 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
36982 Remove conditional code.
36983 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
36984 (__protocol_available): Remove #if 0 code.
36985 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
36986 conditional code.
36987 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
36988 * sysdeps/unix/sysv/linux/kernel-features.h
36989 (__ASSUME_GETCWD_SYSCALL): Don't define.
36990 (__ASSUME_REALTIME_SIGNALS): Likewise.
36991 (__ASSUME_PREAD_SYSCALL): Likewise.
36992 (__ASSUME_PWRITE_SYSCALL): Likewise.
36993 (__ASSUME_POLL_SYSCALL): Likewise.
36994 (__ASSUME_LCHOWN_SYSCALL): Likewise.
36995 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
36996 non-SPARC.
36997 (__ASSUME_SIOCGIFNAME): Don't define.
36998 (__ASSUME_MSG_NOSIGNAL): Likewise.
36999 (__ASSUME_SENDFILE): Define unconditionally.
37000 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
37001 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
37002 conditional code.
37003 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
37004 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
37005 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37006 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37007 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
37008 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37009 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37010 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
37011 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37012 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37013 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37014 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37015 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37016 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
37017 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37018 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37019 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37020 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37021 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37022 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
37023 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37024 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37025 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
37026 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37027 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37028 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
37029 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37030 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37031 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
37032 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37033 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37034 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37035 Remove conditional code.
37036 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37037 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37038 Remove conditional code.
37039 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37040 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37041 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37042 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37043 Remove conditional code.
37044 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37045 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37046 Remove conditional code.
37047 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37048 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37049 Remove conditional code.
37050 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37051 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37052 Remove conditional code.
37053 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37054 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37055 Remove conditional code.
37056 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37057 * sysdeps/unix/sysv/linux/sh/pwrite64.c
37058 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37059 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37060 * sysdeps/unix/sysv/linux/sigaction.c
37061 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37062 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37063 * sysdeps/unix/sysv/linux/sigpending.c
37064 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37065 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37066 * sysdeps/unix/sysv/linux/sigprocmask.c
37067 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37068 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37069 * sysdeps/unix/sysv/linux/sigsuspend.c
37070 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37071 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37072 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37073 (__libc_missing_rt_sigs): Remove.
37074 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37075 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37076 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37077 Remove conditional code.
37078 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37079 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37080 return 1.
37081 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37082 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37083 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37084 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37085
1bfb7291
AJ
370862012-05-14 Andreas Jaeger <aj@suse.de>
37087
caae5a81
AJ
37088 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37089 it's not used in glibc.
37090 (__coshm1): Likewise.
37091 (__acosh1p): Likewise.
37092 (__sgn): Likewise.
37093
1bfb7291
AJ
37094 * manual/string.texi (Copying and Concatenation): Add missing
37095 variable in concat example.
37096 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37097
c044d724
L
370982012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37099
144c5467 37100 [BZ #14103]
c044d724
L
37101 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37102 __builtin_clzl with __builtin_clzll.
37103
2523c62b
L
371042012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37105
37106 [BZ #14104]
37107 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37108 libc_freeres_ptr.
37109
d7bb4c42
LD
371102012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
37111
37112 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37113 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37114 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37115 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37116
9dc4e1fb
MF
371172012-05-14 Mike Frysinger <vapier@gentoo.org>
37118
37119 * NEWS: Update ia64 info.
37120
c7df0112
AS
371212012-05-12 Andreas Schwab <schwab@linux-m68k.org>
37122
37123 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37124 used as bcopy.
37125
dc70356c
TS
371262012-05-12 Thomas Schwinge <thomas@codesourcery.com>
37127
37128 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37129 * sysdeps/unix/syscalls.list (dup3): Likewise.
37130 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37131 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37132
9fb1a21f
L
371332012-05-11 H.J. Lu <hongjiu.lu@intel.com>
37134
37135 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37136 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37137
4822a2a5
L
371382012-05-11 H.J. Lu <hongjiu.lu@intel.com>
37139
37140 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37141 thread pointer.
37142 (TLS_IE): Use mov/add instead of movq/addq to load thread
37143 pointer.
37144 (TLS_GD_PREFIX): New.
37145 (TLS_GD): Use it.
37146
842b81d6
DM
371472012-05-11 David S. Miller <davem@davemloft.net>
37148
37149 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37150 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37151 (_FPU_SETCW): Likewise.
37152
1cf463cd
L
371532012-05-10 H.J. Lu <hongjiu.lu@intel.com>
37154
37155 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37156 is 32-byte aligned.
37157
60cc4a18
AS
371582012-05-11 Andreas Schwab <schwab@linux-m68k.org>
37159
37160 [BZ #11837]
37161 * iconvdata/gb18030.c: Update tables.
37162 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
37163 characters specially.
37164 (BODY for TO_LOOP): Add encoding of missing ranges.
37165
febb44a4
TS
371662012-05-11 Thomas Schwinge <thomas@codesourcery.com>
37167
37168 [BZ #13673]
37169 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37170 * sysdeps/mach/hurd/dup3.c: Likewise.
37171 * sysdeps/mach/hurd/readlinkat.c: Likewise.
37172 * sysdeps/powerpc/memmove.c:: Likewise.
37173
0a10fb9e
L
371742012-05-10 H.J. Lu <hongjiu.lu@intel.com>
37175
37176 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37177 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37178
df8a552f
L
371792012-05-10 H.J. Lu <hongjiu.lu@intel.com>
37180
37181 * elf/elf.h (R_X86_64_RELATIVE64): New.
37182 (R_X86_64_NUM): Updated.
37183 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37184 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
37185 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37186 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37187 tst-quad1pie tst-quad2pie
37188 (modules-names): Add tst-quadmod1 tst-quadmod2.
37189 ($(objpfx)tst-quad1): New dependency.
37190 ($(objpfx)tst-quad2): Likewise.
37191 ($(objpfx)tst-quad1pie): Likewise.
37192 ($(objpfx)tst-quad2pie): Likewise.
37193 * sysdeps/x86_64/tst-quad1.c: New file.
37194 * sysdeps/x86_64/tst-quad1pie.c: New file.
37195 * sysdeps/x86_64/tst-quad2.c: Likewise.
37196 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37197 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37198 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37199 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37200 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37201
f34d6f84
ST
372022012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37203
f42d41d1
ST
37204 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37205 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37206 * streams/stropts.h (t_scalar_t): Define type.
37207
3c3571fc
ST
37208 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37209 (_PATH_PRESERVE): Set to "/var/lib".
37210 (_PATH_RWHODIR): Set to "/var/spool/rwho".
37211
61f06bd3
ST
37212 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37213 instead of int.
37214
918d4d71
ST
37215 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37216 if __dir_mkfile succeeded.
37217
f34d6f84
ST
37218 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37219 checking for _hurd_dtablesize. Unlock it right after having
37220 finished _hurd_dtable allocation.
37221
10589b4a
TS
372222012-05-10 Thomas Schwinge <thomas@schwinge.name>
37223
674cdbc7
TS
37224 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37225 * sysdeps/mach/hurd/configure: Regenerated.
37226 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37227 special-casing to...
37228 * sysdeps/gnu/configure.in: ... this new file.
37229 * sysdeps/unix/sysv/linux/configure: Regenerated.
37230 * sysdeps/gnu/configure: New generated file.
37231
8e41b99f
TS
37232 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37233 for Linux: use nsec instead of usec, as well as:
37234 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37235 members of type struct timespec.
37236 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37237 New macros.
37238 (struct stat64): Likewise.
37239 (_STATBUF_ST_NSEC): New macro.
37240 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37241
10589b4a
TS
37242 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37243 __strtoul_internal rather than strtoul.
37244
63643c85
PT
372452012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37246
37247 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37248 and reject them.
37249
3faebe6a
ST
372502012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37251
37252 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37253 which preserves existing values.
37254 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37255
c6474b07
PT
372562012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37257
37258 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37259 TIMEOUT values. Return EINVAL for NFDS values either negative or
37260 greater than FD_SETSIZE.
37261
1043890b
ST
372622012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37263
37264 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37265 allocated, call __vm_protect to finish enabling the existing space, and
37266 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37267 allocate the remainder.
37268
37ed8b9b
PT
372692012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37270
37271 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37272 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
37273
db653660
ST
372742012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37275
37ed8b9b
PT
37276 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37277 sysdeps/mach/hurd/readlink.c.
b29d4053 37278
db653660
ST
37279 * posix/tst-sysconf.c (posix_options): Only use
37280 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37281 _POSIX_SYNCHRONIZED_IO when they are defined
37282 * sysdeps/mach/hurd/bits/posix_opt.h:
37283 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37284 (_XOPEN_REALTIME): Undefine macro.
37285 (_XOPEN_REALTIME_THREADS): Undefine macro.
37286 (_XOPEN_SHM): Undefine macro.
37287 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37288 macro to -1.
37289 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37290 macro to -1.
37291 (_POSIX_ASYNC_IO): Undefine macro.
37292 (_POSIX_PRIORITIZED_IO): Undefine macro.
37293 (_POSIX_SPIN_LOCKS): Define macro to -1.
37294
ee16e894
ST
37295 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37296 SA_NODEFER, SA_RESETHAND.
37297 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37298 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37299 F_DUPFD_CLOEXEC.
37300
6103ae3b
TS
373012012-05-10 Thomas Schwinge <thomas@schwinge.name>
37302
37303 * elf/Makefile (pldd-modules): Define unconditionally.
37304
80b4e5f3
TS
373052012-05-10 Thomas Schwinge <thomas@schwinge.name>
37306
37307 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37308
edadcbd6
ST
373092012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37310
37311 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37312 Return ENOENT when name is empty.
37313 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37314
80694780
TS
373152012-05-10 Thomas Schwinge <thomas@schwinge.name>
37316
1792c087
TS
37317 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37318
80694780
TS
37319 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37320
6b645f0d
ST
373212012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37322
80694780
TS
37323 Fix mlock in all cases except non-readable pages.
37324 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37325 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 37326
6b645f0d
ST
37327 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37328 (__mkdir): When path is `/', just fail with EEXIST.
37329 * sysdeps/mach/hurd/mkdirat.c: Likewise.
37330
e468f8a3
TS
373312012-05-10 Thomas Schwinge <thomas@schwinge.name>
37332
37333 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37334 <sys/uio.h> (for writev).
37335 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37336 and <sys/param.h> (for MIN).
37337
a4186cff
PT
373382012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37339
37340 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37341 REQUESTED_TIME. Properly set the remaining time and return EINTR
37342 if interrupted.
37343
510bbf14
TS
373442012-05-10 Thomas Schwinge <thomas@schwinge.name>
37345
37346 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37347 Depend on against $(link-rpcuserlibs).
37348
5d5722e8
ST
373492012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37350
a4186cff
PT
37351 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37352 (__libc_stack_end): Do not use attribute_relro.
37353 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37354 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 37355 to libthread-provided value.
a4186cff
PT
37356 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37357 attribute_relro.
5d5722e8 37358
37233df9
TS
373592012-05-10 Thomas Schwinge <thomas@schwinge.name>
37360
be971a2b
TS
37361 [BZ #3748]
37362 * bits/libc-lock.h (__libc_once_get): New macro.
37363 * sysdeps/mach/bits/libc-lock.h: Likewise.
37364 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37365 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37366 instead of using implementation details.
37367
37233df9
TS
37368 * libio/fileops.c: Unconditionally include <kernel-features.h>.
37369 * libio/freopen.c: Likewise.
37370 * libio/freopen64.c: Likewise.
37371 * misc/syslog.c: Likewise.
37372 * nscd/connections.c: Likewise.
37373 * nscd/netgroupcache.c: Likewise.
37374 * sysdeps/posix/getcwd.c: Likewise.
37375
38de94a5
RM
373762012-05-10 Roland McGrath <roland@hack.frob.com>
37377
37378 * math/w_ilogbf.c: Add #include <limits.h>.
37379
67530489
ST
373802012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37381
a4186cff 37382 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
37383 path instead of returning without unlocking.
37384
67530489
ST
37385 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37386 immediate-write ioctls.
37387 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37388
5aa3a74a
TS
373892012-05-10 Thomas Schwinge <thomas@schwinge.name>
37390
18bad2ae
TS
37391 * sysdeps/mach/hurd/i386/init-first.c (init): Use
37392 __builtin_frame_address instead of making assumptions about the
37393 location of the return address relative to DATA. Force early load of
37394 the return address.
37395 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37396 __builtin_frame_address.
37397
5aa3a74a
TS
37398 dup3 for GNU Hurd.
37399 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37400 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
37401 implement dup3 and do some further code clean-ups.
37402 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37403 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37404
ecd0de9a
ST
374052012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37406
cd9fa985
ST
37407 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37408
a4186cff
PT
37409 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37410 HURD_CRITICAL_END around holding _hurd_dtable_lock.
37411 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37412 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37413 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37414 d->port.lock.
802ca5a5 37415
a4186cff
PT
37416 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37417 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
37418 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 37419
bcf55240
TS
374202012-05-10 Thomas Schwinge <thomas@schwinge.name>
37421
6960eb42
TS
37422 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37423 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37424 definitions.
37425
eb43375f
TS
37426 accept4 for GNU Hurd.
37427 * include/sys/socket.h (__libc_accept4): New prototype.
37428 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
37429 to implement __libc_accept4.
37430 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37431 __libc_accept4.
37432 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37433
bcf55240
TS
37434 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37435 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37436 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37437 signal-defines.sym.
37438
6178c55b
ST
374392012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37440
a4186cff 37441 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 37442
6f080c2f
TS
374432012-05-10 Thomas Schwinge <thomas@schwinge.name>
37444
37445 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37446 assertion on O_CLOEXEC flag.
37447 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37448 * hurd/intern-fd.c: Likewise.
37449 * hurd/port2fd.c: Likewise.
37450
bcfe3a54
ST
374512012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37452
37453 [BZ #3906]
37454 * bits/in.h (IPV6_PKTINFO): Define new macro.
37455 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37456
89c9aa49
AZ
374572012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37458
37459 [BZ #13954]
37460 [BZ #13955]
37461 [BZ #13956]
37462 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37463 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37464 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37465 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37466 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37467 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37468 * math/libm-test.inc (logb_test) : Additional logb tests.
37469
021db4be
AJ
374702012-05-09 Andreas Schwab <schwab@linux-m68k.org>
37471 Andreas Jaeger <aj@suse.de>
37472
37473 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37474 * configure: Regenerated.
37475 * config.h.in (LINK_OBSOLETE_RPC): New macro.
37476 * config.make.in (link-obsolete-rpc): New substituted variable.
37477 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37478 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37479 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37480 (shared-only-routines): Don't set it under [link-obsolete-rpc],
37481 so that libc.a contains the symbols.
37482 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37483 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37484 * sunrpc/auth_none.c: Likewise.
37485 * sunrpc/auth_unix.c: Likewise.
37486 * sunrpc/authdes_prot.c: Likewise.
37487 * sunrpc/authuxprot.c: Likewise.
37488 * sunrpc/clnt_gen.c: Likewise.
37489 * sunrpc/clnt_perr.c: Likewise.
37490 * sunrpc/clnt_raw.c: Likewise.
37491 * sunrpc/clnt_simp.c: Likewise.
37492 * sunrpc/clnt_tcp.c: Likewise.
37493 * sunrpc/clnt_udp.c: Likewise.
37494 * sunrpc/clnt_unix.c: Likewise.
37495 * sunrpc/des_crypt.c: Likewise.
37496 * sunrpc/des_soft.c: Likewise.
37497 * sunrpc/get_myaddr.c: Likewise.
37498 * sunrpc/key_call.c: Likewise.
37499 * sunrpc/key_prot.c: Likewise.
37500 * sunrpc/netname.c: Likewise.
37501 * sunrpc/pm_getmaps.c: Likewise.
37502 * sunrpc/pm_getport.c: Likewise.
37503 * sunrpc/pmap_clnt.c: Likewise.
37504 * sunrpc/pmap_prot.c: Likewise.
37505 * sunrpc/pmap_prot2.c: Likewise.
37506 * sunrpc/pmap_rmt.c: Likewise.
37507 * sunrpc/publickey.c: Likewise.
37508 * sunrpc/rpc_cmsg.c: Likewise.
37509 * sunrpc/rpc_common.c: Likewise.
37510 * sunrpc/rpc_dtable.c: Likewise.
37511 * sunrpc/rpc_prot.c: Likewise.
37512 * sunrpc/rpc_thread.c: Likewise.
37513 * sunrpc/rtime.c: Likewise.
37514 * sunrpc/svc.c: Likewise.
37515 * sunrpc/svc_auth.c: Likewise.
37516 * sunrpc/svc_raw.c: Likewise.
37517 * sunrpc/svc_run.c: Likewise.
37518 * sunrpc/svc_tcp.c: Likewise.
37519 * sunrpc/svc_udp.c: Likewise.
37520 * sunrpc/svc_unix.c: Likewise.
37521 * sunrpc/svcauth_des.c: Likewise.
37522 * sunrpc/xcrypt.c: Likewise.
37523 * sunrpc/xdr.c: Likewise.
37524 * sunrpc/xdr_array.c: Likewise.
37525 * sunrpc/xdr_float.c: Likewise.
37526 * sunrpc/xdr_intXX_t.c: Likewise.
37527 * sunrpc/xdr_mem.c: Likewise.
37528 * sunrpc/xdr_rec.c: Likewise.
37529 * sunrpc/xdr_ref.c: Likewise.
37530 * sunrpc/xdr_sizeof.c: Likewise.
37531 * sunrpc/xdr_stdio.c: Likewise.
37532
b5c086a2
RM
375332012-05-10 Roland McGrath <roland@hack.frob.com>
37534
37535 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37536 change. Update copyright years.
37537
6d74dd09
JM
375382012-05-10 Joseph Myers <joseph@codesourcery.com>
37539
37540 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37541
28e72501
MK
375422012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
37543 Joseph Myers <joseph@codesourcery.com>
37544 Paul Pluzhnikov <ppluzhnikov@google.com>
37545
37546 [BZ #14012]
37547 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37548 requiring rpcgen.
37549 [cross-compiling] (extra-libs): Likewise.
37550 [cross-compiling] (extra-libs-others): Likewise.
37551 [cross-compiling] (librpcsvc-routines): Likewise.
37552 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37553 [cross-compiling] (omit-deps): Likewise.
37554 (sunrpc-CPPFLAGS): New variable.
37555 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
37556 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
37557 (cross-rpcgen-objs): New variable.
37558 (extra-objs): Append $(cross-rpcgen-objs).
37559 ($(cross-rpcgen-objs)): New rule.
37560 ($(objpfx)cross-rpcgen): Likewise.
37561 (rpcgen-cmd): Define to use $(built-program-file). Expand
37562 comment.
37563 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
37564 ($(objpfx)x%.stmp): Likewise.
37565 * sunrpc/proto.h [IS_IN_build] (_): Define.
37566 [IS_IN_build] (_libc_intl_domainname): Likewise.
37567
c8c59454
L
375682012-05-10 H.J. Lu <hongjiu.lu@intel.com>
37569
37570 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
37571 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
37572 and R_X86_64_TPOFF64.
37573
6f27cd16
JM
375742012-05-10 Joseph Myers <joseph@codesourcery.com>
37575
37576 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
37577 sysdeps/unix/sysv/syscalls.list.
37578 (stime): Likewise.
37579 (utime): Likewise.
37580 * sysdeps/unix/sysv/syscalls.list: Remove file.
37581
02467e1c
PE
375822012-05-10 Paul Eggert <eggert@cs.ucla.edu>
37583
37584 [BZ #3440]
37585 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
37586 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
37587 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
37588 (__LC_IDENTIFICATION): Make these macros useful in #if
37589 expressions, as required by C99.
37590
da392631
AS
375912012-05-10 Andreas Schwab <schwab@linux-m68k.org>
37592
37593 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37594 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
37595 after this.
37596
8115f29b
L
375972012-05-09 H.J. Lu <hongjiu.lu@intel.com>
37598
37599 * stdlib/longlong.h: Updated from GCC.
37600
bdd74070
AJ
376012012-05-09 Andreas Jaeger <aj@suse.de>
37602
edfe0dbe
AJ
37603 * nscd/nscd.c (run_modes): Make named enum, reorder so that
37604 default is first entry.
37605 (run_mode): Set type.
37606 (main): Remove informal message about syslog.
37607 (options): Fix typo.
37608
bcfe3a54
ST
37609 [BZ #14053]
37610 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 37611 to asm.
bcfe3a54
ST
37612 (lrint): Likewise.
37613 (llrintf): Likewise.
37614 (llrint): Likewise.
37615 (rint): Likewise.
37616 (rintf): Likewise.
37617 (nearbyint): Likewise.
37618 (nearbyintf): Likewise.
bdd74070 37619
91d8d69e
AJ
376202012-05-09 Andreas Jaeger <aj@suse.de>
37621 Pedro Alves <palves@redhat.com>
37622
37623 * nscd/nscd.c (run_mode): Use enum.
37624 (main): Cleanup coding style issue.
37625
bb90b80b
AJ
376262012-05-09 Alexandre Oliva <aoliva@redhat.com>
37627 Andreas Jaeger <aj@suse.de>
37628
bcfe3a54
ST
37629 * nscd/nscd.c (go_background): Replaced with...
37630 (run_mode): ... this.
bb90b80b 37631 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
37632 (options): Add -F --foreground.
37633 (main): Implement it.
37634 (parse_opt): Parse it.
bb90b80b 37635
1a4b75a1
AJ
376362012-05-09 Andreas Jaeger <aj@suse.de>
37637
37638 [BZ #14083]
37639 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37640 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37641 -Wconversion warning.
37642 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37643 Likewise.
37644
b1cc2472
JM
376452012-05-09 Joseph Myers <joseph@codesourcery.com>
37646
37647 * conform/data/locale.h-data (NULL): Use macro-constant. Require
37648 == 0.
37649 (LC_ALL): Use macro-int-constant.
37650 (LC_COLLATE): Likewise.
37651 (LC_CTYPE): Likewise.
37652 (LC_MESSAGES): Likewise.
37653 (LC_MONETARY): Likewise.
37654 (LC_NUMERIC): Likewise.
37655 (LC_TIME): Likewise.
37656 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37657 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37658 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37659 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37660 Specify type.
37661 [C99-based standards] (float_t): Expect type.
37662 [C99-based standards] (double_t): Expect type.
37663 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
37664 type.
37665 [C99-based standards] (HUGE_VALL): Likewise.
37666 [C99-based standards] (INFINITY): Likewise.
37667 [C99-based standards] (NAN): Likewise.
37668 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37669 [C99-based standards] (FP_NAN): Likewise.
37670 [C99-based standards] (FP_NORMAL): Likewise.
37671 [C99-based standards] (FP_SUBNORMAL): Likewise.
37672 [C99-based standards] (FP_ZERO): Likewise.
37673 [C99-based standards] (FP_FAST_FMA): Use
37674 optional-macro-int-constant. Specify type. Require == 1.
37675 [C99-based standards] (FP_FAST_FMAF): Likewise.
37676 [C99-based standards] (FP_FAST_FMAL): Likewise.
37677 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37678 [C99-based standards] (FP_ILOGBNAN): Likewise.
37679 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37680 Specify type.
37681 [C99-based standards] (MATH_ERREXCEPT): Likewise.
37682 [C99-based standards] (math_errhandling): Specify type.
37683 [ISO99 || ISO11] (signgam): Do not allow.
37684 [non-C99-based standards] (copysignf): Do not allow.
37685 [non-C99-based standards] (exp2f): Likewise.
37686 [non-C99-based standards] (log2f): Likewise.
37687 [non-C99-based standards] (modff): Allow.
37688 [non-C99-based standards] (erff): Do not allow.
37689 [non-C99-based standards] (erfcf): Likewise.
37690 [non-C99-based standards] (gammaf): Likewise.
37691 [non-C99-based standards] (hypotf): Likewise.
37692 [non-C99-based standards] (j0f): Likewise.
37693 [non-C99-based standards] (j1f): Likewise.
37694 [non-C99-based standards] (jnf): Likewise.
37695 [non-C99-based standards] (lgammaf): Likewise.
37696 [non-C99-based standards] (tgammaf): Likewise.
37697 [non-C99-based standards] (y0f): Likewise.
37698 [non-C99-based standards] (y1f): Likewise.
37699 [non-C99-based standards] (ynf): Likewise.
37700 [non-C99-based standards] (isnanf): Likewise.
37701 [non-C99-based standards] (acoshf): Likewise.
37702 [non-C99-based standards] (asinhf): Likewise.
37703 [non-C99-based standards] (atanhf): Likewise.
37704 [non-C99-based standards] (cbrtf): Likewise.
37705 [non-C99-based standards] (expm1f): Likewise.
37706 [non-C99-based standards] (ilogbf): Likewise.
37707 [non-C99-based standards] (log1pf): Likewise.
37708 [non-C99-based standards] (logbf): Likewise.
37709 [non-C99-based standards] (nextafterf): Likewise.
37710 [non-C99-based standards] (remainderf): Likewise.
37711 [non-C99-based standards] (rintf): Likewise.
37712 [non-C99-based standards] (scalbf): Likewise.
37713 [non-C99-based standards] (copysignl): Likewise.
37714 [non-C99-based standards] (exp2l): Likewise.
37715 [non-C99-based standards] (log2l): Likewise.
37716 [non-C99-based standards] (modfl): Allow.
37717 [non-C99-based standards] (erfl): Do not allow.
37718 [non-C99-based standards] (erfcl): Likewise.
37719 [non-C99-based standards] (gammal): Likewise.
37720 [non-C99-based standards] (hypotl): Likewise.
37721 [non-C99-based standards] (j0l): Likewise.
37722 [non-C99-based standards] (j1l): Likewise.
37723 [non-C99-based standards] (jnl): Likewise.
37724 [non-C99-based standards] (lgammal): Likewise.
37725 [non-C99-based standards] (tgammal): Likewise.
37726 [non-C99-based standards] (y0l): Likewise.
37727 [non-C99-based standards] (y1l): Likewise.
37728 [non-C99-based standards] (ynl): Likewise.
37729 [non-C99-based standards] (isnanl): Likewise.
37730 [non-C99-based standards] (acoshl): Likewise.
37731 [non-C99-based standards] (asinhl): Likewise.
37732 [non-C99-based standards] (atanhl): Likewise.
37733 [non-C99-based standards] (cbrtl): Likewise.
37734 [non-C99-based standards] (expm1l): Likewise.
37735 [non-C99-based standards] (ilogbl): Likewise.
37736 [non-C99-based standards] (log1pl): Likewise.
37737 [non-C99-based standards] (logbl): Likewise.
37738 [non-C99-based standards] (nextafterl): Likewise.
37739 [non-C99-based standards] (remainderl): Likewise.
37740 [non-C99-based standards] (rintl): Likewise.
37741 [non-C99-based standards] (scalbl): Likewise.
37742 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37743 [non-C99-based standards] (FP_*): Do not allow.
37744 [C99-based standards] (FP_*): Change to
37745 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37746 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37747 allow.
37748 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37749 (SIG_ERR): Likewise.
37750 [X/Open-based standards] (SIG_HOLD): Likewise.
37751 (SIG_IGN): Likewise.
37752 (SIGABRT): Use macro-int-constant. Specify type. Require
37753 positive value.
37754 (SIGFPE): Likewise.
37755 (SIGILL): Likewise.
37756 (SIGINT): Likewise.
37757 (SIGSEGV): Likewise.
37758 (SIGTER): Likewise.
37759 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37760 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37761 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37762 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37763 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37764 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37765 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37766 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37767 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37768 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37769 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37770 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37771 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37772 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37773 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37774 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37775 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37776 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37777 [X/Open-based standards] (SIGTRAP): Likewise.
37778 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37779 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37780 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37781 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37782 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37783 allow.
37784
b9f1922d
IW
377852012-05-08 Ian Wienand <ianw@vmware.com>
37786
37787 [BZ #14080]
37788 * time/tzset.c (__tzset_parse_tz): Update default rules for
37789 daylight time changes in the Energy Policy Act of 2005.
37790
1db86e88
AJ
377912012-05-09 Andreas Jaeger <aj@suse.de>
37792
37793 [BZ #13983]
37794 * elf/ldconfig.c (parse_conf): Change string to make clear that
37795 ldconfig only issued a warning if ld.so.conf does not exist.
37796
dee4a4e3
DM
377972012-05-08 David S. Miller <davem@davemloft.net>
37798
ee0db190
DM
37799 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37800 movxtod instead of popping the value on the stack.
37801
dee4a4e3
DM
37802 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37803
6a43ec98
CD
378042012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
37805
37806 * config.h.in: Add HAVE_ARM_PCS_VFP.
37807
05c2c961
RMG
378082012-05-08 Roland Mc Grath <roland@hack.frob.com>
37809
bcfe3a54
ST
37810 [BZ #13979]
37811 * include/features.h: Warn if user requests __FORTIFY_SOURCE
37812 checking but the checks are disabled for any reason.
05c2c961 37813
4b30f61a
L
378142012-05-08 H.J. Lu <hongjiu.lu@intel.com>
37815
37816 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37817 and ELF64_R_TYPE with ELFW(R_TYPE).
37818
eee2bc67
JM
378192012-05-08 Joseph Myers <joseph@codesourcery.com>
37820
7ea5391a
JM
37821 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37822 (ulimit): Likewise.
37823
eee2bc67
JM
37824 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37825 (settimeofday): Likewise.
37826
abb66a67
MF
378272012-05-08 Mike Frysinger <vapier@gentoo.org>
37828
37829 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
37830 a struct th_u2 inside the union, and move tu_block/tu_code into
37831 a new th_u3 union of tu_block/tu_code inside of that. Move
37832 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
37833 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
37834 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37835 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37836 (th_stuff): Change to th_u1.tu_stuff.
37837 (th_data): Define.
37838 (th_msg): Change to th_u1.th_u2.tu_data.
37839
7f18b530
DM
378402012-05-07 David S. Miller <davem@davemloft.net>
37841
05760585
DM
37842 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37843
7f18b530
DM
37844 [BZ #14074]
37845 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37846 (SETUP_PIC_REG): Use it.
37847 (SETUP_PIC_REG_LEAF): Use it.
37848
495fd99f
JM
378492012-05-07 Joseph Myers <joseph@codesourcery.com>
37850
37851 [BZ #13885]
37852 [BZ #13923]
37853 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37854 USE_AS_EXPM1L.
37855 (EXPL_FINITE): Likewise.
37856 (FLDLOG): Likewise.
37857 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37858 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37859 e_expl.S.
37860 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37861 USE_AS_EXPM1L.
37862 (EXPL_FINITE): Likewise.
37863 (FLDLOG): Likewise.
37864 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37865 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37866 e_expl.S.
37867 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
37868 test of -max_value argument for long double.
37869 * sysdeps/i386/fpu/libm-test-ulps: Update.
37870 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37871
6693d694
DM
378722012-05-06 David S. Miller <davem@davemloft.net>
37873
37874 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37875 quad soft-float symbols whose references which are compiler
37876 generated.
37877 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37878
6c23e11c
JM
378792012-05-06 Joseph Myers <joseph@codesourcery.com>
37880
d8b82cad
JM
37881 [BZ #13884]
37882 [BZ #13914]
37883 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37884 USE_AS_EXP10L.
37885 (EXPL_FINITE): Likewise.
37886 (FLDLOG): Likewise.
37887 (c0): Likewise.
37888 (c1): Likewise.
37889 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
37890 Adjust comments for base varying.
37891 (__expl_finite): Change alias to EXPL_FINITE.
37892 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37893 e_expl.S.
37894 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37895 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37896 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37897 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37898 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37899 USE_AS_EXP10L.
37900 (EXPL_FINITE): Likewise.
37901 (FLDLOG): Likewise.
37902 (c0): Likewise.
37903 (c1): Likewise.
37904 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
37905 Adjust comments for base varying.
37906 (__expl_finite): Change alias to EXPL_FINITE.
37907 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
37908 tests for bugs.
37909 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37910
6c23e11c
JM
37911 [BZ #14064]
37912 * math/libm-test.inc (check_float_internal): Correct ulp
37913 calculation for subnormal expected results.
37914
29ba805c
AJ
379152012-05-06 Andreas Jaeger <aj@suse.de>
37916
37917 * Makeconfig (+math-flags): New, set to -frounding-math.
37918 (+cflags): Add +math-flags so that all of glibc gets compiled with
37919 it.
37920
37921 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37922
7b17aeda
JM
379232012-05-05 Joseph Myers <joseph@codesourcery.com>
37924
5779f134
JM
37925 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37926 Disable one test.
37927
41498f4d
JM
37928 [BZ #13787]
37929 [BZ #13922]
37930 [BZ #14036]
37931 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37932 (__ieee754_expl): Allow for and saturate large arguments.
37933 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37934 (u_threshold): Likewise.
37935 (__exp): Call __ieee754_exp before checking for overflow and
37936 underflow.
37937 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37938 (u_threshold): Likewise.
37939 (__expf): Call __ieee754_expf before checking for overflow and
37940 underflow.
37941 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37942 (u_threshold): Likewise.
37943 (__expl): Call __ieee754_expl before checking for overflow and
37944 underflow.
37945 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37946 (__ieee754_expl): Allow for and saturate large arguments.
37947 * math/libm-test.inc (exp_test): Add another test. Do not allow
37948 missing overflow exception on overflow.
37949 (expm1_test): Do not allow missing overflow exception on overflow.
37950
6698b8bf
JM
37951 * sysdeps/i386/fpu/e_expl.c: Move to ...
37952 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
37953 rather than using inline asm.
37954 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37955 * sysdeps/x86_64/fpu/e_expl.S: Copy from
37956 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
37957
7b17aeda
JM
37958 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
37959 (nice): Likewise.
37960 (poll): Likewise.
37961 (signal): Likewise.
37962 (time): Likewise.
37963 (times): Likewise.
37964
f7c85819
JM
379652012-05-04 Joseph Myers <joseph@codesourcery.com>
37966
37967 * sysdeps/unix/syscalls.list (adjtime): Add entry from
37968 sysdeps/unix/common/syscalls.list.
37969 (fchmod): Likewise.
37970 (fchown): Likewise.
37971 (ftruncate): Likewise.
37972 (getrusage): Likewise.
37973 (gettimeofday): Likewise.
37974 (setpgid): Likewise.
37975 (setregid): Likewise.
37976 (setreuid): Likewise.
37977 (sigaction): Likewise.
37978 (truncate): Likewise.
37979 (vhangup): Likewise.
37980 * sysdeps/unix/common/syscalls.list: Remove file.
37981 * sysdeps/unix/bsd/Implies: Don't include unix/common.
37982 * sysdeps/unix/sysv/linux/Implies: Likewise.
37983
336270d0
L
379842012-05-04 H.J. Lu <hongjiu.lu@intel.com>
37985
37986 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
37987 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
37988 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
37989 Moved to ...
37990 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
37991 Here.
37992 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
37993 to ...
37994 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
37995 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
37996 to ...
37997 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
37998 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
37999 to ...
38000 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
38001 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
38002 to ...
38003 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
38004 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
38005 to ...
38006 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
38007 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
38008 to ...
38009 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
38010 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
38011 to ...
38012 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
38013 Here.
38014 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
38015 to ...
38016 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
38017 Here.
38018 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
38019 to ...
38020 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
38021 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
38022 Moved to ...
38023 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
38024 Here.
38025 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
38026 to ...
38027 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
38028
d128e450
JM
380292012-05-04 Joseph Myers <joseph@codesourcery.com>
38030
fa8ee516
JM
38031 * sysdeps/unix/common/bits/dirent.h: Remove file.
38032 * sysdeps/unix/common/bits/fcntl.h: Likewise.
38033
d128e450
JM
38034 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38035 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38036 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38037 * sysdeps/unix/bsd/isatty.c: Likewise.
38038 * sysdeps/unix/bsd/tcdrain.c: Likewise.
38039 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38040 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38041
ff8faaf0 380422012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 38043
62881be4 38044 [BZ #13563]
31dc8730
AZ
38045 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38046 long double comparison inaccuracies.
38047 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38048 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38049
6fef930c
AS
380502012-05-04 Andreas Schwab <schwab@linux-m68k.org>
38051
38052 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38053 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38054
8f203e6c
JM
380552012-05-04 Joseph Myers <joseph@codesourcery.com>
38056
38057 [BZ #14049]
38058 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38059 nonzero digits before rounding a hex value.
38060 * stdlib/tst-strtod.c (tests): Add another test.
38061
5197d9c2
AK
380622012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38063
38064 * sysdeps/s390/fpu/libm-test-ulps: Update.
38065
f0c1dedf
AJ
380662012-05-03 Andreas Jaeger <aj@suse.de>
38067
38068 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38069 does not get optimized out.
38070 (malloc_opt_barrier): New.
38071
a65ef2ae 380722012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 38073 Roland McGrath <roland@hack.frob.com>
a65ef2ae 38074
2b942cb7 38075 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 38076 intermediate file deletion.
2b942cb7 38077 (generated): Add .symlist files.
a65ef2ae 38078
54b71e02
JM
380792012-05-03 Joseph Myers <joseph@codesourcery.com>
38080
38081 [BZ #13775]
38082 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38083 Redirect under this condition.
38084 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38085 [__USE_GNU] (__dprintf_chk): Not under this condition.
38086 [__USE_GNU] (__vdprintf_chk): Likewise.
38087 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38088 under this condition.
38089 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38090 [__USE_XOPEN2K8] (dprintf): Define under this condition.
38091 [__USE_XOPEN2K8] (vdprintf): Likewise.
38092 [__USE_GNU] (__dprintf_chk): Not under this condition.
38093 [__USE_GNU] (__vdprintf_chk): Likewise.
38094 [__USE_GNU] (dprintf): Likewise.
38095 [__USE_GNU] (vdprintf): Likewise.
38096
d3dfcc41
RM
380972012-05-03 Roland McGrath <roland@hack.frob.com>
38098
38099 * elf/Makefile (common-generated): Set this instead of generated for
38100 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
38101 $(all-built-dso)-derived lists.
38102
7ac30cc5
AJ
381032012-05-03 Andreas Jaeger <aj@suse.de>
38104
0c51e550
AJ
38105 * sysdeps/i386/fpu/libm-test-ulps: Update.
38106
7ac30cc5
AJ
38107 * FAQ: Removed.
38108 * FAQ.in: Likewise.
38109 * scripts/gen-FAQ.pl: Likewise.
38110 * manual/install.texi (Installation): Point to online location of
38111 FAQ.
38112 * Makefile (files-for-dist): Remove FAQ.
38113 (FAQ): Remove.
38114
d4c2917f
AM
381152012-05-02 Allan McRae <allan@archlinux.org>
38116
38117 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38118 (LDFLAGS-reldepmod5.so): Likewise.
38119 (LDFLAGS-reldep6mod1.so): Likewise.
38120 (LDFLAGS-reldep6mod4.so): Likewise.
38121 (LDFLAGS-reldep8mod3.so): Likewise.
38122 (LDFLAGS-unload4mod1.so): Likewise.
38123 (LDFLAGS-unload4mod2.so): Likewise.
38124 (LDFLAGS-tst-initorder): Likewise.
38125 (LDFLAGS-tst-initordera2.so): Likewise.
38126 (LDFLAGS-tst-initordera3.so): Likewise.
38127 (LDFLAGS-tst-initordera4.so): Likewise.
38128 (LDFLAGS-tst-initorderb2.so): Likewise.
38129 (LDFLAGS-noload): Likewise.
38130 (LDFLAGS-next): Likewise.
38131 (LDFLAGS-order2mod1.so): Likewise.
38132 (LDFLAGS-order2mod2.so): Likewise.
38133 (LDFLAGS-tst-initorder2): Likewise.
38134 (LDFLAGS-tst-initorder2a.so): Likewise.
38135 (LDFLAGS-tst-initorder2b.so): Likewise.
38136 (LDFLAGS-tst-initorder2c.so): Likewise.
38137 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38138
d77f993f
DM
381392012-05-02 David S. Miller <davem@davemloft.net>
38140
38141 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38142
171a70b4
PP
381432012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
38144
38145 [BZ #14055]
38146 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38147
0be196ad
AJ
381482012-05-02 Andreas Jaeger <aj@suse.de>
38149
38150 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38151 since we manipulate rounding mode.
38152 (CPPFLAGS-test-idouble.c): Likewise.
38153 (CPPFLAGS-test-ifloat.c): Likewise.
38154 (CFLAGS-test-ldouble.c): Likewise.
38155 (CFLAGS-test-double.c): Likewise.
38156 (CFLAGS-test-float.c): Likewise.
38157 (CFLAGS-test-misc.c): Likewise.
38158 (CFLAGS-test-test-fenv.c): Likewise.
38159
4f9d04aa
AZ
381602012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38161
2b942cb7
RM
38162 [BZ #2550]
38163 [BZ #2570]
38164 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38165 comparisons to determine direction to adjust input.
4f9d04aa 38166
82a79e7d
RM
381672012-05-01 Roland McGrath <roland@hack.frob.com>
38168
f5a01ca9
RM
38169 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38170 output to the target.
38171
90fe4186
RM
38172 * scripts/localplt.awk: New file.
38173 * elf/Makefile ($(objpfx)check-localplt): Target removed.
38174 (check-localplt-CFLAGS): Variable removed.
38175 ($(all-built-dso:=.jmprel)): New static pattern rule.
38176 (generated): Add those targets.
38177 (localplt-built-dso): New variable.
38178 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38179
38180 * elf/check-localplt.c: File removed.
38181
82397ed6
RM
38182 * scripts/check-execstack.awk: New file.
38183 * elf/Makefile ($(objpfx)check-execstack): Target removed.
38184 (check-execstack-CFLAGS): Variable removed.
38185 ($(objpfx)check-execstack.h): Target removed.
38186 ($(objpfx)execstack-default): New target.
38187 (generated): Add that instead of check-execstack.h.
38188 ($(all-built-dso:=.phdr)): New static pattern rule.
38189 (generated): Add those targets.
38190 * elf/check-execstack.c: File removed.
38191
82a79e7d
RM
38192 * scripts/check-textrel.awk: New file.
38193 * elf/Makefile ($(objpfx)check-textrel): Target removed.
38194 (check-textrel-CFLAGS): Variable removed.
38195 (all-built-dso): Use := to define.o
38196 ($(all-built-dso:=.dyn)): New static pattern rule.
38197 (generated): Add those targets.
38198 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38199 * config.make.in (READELF): New substituted variable.
38200 * elf/check-textrel.c: File removed.
38201
62fde54f 382022012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 38203
615605c9
JM
38204 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38205 allow.
38206 * conform/data/ctype.h-data [C99-based standards] (isblank):
38207 Expect function.
38208 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38209 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38210 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38211 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38212 Specify type. Require positive value.
38213 (EILSEQ): Likewise.
38214 (ERANGE): Likewise.
38215 [ISO || POSIX] (EILSEQ): Do not expect.
38216 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38217 Specify type. Require positive value.
38218 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38219 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38220 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38221 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38222 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38223 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38224 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38225 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38226 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38227 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38228 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38229 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38230 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38231 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38232 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38233 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38234 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38235 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38236 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38237 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38238 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38239 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38240 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38241 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38242 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38243 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38244 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38245 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38246 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38247 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38248 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38249 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38250 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38251 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38252 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38253 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38254 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38255 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38256 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38257 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38258 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38259 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38260 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38261 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38262 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38263 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38264 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38265 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38266 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38267 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38268 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38269 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38270 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38271 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38272 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38273 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38274 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38275 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38276 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38277 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38278 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38279 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38280 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38281 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38282 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38283 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38284 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38285 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38286 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38287 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38288 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38289 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38290 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38291 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38292 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38293 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38294 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38295 Require >= 2.
38296 (FLT_ROUNDS): Expect as macro, not constant.
38297 (FLT_MANT_DIG): Use macro-int-constant.
38298 (DBL_MANT_DIG): Likewise.
38299 (LDBL_MANT_DIG): Likewise.
38300 (FLT_DIG): Likewise.
38301 (DBL_DIG): Likewise.
38302 (LDBL_DIG): Likewise.
38303 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
38304 (DBL_MIN_EXP): Likewise.
38305 (LDBL_MIN_EXP): Likewise.
38306 (FLT_MAX_EXP): Use macro-int-constant.
38307 (DBL_MAX_EXP): Likewise.
38308 (LDBL_MAX_EXP): Likewise.
38309 (FLT_MAX_10_EXP): Likewise.
38310 (DBL_MAX_10_EXP): Likewise.
38311 (LDBL_MAX_10_EXP): Likewise.
38312 (FLT_MAX): Use macro-constant.
38313 (DBL_MAX): Likewise.
38314 (LDBL_MAX): Likewise.
38315 (FLT_EPSILON): Use macro-constant. Give upper bound.
38316 (DBL_EPSILON): Likewise.
38317 (LDBL_EPSILON): Likewise.
38318 (FLT_MIN): Likewise.
38319 (DBL_MIN): Likewise.
38320 (LDBL_MIN): Likewise.
38321 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38322 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38323 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38324 [ISO11] (FLT_HAS_SUBNORM): Likewise.
38325 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38326 [ISO11] (DBL_DECIMAL_DIG): Likewise.
38327 [ISO11] (FLT_DECIMAL_DIG): Likewise.
38328 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38329 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38330 [ISO11] (FLT_TRUE_MIN): Likewise.
38331 [ISO11] (LDBL_TRUE_MIN): Likewise.
38332 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38333 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38334 (SCHAR_MIN): Use macro-int-constant. Specify type.
38335 (SCHAR_MAX): Likewise.
38336 (UCHAR_MAX): Likewise.
38337 (CHAR_MIN): Likewise.
38338 (CHAR_MAX): Likewise.
38339 (MB_LEN_MAX): Use macro-int-constant.
38340 (SHRT_MIN): Use macro-int-constant. Specify type.
38341 (SHRT_MAX): Likewise.
38342 (USHRT_MAX): Likewise.
38343 (INT_MAX): Likewise.
38344 (INT_MIN): Use macro-int-constant. Specify type. Make upper
38345 bound negative.
38346 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
38347 bound with "U".
38348 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
38349 bound with "L".
38350 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
38351 bound negative. Suffix upper bound with "L".
38352 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
38353 bound with "UL".
38354 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38355 Specify type.
38356 [C99-based standards] (LLONG_MAX): Likewise.
38357 [C99-based standards] (ULLONG_MAX): Likewise.
38358 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
38359 == 0.
38360 [ISO11] (max_align_t): Require type.
38361 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38362
c9140a62
JM
38363 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38364 from $CFLAGS, without defining away __attribute__ calls.
38365 (checknamespace): Use $CFLAGS_namespace.
38366
9af0bf29
JM
38367 * conform/conformtest.pl (@keywords): Only include C99 keywords
38368 for standards based on C99 or C11.
38369
343222a2
JM
38370 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38371 Disable tests.
38372 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38373 UNIX98]: Likewise.
38374
661f8cf0
JM
38375 * conform/conformtest.pl: Handle "macro-int-constant" and test for
38376 usability of symbols in #if.
38377
ee74b9cb
JM
38378 * conform/conformtest.pl: If macro or constant types start
38379 "promoted:", expect the symbol to be of the following type
38380 promoted by the integer promotions.
62fde54f 38381
aafc49b3
JM
38382 * conform/conformtest.pl: Parse all "constant" and "macro" lines
38383 in one place. Also handle "macro-constant".
38384
fefdf574
JM
38385 * conform/conformtest.pl: Only accept expected macro values with
38386 "==". Parse all "macro" lines in one place.
38387 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38388
f2d922fe
JM
38389 * conform/conformtest.pl: Handle braced types on "constant" lines
38390 instead of handling "typed-constant".
38391 * conform/data/signal.h-data: Use "constant" instead of
38392 "typed-constant".
38393
d22956c9
JM
38394 * conform/conformtest.pl: Handle "optional-" at start of lines in
38395 one place rather than duplicating several cases. Handle each
38396 format of "macro" line with initial "optional-".
38397
028e2e38
JM
38398 * conform/conformtest.pl: Only accept expected constant or
38399 optional-constant values with "==". Parse all "constant" lines in
38400 one place. Parse all "optional-constant" lines in one place.
38401 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38402 * conform/data/fmtmsg.h-data: Likewise.
38403 * conform/data/netinet/in.h-data: Likewise.
38404 * conform/data/tar.h-data: Likewise.
38405 * conform/data/limits.h-data: Use "==" form on "constant" and
38406 "optional-constant" lines.
38407
1b8f2850
JM
38408 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38409 Use -std=c99 for XOPEN2K.
38410 (@knownproblems): Remove.
38411 (newtoken): Don't check %isknown.
38412
a05a144b
JM
38413 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38414 Do not expect macro.
38415 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38416 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38417 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38418 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38419 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38420 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38421 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38422 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38423 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38424 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38425 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38426 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38427 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38428 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38429 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38430 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38431 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38432 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38433 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38434 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38435 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38436 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38437 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38438 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38439 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38440 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38441 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38442 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38443 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38444 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38445 [XPG3] (acosh): Likewise.
38446 [XPG3] (asinh): Likewise.
38447 [XPG3] (atanh): Likewise.
38448 [XPG3] (cbrt): Likewise.
38449 [XPG3] (expm1): Likewise.
38450 [XPG3] (ilogb): Likewise.
38451 [XPG3] (log1p): Likewise.
38452 [XPG3] (logb): Likewise.
38453 [XPG3] (nextafter): Likewise.
38454 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38455 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38456 [XPG3] (remainder): Likewise.
38457 [XPG3] (rint): Likewise.
38458 [XPG3 || XPG4 || UNIX98] (round): Likewise.
38459 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38460 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38461 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38462 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38463 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38464 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38465 [UNIX98 || XOPEN2K] (scalb): Expect.
38466 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38467 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38468 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38469 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38470 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38471 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38472 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38473 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38474 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38475 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38476 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38477 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38478 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38479 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38480 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38481 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38482 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38483 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38484 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38485 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38486 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38487 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38488 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38489 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38490 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38491 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38492 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38493 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38494 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38495 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38496 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38497 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38498 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38499 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38500 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38501 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38502 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38503 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38504 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38505 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38506 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38507 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38508 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38509 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38510 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38511 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38512 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38513 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38514 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38515 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38516 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38517 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38518 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38519 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38520 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38521 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38522 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
38523 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
38524 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38525 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38526 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38527 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38528 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38529 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38530 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38531 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38532 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38533 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38534 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38535 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38536 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38537 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38538 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38539 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38540 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38541 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38542 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38543 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38544 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38545 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38546 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38547 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38548 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38549 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38550 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38551 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38552 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38553 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38554 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
38555 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
38556 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
38557 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
38558 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
38559 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
38560 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
38561 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
38562 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
38563 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
38564 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
38565 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
38566 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
38567 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
38568 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
38569 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
38570 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
38571 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
38572 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
38573 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
38574 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
38575 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
38576 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
38577 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
38578 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
38579 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
38580 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
38581 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
38582 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
38583 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
38584 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
38585 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
38586 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
38587 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
38588 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
38589 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
38590 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
38591 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
38592 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
38593 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38594 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38595 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38596 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38597 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38598 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38599 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38600 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38601 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38602 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38603
73c5ebe3
JM
38604 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38605 _XOPEN_SOURCE_EXTENDED for XPG4.
38606
39c33b6c
JM
38607 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38608
62fde54f
JM
38609 * Makeconfig (localtime): Remove variable.
38610 (inst_localtime-file): Likewise.
38611
0741d64c
AS
386122012-05-01 Andreas Schwab <schwab@linux-m68k.org>
38613
38614 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38615 Update.
38616 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38617 Update.
38618 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38619 Update.
38620 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38621 Update.
38622 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38623 Update.
38624 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38625 Update.
38626 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38627 Update.
38628 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38629 Update.
38630 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38631 Update.
38632
7cb029ee
JM
386332012-05-01 Joseph Myers <joseph@codesourcery.com>
38634
38635 [BZ #2550]
38636 [BZ #2570]
38637 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38638 comparisons to determine direction to adjust input.
38639 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38640 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38641 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38642 Likewise.
38643 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38644 Likewise.
38645 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38646 Likewise.
38647 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38648 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38649 Likewise.
38650 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38651 Likewise.
38652 * math/libm-test.inc (nexttoward_test): Add more tests.
38653
412bd966
AS
386542012-05-01 Andreas Schwab <schwab@linux-m68k.org>
38655
38656 [BZ #14040]
38657 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38658 in version GLIBC_2.1, not GLIBC_2.0.
38659 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38660 Likewise.
38661
9568c0c2
JM
386622012-04-30 Joseph Myers <joseph@codesourcery.com>
38663
adfbc8ac
JM
38664 [BZ #13942]
38665 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38666 (1 - x) * (1 + x).
38667 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38668 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38669 * math/libm-test.inc (acos_test): Add more tests.
38670 (asin_test): Likewise.
38671 * sysdeps/i386/fpu/libm-test-ulps: Update.
38672 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38673
5ba3cc69
JM
38674 [BZ #14034]
38675 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38676 of square root.
38677 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38678 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38679 * math/libm-test.inc (acos_test_tonearest): New function.
38680 (acos_test_towardzero): Likewise.
38681 (acos_test_downward): Likewise.
38682 (acos_test_upward): Likewise.
38683 (asin_test_tonearest): Likewise.
38684 (asin_test_towardzero): Likewise.
38685 (asin_test_downward): Likewise.
38686 (asin_test_upward): Likewise.
38687 (main): Call the new functions.
38688 * sysdeps/i386/fpu/libm-test-ulps: Update.
38689 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38690
9568c0c2
JM
38691 [BZ #13884]
38692 [BZ #13924]
38693 * math/e_exp10.c: Include <float.h>.
38694 (__ieee754_exp10): Handle underflow here rather than multiplying
38695 large negative argument by M_LN10.
38696 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38697 of __ieee754_expf.
38698 * math/e_exp10l.c: Include <float.h>.
38699 (__ieee754_exp10l): Handle underflow here rather than multiplying
38700 large negative argument by M_LN10l.
38701 * math/libm-test.inc (exp10_test): Add another test. Do not allow
38702 spurious overflow exception on underflow.
38703
5ac3ea17
MP
387042012-04-29 Marek Polacek <polacek@redhat.com>
38705
38706 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38707 (__fortify_function): New macro.
38708 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38709 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38710 __extern_always_inline.
38711 * libio/bits/stdio2.h: Likewise.
38712 * libio/bits/stdio.h: Likewise.
38713 * string/string.h: Likewise.
38714 * string/bits/string3.h: Likewise.
38715 * include/stdio.h: Likewise.
38716 * stdlib/bits/stdlib.h: Likewise.
38717 * stdlib/stdlib.h: Likewise.
38718 * rt/bits/mqueue2.h: Likewise.
38719 * rt/mqueue.h: Likewise.
38720 * posix/bits/unistd.h: Likewise.
38721 * posix/unistd.h: Likewise.
38722 * io/bits/poll2.h: Likewise.
38723 * io/bits/fcntl2.h: Likewise.
38724 * io/fcntl.h: Likewise.
38725 * io/sys/poll.h: Likewise.
38726 * misc/bits/syslog.h: Likewise.
38727 * misc/bits/syslog-ldbl.h: Likewise.
38728 * misc/sys/syslog.h: Likewise.
38729 * socket/bits/socket2.h: Likewise.
38730 * socket/sys/socket.h: Likewise.
38731 * debug/tst-chk1.c: Likewise.
38732 * wcsmbs/bits/wchar2.h: Likewise.
38733 * wcsmbs/bits/wchar-ldbl.h: Likewise.
38734 * wcsmbs/wchar.h: Likewise.
38735
ecf0ebfb
AJ
387362012-04-29 Andreas Jaeger <aj@suse.de>
38737
38738 * Makerules (tests): Remove enable-check-abi protection.
38739 (check-abi-warn): Remove.
38740 (check-abi-%): Remove check-abi-warn usage.
38741
38742 * configure.in: Remove check-abi configure option.
38743 * configure: Regenerated.
38744 * config.make.in (enable-check-abi): Remove.
38745
6d5c57fa
AS
387462012-04-28 Andreas Schwab <schwab@linux-m68k.org>
38747
24c5d07e 38748 [BZ #14033]
ded5180a
AS
38749 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38750 double functions to double *_finite functions.
38751
7e0d315d
AS
38752 [BZ #13941]
38753 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38754 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38755 LDBL_MIN_EXP.
38756 * stdio-common/Makefile (tests): Add tst-sprintf3.
38757 * stdio-common/tst-sprintf3.c: New file.
38758
6d5c57fa
AS
38759 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38760 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38761
0749ff8b
JM
387622012-04-28 Joseph Myers <joseph@codesourcery.com>
38763
38764 * conform/conformtest.pl: Remove duplicate typed-constant
38765 handling.
38766
8dbd5d7b
DM
387672012-04-28 David S. Miller <davem@davemloft.net>
38768
38769 * Makerules (%.abilist): Add vpath on sysdep_dirs.
38770 (check-abi-%): Remove AWK script prerequisite and explicit
38771 abilist directory.
38772 (check-abi): Rewrite to just diff the symlist with the abilist.
38773 (config-tls, config-abi-config): Delete, no longer used.
38774 (update-abi-%): Remove AWK script and explicit abilist directory.
38775 (update-abi): Rewrite to simply compare and conditionally copy the
38776 symlist and the sysdep abilist file. Remove update-abi-config
38777 checks.
38778 * abilist/ld.abilist: Remove.
38779 * abilist/libBrokenLocale.abilist: Remove.
38780 * abilist/libanl.abilist: Remove.
38781 * abilist/libcrypt.abilist: Remove.
38782 * abilist/libdl.abilist: Remove.
38783 * abilist/librt.abilist: Remove.
38784 * abilist/libthread_db.abilist: Remove.
38785 * abilist/libutil.abilist: Remove.
38786 * scripts/extract-abilist.awk: Remove.
38787 * scripts/merge-abilist.awk: Remove.
38788 * sysdeps/generic/libcidn.abilist: New file.
38789 * sysdeps/generic/libnss_compat.abilist: New file.
38790 * sysdeps/generic/libnss_db.abilist: New file.
38791 * sysdeps/generic/libnss_dns.abilist: New file.
38792 * sysdeps/generic/libnss_files.abilist: New file.
38793 * sysdeps/generic/libnss_hesiod.abilist: New file.
38794 * sysdeps/generic/libnss_nis.abilist: New file.
38795 * sysdeps/generic/libnss_nisplus.abilist: New file.
38796 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38797 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38798 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38799 file.
38800 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38801 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38802 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38803 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38804 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38805 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38806 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38807 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38808 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38809 file.
38810 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38811 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38812 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38813 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38814 file.
38815 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38816 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38817 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38818 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38819 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38820 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38821 file.
38822 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38823 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38824 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38825 file.
38826 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38827 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38828 New file.
38829 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38830 New file.
38831 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38832 New file.
38833 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38834 New file.
38835 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38836 New file.
38837 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38838 New file.
38839 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38840 New file.
38841 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38842 New file.
38843 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38844 New file.
38845 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38846 New file.
38847 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38848 New file.
38849 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38850 New file.
38851 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38852 New file.
38853 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38854 file.
38855 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38856 New file.
38857 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38858 New file.
38859 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38860 file.
38861 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38862 New file.
38863 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38864 New file.
38865 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38866 file.
38867 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38868 New file.
38869 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38870 New file.
38871 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38872 New file.
38873 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38874 New file.
38875 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38876 New file.
38877 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38878 New file.
38879 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38880 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38881 file.
38882 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38883 New file.
38884 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38885 file.
38886 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38887 file.
38888 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38889 file.
38890 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38891 file.
38892 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38893 file.
38894 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38895 New file.
38896 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38897 file.
38898 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38899 file.
38900 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38901 New file.
38902 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38903 file.
38904 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38905 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38906 file.
38907 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38908 New file.
38909 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38910 file.
38911 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38912 file.
38913 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38914 file.
38915 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38916 file.
38917 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38918 file.
38919 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38920 New file.
38921 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38922 file.
38923 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38924 file.
38925 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38926 New file.
38927 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38928 file.
38929 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38930 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38931 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38932 file.
38933 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38934 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38935 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38936 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38937 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38938 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38939 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38940 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38941 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38942 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38943 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38944 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38945 file.
38946 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38947 New file.
38948 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38949 file.
38950 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38951 file.
38952 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38953 file.
38954 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38955 file.
38956 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
38957 file.
38958 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
38959 New file.
38960 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
38961 New file.
38962 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
38963 file.
38964 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
38965 New file.
38966 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
38967 file.
38968 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
38969 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
38970 file.
38971 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
38972 New file.
38973 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
38974 file.
38975 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
38976 file.
38977 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
38978 file.
38979 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
38980 file.
38981 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
38982 file.
38983 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
38984 New file.
38985 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
38986 New file.
38987 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
38988 file.
38989 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
38990 New file.
38991 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
38992 file.
38993
41d73a1b
JM
389942012-04-28 Joseph Myers <joseph@codesourcery.com>
38995
38996 * conform/conformtest.pl: Fix typo in handling typed-constant from
38997 allow-header.
38998
28aeeda4
JM
389992012-04-27 Joseph Myers <joseph@codesourcery.com>
39000
adae8f5e
JM
39001 * README: Cut down references to pre-2.6 Linux kernels and
39002 Linuxthreads. Update lists of configurations in libc and ports
39003 and sort alphabetically. Say "or newer" with Linux kernel version
39004 requirements.
39005
28aeeda4
JM
39006 * config.h.in [IS_IN_build]: Allow compiling without optimization.
39007
a462cb63
RA
390082012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
39009
39010 [BZ #887]
39011 * math/libm-test.inc (logb_test_downward): New test to expose
39012 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
39013 rounding mode.
39014
6ad3493e
JM
390152012-04-27 Joseph Myers <joseph@codesourcery.com>
39016
39017 [BZ #14027]
39018 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
39019 to be done.
39020 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
39021 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
39022
2ce4f015
JM
390232012-04-26 Joseph Myers <joseph@codesourcery.com>
39024
5aeb141a
JM
39025 * sysdeps/unix/i386/brk.S: Remove file.
39026 * sysdeps/unix/i386/dl-brk.S: Likewise.
39027 * sysdeps/unix/i386/pipe.S: Likewise.
39028 * sysdeps/unix/i386/sigreturn.S: Likewise.
39029 * sysdeps/unix/i386/syscall.S: Likewise.
39030 * sysdeps/unix/i386/vfork.S: Likewise.
39031 * sysdeps/unix/i386/wait.S: Likewise.
39032
7143acae
JM
39033 * sysdeps/unix/common/tcsendbrk.c: Move to ...
39034 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39035
2ce4f015
JM
39036 * configure.in (arm*-none*): Do not allow without
39037 --enable-hacker-mode.
39038 (netbsd*): Remove case setting base_os.
39039 (386bsd*): Likewise.
39040 (freebsd*): Likewise.
39041 (bsdi*): Likewise.
39042 (osf*): Likewise.
39043 (sunos*): Likewise.
39044 (ultrix*): Likewise.
39045 (newsos*): Likewise.
39046 (dynix*): Likewise.
39047 (*bsd*): Likewise.
39048 (sysv*): Likewise.
39049 (isc*): Likewise.
39050 (esix*): Likewise.
39051 (sco*): Likewise.
39052 (minix*): Likewise.
39053 (irix4*): Likewise.
39054 (irix6*): Likewise.
39055 (solaris[2-9]*): Likewise.
39056 (none): Likewise.
39057 * configure: Regenerated.
39058
0ac229c8
AZ
390592012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39060
39061 [BZ #11521]
39062 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39063 overflow or cancellation in calculating denominator.
39064 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39065 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39066 down expression to avoid unexpected rounding in newer GCCs.
39067 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39068
33f244f4
DM
390692012-04-26 David S. Miller <davem@davemloft.net>
39070
39071 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39072 long-double compat symbols.
39073 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39074 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39075 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39076 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39077 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39078 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39079 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39080 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39081 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39082 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39083 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39084 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39085 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39086
cfa1f3e8
DM
390872012-04-25 David S. Miller <davem@davemloft.net>
39088
39089 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39090 HWCAP_* values only after the memory barriers have been defined.
39091 (atomic_full_barrier): Define.
39092 (atomic_read_barrier): Define.
39093 (atomic_write_barrier): Define.
39094
6e236b92
SP
390952012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
39096
39097 * shlib-versions: Add libgcc_s version information.
39098 * sysdeps/generic/libgcc_s.h: Remove.
39099 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39100 libgcc_s.h.
39101 * sysdeps/gnu/unwind-resume.c: Likewise.
39102 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39103
aab39a09
DM
391042012-04-25 David S. Miller <davem@davemloft.net>
39105
39106 * sysdeps/unix/sparc/brk.S: Delete.
39107 * sysdeps/unix/sparc/dl-brk.S: Delete.
39108 * sysdeps/unix/sparc/pipe.S: Delete.
39109 * sysdeps/unix/sparc/sysdep.S: Delete.
39110 * sysdeps/unix/sparc/sysdep.h: Delete.
39111 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
39112 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39113 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39114 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39115 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
39116 (JUMPTARGET): Remove.
39117 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39118 sysdeps/unix/sparc/sysdep.h
39119 (ENTRY, END): Remove.
39120 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39121
a3cc4f48
JM
391222012-04-25 Joseph Myers <joseph@codesourcery.com>
39123
2ed8cda2
JM
39124 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39125 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39126 -DIS_IN_build.
39127
35d76d59
JM
39128 * timezone/README: Update upstream location and email address for
39129 tzcode and tzdata.
39130 * timezone/zdump.c: Update from tzcode 2012b.
39131 * timezone/zic.c: Likewise.
39132
a3cc4f48
JM
39133 * configure.in (libc_cv_as_needed): Remove test.
39134 * configure: Regenerated.
39135 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39136 conditional definition.
39137 [$(have-as-needed) != yes] (no-as-needed): Likewise.
39138 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39139 * config.make.in (have-as-needed): Remove variable.
39140
ceab42c3
SP
391412012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
39142 Paul Pluzhnikov <ppluzhnikov@google.com>
39143
39144 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39145 strings correctly.
39146
3ce2865f
CLT
391472012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
39148
39149 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39150 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39151 * sysdeps/sh/strlen.S: Likewise.
39152
f37e0d68
JM
391532012-04-24 Joseph Myers <joseph@codesourcery.com>
39154
ae186e9a
JM
39155 * sysdeps/unix/fork.S: Remove file.
39156 * sysdeps/unix/i386/fork.S: Likewise.
39157 * sysdeps/unix/sparc/fork.S: Likewise.
39158
b96914af
JM
39159 * sysdeps/unix/system.c: Remove file.
39160 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39161
f37e0d68
JM
39162 * sysdeps/unix/getegid.S: Remove file.
39163 * sysdeps/unix/geteuid.S: Likewise.
39164
87ef29ca
RM
391652012-04-24 Roland McGrath <roland@hack.frob.com>
39166
83bcd236
RM
39167 * scripts/check-localplt.awk: New file.
39168 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39169 of diff.
39170 * scripts/data/localplt-generic.data: Add a comment.
39171
87ef29ca
RM
39172 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39173 NODE when __dir_mkfile failed.
39174 * sysdeps/mach/hurd/symlinkat.c: Likewise.
39175 Reported by Ludovic Courtès <ludo@gnu.org>.
39176
e5a6e567
AJ
391772012-04-24 Andreas Jaeger <aj@suse.de>
39178
39179 * Makerules (common-clean): Also remove gen-as-const-headers
39180 files.
39181
c1820385
JM
391822012-04-24 Joseph Myers <joseph@codesourcery.com>
39183
39184 * Makerules (native-compile): Do not change working directory for
39185 build. Use $(OUTPUT_OPTION) in command.
39186 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39187
94e02fc4
AZ
391882012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39189
39190 [BZ #13886]
39191 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39192 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39193 * math/libm-test.inc (floor_test): Add more tests.
39194 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39195
3a533ca3
JM
391962012-04-24 Joseph Myers <joseph@codesourcery.com>
39197
940ab4b3
JM
39198 * sysdeps/unix/getdents.c: Remove file.
39199 * sysdeps/unix/sysv/getdents.c: Likewise.
39200 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39201
90e037bd
JM
39202 * sysdeps/unix/syscalls.list (madvise): Add syscall from
39203 sysdeps/unix/mman/syscalls.list.
39204 (mmap): Likewise.
39205 (mprotect): Likewise.
39206 (msync): Likewise.
39207 (munmap): Likewise.
39208 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39209 * sysdeps/unix/mman/syscalls.list: Remove.
39210 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39211
3a533ca3
JM
39212 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39213 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39214 * configure: Regenerated.
39215 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39216 $(libgcc_s_suffix).
39217 * config.make.in (libgcc_s_suffix): Remove variable.
39218
1ad743de
JM
392192012-04-23 Joseph Myers <joseph@codesourcery.com>
39220
4ad451e2
JM
39221 * sysdeps/unix/sysv/gethostname.c: Move to ...
39222 * sysdeps/posix/gethostname.c: ... here.
39223
5e37ce39
JM
39224 * sysdeps/unix/execve.S: Remove file.
39225
1ad743de
JM
39226 * sysdeps/unix/_exit.S: Remove file.
39227
4e681b5b
AJ
392282012-04-23 Andreas Jaeger <aj@suse.de>
39229
39230 [BZ #13739]
39231 * manual/Makefile: Remove make dist support, there's no
39232 need for a stand-alone documentation tar ball.
39233 (TEXI2DVI): Define always, it's not in Makeconfig.
39234 (dist): Removed.
39235 (tar-it): Removed.
39236 (edition): Removed.
39237 (glibc-doc-$(edition).tar): Removed
39238 (%.Z): Removed.
39239 (%.gz): Removed.
39240 (%.uu): Removed.
39241 (ETAGS): Remove, it's in Makeconfig.
39242 (move-if-change): Remove, it's in Makeconfig.
39243
38686a03 392442012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
39245
39246 [BZ #13970]
39247 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39248 (strtod, strtof, strtold, strtol, strtoul, strtoq)
39249 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39250 (strtod_l, strtof_l, strtold_l): Remove __wur.
39251 It is not necessarily an error to ignore strtol's return value.
39252 One can reliably look at the stored endptr to decide whether
39253 the number had valid syntax.
39254
7c0616fa
AJ
392552012-04-21 Andreas Jaeger <aj@suse.de>
39256
803cb6b7 39257 [BZ #13739]
7c0616fa
AJ
39258 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39259
b0fe253f
JM
392602012-04-21 Joseph Myers <joseph@codesourcery.com>
39261
39262 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39263 * sysdeps/unix/sysv/Versions: Remove file.
39264
8280f22d
MT
392652012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
39266
39267 [BZ #13927]
39268 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39269
75ce411f 392702012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
39271
39272 [BZ #7064]
39273 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39274 version from __vm86.
39275
097d59fa
JM
392762012-04-20 Joseph Myers <joseph@codesourcery.com>
39277
a90f3bcb
JM
39278 * sysdeps/unix/common/lxstat.c: Remove file.
39279 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39280
edc7ea78
JM
39281 * sysdeps/unix/sysv/Makefile: Remove file.
39282
cb78c221
JM
39283 * sysdeps/unix/sysv/direct.h: Remove file.
39284
efa6a45f
JM
39285 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39286 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39287 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39288 * sysdeps/unix/sysv/bits/signum.h: Likewise.
39289 * sysdeps/unix/sysv/bits/stat.h: Likewise.
39290 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39291 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39292
9c9f2d0c
JM
39293 * sysdeps/unix/sysv/setrlimit.c: Remove file.
39294
4541c83b
JM
39295 * sysdeps/unix/xmknod.c: Remove file.
39296 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39297
f5d153a0
JM
39298 * sysdeps/unix/sysv/settimeofday.c: Remove file.
39299
aa746595
JM
39300 * sysdeps/unix/sysv/i386/time.S: Remove file.
39301
cce5905e
JM
39302 * sysdeps/unix/fxstat.c: Remove file.
39303 * sysdeps/unix/xstat.c: Likewise.
39304 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39305
37fa3841
JM
39306 * sysdeps/unix/sysv/sigaction.c: Remove file.
39307
ff1962a3
JM
39308 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39309 (sysdep_headers): Remove variable.
39310 [termio.h not in sysdep_headers] (generated): Likewise.
39311 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39312 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39313 * sysdeps/unix/sysv/tcdrain.c: Likewise.
39314 * sysdeps/unix/sysv/tcflow.c: Likewise.
39315 * sysdeps/unix/sysv/tcflush.c: Likewise.
39316 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39317 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39318 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39319 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39320 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39321
e7740d31
JM
39322 * sysdeps/unix/siglist.c: Remove file.
39323
ee06f18b
JM
39324 * sysdeps/unix/getppid.S: Remove file.
39325
097d59fa
JM
39326 * sysdeps/unix/mkdir.c: Remove file.
39327 * sysdeps/unix/rmdir.c: Likewise.
39328
ff3d51ec
AS
393292012-04-19 Andreas Schwab <schwab@linux-m68k.org>
39330
39331 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39332 ERR_MAX value.
39333 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39334 errlist-compat value.
39335
50f81fd7
DM
393362012-04-18 David S. Miller <davem@davemloft.net>
39337
39338 * sysdeps/generic/memcopy.h (reg_char): Delete.
39339 * debug/strcat_chk.c: Use char, not reg_char.
39340 * debug/strcpy_chk.c: Likewise.
39341 * debug/strncat_chk.c: Likewise.
39342 * debug/strncpy_chk.c: Likewise.
39343 * string/memchr.c: Likewise.
39344 * string/memrchr.c: Likewise.
39345 * string/rawmemchr.c: Likewise.
39346 * string/strcat.c: Likewise.
39347 * string/strchr.c: Likewise.
39348 * string/strchrnul.c: Likewise.
39349 * string/strcmp.c: Likewise.
39350 * string/strcpy.c: Likewise.
39351 * string/strncat.c: Likewise.
39352 * string/strncmp.c: Likewise.
39353 * string/strncpy.c: Likewise.
39354
8ff41c46
WS
393552012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
39356
39357 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39358 __builtin_memcopy is called when src and dest ranges are known to not
39359 overlap.
39360
6b652f46
WS
393612012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
39362
39363 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39364 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39365 fwd_align_merge macro call.
39366 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39367 bwd_align_merge macro call.
39368 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39369
b282631e
WS
393702012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
39371
39372 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39373 bwd_align_merge macros.
39374 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39375 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39376 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39377
95aa737c
DM
393782012-04-18 David S. Miller <davem@davemloft.net>
39379
39380 * sysdeps/sparc/sparc64/memcopy.h: Delete.
39381
7a99a614
AJ
393822012-04-18 Andreas Jaeger <aj@suse.de>
39383
39384 [BZ# 6794]
39385 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39386 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39387 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39388
39389 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39390 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39391 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39392
39393 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39394 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39395 Adjust for changed ldbl-128 files.
39396
39397 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39398 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39399 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39400
e5270c23
DM
394012012-04-17 David S. Miller <davem@davemloft.net>
39402
39403 * sysdeps/sparc/sparc32/memcopy.h: Delete.
39404
fb5e92c9
AS
394052012-04-17 Andreas Schwab <schwab@linux-m68k.org>
39406
39407 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39408 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39409 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39410 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39411 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39412 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39413
76da7265
AZ
394142012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39415
39416 [BZ #6794]
39417 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39418 * math/libm-test.inc: Add ilogb errno and exception tests.
39419 * math/w_ilogb.c: New file: ilogb wrapper.
39420 * math/w_ilogbf.c: New file: ilogbf wrapper.
39421 * math/w_ilogbl.c: New file: ilogbl wrapper.
39422 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39423 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39424 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39425 exception being thrown with 0.0 as argument.
39426 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39427 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39428 exception being thrown with 0.0 as argument.
39429 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39430 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39431 exception being thrown with 0.0 as argument.
39432 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39433 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39434 exception being thrown with 0.0 as argument.
39435 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39436 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 39437 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
39438 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39439 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39440 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39441 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39442 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39443 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39444
0396e69d
PB
394452012-04-17 Petr Baudis <pasky@ucw.cz>
39446
39447 * include/sys/uio.h: Change __vector to __iovec to avoid clash
39448 with altivec.
39449
750b5926
MP
394502012-04-16 Marek Polacek <polacek@redhat.com>
39451
39452 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39453
751728a1
MP
394542012-04-16 Marek Polacek <polacek@redhat.com>
39455
39456 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39457 operands of fdivp instruction.
39458
34a27407
L
394592012-04-13 H.J. Lu <hongjiu.lu@intel.com>
39460
39461 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39462 * elf/tst-auditmod3b.c: Likewise.
39463 * elf/tst-auditmod4b.c: Likewise.
39464 * elf/tst-auditmod5b.c: Likewise.
39465 * elf/tst-auditmod6b.c: Likewise.
39466 * elf/tst-auditmod6c.c: Likewise.
39467 * elf/tst-auditmod7b.c: Likewise.
39468 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39469 * sysdeps/x86_64/preconfigure.in: Likewise.
39470 * sysdeps/x86_64/preconfigure: Regenerated.
39471
7e73e17d
L
394722012-04-13 H.J. Lu <hongjiu.lu@intel.com>
39473
39474 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39475 __ILP32__.
39476
c7a6ab72
AB
394772012-04-13 Antoine Balestrat <merkil33@gmail.com>
39478
39479 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39480 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39481
a9e8e0e0
CL
394822012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
39483
39484 [BZ #13973]
39485 * locale/iso-639.def: Fix gl language name. Spotted by
39486 Yaron Shahrabani.
39487
ec98af7d
RM
394882012-04-12 Roland McGrath <roland@hack.frob.com>
39489
39490 [BZ #2074]
39491 * libio/libio.h (__io_write_fn): Update comment.
39492
247c3ede
PB
394932012-04-12 Petr Baudis <pasky@ucw.cz>
39494
39495 [BZ #2074]
39496 * stdio.texi (Hook Functions): The user provided writer function
39497 is not allowed to return -1.
39498
55939d6d
DM
394992012-04-11 David S. Miller <davem@davemloft.net>
39500
39501 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39502
90020f5a
MF
395032012-04-11 Mike Frysinger <vapier@gentoo.org>
39504
39505 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39506 Add a leading slash to rtkaio.
39507
288f9098
JM
395082012-04-11 Jim Meyering <meyering@redhat.com>
39509
90020f5a
MF
39510 [BZ #11959]
39511 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39512 It is not necessarily an error to ignore fwrite's return
39513 value. One can reliably use ferror to test for errors after
39514 the fact.
288f9098 39515
4be2b570
L
395162012-04-10 H.J. Lu <hongjiu.lu@intel.com>
39517
39518 * bits/types.h (__snseconds_t): New type.
39519 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39520
39521 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39522 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39523 (__SNSECONDS_T_TYPE): Likewise.
39524 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39525 (__SNSECONDS_T_TYPE): Likewise.
39526 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39527 (__SNSECONDS_T_TYPE): Likewise.
39528
288f9098 395292012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
39530
39531 [BZ #2636]
39532 * manual/time.texi (Processor Time): Return type of times is
39533 elapsed real time since an arbitrary point in the past.
39534 (CPU Time): Move CLK_TCK from here...
39535 (Processor Time): ...to here. Correct description.
39536 * manual/conf.texi (Constants for Sysconf): Correct description of
39537 _SC_CLK_TCK.
39538
d7dd4413
DM
395392012-04-10 David S. Miller <davem@davemloft.net>
39540
39541 [BZ #13967]
39542 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39543 where the is a gap between DT_REL(A) and DT_JMPREL.
39544
b46068fc
L
395452012-04-10 H.J. Lu <hongjiu.lu@intel.com>
39546
39547 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39548 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39549 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39550
73d65cc3
SP
395512012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
39552
39553 * elf/dl-support.c (_dl_inhibit_cache): New variable.
39554 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
39555 (dl_main): Handle --inhibit-cache.
39556 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
39557 _dl_inhibit_cache.
39558 * elf/dl-load.c (_dl_map_object): Use it.
39559 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
39560
bcc8d661
JM
395612012-04-09 Joseph Myers <joseph@codesourcery.com>
39562
8f9a2fae
JM
39563 [BZ #13872]
39564 * sysdeps/i386/fpu/e_powl.S (p78): New object.
39565 (__ieee754_powl): Saturate large exponents rather than testing for
39566 overflow of y*log2(x).
39567 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39568 * math/libm-test.inc (pow_test): Do not permit spurious overflow
39569 exceptions.
39570
bcc8d661
JM
39571 [BZ #11521]
39572 * math/s_ctan.c: Include <float.h>.
39573 (__ctan): Avoid internal overflow or cancellation in calculating
39574 denominator.
39575 * math/s_ctanf.c: Likewise.
39576 * math/s_ctanl.c: Likewise.
39577 * math/s_ctanh.c: Likewise.
39578 * math/s_ctanhf.c: Likewise.
39579 * math/s_ctanhl.c: Likewise.
39580 * math/libm-test.inc (ctan_test): Add more tests.
39581 (ctanh_test): Likewise.
39582 * sysdeps/i386/fpu/libm-test-ulps: Update.
39583 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39584
823fbbb4
AJ
395852012-04-09 Andreas Jaeger <aj@suse.de>
39586
03879793
AJ
39587 [BZ #6894]
39588 * manual/filesys.texi (Directory Entries): Mention that d_namlen
39589 is an optional BSD extension.
39590
823fbbb4
AJ
39591 [BZ #10254]
39592 * manual/stdio.texi (Opening Streams): Document additional fopen
39593 parameters.
39594
8de131cb
RM
395952012-04-09 Roland McGrath <roland@hack.frob.com>
39596
39597 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39598 %eax without telling the compiler.
39599
c0ed9d7d
CD
396002012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
39601
39602 [BZ # 13963]
39603 * manual/install.texi: Use sourceware.org.
39604
c483f6b4
JM
396052012-04-09 Joseph Myers <joseph@codesourcery.com>
39606
d7dd9453
JM
39607 [BZ #13873]
39608 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39609 (__ieee754_pow): Generate overflow and underflow using huge*huge
39610 and tiny*tiny rather than just returning constant infinity or zero
39611 for large exponents.
39612 * math/libm-test.inc (pow_test): Require overflow exceptions for
39613 applicable cases of large exponents.
39614
c483f6b4
JM
39615 [BZ #706]
39616 * sysdeps/i386/fpu/e_pow.S (p10): New object.
39617 (__ieee754_pow): Use iterative multiplication algorithm only for
39618 integer exponents with absolute value below 1024. Check for odd
39619 integer exponents when using algorithm for real exponents.
39620 * math/libm-test.inc (pow_test): Add more tests.
39621 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39622
d2de7579
JM
396232012-04-08 Joseph Myers <joseph@codesourcery.com>
39624
39625 [BZ #13705]
39626 * math/libm-test.inc (exp_test): Do not allow overflow exception
39627 on underflow test.
39628
f77f1232
AJ
396292012-04-08 Aurelien Jarno <aurelien@aurel32.net>
39630
39631 [BZ #13705]
39632 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39633 instead of __kernel_standard_f.
39634
3884932b
MF
396352012-04-08 Mike Frysinger <vapier@gentoo.org>
39636
39637 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39638 * sysdeps/x86_64/memset_chk.S: Likewise.
39639
54472e9c
AJ
396402012-04-08 Andreas Jaeger <aj@suse.de>
39641
6ab0fbfc
AJ
39642 [BZ #10153]
39643 * manual/startup.texi (Environment Access): Describe return value
39644 for putenv and setenv.
39645
61efba8c
AJ
39646 [BZ #6895]
39647 * manual/filesys.texi (Directory Entries): Add description for
39648 DT_LNK.
39649
95c3f29a
AJ
39650 [BZ #6890]
39651 * manual/filesys.texi (Directory Entries): Clarify that it's file
39652 system not operating system in the description of DT_UNKNOWN.
39653
54472e9c
AJ
39654 [BZ #6578]
39655 * manual/syslog.texi (closelog): Fix reference, it's openlog.
39656
624254b1
SC
396572012-04-08 Stephen Compall <s11@member.fsf.org>
39658
39659 [BZ #6649]
39660 * manual/llio.texi (Opening and Closing Files): Add cross
39661 reference to explain mode argument.
39662
1e4920e0
MF
396632012-04-07 Mike Frysinger <vapier@gentoo.org>
39664
39665 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39666 * sysdeps/x86_64/memset_chk.S: Likewise.
39667
5ed848f3
DM
396682012-04-07 David S. Miller <davem@davemloft.net>
39669
39670 * elf/elf.h (R_SPARC_WDISP10): Define.
39671 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39672 R_SPARC_SIZE32.
39673 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39674 R_SPARC_SIZE64 and R_SPARC_H34.
39675
96154cd8
CD
396762012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
39677
39678 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39679 conditions and remove no longer applicable assertion.
39680
9904dc47
L
396812012-04-06 H.J. Lu <hongjiu.lu@intel.com>
39682
39683 * bits/byteswap.h: Include <features.h>.
39684 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39685 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39686
f8887d0a
L
396872012-04-06 H.J. Lu <hongjiu.lu@intel.com>
39688
39689 * bits/byteswap.h (__bswap_16): Removed.
39690 Include <bits/byteswap-16.h> to get __bswap_16.
39691 * sysdeps/i386/bits/byteswap.h: Likewise.
39692 * sysdeps/s390/bits/byteswap.h: Likewise.
39693 * sysdeps/x86_64/bits/byteswap.h: Likewise.
39694 * bits/byteswap-16.h: New file.
39695 * sysdeps/i386/bits/byteswap-16.h: Likewise.
39696 * sysdeps/s390/bits/byteswap-16.h: Likewise.
39697 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39698 * string/Makefile (headers): Add bits/byteswap-16.h.
39699
62470f60
PP
397002012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
39701
39702 [BZ #13895]
39703 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39704 extra indirection.
39705 * nss/Makefile (tests-static, tests): Add tst-nss-static.
39706 * nss/tst-nss-static.c: New.
39707
4dad7bab
RM
397082012-04-06 Robert Millan <rmh@gnu.org>
39709
39710 [BZ #6486]
39711 * manual/llio.texi (File Position Primitive): lseek
39712 refers to WHENCE when it really means OFFSET.
39713
e9142a17
AJ
397142012-04-06 Andreas Jaeger <aj@suse.de>
39715
2c040eff
AJ
39716 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39717 strncmp declarations.
39718
e9142a17
AJ
39719 * abilist/libc.abilist: Add __poll and __ppoll.
39720
ff9f1c5f
DM
397212012-04-05 David S. Miller <davem@davemloft.net>
39722
dcd2ae90
DM
39723 * scripts/check-local-headers.sh: Accept a host triplet in the
39724 path matched by the exclude regexp.
39725
993eb054
DM
39726 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39727 definition.
39728 * sysdeps/powerpc/powerpc32/dl-machine.h
39729 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39730 * sysdeps/s390/s390-32/dl-machine.h
39731 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39732 * sysdeps/sparc/sparc32/dl-machine.h
39733 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39734 * sysdeps/sparc/sparc64/dl-machine.h
39735 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39736
ff9f1c5f
DM
39737 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39738 lazy binding.
48e2e132 39739 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
39740 undefined symbol errors.
39741
48e2e132 39742 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
39743 DT_NEEDED entries.
39744
e80d6f94
MM
397452012-04-05 Michael Matz <matz@suse.de>
39746
39747 [BZ #13592]
39748 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39749
349fa79f
AJ
397502012-04-05 Andreas Jaeger <aj@suse.de>
39751
39752 [BZ #13908]
39753 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39754 comment.
39755
f402708f
KK
397562012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39757
39758 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39759 which ROUND is no valid rounding mode.
39760
2ecccfc9
KK
397612012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39762
39763 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39764 read again.
39765 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39766
8a53f50f
KK
397672012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39768
39769 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39770 an exception using FPU order intentionally.
39771
397722012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39773
39774 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39775 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39776 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39777 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39778
d653abb7
SJ
397792012-04-05 Simon Josefsson <simon@josefsson.org>
39780
39781 [BZ #12340]
39782 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39783 EINVAL when BUFLEN is too smal.
39784
c3b1bf7d
TS
397852012-04-05 Thomas Schwinge <thomas@codesourcery.com>
39786
39787 [BZ #13553]
39788 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39789 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39790
b1aa60f3
AJ
397912012-04-03 Andreas Jaeger <aj@suse.de>
39792
c3b1bf7d 39793 [BZ #13938]
67f60a26
AJ
39794 * manual/setjmp.texi (System V contexts): Fix sentence.
39795
b1aa60f3
AJ
39796 [BZ #13926]
39797 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39798 New macro for this case.
39799 [!__GNUC__] (__bswap_64): New inline function for this case.
39800 * sysdeps/x86_64/bits/byteswap.h: Likewise.
39801 * bits/byteswap.h: Likewise.
39802 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39803 ull, guard with __GLIBC_HAVE_LONG_LONG.
39804
39805 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39806 __GLIBC_HAVE_LONG_LONG.
39807
39808 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39809 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39810
39c59c35
TMQMF
398112012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39812
39813 [BZ #13691]
39814 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39815 inptr and inend, rather than using last_ch.
39816
135ffda8
DM
398172012-04-02 David S. Miller <davem@davemloft.net>
39818
39819 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39820 * stdio-common/printf-parse.h (read_int): Change return type to
39821 'int', return -1 on INT_MAX overflow.
39822 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39823 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
39824 overflows INT_MAX. Check for overflow of in-format-string precision
39825 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
39826 SIZE_MAX not INT_MAX for integer overflow test.
39827 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39828 skip the construct in the format string but do not record anything.
39829 * stdio-common/bug22.c: Adjust to test both width/prevision
39830 INT_MAX overflow as well as total length INT_MAX overflow. Check
39831 explicitly for proper errno values.
39832
228c019e
TS
398332012-04-02 Thomas Schwinge <thomas@codesourcery.com>
39834
302cadd3
TS
39835 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39836 CHAR_MAX.
39837 * string/test-strcmp.c [! WIDE]: Likewise.
39838 * time/tst-mktime2.c: Likewise for INT_MAX.
39839 * string/test-string.h: #include <sys/param.h> for MIN.
39840
228c019e
TS
39841 * csu/init-first.c (__libc_init_first): Call __ctype_init.
39842 * sysdeps/i386/init-first.c (init): Likewise.
39843 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39844 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39845 * sysdeps/sh/init-first.c (init): Likewise.
39846
cfa633f5
UD
398472012-04-01 Ulrich Drepper <drepper@gmail.com>
39848
39849 * po/ru.po: Update from translation team.
d1635ef8 39850 * po/vi.po: Likewise.
cfa633f5 39851
6cd0a5ea
SP
398522012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
39853
39854 * resolv/nss_dns/dns-host.c: Merge copyright years.
39855
4b43400f
LD
398562012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
39857
39858 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39859 Optimize memcpy with prefetch if
39860 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
39861 src, dst pointers have unequal 16 byte alignments.
39862
48c41d04
SP
398632012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
39864
39865 [BZ #13928]
39866 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39867 from a CNAME entry and return the minimum ttl for the query.
39868 (gaih_getanswer_slice): Likewise.
39869
b8dc394d
JL
398702012-03-30 Jeff Law <law@redhat.com>
39871
39872 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39873 due to long keys.
39874 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39875 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39876
2f5a5ed0
JL
39877 * resolv/nss_dns/dns-host.c: Update copyright year.
39878
1d39e359
UD
398792012-03-30 Ulrich Drepper <drepper@gmail.com>
39880
c030f70c 39881 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 39882 requests to save a system call. Fix check that all bytes are sent.
c030f70c 39883
1d39e359
UD
39884 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39885 comments for sendmmsg.
39886
398872012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
39888
39889 [BZ #13691]
39890 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39891 with only 1 character between 0x0041 and 0x01b0.
39892 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39893 * wcsmbs/tst-mbsnrtowcs.c: New file.
39894
20fde227
DM
398952012-03-29 David S. Miller <davem@davemloft.net>
39896
39897 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39898 small copies by hand.
39899
984a4237
JL
399002012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
39901
39902 [BZ #13761]
57f41c40
AS
39903 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39904 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39905 group memberships.
984a4237 39906
18c9d62b
DM
399072012-03-28 David S. Miller <davem@davemloft.net>
39908
88d85d4f
DM
39909 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39910 that branches into memcpy.
39911 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39912 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39913 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39914 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39915 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39916 bits.
39917 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39918 implementation too.
39919 * sysdeps/sparc/mempcpy.S: New file.
39920
e5aa83e1
DM
39921 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39922 the IFUNC routine in the libc case.
39923 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39924
88570753
DM
39925 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39926 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39927 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39928 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39929 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39930 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39931 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39932 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39933
249d7567
DM
39934 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39935 loop to 256 bytes instead of 64 bytes and fix test signedness.
39936
18c9d62b
DM
39937 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39938 * sysdeps/sparc/sparc32/Makefile: rather than here...
39939 * sysdeps/sparc/sparc64/Makefile: and here.
39940
05f3d1f6
UD
399412012-03-28 Ulrich Drepper <drepper@gmail.com>
39942
39943 * malloc/mallocbug.c: Avoid warnings about unused variables.
39944
86ae07a8
JL
399452012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
39946
39947 [BZ #13760]
39948 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39949 in the right place. Discard and retry query if response is
39950 larger than input buffer size.
39951
41bf21a1
JM
399522012-03-28 Joseph Myers <joseph@codesourcery.com>
39953
d6270972
JM
39954 [BZ #369]
39955 [BZ #2678]
39956 [BZ #3866]
39957 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
39958 x for large integer exponent.
39959 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
39960 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
39961 sign of result as needed afterwards.
39962 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
39963 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
39964 result for underflowing pow the same as for overflow.
39965 (__kernel_standard_l): Handle powl overflow and underflow here
39966 rather than calling __kernel_standard.
39967 * math/libm-test.inc (pow_test): Add more tests.
39968
414fca03 39969 [BZ #3868]
41bf21a1
JM
39970 [BZ #13879]
39971 [BZ #13910]
39972 [BZ #13911]
39973 [BZ #13912]
39974 [BZ #13913]
39975 [BZ #13915]
39976 [BZ #13916]
39977 [BZ #13917]
39978 [BZ #13918]
39979 [BZ #13919]
39980 [BZ #13920]
39981 [BZ #13921]
39982 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
39983 * sysdeps/ieee754/k_standard.c: Include <float.h>.
39984 (__kernel_standard_l): New function.
39985 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
39986 __kernel_standard.
39987 * math/w_acosl.c (__acosl): Likewise.
39988 * math/w_asinl.c (__asinl): Likewise.
39989 * math/w_atan2l.c (__atan2l): Likewise.
39990 * math/w_atanhl.c (__atanhl): Likewise.
39991 * math/w_coshl.c (__coshl): Likewise.
39992 * math/w_exp10l.c (__exp10l): Likewise.
39993 * math/w_exp2l.c (__exp2l): Likewise.
39994 * math/w_fmodl.c (__fmodl): Likewise.
39995 * math/w_hypotl.c (__hypotl): Likewise.
39996 * math/w_j0l.c (__j0l, __y0l): Likewise.
39997 * math/w_j1l.c (__j1l, __y1l): Likewise.
39998 * math/w_jnl.c (__jnl, __ynl): Likewise.
39999 * math/w_lgammal.c (__lgammal): Likewise.
40000 * math/w_log10l.c (__log10l): Likewise.
40001 * math/w_log2l.c (__log2l): Likewise.
40002 * math/w_logl.c (__logl): Likewise.
40003 * math/w_powl.c (__powl): Likewise.
40004 * math/w_remainderl.c (__remainderl): Likewise.
40005 * math/w_scalbl.c (sysv_scalbl): Likewise.
40006 * math/w_sinhl.c (__sinhl): Likewise.
40007 * math/w_sqrtl.c (__sqrtl): Likewise.
40008 * math/w_tgammal.c (__tgammal): Likewise.
40009 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
40010 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
40011 * math/libm-test.inc (acos_test): Add more tests.
40012 (acosh_test): Likewise.
40013 (asin_test): Likewise.
40014 (atanh_test): Likewise.
40015 (exp_test): Likewise.
40016 (exp10_test): Likewise.
40017 (exp2_test): Likewise.
40018 (expm1_test): Likewise.
40019 (lgamma_test): Likewise.
40020 (log_test): Likewise.
40021 (log10_test): Likewise.
40022 (log1p_test): Likewise.
40023 (log2_test): Likewise.
40024 (pow_test): Do not allow some spurious overflow exceptions.
40025 (sqrt_test): Add more tests.
40026 (tgamma_test): Likewise.
40027 (y0_test): Likewise.
40028 (y1_test): Likewise.
40029 (yn_test): Likewise.
40030
dd62fda6
AB
400312012-03-27 Anton Blanchard <anton@samba.org>
40032
40033 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40034 MAP_HUGETLB.
40035 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40036 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40037 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40038
1e3cdfda
AJ
400392012-03-27 David S. Miller <davem@davemloft.net>
40040
b855ab85
DM
40041 * conform/Makefile: Run run-conformtest.sh using $(BASH).
40042
1e3cdfda
AJ
40043 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40044 have-as-vis3 check.
40045
400462012-03-27 Andreas Jaeger <aj@suse.de>
40047
40048 * sysdeps/x86_64/elf/configure.in: Moved to ...
40049 * sysdeps/x86_64/configure.in: ... here.
40050 * sysdeps/x86_64/elf/start.S: Moved to ...
40051 * sysdeps/x86_64/start.S: ... here.
40052 * sysdeps/x86_64/elf/configure: Delete.
40053
40054 * sysdeps/x86_64/configure.in: Merge contents from
40055 sysdeps/i386/configure.in (without i686 check).
40056
40057 * sysdeps/i386/elf/Versions: Merge into ...
40058 * sysdeps/i386/Versions: ... this.
40059 * sysdeps/i386/elf/Versions: Delete file.
40060 * sysdeps/i386/elf/start.S: Moved to ...
40061 * sysdeps/i386/start.S: ...here.
40062 * sysdeps/i386/elf/configure.in: Merge into...
40063 * sysdeps/i386/configure.in: ...here.
40064 * sysdeps/i386/elf/configure.in: Delete file.
40065 * sysdeps/i386/elf/configure: Delete file.
40066
40067 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40068 * debug/backtracesyms.c: ... here.
40069 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40070 * debug/backtracesymsfd.c: ... here.
40071 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40072 * sysdeps/generic/ifunc-sel.h: ... here.
40073
40074 * sysdeps/unix/i386/start.c: Delete file.
40075 * sysdeps/unix/sparc/start.c: Delete file.
40076 * sysdeps/unix/start.c: Delete file.
40077
40078 * sysdeps/sh/elf/configure.in: Moved to ...
40079 * sysdeps/sh/configure.in: ... here.
40080 * sysdeps/sh/elf/start.S: Moved to ...
40081 * sysdeps/sh/start.S: ... here.
40082 * sysdeps/sh/elf/configure: Delete file.
40083
40084 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40085 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40086 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40087 * sysdeps/powerpc/powerpc64/entry.h: ... here.
40088 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40089 * sysdeps/powerpc/powerpc64/start.S: here.
40090 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40091 * sysdeps/powerpc/powerpc64/Makefile: ... this.
40092 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40093 * sysdeps/powerpc/powerpc64/configure.in: ... this.
40094 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40095
40096 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40097 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40098 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40099 * sysdeps/powerpc/powerpc32/start.S: ... here.
40100 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40101 * sysdeps/powerpc/powerpc32/configure.in: ... this.
40102 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40103
40104 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40105 * sysdeps/powerpc/ifunc-sel.h: ... here.
40106 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40107 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40108
40109 * sysdeps/sparc/elf/configure.in: Moved to ...
40110 * sysdeps/sparc/configure.in: ... here.
40111 * sysdeps/sparc/elf/configure: Delete file.
40112 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40113 * sysdeps/sparc/sparc32/start.S: ... here.
40114 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40115 * sysdeps/sparc/sparc64/start.S: ... here.
40116 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40117 * sysdeps/sparc/sparc32/Makefile: ... this.
40118 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40119 * sysdeps/sparc/sparc64/Makefile: ... this.
40120
40121 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40122 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40123 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40124 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40125 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40126 * sysdeps/s390/s390-32/setjmp.S: ... here.
40127 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40128 * sysdeps/s390/s390-32/configure.in: ... here.
40129 * sysdeps/s390/s390-32/elf/configure: Delete file.
40130 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40131 * sysdeps/s390/s390-32/start.S: ... here.
40132
40133 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40134 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40135 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40136 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40137 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40138 * sysdeps/s390/s390-64/setjmp.S: ... here.
40139 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40140 * sysdeps/s390/s390-64/configure.in: ... here
40141 * sysdeps/s390/s390-64/elf/configure: Delete file.
40142 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40143 * sysdeps/s390/s390-64/start.S: ... here.
40144 * sysdeps/s390/s390-64/elf/configure: Delete.
40145
40146 * configure.in: Remove support for elf directories in sysdeps.
40147
40148 * configure: Regenerated.
40149 * sysdeps/i386/configure: Regenerated.
40150 * sysdeps/powerpc/powerpc32/configure: Regenerated.
40151 * sysdeps/powerpc/powerpc64/configure: Regenerated.
40152 * sysdeps/s390/s390-32/configure: Regenerated.
40153 * sysdeps/s390/s390-64/configure: Regenerated.
40154 * sysdeps/sh/configure: Regenerated.
40155 * sysdeps/sparc/configure: Regenerated.
40156 * sysdeps/x86_64/configure: Regenerated.
40157
a3f61311
AS
401582012-03-26 Andreas Schwab <schwab@linux-m68k.org>
40159
c876e002
AS
40160 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40161
a3f61311
AS
40162 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40163 denormal result into account.
40164
ac4c54f0
RM
401652012-03-25 Roland McGrath <roland@hack.frob.com>
40166
40167 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40168 Reported by Allan McRae <allan@archlinux.org>.
40169
6a9b9c02
JL
401702012-03-23 Jeff Law <law@redhat.com>
40171
40172 * nss/getnssent.c (__nss_getent): Fix typo.
40173
4c42a0c1
DM
401742012-03-23 David S. Miller <davem@davemloft.net>
40175
40176 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40177
1532c7ac
L
401782012-03-23 H.J. Lu <hongjiu.lu@intel.com>
40179
40180 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40181 to pad to uint64_t for each field.
40182 (dl_tls_index): Replace unsigned long with uint64_t.
40183
3ff42526
PP
401842012-03-23 Daniel Jacobowitz <dmj@google.com>
40185 Paul Pluzhnikov <ppluzhnikov@google.com>
40186
40187 [BZ #6528]
40188 * grp/Makefile (otherlibs): Don't set it.
40189 * inet/Makefile (otherlibs): Likewise.
40190 * login/Makefile (otherlibs): Likewise.
40191 * nscd/Makefile (otherlibs): Likewise.
40192 * posix/Makefile (otherlibs): Likewise.
40193 * pwd/Makefile (otherlibs): Likewise.
40194 * rt/Makefile (otherlibs): Likewise.
40195 * sunrpc/Makefile (otherlibs): Likewise.
40196 * nss/Makefile (otherlibs): Likewise.
40197 Add libnss_files to routines and static-only-routines.
40198 ($(objpfx)getent): Remove rule.
40199 * resolv/Makefile: Add libnss_dns and libresolv to routines and
40200 static-only-routines.
40201
7c69cd14
JM
402022012-03-22 Joseph Myers <joseph@codesourcery.com>
40203
40204 [BZ #13892]
40205 * math/s_cexp.c: Include <float.h>.
40206 (__cexp): Handle exp result overflowing not necessarily
40207 overflowing both real and imaginary parts of result.
40208 * math/s_cexpf.c: Likewise.
40209 * math/s_cexpl.c: Likewise.
40210 * math/libm-test.inc (cexp_test): Add more tests.
40211 * sysdeps/i386/fpu/libm-test-ulps: Update.
40212 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40213
81b035fe
L
402142012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40215
40216 * include/link.h (ELFW): New macro.
40217 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40218 Replace ELF64_R_TYPE with ELFW(R_TYPE).
40219
1da7940c
L
402202012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40221
40222 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40223 with uint64_t.
40224
b749dbb9
L
402252012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40226
40227 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40228 declaration.
40229 (struct La_x32_retval): Likewise.
40230
2ff87f3f
L
402312012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40232
40233 * sysdeps/x86_64/preconfigure.in: New file.
40234 * sysdeps/x86_64/preconfigure: New generated file.
40235
c0df8e69
JM
402362012-03-22 Joseph Myers <joseph@codesourcery.com>
40237
48e44791
JM
40238 [BZ #13824]
40239 * math/e_exp2l.c: Include <float.h>.
40240 (__ieee754_exp2l): Handle overflow and underflow cases
40241 separately. Only pass fractional part of argument to
40242 __ieee754_expl.
40243 * math/libm-test.inc (exp2_test): Add more tests.
40244
c0df8e69
JM
40245 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40246 negating x to take absolute value.
40247 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40248 Likewise.
40249 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40250 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40251 Likewise.
40252 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40253 computing low part if x was negated.
40254 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40255
c8e43ba7
L
402562012-03-21 H.J. Lu <hongjiu.lu@intel.com>
40257
40258 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40259 la_x32_gnu_pltexit.
40260 (pltexit): Cast int_retval to ptrdiff_t.
40261 * elf/tst-auditmod3b.c: Likewise.
40262 * elf/tst-auditmod4b.c: Likewise.
40263 * elf/tst-auditmod5b.c: Likewise.
40264 * elf/tst-auditmod6b.c: Likewise.
40265 * elf/tst-auditmod6c.c: Likewise.
40266 * elf/tst-auditmod7b.c: Likewise.
40267
40268 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40269 and x32_gnu_pltexit.
40270
40271 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40272 __ELF_NATIVE_CLASS.
40273 (La_x32_regs): New macro.
40274 (La_x32_retval): Likewise.
40275 (la_x32_gnu_pltenter): New function prototype.
40276 (la_x32_gnu_pltexit): Likewise.
40277
7998fa78
AS
402782012-03-21 Andreas Schwab <schwab@linux-m68k.org>
40279
dcb33988
AS
40280 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40281 exponent.
40282
233fc563
AS
40283 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40284
7998fa78
AS
40285 * configure.in (libc_cv_cc_nofma): Check for option to disable
40286 generation of FMA instructions.
40287 * configure: Regenerate.
40288 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40289 * sysdeps/ieee754/dbl-64/Makefile: New file.
40290 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40291 Remove brandred-fma4.
40292 (CFLAGS-brandred-fma4.c): Remove.
40293 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40294 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40295 define.
40296 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40297 define.
40298
8e95c99a
L
402992012-03-21 H.J. Lu <hongjiu.lu@intel.com>
40300
40301 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40302 LLONG_MAX != LONG_MAX.
40303 (_itoa_word): Use _ITOA_WORD_TYPE on value.
40304 (_fitoa_word): Likewise.
40305 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40306 LLONG_MAX != LONG_MAX.
40307 * stdio-common/_itowa.h: Include <_itoa.h>.
40308 (_itowa_word): Use _ITOA_WORD_TYPE on value.
40309 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
40310 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
40311 only if not defined.
40312 (_ITOA_WORD_TYPE): Likewise.
40313 (_itoa_word): Use _ITOA_WORD_TYPE on value.
40314 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40315
6f4db457
DM
403162012-03-21 David S. Miller <davem@davemloft.net>
40317
40318 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40319
7785fe5a
L
403202012-03-21 H.J. Lu <hongjiu.lu@intel.com>
40321
40322 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40323 of x86_64 when setting libc_cv_slibdir, libdir and
40324 libc_cv_localedir.
40325 * sysdeps/unix/sysv/linux/configure: Regenerated.
40326
4535cd55
JM
403272012-03-21 Joseph Myers <joseph@codesourcery.com>
40328
40329 * manual/lang.texi (Old Varargs): Remove section.
40330 (How Variadic): Update menu.
40331 (va_start): Do not mention varargs.h.
40332
17228132
TS
403332012-03-21 Thomas Schwinge <thomas@codesourcery.com>
40334 Joseph Myers <joseph@codesourcery.com>
40335
40336 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40337 link test.
40338 * configure: Regenerated.
40339
8149f976
TS
403402012-03-21 Thomas Schwinge <thomas@codesourcery.com>
40341
05f3d1f6
UD
40342 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40343 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40344 conformtest.pl
8149f976 40345
1a4ac776
JM
403462012-03-21 Joseph Myers <joseph@codesourcery.com>
40347
be22ce65
JM
40348 * NOTES: Remove.
40349 * Makefile (files-for-dist): Remove NOTES.
40350 (NOTES): Remove rule.
40351 * README: Don't refer to NOTES.
40352 * manual/creature.texi: Don't include macros.texi.
40353 * manual/intro.texi (creature.texi): Remove comment referring to
40354 NOTES.
40355
40b601fb
JM
40356 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40357 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40358 * configure: Regenerated.
40359 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40360 LIBC_TRY_CC_OPTION.
40361 (libc_cv_as_i686): Likewise.
40362 (libc_cv_cc_avx): Likewise.
40363 (libc_cv_cc_sse2avx): Likewise.
40364 (libc_cv_cc_fma4): Likewise.
40365 (libc_cv_cc_novzeroupper): Likewise.
40366 * sysdeps/i386/configure: Regenerated.
40367
1a4ac776
JM
40368 [BZ #13883]
40369 * sysdeps/i386/fpu/s_cexp.S: Remove.
40370 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40371 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40372 * math/libm-test.inc (cexp_test): Add more tests.
40373 * sysdeps/i386/fpu/libm-test-ulps: Update.
40374 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40375
a458e7fe
AM
403762012-03-21 Allan McRae <allan@archlinux.org>
40377
40378 * timezone/Makefile: Do not install iso3166.tab and zone.tab
40379
0cb7efc5
JM
403802012-03-21 Joseph Myers <joseph@codesourcery.com>
40381
40382 [BZ #13871]
40383 * math/w_exp2.c: Do not include <float.h>.
40384 (o_threshold, u_threshold): Remove.
40385 (__exp2): Calculate result before checking finiteness and calling
40386 __kernel_standard.
40387 * math/w_exp2f.c: Likewise.
40388 * math/w_exp2l.c: Likewise.
40389 * math/libm-test.inc (exp2_test): Require overflow exception for
40390 1e6 input.
2460d3aa
JM
40391
40392 [BZ #3866]
40393 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40394 range of signed 64-bit integers before using fistpll. Remove
40395 checks for whether integers fit in mantissa bits.
40396 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40397 the range of signed 32-bit integers before using fistpl. Remove
40398 checks for whether integers fit in mantissa bits.
40399 * sysdeps/i386/fpu/e_powl.S (p64): New object.
40400 (__ieee754_powl): Test for y outside the range of signed 64-bit
40401 integers before using fistpll. Reduce 64-bit values to 63-bit
40402 ones as needed.
40403 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40404 divide-by-zero is raised for zero to large negative powers.
40405 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40406 (__ieee754_powl): Test for y outside the range of signed 64-bit
40407 integers before using fistpll. Reduce 64-bit values to 63-bit
40408 ones as needed.
40409 * math/libm-test.inc (pow_test): Add more tests.
40410
eb96ffb0
L
404112012-03-20 H.J. Lu <hongjiu.lu@intel.com>
40412
40413 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40414 <stdio-common/_itoa.h>.
40415 * debug/segfault.c: Likewise.
40416 * elf/dl-cache.c: Likewise.
40417 * elf/dl-minimal.c: Likewise.
40418 * elf/dl-misc.c: Likewise.
40419 * elf/dl-sysdep.c: Likewise.
40420 * elf/dl-version.c: Likewise.
40421 * elf/rtld.c: Likewise.
40422 * hurd/hurdsock.c: Likewise.
40423 * hurd/lookup-retry.c: Likewise.
40424 * malloc/malloc.c: Likewise.
40425 * malloc/mtrace.c: Likewise.
40426 * nscd/nscd_getgr_r.c: Likewise.
40427 * nscd/nscd_getpw_r.c: Likewise.
40428 * nscd/nscd_getserv_r.c: Likewise.
40429 * posix/getopt_init.c: Likewise.
40430 * posix/wordexp.c: Likewise.
40431 * stdio-common/_itoa.c: Likewise.
40432 * stdio-common/printf_fphex.c: Likewise.
40433 * stdio-common/vfprintf.c: Likewise.
40434 * string/_strerror.c: Likewise.
40435 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40436 * sysdeps/i386/i686/hp-timing.h: Likewise.
40437 * sysdeps/mach/_strerror.c: Likewise.
40438 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40439 * sysdeps/mach/hurd/sethostid.c: Likewise.
40440 * sysdeps/mach/hurd/xmknodat.c: Likewise.
40441 * sysdeps/mach/xpg-strerror.c: Likewise.
40442 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40443 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40444 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40445 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40446 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40447 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40448 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40449 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40450 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40451 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40452 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40453 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40454 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40455 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40456 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40457 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40458 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40459 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40460 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40461 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40462 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40463
40464 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40465
40466 * stdio-common/_itoa.h: Moved to ...
40467 * sysdeps/generic/_itoa.h: Here.
40468
40469 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40470
40471 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40472 instead of "_itoa.h" and "_itowa.h".
40473 * stdio-common/vfprintf.: Likewise.
40474
d1af992d
L
404752012-03-20 H.J. Lu <hongjiu.lu@intel.com>
40476
40477 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40478 <bits/wordsize.h>.
40479 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40480 (__signbit): Likwise.
40481 (llrintf): Likwise.
40482 (llrint): Likwise.
40483
114883e0
L
404842012-03-20 H.J. Lu <hongjiu.lu@intel.com>
40485
40486 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40487 __WORDSIZE != 64.
40488
c135cc1b
JM
404892012-03-20 Joseph Myers <joseph@codesourcery.com>
40490
40491 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40492 OVERFLOW_EXCEPTION_OK.
40493 * math/libm-test.inc ("Philosophy"): Update comment about
40494 exception testing.
40495 (OVERFLOW_EXCEPTION): Define.
40496 (OVERFLOW_EXCEPTION_OK): Likewise.
40497 (INVALID_EXCEPTION_OK): Renumber.
40498 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40499 (IGNORE_ZERO_INF_SIGN): Likewise.
40500 (test_exceptions): Handle FE_OVERFLOW.
40501 (exp10_test): Expect overflow exceptions.
40502 (exp2_test): Likewise.
40503 (expm1_test): Likewise.
40504 (nextafter_test): Likewise.
40505 (pow_test): Likewise.
40506 (scalbn_test): Likewise.
40507 (scalbln_test): Likewise.
40508
95443d88
L
405092012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40510
40511 * sysdeps/x86_64/bits/atomic.h
40512 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40513 64bit integer.
40514 (atomic_exchange_acq): Likewise.
40515 (__arch_exchange_and_add_body): Likewise.
40516 (__arch_add_body): Likewise.
40517 (atomic_add_negative): Likewise.
40518 (atomic_add_zero): Likewise.
40519
490df6c4
L
405202012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40521
c2722551 40522 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
40523 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
40524
5e52b189
L
405252012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40526
40527 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40528 Check __x86_64__ instead of __WORDSIZE.
40529
a9879d4c
L
405302012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40531
40532 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40533
5df98260
DM
405342012-03-19 David S. Miller <davem@davemloft.net>
40535
e1497744
DM
40536 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40537
5df98260
DM
40538 * sysdeps/sparc/fpu/fenv_private.h: New file.
40539 * sysdeps/sparc/fpu/math_private.h: Use it.
40540 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40541 Remove.
57f41c40 40542 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
40543 (libc_feholdexcept_setroundl): Remove.
40544 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40545 Remove.
40546 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40547 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40548
b4c35121
L
405492012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40550
40551 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40552 int64_t instead of long int.
40553 (INSERT_WORDS64): Likwise.
40554
56965fd7
L
405552012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40556
40557 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
40558 _Unwind_GetCFA return to _Unwind_Ptr first.
40559
83d1aec8
JM
405602012-03-19 Joseph Myers <joseph@codesourcery.com>
40561
1897ad44
JM
40562 [BZ #13629]
40563 * math/s_clog.c: Include <float.h>.
40564 (__clog): Scale large or subnormal inputs.
40565 * math/s_clogf.c: Likewise.
40566 * math/s_clogl.c: Likewise.
40567 * math/s_clog10.c: Include <float.h>.
40568 (M_LOG10_2): Define.
40569 (__clog10): Scale large or subnormal inputs.
40570 * math/s_clog10f.c: Likewise.
40571 * math/s_clog10l.c: Likewise.
40572 * math/libm-test.inc (clog_test): Add more tests.
40573 (clog10_test): Likewise.
40574 * sysdeps/i386/fpu/libm-test-ulps: Update.
40575 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40576
7726d6a9
JM
40577 [BZ #11451]
40578 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
40579 x and y.
40580 * math/libm-test.inc (atan2_test): Add another test.
40581
83d1aec8
JM
40582 * Makerules (common-objdir-compile): Remove.
40583 * sysdeps/unix/Makefile (config-generated): Do not add
40584 $(unix-generated) to variable.
40585 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
40586 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
40587 Remove rule.
40588 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
40589 Likewise.
40590 [generic bits/local_lim.h] (before-compile): Do not append to
40591 variable.
40592 [generic bits/local_lim.h] (common-generated): Likewise.
40593 [generic sys/param.h] (before-compile): Do not append to variable.
40594 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40595 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40596 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40597 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40598 include.
40599 [generic sys/param.h] (sys/param.h-includes): Remove variable.
40600 [generic sys/param.h] (sys/param.h-includes): Remove rule.
40601 [generic sys/param.h] ($(addprefix
40602 $(common-objpfx),$(sys/param.h-includes))): Likewise.
40603 [generic sys/param.h] (common-generated): Do not append to
40604 variable.
40605 [generic sys/param.h] (sysdep_headers): Likewise.
40606 [generic bits/errno.h] (before-compile): Do not append to
40607 variable.
40608 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40609 rule.
40610 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40611 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40612 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40613 [generic bits/errno.h] (common-generated): Do not append to
40614 variable.
40615 [generic bits/ioctls.h] (before-compile): Do not append to
40616 variable.
40617 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40618 rule.
40619 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40620 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40621 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40622 rule.
40623 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40624 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40625 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40626 [generic bits/ioctls.h] (common-generated): Do not append to
40627 variable.
40628 [generic sys/syscall.h] (syscall.h): Remove variable.
40629 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40630 rule.
40631 [generic sys/syscall.h] (before-compile): Do not append to
40632 variable.
40633 [generic sys/syscall.h] (common-generated): Likewise.
40634 * sysdeps/unix/errnos-tmpl.c: Remove file.
40635 * sysdeps/unix/errnos.awk: Likewise.
40636 * sysdeps/unix/ioctls-tmpl.c: Likewise.
40637 * sysdeps/unix/ioctls.awk: Likewise.
40638 * sysdeps/unix/mk-local_lim.c: Likewise.
40639 * sysdeps/unix/snarf-ioctls: Likewise.
40640
4851a949
RH
406412012-03-19 Richard Henderson <rth@twiddle.net>
40642
bd37f2ee
RH
40643 * sysdeps/i386/fpu/fenv_private.h: New file.
40644 * sysdeps/i386/fpu/math_private.h: Use it.
40645 (math_opt_barrier, math_force_eval): Remove.
40646 (libc_feholdexcept_setround_53bit): Remove.
40647 (libc_feupdateenv_53bit): Remove.
40648 * sysdeps/x86_64/fpu/math_private.h: Likewise.
40649 (math_opt_barrier, math_force_eval): Remove.
40650 (libc_feholdexcept): Remove.
40651 (libc_feholdexcept_setround): Remove.
40652 (libc_fetestexcept, libc_fesetenv): Remove.
40653 (libc_feupdateenv_test): Remove.
40654 (libc_feupdateenv, libc_feholdsetround): Remove.
40655 (libc_feresetround): Remove.
40656
d0adc922
RH
40657 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40658 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40659
0fe0f1f8
RH
40660 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40661 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40662 (libc_feupdateenv_testl): New.
40663 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40664 (libc_feupdateenv_testf): New.
40665 (libc_feupdateenv): Use libc_feupdateenv_test.
40666 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40667 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40668
eb92c487
RH
40669 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40670 (libc_feholdsetroundf, libc_feholdsetroundl): New.
40671 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40672 (libc_feresetround_noex): New.
40673 (libc_feresetround_noexf): New.
40674 (libc_feresetround_noexl): New.
40675 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40676 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40677 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40678 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40679 SET_RESTORE_ROUND.
40680 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40681 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40682 (__cos): Likewise.
40683 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40684 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40685 SET_RESTORE_ROUND_NOEX.
40686 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40687 SET_RESTORE_ROUND_NOEXF.
40688 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40689 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40690 (libc_feholdsetroundf): New.
40691 (libc_feresetround, libc_feresetroundf): New.
40692
7d2e8012
RH
40693 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40694 (libc_feholdexcept_setround_53bit): Convert from macro to function.
40695 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
40696
b4dabbb4
RH
40697 * sysdeps/generic/math_private.h: Include <fenv.h>.
40698 (default_libc_feholdexcept): New.
40699 (default_libc_feholdexcept_setround): New.
40700 (default_libc_fesetenv, default_libc_feupdateenv): New.
40701 (libc_feholdexcept): Only define if undefined.
40702 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40703 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40704 (libc_feholdexcept_setroundl): Likewise.
40705 (libc_feholdexcept_setround_53bit): Likewise.
40706 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40707 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40708 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40709 (libc_feupdateenv_53bit): Likewise.
40710 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40711 (libc_feholdexcept): Convert from macro to inline function.
40712 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40713 (libc_fesetenv, libc_feupdateenv): Likewise.
40714
4851a949
RH
40715 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40716 not previously defined.
40717 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40718 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40719 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40720 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40721 * sysdeps/ieee754/flt-32/math_private.h: New file.
40722 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40723 math_private.h below SET_FLOAT_WORD.
40724 (__isnan, __isinf_ns, __finite): Remove.
40725 (__isnanf, __isinf_nsf, __finitef): Remove.
40726
e79d442e
AS
407272012-03-18 Andreas Schwab <schwab@linux-m68k.org>
40728
40729 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40730
90b80344
DM
407312012-03-17 David S. Miller <davem@davemloft.net>
40732
40733 [BZ #6471]
40734 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40735 for 2.16.
40736
edc21804
DM
407372012-03-16 David S. Miller <davem@davemloft.net>
40738
77e927af
DM
40739 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40740 warnings.
40741
374976dd
DM
40742 [BZ #6471]
40743 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40744 properly.
40745 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
40746 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40747 sysdep_routines when subdir is sysvipc.
40748 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40749 __getshmlba helper.
40750
edc21804
DM
40751 * sysdeps/sparc/fpu/libm-test/ulps: Update.
40752
473c3ef3
L
407532012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40754
40755 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40756 [__LP64__].
40757
eb0f39b6
L
407582012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40759
40760 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40761 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40762 (__lround): Renamed to ...
40763 (__llround): This. Replace long int with long long int.
40764 Define lround functions as aliases of llround functions.
40765 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40766
6b6cd74b
L
407672012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40768
40769 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40770 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
40771 adresses to uintptr_t. Replace "long int" and "unsigned long
40772 int" with "greg_t" on va_arg.
40773
f1a77b01
L
407742012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40775
40776 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40777 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40778
40779 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40780 Move e_machine check before EI_CLASS check. Handle x32
40781 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40782 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40783 SKIP_EM_IA_64 and include
40784 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40785
40786 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40787 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40788 (add_system_dir): New macro.
40789
40790 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40791 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40792
11b90b9f
JM
407932012-03-16 Joseph Myers <joseph@codesourcery.com>
40794
c36e1d23
JM
40795 [BZ #2551]
40796 [BZ #2552]
40797 [BZ #2553]
40798 [BZ #2554]
40799 [BZ #2562]
40800 [BZ #2563]
40801 [BZ #2565]
40802 [BZ #2566]
40803 [BZ #2576]
40804 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40805 (y0): Likewise.
40806 * math/w_j0f.c (j0f): Likewise.
40807 (y0f): Likewise.
40808 * math/w_j0l.c (__j0l): Likewise.
40809 (__y0l): Likewise.
40810 * math/w_j1.c (j1): Likewise.
40811 (y1): Likewise.
40812 * math/w_j1f.c (j1f): Likewise.
40813 (y1f): Likewise.
40814 * math/w_j1l.c (__j1l): Likewise.
40815 (__y1l): Likewise.
40816 * math/w_jn.c (jn): Likewise.
40817 (yn): Likewise.
40818 * math/w_jnf.c (jnf): Likewise.
40819 (ynf): Likewise.
40820 * math/w_jnl.c (__jnl): Likewise.
40821 (__ynl): Likewise.
40822 * math/libm-test.inc (j0_test): Add more tests.
40823 (j1_test): Likewise.
40824 (jn_test): Likewise. Add trailing semicolon to existing test.
40825 (y0_test): Likewise.
40826 (y1_test): Likewise.
40827 * sysdeps/i386/fpu/libm-test-ulps: Update.
40828 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40829
11b90b9f
JM
40830 [BZ #13851]
40831 [BZ #13854]
40832 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40833 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40834 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40835 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40836 (__tanl): Set errno for infinite argument.
40837 * sysdeps/i386/fpu/mptan.c: Remove.
40838 * sysdeps/i386/fpu/s_tan.S: Likewise.
40839 * sysdeps/i386/fpu/s_tanl.S: Likewise.
40840 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40841 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40842 * math/libm-test.inc (tan_test): Add more tests and enable more
40843 tests for double and long double.
40844 * sysdeps/i386/fpu/libm-test-ulps: Update.
40845 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40846
6a1bd2a1
JK
408472012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
40848
40849 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40850 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40851
10a803e0
RM
408522012-03-16 Roland McGrath <roland@hack.frob.com>
40853
40854 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40855 * configure.in: Use it for both main tree and add-ons.
40856 * configure: Regenerated.
40857
f196c7f7
L
408582012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40859
40860 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40861
8848d99d
JM
408622012-03-16 Joseph Myers <joseph@codesourcery.com>
40863
96cbe7f4
JM
40864 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40865 in comment.
40866
8848d99d
JM
40867 [BZ #13851]
40868 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40869 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40870 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40871 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40872 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40873 infinite argument.
40874 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40875 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40876 != 0 for prec == 2.
40877 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40878 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40879 * sysdeps/i386/fpu/s_cosl.S: Likewise.
40880 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40881 * sysdeps/i386/fpu/s_sinl.S: Likewise.
40882 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40883 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40884 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40885 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40886 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40887 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40888 * math/libm-test.inc (cos_test): Add more tests and enable more
40889 tests for long double.
40890 (sin_test): Likewise.
40891 (sincos_test): Likewise.
40892 * sysdeps/i386/fpu/libm-test-ulps: Update.
40893 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40894
dd7f4703
DM
408952012-03-16 David S. Miller <davem@davemloft.net>
40896
40897 * sysdeps/sparc/fpu/math_private.h: New file.
40898
006f1daa
DM
408992012-03-15 David S. Miller <davem@davemloft.net>
40900
c0c83bc8
DM
40901 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40902 file.
e6a62e18 40903 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
40904 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40905 file.
e6a62e18
DM
40906 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40907 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40908 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40909 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40910 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40911 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40912 sysdep routines.
40913 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40914
88cb87d9
DM
40915 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40916 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40917
006f1daa 40918 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
40919 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40920 sparc-ifunc.h
006f1daa 40921 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
40922 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40923 Likewise.
40924 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40925 Likewise.
006f1daa
DM
40926 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40927 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40928 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
40929 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40930 Likewise.
006f1daa
DM
40931 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40932 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40933 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40934 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
40935 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40936 Likewise.
40937 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40938 Likewise.
006f1daa
DM
40939 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40940 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40941 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40942 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40943 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40944 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40945 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40946 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40947 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40948 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40949 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40950 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40951 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40952 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40953 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40954 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40955 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
40956 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
40957 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
40958 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
40959 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
40960 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
40961 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
40962 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
40963
11e0098e
AS
409642012-03-15 Andreas Schwab <schwab@linux-m68k.org>
40965
40966 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
40967 scaling.
40968 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40969
e85b09d0
AJ
409702012-03-15 Andreas Jaeger <aj@suse.de>
40971
40972 [BZ #13852]
40973 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
40974 ieee754/flt-32 implementation for sin, cos and sincos.
40975 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
40976 * sysdeps/i386/fpu/s_cosf.S: Likewise.
40977 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
40978 * sysdeps/i386/fpu/s_sinf.S: Likewise.
40979 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
40980 ieee754/flt-32 implementation for tan.
40981
40982 * math/libm-test.inc (cos_test): Enable some large input tests for
40983 float as well
40984 (sin_test): Likewise.
40985 (sincos_test): Likewise.
40986 (tan_test): Add tests for large input.
40987
40988 * sysdeps/i386/fpu/libm-test-ulps: Update.
40989
81c64153
AJ
409902012-03-15 Andreas Jaeger <aj@suse.de>
40991
40992 [BZ #13658]
40993 * math/libm-test.inc (cos_test): Add more test cases.
40994 (sin_test): Likewise.
40995 (sincos_test): Likewise.
40996
7bbfa5c6
AJ
409972012-03-15 Andreas Jaeger <aj@suse.de>
40998
40999 [BZ #13837]
41000 * math/libm-test.inc (cos_test): Add a test case for large input
41001 value.
41002 (sin_test): Likewise.
41003 (sincos_test): Likewise.
41004
57f41c40
AS
410052012-03-15 Andreas Jaeger <aj@suse.de>
41006 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
41007
41008 [BZ #13658]
0671f479 41009 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
41010 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
41011 * sysdeps/i386/fpu/branred.c: Likewise.
41012 * sysdeps/i386/fpu/dosincos.c: Likewise.
41013 * sysdeps/i386/fpu/mpa.c: Likewise.
41014 * sysdeps/i386/fpu/s_cos.S: Likewise.
41015 * sysdeps/i386/fpu/s_sin.S: Likewise.
41016 * sysdeps/i386/fpu/s_sincos.S: Likewise.
41017 * sysdeps/i386/fpu/sincos32.c: Likewise.
41018
41019 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
41020 Define.
41021 (libc_feupdateenv_53bit): Define.
41022 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
41023 Define.
41024 (libc_feupdateenv_53bit): Define.
41025
41026 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
41027 53 bit (without extend i386 double precision).
41028
41029 * math/libm-test.inc (sincos_test): Add tests for large input.
41030 (sin): Likewise.
41031 (cos): Likewise.
41032
41033 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41034
9cad04ea
AS
410352012-03-15 Andreas Schwab <schwab@linux-m68k.org>
41036
41037 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41038
f7062b9a
DM
410392012-03-15 David S. Miller <davem@davemloft.net>
41040
41041 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41042 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41043 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41044 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41045 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41046 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41047 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41048 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41049 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41050 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41051 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41052 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41053 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41054 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41055 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
41056 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41057 file.
f7062b9a 41058 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
41059 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41060 file.
f7062b9a 41061 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
41062 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41063 file.
f7062b9a 41064 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
41065 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41066 file.
f7062b9a
DM
41067 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41068 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41069 fmin/fmax sysdep routines.
41070 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41071
7bd951ff
DM
410722012-03-14 David S. Miller <davem@davemloft.net>
41073
559398ab
DM
41074 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41075 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41076 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41077 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41078 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41079 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41080 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41081 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41082 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41083 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41084 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41085 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41086 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41087 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41088 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41089 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41090 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41091 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41092 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41093 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41094 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41095 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41096 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41097 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41098 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41099 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41100 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41101 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
41102 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41103 routines.
41104 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41105 file.
559398ab 41106 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
41107 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41108 file.
559398ab 41109 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
41110 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41111 file.
559398ab 41112 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
41113 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41114 file.
559398ab 41115 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
41116 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41117 file.
559398ab 41118 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
41119 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41120 file.
41121 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41122 file.
41123 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41124 file.
41125 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41126 file.
41127 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41128 New file.
41129 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41130 file.
41131 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41132 file.
559398ab 41133 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
41134 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41135 file.
559398ab 41136 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
41137 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41138 file.
559398ab 41139 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
41140 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41141 file.
559398ab 41142 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
41143 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41144 VIS3 routines.
559398ab
DM
41145
41146 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41147 New file.
41148
5a1c1e32
DM
41149 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41150
eae47a36
DM
41151 * sysdeps/sparc/configure.in: New file.
41152 * sysdeps/sparc/configure: Generate.
41153 * configure.in (libc_cv_sparc_as_vis3): Substitute.
41154 * configure: Regenerate.
41155 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41156 * config.make.in (have-as-vis3): New.
41157 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41158 available use -Av9d instead of -Av9a.
41159 * sysdeps/sparc/sparc64/Makefile: Likewise.
41160 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
41161 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41162 New file.
41163 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41164 file.
41165 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41166 New file.
41167 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41168 file.
eae47a36
DM
41169 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41170 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41171 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41172 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41173 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41174
c0c83bc8
DM
41175 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41176 fzeros/fnegs to load 0x80000000 into a float register instead of
41177 using the stack.
7bd951ff
DM
41178 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41179
bd951ccb
JM
411802012-03-14 Joseph Myers <joseph@codesourcery.com>
41181
41182 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41183 bits/syscall.h.
41184 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41185 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41186 ($(inst_includedir)/bits/syscall.h): Remove rule.
41187 ($(objpfx)bits/syscall.d): Include instead of
41188 $(objpfx)syscall-list.d.
41189 (generated): Change syscall-list.h and syscall-list.d to
41190 bits/syscall.h and bits/syscall.d.
41191
bb4e6db2
RM
411922012-03-14 Roland McGrath <roland@hack.frob.com>
41193
41194 [BZ #13846]
41195 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41196
aa4a2ae1
JM
411972012-03-14 Joseph Myers <joseph@codesourcery.com>
41198
e456826d
JM
41199 [BZ #13841]
41200 * math/s_csqrt.c: Include <float.h>.
41201 (__csqrt): Scale large or subnormal inputs.
41202 * math/s_csqrtf.c: Likewise.
41203 * math/s_csqrtl.c: Likewise.
41204 * math/libm-test.inc (csqrt_test): Add more tests.
41205 * sysdeps/i386/fpu/libm-test-ulps: Update.
41206 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41207
aa4a2ae1
JM
41208 [BZ #13840]
41209 * math/libm-test.inc (hypot_test): Add more tests.
41210
7c10fd35
DM
412112012-03-13 David S. Miller <davem@davemloft.net>
41212
41213 [BZ #13840]
41214 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41215 double-precision for the calculation instead of scaling.
41216
f453b98b
JM
412172012-03-13 Joseph Myers <joseph@codesourcery.com>
41218
41219 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41220 manipulate bits before adding and subtracting TWO52[sx].
41221 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41222 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41223 Likewise.
41224 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41225
09a3453f
DM
412262012-03-13 David S. Miller <davem@davemloft.net>
41227
8e59da90
DM
41228 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41229 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41230 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41231 rtld-global-offsets.h
41232 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41233
2a8ab7f2
DM
41234 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41235 large parameters.
41236
10f62770
DM
41237 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41238
5f0bdb18
DM
41239 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41240 'err' in the ifdef scope in which it is actually used.
41241
09a3453f
DM
41242 * nss/nss_db/db-init.c: Include string.h
41243
b4b2eb5e
DM
412442012-03-12 David S. Miller <davem@davemloft.net>
41245
98bb2f1c
DM
41246 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41247 masking out of the most significant byte of random value used.
41248 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41249 Fix coding style in previous change.
41250
b4b2eb5e
DM
41251 * sysdeps/unix/sysv/linux/kernel-features.h
41252 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41253 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41254 expression.
41255 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41256 later.
41257
6e226b09
DM
412582012-03-11 David S. Miller <davem@davemloft.net>
41259
a1bcbd40
DM
41260 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41261 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41262 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41263 for 'resultvar' otherwise things get truncated on 64-bit.
41264
cb9d6174
DM
41265 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41266 Fix masking out of the most significant byte of random value used.
41267
6e226b09
DM
41268 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41269
058c132d
AS
412702012-03-10 Andreas Schwab <schwab@linux-m68k.org>
41271
41272 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41273
2d2cd515
DM
412742012-03-09 David S. Miller <davem@davemloft.net>
41275
41276 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41277 variables with appropriate CPP guards.
57f41c40
AS
41278 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41279 from the frame pointer, not the stack pointer. Correct layout
41280 comments. Fix test on resulting framesize and the management of
41281 the outregs buffer for pltexit. Preserve floating point return
41282 values across _dl_call_pltexit call.
2d2cd515
DM
41283 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41284 framesize and the management of the outregs buffer for pltexit.
41285 Preserve floating point return values across _dl_call_pltexit
41286 call.
57f41c40
AS
41287 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41288 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41289 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
41290 (print_exit): Fix format string for return register value.
41291
9a07f9d0
JM
412922012-03-10 Joseph Myers <joseph@codesourcery.com>
41293
41294 * sunrpc/Makefile (others): Add rpcgen.
41295 ($(objpfx)rpcgen): Remove special build rule and dependency on
41296 libc.
41297 * sunrpc/rpcgen.c: New file.
41298
547b5e30
PE
412992012-03-09 Paul Eggert <eggert@cs.ucla.edu>
41300
c524201a
PE
41301 [BZ #13673]
41302 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41303 * stdio-common/bug-vfprintf-nargs.c: Likewise.
41304 * sysdeps/i386/crti.S: Likewise.
41305 * sysdeps/i386/crtn.S: Likewise.
41306 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41307 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41308 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41309 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41310 * sysdeps/sh/crti.S: Likewise.
41311 * sysdeps/sh/crtn.S: Likewise.
41312 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41313
7b6235f2
PE
41314 [BZ #13673]
41315 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41316 with URL.
41317 * locale/programs/locfile-kw.gperf: Likewise.
41318 * locale/programs/charmap-kw.h: Regenerated.
41319 * locale/programs/locfile-kw.h: Likewise.
41320
547b5e30
PE
41321 [BZ #13673]
41322 * intl/plural.y: Replace FSF snail mail address with URL.
41323 * intl/plural.c: Regenerated.
41324
5f0a5dae
RH
413252012-03-09 Richard Henderson <rth@twiddle.net>
41326
41327 * include/math_private.h: Remove file.
41328 * math/math_private.h: Move file ...
41329 * sysdeps/generic/math_private.h: ... here.
41330
b8c03620
RH
41331 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41332 * sysdeps/powerpc/fpu/math_private.h: Likewise.
41333 * sysdeps/x86_64/fpu/math_private.h: Likewise.
41334
4e234f5d 41335 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
41336 and <math_private.h>.
41337 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41338 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41339 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41340 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41341 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41342 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41343 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41344 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41345 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41346 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41347 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41348 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41349 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41350 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41351 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41352 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41353 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41354 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41355 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41356 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41357 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41358 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41359 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41360 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41361 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41362 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41363 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41364 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41365 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41366 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41367 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41368 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41369 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41370 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41371 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41372 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41373 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41374 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41375 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41376 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41377 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41378 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41379 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41380 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41381 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41382 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41383 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41384 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41385 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41386 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41387 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41388 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41389 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41390 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41391 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41392 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41393 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41394 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41395 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41396 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41397 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41398 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41399 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41400 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41401 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41402 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41403 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41404 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41405 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41406 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41407 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41408 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41409 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41410 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41411 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41412 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41413 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41414 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41415 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41416 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41417 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41418 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41419 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41420 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41421 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41422 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41423 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41424 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41425 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41426 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41427 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41428 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41429 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41430 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41431 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41432 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41433 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41434 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41435 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41436 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41437 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41438 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41439 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41440 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41441 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41442 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41443 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41444 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41445 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41446 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41447 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41448 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41449 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41450 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41451 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41452 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41453 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41454 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41455 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41456 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41457 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41458 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41459 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41460 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41461 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41462 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41463 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41464 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41465 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41466 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41467 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41468 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41469 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41470 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41471 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41472 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41473 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41474 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41475 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41476 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41477 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41478 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41479 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41480 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41481 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41482 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41483 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41484 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41485 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41486 * sysdeps/ieee754/k_standard.c: Likewise.
41487 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41488 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41489 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41490 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41491 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41492 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41493 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41494 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41495 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41496 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41497 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41498 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41499 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41500 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41501 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41502 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41503 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41504 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41505 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41506 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41507 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41508 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41509 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41510 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41511 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41512 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41513 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41514 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41515 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41516 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41517 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41518 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41519 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41520 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41521 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41522 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41523 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41524 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41525 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41526 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41527 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41528 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41529 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41530 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41531 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41532 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41533 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41534 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41535 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41536 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41537 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41538 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41539 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41540 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41541 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41542 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41543 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41544 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41545 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41546 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41547 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41548 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41549 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41550 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41551 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41552 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41553 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41554 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
41555 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
41556 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
41557 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
41558 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41559 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
41560 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
41561 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
41562 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
41563 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
41564 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
41565 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41566 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41567 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41568 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41569 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41570 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41571 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
41572 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41573 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41574 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
41575 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41576 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41577 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
41578 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41579 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
41580 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41581 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41582 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41583 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
41584 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
41585 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
41586 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
41587 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41588 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41589 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41590 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41591 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
41592 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41593 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41594 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41595 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41596 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41597 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41598 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41599 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41600 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41601 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41602 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41603 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41604 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41605 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41606 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41607 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41608 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41609 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41610 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41611 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41612 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41613 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41614 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41615 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41616 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41617 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41618 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41619 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41620 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41621 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41622 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41623 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41624 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41625 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41626 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41627 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41628 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41629 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41630 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41631 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41632 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41633 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41634 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41635 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41636 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41637 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41638 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41639 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41640 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41641 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41642 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41643 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41644 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41645 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41646 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41647 * sysdeps/ieee754/s_lib_version.c: Likewise.
41648 * sysdeps/ieee754/s_matherr.c: Likewise.
41649 * sysdeps/ieee754/s_signgam.c: Likewise.
41650 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41651 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41652 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41653 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41654 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41655 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41656 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41657 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41658 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41659 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41660 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41661 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41662 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41663 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41664 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41665 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41666 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41667 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41668 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41669 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41670 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 41671
1991fa03
JM
416722012-03-09 Joseph Myers <joseph@codesourcery.com>
41673
41674 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41675 * sunrpc/rpc_main.c: Likewise.
41676 * sunrpc/rpc_svcout.c: Likewise.
41677
60d6f5a6
DM
416782012-03-09 David S. Miller <davem@davemloft.net>
41679
41680 * include/math_private.h: New file.
41681
4962050e
JM
416822012-03-09 Joseph Myers <joseph@codesourcery.com>
41683
02a6f887
JM
41684 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41685 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41686 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41687 from <bits/socket_type.h>.
41688 (enum __socket_type): Don't define here.
41689 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41690 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41691 bits/socket_type.h.
41692
c6e013c1
JM
41693 [BZ #13566]
41694 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41695 checking __USE_GNU.
41696
4962050e
JM
41697 * Makerules ($(inst_includedir)/%.h): New rule.
41698 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41699 (install-others): Remove variable setting.
41700 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41701
38842f45
RH
417022012-03-08 Richard Henderson <rth@twiddle.net>
41703
67bb6da6
RH
41704 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41705 from macro to inline function; merge with the
41706 !__LIBC_INTERNAL_MATH_INLINES version.
41707 (__ieee754_sqrtf): Likewise.
41708
15194b4b
RH
41709 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41710 to inline function.
41711 (__rintf, __floor, __floorf): Likewise.
41712
64e21ede
RH
41713 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41714 macro to inline function.
41715 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41716
38842f45
RH
41717 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41718 not <math/math_private.h>.
41719
c64bf5fe
DM
417202012-03-08 David S. Miller <davem@davemloft.net>
41721
41722 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41723 copyright year.
41724 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41725
82d86f28
TS
417262012-03-08 Thomas Schwinge <thomas@codesourcery.com>
41727
41728 * resolv/gai_misc.c (handle_requests): Fix struct timespec
41729 normalization.
41730 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41731 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41732
aea5d727
UD
417332012-03-08 Ulrich Drepper <drepper@gmail.com>
41734
41735 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
41736 be defined individually, they must be defined as a block. Define
41737 S for printing a string instead of hidint the different by using a
41738 macro for adding the 'l'.
41739 * stdio-common/tst-fphex-wide.c: Adjust.
41740
70bca0a3
MP
417412012-03-07 Marek Polacek <polacek@redhat.com>
41742
41743 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41744
65b81130
MP
417452012-03-08 Marek Polacek <polacek@redhat.com>
41746
41747 [BZ #13806]
41748 * stdio-common/Makefile (tests): Add tst-fphex-wide.
41749 * stdio-common/tst-fphex.c: Define a few macros to make the
41750 test reusable. Use them.
41751 * stdio-common/tst-fphex-wide.c: New file.
41752
07037eeb
JM
417532012-03-08 Joseph Myers <joseph@codesourcery.com>
41754
a7a93d50
JM
41755 [BZ #6911]
41756 * manual/macros.texi (gnusystems): New macro.
41757 (nongnusystems): Likewise.
41758 (gnulinuxhurdsystems): Likewise.
41759 (gnuhurdsystems): Likewise..
41760 (gnulinuxsystems): Likewise.
41761 * manual/charset.texi: Use new macros or @theglibc{} to refer to
41762 variants of the GNU system, not "GNU system".
41763 * manual/conf.texi: Likewise.
41764 * manual/errno.texi: Likewise. Update example of errno macro
41765 expansion.
41766 * manual/filesys.texi: Likewise.
41767 (getumask): Document as specific to GNU/Hurd.
41768 * manual/install.texi: Likewise. Reword some references to
41769 GNU/Linux.
41770 * manual/intro.texi: Likewise.
41771 * manual/io.texi: Likewise.
41772 (File Name Portability): Detail which constraints are inapplicable
41773 to all GNU systems and which are only inapplicable to GNU/Hurd.
41774 * manual/job.texi: Likewise.
41775 * manual/llio.texi: Likewise.
41776 (O_NOCTTY): Document as present on GNU/Linux.
41777 * manual/maint.texi: Likewise.
41778 * manual/memory.texi: Likewise.
41779 * manual/pattern.texi: Likewise.
41780 * manual/pipe.texi: Likewise.
41781 * manual/process.texi: Likewise.
41782 * manual/resource.texi: Likewise.
41783 (RUSAGE_CHILDREN): Remove statement about specifying a particular
41784 child on GNU/Hurd.
41785 * manual/setjmp.texi: Likewise.
41786 * manual/signal.texi: Likewise.
41787 * manual/startup.texi: Likewise.
41788 * manual/stdio.texi: Likewise.
41789 * manual/terminal.texi: Likewise.
41790 (ONLCR): Document as POSIX.
41791 (OXTABS): Document availability on GNU/Linux as XTABS.
41792 (ONOEOT): Document availability separately from other bits.
41793 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41794 * manual/time.texi: Likewise.
41795 * manual/users.texi: Likewise.
41796 * INSTALL: Regenerated.
41797 * sysdeps/gnu/errlist.c: Regenerated.
41798
07037eeb
JM
41799 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41800 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41801 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
41802 puts.
41803 * configure: Regenerated.
41804
d1d3431a
JM
418052012-03-07 Joseph Myers <joseph@codesourcery.com>
41806
af6a1e37
JM
41807 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41808 default includes instead of AC_HEADER_CHECK.
41809 * sysdeps/i386/configure: Regenerated.
41810
d1d3431a
JM
41811 [BZ #10716]
41812 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41813 * math/s_cacoshf.c (__cacoshf): Likewise.
41814 * math/s_cacoshl.c (__cacoshl): Likewise.
41815 * math/s_casinh.c (__casinh): Set signs of result from argument.
41816 * math/s_casinhf.c (__casinhf): Likewise.
41817 * math/s_casinhl.c (__casinhl): Likewise.
41818 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41819 (casinh_test): Add more tests.
41820 * sysdeps/i386/fpu/libm-test-ulps: Update.
41821 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41822
482ff4da
UD
418232012-03-07 Ulrich Drepper <drepper@gmail.com>
41824
872fda05
UD
41825 * po/zh_TW.po: Update from translation team.
41826
a4300c7a
UD
41827 * login/Makefile (distribute): Remove variable.
41828 * catgets/Makefile: Likewise.
41829 * mach/Makefile: Likewise.
41830 * malloc/Makefile: Likewise.
41831 * misc/Makefile: Likewise.
41832 * iconv/Makefile: Likewise.
41833 * nscd/Makefile: Likewise.
41834 * hurd/Makefile: Likewise.
41835 * manual/Makefile: Likewise.
41836 * locale/Makefile: Likewise.
41837 * intl/Makefile: Likewise.
41838 * conform/Makefile: Likewise.
41839 * nss/Makefile: Likewise.
41840 * time/Makefile: Likewise.
41841 * soft-fp/Makefile: Likewise.
41842 * dirent/Makefile: Likewise.
41843 * gmon/Makefile: Likewise.
41844 * po/Makefile: Likewise.
41845 * rt/Makefile: Likewise.
41846 * socket/Makefile: Likewise.
41847 * math/Makefile: Likewise.
41848 * signal/Makefile: Likewise.
41849 * debug/Makefile: Likewise.
41850 * elf/Makefile: Likewise.
41851 * timezone/Makefile: Likewise.
41852 * stdlib/Makefile: Likewise.
41853 * iconvdata/Makefile: Likewise.
41854 * sunrpc/Makefile: Likewise.
41855 * io/Makefile: Likewise.
41856 * argp/Makefile: Likewise.
41857 * inet/Makefile: Likewise.
41858 * hesiod/Makefile: Likewise.
41859 * grp/Makefile: Likewise.
41860 * csu/Makefile: Likewise.
41861 * wctype/Makefile: Likewise.
41862 * crypt/Makefile: Likewise.
41863 * libio/Makefile: Likewise.
41864 * string/Makefile: Likewise.
41865 * nis/Makefile: Likewise.
41866 * resolv/Makefile: Likewise.
41867 * stdio-common/Makefile: Likewise.
41868 * wcsmbs/Makefile: Likewise.
41869 * dlfcn/Makefile: Likewise.
41870 * posix/Makefile: Likewise.
41871
3b7c4e74 41872 [BZ #6959]
482ff4da
UD
41873 * timezone/Makefile: Don't install timezone files, just the programs
41874 and scripts.
41875
f72ed77d
UD
418762012-03-06 Ulrich Drepper <drepper@gmail.com>
41877
a000466f
UD
41878 * nss/databases.def: Add missing gshadow entry.
41879
f72ed77d
UD
41880 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
41881
a53b7a4e
MP
418822012-03-06 Marek Polacek <polacek@redhat.com>
41883
41884 [BZ #13726]
41885 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41886 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41887 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41888 * stdio-common/tst-long-dbl-fphex.c: New file.
41889
e9258400
DM
418902012-03-06 David S. Miller <davem@davemloft.net>
41891
41892 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41893 (set_obp_int): New function.
41894 (get_obp_int): New function.
41895 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
41896 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41897 Avoid unused variable warnings on 'val' and use builtin_expect.
41898 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41899 __builtin_expect.
e9258400
DM
41900 (INLINE_CLONE_SYSCALL): Likewise.
41901
3bd2c723
DM
419022012-03-05 David S. Miller <davem@davemloft.net>
41903
41904 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41905
bbb78d03
AS
419062012-03-05 Andreas Schwab <schwab@linux-m68k.org>
41907
884c5db4
AS
41908 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41909
bbb78d03
AS
41910 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41911 only for |x| >= 40.
41912 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41913
1c9f702a 419142012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
41915
41916 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41917 Replace gettimeofday with __vdso_gettimeofday.
41918
7be16f82
RM
41919 * sysdeps/unix/sysv/linux/x86_64/init-first.c
41920 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41921 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
41922
41923 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41924 time with __vdso_time.
41925
ed58a00f
JM
419262012-03-05 Joseph Myers <joseph@codesourcery.com>
41927
41928 * manual/lang.texi (size_t): Note types to which size_t may be
41929 equivalent with the GNU C Library, but do not describe when
41930 differences between them are significant.
41931
30ee4ced
AJ
419322012-03-05 Andreas Jaeger <aj@suse.de>
41933
41934 * sysdeps/i386/fpu/libm-test-ulps: Update.
41935
b7cd39e8
JM
419362012-03-05 Joseph Myers <joseph@codesourcery.com>
41937
41938 [BZ #3976]
41939 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41940 (__ieee754_pow): Save and restore rounding mode and use
41941 round-to-nearest for main computations.
41942 * math/libm-test.inc (pow_test_tonearest): New function.
41943 (pow_test_towardzero): Likewise.
41944 (pow_test_downward): Likewise.
41945 (pow_test_upward): Likewise.
41946 (main): Call the new functions.
41947 * sysdeps/i386/fpu/libm-test-ulps: Update.
41948 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
41949
41950 [BZ #3976]
41951 * math/libm-test.inc (cosh_test_tonearest): New function.
41952 (cosh_test_towardzero): Likewise.
41953 (cosh_test_downward): Likewise.
41954 (cosh_test_upward): Likewise.
41955 (sinh_test_tonearest): Likewise.
41956 (sinh_test_towardzero): Likewise.
41957 (sinh_test_downward): Likewise.
41958 (sinh_test_upward): Likewise.
41959 (main): Call the new functions.
41960 * sysdeps/i386/fpu/libm-test-ulps: Update.
41961 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41962
6c6a98c9
TV
419632012-03-05 Tom de Vries <tom@codesourcery.com>
41964
41965 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
41966 default stack guard is set in last bytes.
41967 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
41968
21bb2d2e 419692012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 41970
21bb2d2e 41971 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 41972
21bb2d2e
AJ
41973 [BZ #13656]
41974 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
41975 possibly allocate from heap instead of stack.
41976 * stdio-common/bug-vfprintf-nargs.c: New file.
41977 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 41978
c6922934
AS
419792012-03-03 Andreas Schwab <schwab@linux-m68k.org>
41980
41981 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41982
bc957d53
MP
419832012-03-03 Marek Polacek <polacek@redhat.com>
41984
41985 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
41986 * math/math_private.h: Likewise.
41987 * stdlib/tst-strtod.c: Likewise.
41988 * sysdeps/i386/i486/bits/atomic.h: Likewise.
41989 * sysdeps/x86_64/bits/atomic.h: Likewise.
41990
6358490d
DM
419912012-03-02 David S. Miller <davem@davemloft.net>
41992
41993 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
41994 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
41995 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
41996 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
41997 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
41998 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
41999 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
42000 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
42001
01ae168d
RM
420022012-03-02 Roland McGrath <roland@hack.frob.com>
42003
d9a17c07
RM
42004 [BZ #13792]
42005 * manual/examples/README: New file, says the example source files
42006 can be used under GPL>=2.
42007 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
42008 line containing just "*/".
42009 * manual/examples/add.c: Add copyright header (GPL>=2).
42010 * manual/examples/argp-ex1.c: Likewise.
42011 * manual/examples/argp-ex2.c: Likewise.
42012 * manual/examples/argp-ex3.c: Likewise.
42013 * manual/examples/argp-ex4.c: Likewise.
42014 * manual/examples/atexit.c: Likewise.
42015 * manual/examples/db.c: Likewise.
42016 * manual/examples/dir.c: Likewise.
42017 * manual/examples/dir2.c: Likewise.
42018 * manual/examples/execinfo.c: Likewise.
42019 * manual/examples/filecli.c: Likewise.
42020 * manual/examples/filesrv.c: Likewise.
42021 * manual/examples/fmtmsgexpl.c: Likewise.
42022 * manual/examples/genpass.c: Likewise.
42023 * manual/examples/inetcli.c: Likewise.
42024 * manual/examples/inetsrv.c: Likewise.
42025 * manual/examples/isockad.c: Likewise.
42026 * manual/examples/longopt.c: Likewise.
42027 * manual/examples/memopen.c: Likewise.
42028 * manual/examples/memstrm.c: Likewise.
42029 * manual/examples/mkfsock.c: Likewise.
42030 * manual/examples/mkisock.c: Likewise.
42031 * manual/examples/mygetpass.c: Likewise.
42032 * manual/examples/pipe.c: Likewise.
42033 * manual/examples/popen.c: Likewise.
42034 * manual/examples/rprintf.c: Likewise.
42035 * manual/examples/search.c: Likewise.
42036 * manual/examples/select.c: Likewise.
42037 * manual/examples/setjmp.c: Likewise.
42038 * manual/examples/sigh1.c: Likewise.
42039 * manual/examples/sigusr.c: Likewise.
42040 * manual/examples/stpcpy.c: Likewise.
42041 * manual/examples/strdupa.c: Likewise.
42042 * manual/examples/strftim.c: Likewise.
42043 * manual/examples/strncat.c: Likewise.
42044 * manual/examples/subopt.c: Likewise.
42045 * manual/examples/swapcontext.c: Likewise.
42046 * manual/examples/termios.c: Likewise.
42047 * manual/examples/testopt.c: Likewise.
42048 * manual/examples/testpass.c: Likewise.
42049 * manual/examples/timeval_subtract.c: Likewise.
42050
01ae168d
RM
42051 [BZ #13792]
42052 * manual/time.texi (Elapsed Time): Move timeval_subtract example
42053 function to ...
42054 * manual/timeval_subtract.c.texi: ... here, new file.
42055
49efa33d
DM
420562012-03-02 David S. Miller <davem@davemloft.net>
42057
42058 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42059
28afd92d
JM
420602012-03-02 Joseph Myers <joseph@codesourcery.com>
42061
804360ed
JM
42062 [BZ #3976]
42063 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42064 (__sin): Save and restore rounding mode and use round-to-nearest
42065 for all computations.
42066 (__cos): Save and restore rounding mode and use round-to-nearest
42067 for all computations.
42068 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42069 <fenv.h>.
42070 (tan): Save and restore rounding mode and use round-to-nearest for
42071 all computations.
42072 * math/libm-test.inc (cos_test_tonearest): New function.
42073 (cos_test_towardzero): Likewise.
42074 (cos_test_downward): Likewise.
42075 (cos_test_upward): Likewise.
42076 (sin_test_tonearest): Likewise.
42077 (sin_test_towardzero): Likewise.
42078 (sin_test_downward): Likewise.
42079 (sin_test_upward): Likewise.
42080 (tan_test_tonearest): Likewise.
42081 (tan_test_towardzero): Likewise.
42082 (tan_test_downward): Likewise.
42083 (tan_test_upward): Likewise.
42084 (main): Call the new functions.
42085 * sysdeps/i386/fpu/libm-test-ulps: Update.
42086 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42087
a6d06d7b
JM
42088 [BZ #10135]
42089 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42090 small n, then large n, before computing and testing k+n.
42091 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42092 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42093 Likewise.
42094 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42095 Likewise.
42096 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42097 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42098 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42099 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42100 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42101 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42102 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42103 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42104 * math/libm-test.inc (scalbn_test): Add more tests.
42105 (scalbln_test): Likewise.
42106
07e12bb3
JM
42107 * manual/filesys.texi (mode_t): Describe constraints on size and
42108 signedness, not exact equivalence to a particular type.
42109 (ino_t): Likewise.
42110 (ino64_t): Likewise.
42111 (dev_t): Likewise.
42112 (nlink_t): Likewise.
42113 (blkcnt_t): Likewise.
42114 (blkcnt64_t): Likewise.
42115 * manual/llio.texi (off_t): Likewise.
42116
28afd92d
JM
42117 [BZ #3976]
42118 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42119 (__ieee754_exp): Save and restore rounding mode and use
42120 round-to-nearest for all computations.
42121 * math/libm-test.inc (exp_test_tonearest): New function.
42122 (exp_test_towardzero): Likewise.
42123 (exp_test_downward): Likewise.
42124 (exp_test_upward): Likewise.
42125 (main): Call the new functions.
42126 * sysdeps/i386/fpu/libm-test-ulps: Update.
42127 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42128
b1eeb65d
CD
421292012-03-01 Chris Demetriou <cgd@google.com>
42130
42131 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42132 have predictable order.
42133
53362a4b
DM
421342012-03-01 David S. Miller <davem@davemloft.net>
42135
3c969083
DM
42136 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42137
759707de
DM
42138 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42139 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42140 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42141 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42142
dfdb8ff2
DM
42143 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42144 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42145 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42146 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42147 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42148 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42149 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42150 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42151 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42152
ead89f96
DM
42153 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42154
7f66bd07
DM
42155 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42156 * sysdeps/sparc/fpu/libm-test-ulps: to here.
42157 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42158
53362a4b
DM
42159 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42160 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42161 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42162 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42163 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42164 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42165 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42166 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42167 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42168 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42169 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42170 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42171 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42172 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42173 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42174 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42175 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42176 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42177 * sysdeps/sparc/elf/configure: Regenerated.
42178
7b1902cb
JM
421792012-03-01 Joseph Myers <joseph@codesourcery.com>
42180
bec039bc
JM
42181 * configure.in (AS, LD): Require binutils 2.20 or later.
42182 * configure: Regenerated.
42183 * manual/install.texi (Tools for Compilation): Give binutils 2.20
42184 as required minimum version.
42185 * INSTALL: Regenerated.
42186
7b1902cb
JM
42187 [BZ #2541]
42188 [BZ #4108]
42189 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42190 before squaring exponent.
42191 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42192 bottom long double and 27 bits of top long double before squaring
42193 exponent.
42194 * math/libm-test.inc (erfc_test): Add more tests.
42195 * sysdeps/i386/fpu/libm-test-ulps: Update.
42196 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42197 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42198
f775c276
KT
421992012-03-01 Kai Tietz <ktietz@redhat.com>
42200
42201 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42202 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42203 containing bit-fields.
42204 * soft-fp/extended.h (_FP_UNION_E): Likewise.
42205 * soft-fp/single.h (_FP_UNION_S): Likewise.
42206 * soft-fp/double.h (_FP_UNION_D): Likewise.
42207
5b8a4d4a
JM
422082012-02-29 Joseph Myers <joseph@codesourcery.com>
42209
0bab47b6
JM
42210 [BZ #13786]
42211 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42212 not include ../strcmp.S.
42213 [USE_AS_STRNCASECMP_L]: Likewise.
42214 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42215 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42216 * sysdeps/i386/i686/multiarch/strncase_l-c.c
42217 (__strncasecmp_l_ia32): Define as alias to
42218 __strncasecmp_l_nonascii.
42219
0fcad3e2
JM
42220 [BZ #5794]
42221 * math/libm-test.inc (expm1_test): Add test for bug 5794.
42222 * sysdeps/i386/fpu/libm-test-ulps: Update.
42223 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42224
5b8a4d4a
JM
42225 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42226 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42227
8fdceb2e
JL
422282012-02-29 Jeff Law <law@redhat.com>
42229
42230 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42231 out of bounds read.
42232
1f393a11
MP
422332012-02-29 Marek Polacek <polacek@redhat.com>
42234
42235 [BZ #13706]
42236 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42237 * elf/Makefile: Add rules to run tst-unused-dep.out.
42238
8847f037
DM
422392012-02-28 David S. Miller <davem@davemloft.net>
42240
42241 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42242 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42243 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42244 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42245 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42246 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42247
169d7f11
JM
422482012-02-29 Joseph Myers <joseph@codesourcery.com>
42249
42250 * math/libm-test.inc (llround_test): Move one test from
42251 lround_test. Use TEST_f_L in moved test.
42252 (lround_test): Move misplaced test to llround_test. Add testcase
42253 from bug 2561.
42254
39adf059
UD
422552012-02-28 Ulrich Drepper <drepper@gmail.com>
42256
42257 * sysdeps/x86_64/fpu/e_expf.S: New file.
42258 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42259
71b5d1c5
SB
422602012-02-28 Stanislav Brabec <sbrabec@suse.cz>
42261
42262 [BZ #13637]
42263 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42264 of remain_len that may cause incomplete multi-byte character and
42265 false match.
42266 * posix/bug-regex33.c: New file.
42267 * posix/Makefile (tests): Add bug-regex33.
42268
1f77f049
JM
422692012-02-28 Joseph Myers <joseph@codesourcery.com>
42270
42271 * manual/macros.texi: New file.
42272 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42273 * manual/libc.texinfo: Include macros.texi.
42274 * manual/creatute.texi: Likewise.
42275 * manual/install.texi: Likewise.
42276 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42277 @glibcadj{} in references to the GNU C Library.
42278 * manual/charset.texi: Likewise.
42279 * manual/conf.texi: Likewise.
42280 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
42281 when not using those macros.
42282 * manual/creature.texi: Likewise.
42283 * manual/crypt.texi: Likewise.
42284 * manual/errno.texi: Likewise.
42285 * manual/filesys.texi: Likewise.
42286 * manual/header.texi: Likewise.
42287 * manual/install.texi: Likewise.
42288 * manual/intro.texi: Likewise.
42289 * manual/io.texi: Likewise.
42290 * manual/job.texi: Likewise.
42291 * manual/lang.texi: Likewise.
42292 * manual/libc.texiinfo: Likewise.
42293 * manual/llio.texi: Likewise.
42294 * manual/locale.texi: Likewise.
42295 * manual/maint.texi: Likewise.
42296 * manual/math.texi: Likewise.
42297 * manual/memory.texi: Likewise.
42298 * manual/message.texi: Likewise.
42299 * manual/nss.texi: Likewise.
42300 * manual/pattern.texi: Likewise.
42301 * manual/process.texi: Likewise.
42302 * manual/resource.texi: Likewise.
42303 * manual/search.texi: Likewise.
42304 * manual/setjmp.texi: Likewise.
42305 * manual/signal.texi: Likewise.
42306 * manual/socket.texi: Likewise.
42307 * manual/startup.texi: Likewise.
42308 * manual/stdio.texi: Likewise.
42309 * manual/string.texi: Likewise.
42310 * manual/sysinfo.texi: Likewise.
42311 * manual/syslog.texi: Likewise.
42312 * manual/terminal.texi: Likewise.
42313 * manual/time.texi: Likewise.
42314 * manual/users.texi: Likewise.
42315 * INSTALL: Regenerated.
42316 * NOTES: Regenerated.
d40c5d54 42317 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 42318
450bf206
AS
423192012-02-28 Andreas Schwab <schwab@linux-m68k.org>
42320
42321 * include/dirent.h: Include <dirstream.h> before
42322 <dirent/dirent.h>.
42323
741a235b
DM
423242012-02-28 David S. Miller <davem@davemloft.net>
42325
42326 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42327 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42328 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42329 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42330
d6b5aa58
DM
423312012-02-27 David S. Miller <davem@davemloft.net>
42332
1aff59a3
DM
42333 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42334 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42335 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42336 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42337
d6b5aa58
DM
42338 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42339 frame pointer instead of stack pointer relative arg slot.
42340 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42341 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42342 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42343
433f48bf
CD
423442012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
42345
42346 [BZ #3992]
42347 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42348
d674b76d
DM
423492012-02-27 David S. Miller <davem@davemloft.net>
42350
42351 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42352 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42353 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42354 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42355 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42356 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42357 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42358 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42359
0e7727f7
JM
423602012-02-27 Joseph Myers <joseph@codesourcery.com>
42361
42362 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42363 later. Allow versions 5-9.
43be4ca2 42364 * configure: Regenerated.
0e7727f7
JM
42365 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42366 required minimum version and 4.6 as recommended version. Do not
42367 mention bugs in GCC 2.7 and 2.8.
43be4ca2 42368 * INSTALL: Regenerated.
0e7727f7 42369
a78bc654
DM
423702012-02-27 David S. Miller <davem@davemloft.net>
42371
428d5830
DM
42372 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42373 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42374 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42375 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42376 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42377 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42378 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42379 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42380
a78bc654
DM
42381 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42382 manipulate bits before adding and subtracting TWO112[sx].
42383 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42384
4579f81c
RM
423852012-02-27 Roland McGrath <roland@hack.frob.com>
42386
36c8acb4
RM
42387 [BZ #13775]
42388 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42389 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42390 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42391 being in POSIX, because they are in 1003.1-2008.
42392
84ad622b
RM
42393 * rt/tst-aio.c: Include <fcntl.h>.
42394 * rt/tst-aio7.c: Likewise.
42395 * rt/tst-aio64.c: Likewise.
42396
4579f81c
RM
42397 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42398
abd923db
JM
423992012-02-27 Joseph Myers <joseph@codesourcery.com>
42400
42401 * manual/install.texi (--with-headers): Describe headers as
42402 interface headers, not private headers.
42403 (Specific advice for GNU/Linux systems): Describe use of headers
42404 from "make headers_install", not private headers from older
42405 kernels.
43be4ca2 42406 * INSTALL: Regenerated.
abd923db
JM
42407 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42408 Change to 2.6.19.
42409 * sysdeps/unix/sysv/linux/configure: Regenerated.
42410
6664049b
JM
42411 * manual/llio.texi (fclean): Remove documentation.
42412
bb8b6697
JM
42413 * manual/Makefile (libc-texi-generated): New variable. Include
42414 version.texi.
42415 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42416 $(libc-texi-generated), not duplicated list of files.
42417 (version.texi, stamp-version): New rules.
42418 (realclean): Remove $(libc-texi-generated), not individual files
42419 from that list. Do not remove dir-add.texinfo.
42420 * manual/libc.texinfo: Comment out uses of edition numbers and
42421 references to printed manual. Remove last-updated dates.
42422 (EDITION): Comment out.
42423 (ISBN): Likewise.
42424 (VERSION, UPDATED): Remove.
42425 (version.texi): Include.
42426
12e5c3b9
AS
424272012-02-27 Andreas Schwab <schwab@linux-m68k.org>
42428
42429 * sysdeps/posix/spawni.c: Include <signal.h>.
42430 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42431 * sysdeps/pthread/aio_fsync.c: Likewise.
42432
4efeffc1 424332012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 42434
ba63ba08
UD
42435 * conform/Makefile (tests): Run only when not cross-compiling and
42436 when fast-check is not defined.
42437
d94a4670
UD
42438 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42439 * conform/data/limits.h-data: Fixes for POSIX2008.
42440 * conform/run-conformtest.sh: Run all tests.
42441 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42442 headers.
42443 * include/bits/dlfcn.h: Likewise.
42444 * include/langinfo.h: Likewise.
42445 * include/monetary.h: Likewise.
42446 * include/sys/poll.h: Likewise.
42447
42448 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42449 for __USE_GNU.
42450 * posix/spawn.h: Define __need_sigset_t.
42451 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42452 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42453 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
42454 to get sigevent_t only.
42455 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42456 only for __USE_GNU.
42457 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42458 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42459 process_vm_writev only for __USE_GNU.
42460 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
42461
42462 * conform/Makefile: For now ignore errors from run-conformtest.
42463 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
42464 POSIX to avoid namespace pollution. Don't prepend headers.
42465 * conform/data/aio.h-data: Fixes for POSIX testing.
42466 * conform/data/fcntl.h-data: Likewise.
42467 * conform/data/glob.h-data: Likewise.
42468 * conform/data/grp.h-data: Likewise.
42469 * conform/data/pthread.h-data: Likewise.
42470 * conform/data/pwd.h-data: Likewise.
42471 * conform/data/signal.h-data: Likewise.
42472 * conform/data/spawn.h-data: Likewise.
42473 * conform/data/stdio.h-data: Likewise.
42474 * conform/data/stdlib.h-data: Likewise.
42475 * conform/data/stropts.h-data: Likewise.
42476 * conform/data/sys/mman.h-data: Likewise.
42477 * conform/data/sys/stat.h-data: Likewise.
42478 * conform/data/sys/types.h-data: Likewise.
42479 * conform/data/sys/wait.h-data: Likewise.
42480 * conform/data/time.h-data: Likewise.
42481 * conform/data/unistd.h-data: Likewise.
42482 * conform/data/utime.h-data: Likewise.
42483
42484 * io/sys/stat.h: fchmod was always in POSIX.
42485 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42486 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42487 * rt/aio.h: Define __need_timespec before including <time.h>.
42488 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42489 struct. Add forward declaration of pthread_attr_t and use it in
42490 sigevent.
42491 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42492 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42493 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42494 always remove CLK_TCK definition.
42495
c20105c3
AS
424962012-02-26 Andreas Schwab <schwab@linux-m68k.org>
42497
42498 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42499
7a270350
UD
425002012-02-25 Ulrich Drepper <drepper@gmail.com>
42501
31341567
UD
42502 * conform/run-conformtest.sh: New file.
42503 * conform/Makefile: Run run-conformtest for tests.
42504 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
42505 support.
42506
42507 * conform/data/uchar.h-data: New file.
42508 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42509 * conform/data/arpa/inet.h-data: Likewise.
42510 * conform/data/assert.h-data: Likewise.
42511 * conform/data/complex.h-data: Likewise.
42512 * conform/data/cpio.h-data: Likewise.
42513 * conform/data/ctype.h-data: Likewise.
42514 * conform/data/dirent.h-data: Likewise.
42515 * conform/data/dlfcn.h-data: Likewise.
42516 * conform/data/errno.h-data: Likewise.
42517 * conform/data/fcntl.h-data: Likewise.
42518 * conform/data/float.h-data: Likewise.
42519 * conform/data/fmtmsg.h-data: Likewise.
42520 * conform/data/fnmatch.h-data: Likewise.
42521 * conform/data/ftw.h-data: Likewise.
42522 * conform/data/glob.h-data: Likewise.
42523 * conform/data/grp.h-data: Likewise.
42524 * conform/data/iconv.h-data: Likewise.
42525 * conform/data/inttypes.h-data: Likewise.
42526 * conform/data/langinfo.h-data: Likewise.
42527 * conform/data/libgen.h-data: Likewise.
42528 * conform/data/limits.h-data: Likewise.
42529 * conform/data/locale.h-data: Likewise.
42530 * conform/data/math.h-data: Likewise.
42531 * conform/data/monetary.h-data: Likewise.
42532 * conform/data/mqueue.h-data: Likewise.
42533 * conform/data/ndbm.h-data: Likewise.
42534 * conform/data/net/if.h-data: Likewise.
42535 * conform/data/netdb.h-data: Likewise.
42536 * conform/data/netinet/in.h-data: Likewise.
42537 * conform/data/nl_types.h-data: Likewise.
42538 * conform/data/poll.h-data: Likewise.
42539 * conform/data/pthread.h-data: Likewise.
42540 * conform/data/pwd.h-data: Likewise.
42541 * conform/data/regex.h-data: Likewise.
42542 * conform/data/sched.h-data: Likewise.
42543 * conform/data/search.h-data: Likewise.
42544 * conform/data/semaphore.h-data: Likewise.
42545 * conform/data/setjmp.h-data: Likewise.
42546 * conform/data/signal.h-data: Likewise.
42547 * conform/data/spawn.h-data: Likewise.
42548 * conform/data/stdarg.h-data: Likewise.
42549 * conform/data/stdio.h-data: Likewise.
42550 * conform/data/stdlib.h-data: Likewise.
42551 * conform/data/string.h-data: Likewise.
42552 * conform/data/strings.h-data: Likewise.
42553 * conform/data/stropts.h-data: Likewise.
42554 * conform/data/sys/ipc.h-data: Likewise.
42555 * conform/data/sys/mman.h-data: Likewise.
42556 * conform/data/sys/msg.h-data: Likewise.
42557 * conform/data/sys/resource.h-data: Likewise.
42558 * conform/data/sys/select.h-data: Likewise.
42559 * conform/data/sys/sem.h-data: Likewise.
42560 * conform/data/sys/shm.h-data: Likewise.
42561 * conform/data/sys/socket.h-data: Likewise.
42562 * conform/data/sys/stat.h-data: Likewise.
42563 * conform/data/sys/statvfs.h-data: Likewise.
42564 * conform/data/sys/time.h-data: Likewise.
42565 * conform/data/sys/timeb.h-data: Likewise.
42566 * conform/data/sys/times.h-data: Likewise.
42567 * conform/data/sys/types.h-data: Likewise.
42568 * conform/data/sys/uio.h-data: Likewise.
42569 * conform/data/sys/un.h-data: Likewise.
42570 * conform/data/sys/utsname.h-data: Likewise.
42571 * conform/data/sys/wait.h-data: Likewise.
42572 * conform/data/syslog.h-data: Likewise.
42573 * conform/data/tar.h-data: Likewise.
42574 * conform/data/termios.h-data: Likewise.
42575 * conform/data/utime.h-data: Likewise.
42576 * conform/data/utmpx.h-data: Likewise.
42577 * conform/data/varargs.h-data: Likewise.
42578 * conform/data/wchar.h-data: Likewise.
42579 * conform/data/wctype.h-data: Likewise.
42580 * conform/data/wordexp.h-data: Likewise.
42581
42582 * include/stropts.h: New file.
42583 * include/uchar.h: New file.
42584 * include/aio.h: Changes to allow conformtest.pl to use the headers.
42585 * include/assert.h: Likewise.
42586 * include/ctype.h: Likewise.
42587 * include/dirent.h: Likewise.
42588 * include/dlfcn.h: Likewise.
42589 * include/fcntl.h: Likewise.
42590 * include/fnmatch.h: Likewise.
42591 * include/glob.h: Likewise.
42592 * include/grp.h: Likewise.
42593 * include/libio.h: Likewise.
42594 * include/locale.h: Likewise.
42595 * include/math.h: Likewise.
42596 * include/net/if.h: Likewise.
42597 * include/netdb.h: Likewise.
42598 * include/netinet/in.h: Likewise.
42599 * include/pthread.h: Likewise.
42600 * include/pwd.h: Likewise.
42601 * include/regex.h: Likewise.
42602 * include/sched.h: Likewise.
42603 * include/search.h: Likewise.
42604 * include/setjmp.h: Likewise.
42605 * include/signal.h: Likewise.
42606 * include/stdio.h: Likewise.
42607 * include/stdlib.h: Likewise.
42608 * include/string.h: Likewise.
42609 * include/sys/cdefs.h: Likewise.
42610 * include/sys/mman.h: Likewise.
42611 * include/sys/msg.h: Likewise.
42612 * include/sys/resource.h: Likewise.
42613 * include/sys/select.h: Likewise.
42614 * include/sys/socket.h: Likewise.
42615 * include/sys/stat.h: Likewise.
42616 * include/sys/statvfs.h: Likewise.
42617 * include/sys/time.h: Likewise.
42618 * include/sys/times.h: Likewise.
42619 * include/sys/uio.h: Likewise.
42620 * include/sys/utsname.h: Likewise.
42621 * include/sys/wait.h: Likewise.
42622 * include/termios.h: Likewise.
42623 * include/time.h: Likewise.
42624 * include/ulimit.h: Likewise.
42625 * include/unistd.h: Likewise.
42626 * include/utime.h: Likewise.
42627 * include/wchar.h: Likewise.
42628 * include/wctype.h: Likewise.
42629 * include/wordexp.h: Likewise.
42630
42631 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42632
7a270350
UD
42633 * time/time.h: TIME_UTC must be a macro.
42634 Make timespec_get available for ISO C11 only as well.
42635
7724defc
UD
426362012-02-24 Ulrich Drepper <drepper@gmail.com>
42637
42638 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42639 Reported by Peng Haitao <penght@cn.fujitsu.com>.
42640
6b1d1d46
JM
426412012-02-24 Joseph Myers <joseph@codesourcery.com>
42642
42643 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 42644
0f8bbd69
JM
426452012-02-24 Joseph Myers <joseph@codesourcery.com>
42646
42647 * manual/texinfo.tex: Update to version 2012-01-19.16.
42648
66ab80bc
JM
426492012-02-24 Joseph Myers <joseph@codesourcery.com>
42650
42651 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42652
74981cc5
RM
426532012-02-24 Roland McGrath <roland@hack.frob.com>
42654
ee968201
RM
42655 [BZ #13738]
42656 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42657 * manual/fdl-1.3.texi: New file.
42658 * manual/fdl-1.1.texi: File removed.
42659
74981cc5
RM
42660 [BZ #13738]
42661 * manual/libc.texinfo (FDL_VERSION): New @set.
42662 Use it for mention of FDL in cover text.
42663 (Documentation License): Use it in @include file name.
42664
7bb764bc
JM
426652012-02-22 Joseph Myers <joseph@codesourcery.com>
42666 Roland McGrath <roland@hack.frob.com>
42667
42668 [BZ #5461]
57f41c40
AS
42669 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42670 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
42671 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42672 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
42673 name.
42674 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42675
6cbeae47
JM
426762012-02-22 Joseph Myers <joseph@codesourcery.com>
42677
42678 [BZ #2547]
42679 [BZ #11365]
42680 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42681 manipulate bits before adding and subtracting TWO23[sx].
42682 * math/libm-test.inc (nearbyint_test): Add more tests.
42683
fe45ce09
JM
426842012-02-22 Joseph Myers <joseph@codesourcery.com>
42685
42686 [BZ #2548]
42687 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42688 bits before adding and subtracting TWO23[sx].
42689 * math/libm-test.inc (rint_test): Add more tests.
42690 (rint_test_tonearest): Likewise.
42691 (rint_test_towardzero): Likewise.
42692 (rint_test_downward): Likewise.
42693 (rint_test_upward: Likewise.
42694
ff3b3d82
JM
426952012-02-22 Joseph Myers <joseph@codesourcery.com>
42696
42697 [BZ #10110]
42698 * include/stdc-predef.h: New file. Extracted from features.h.
42699 * include/features.h: Include stdc-predef.h.
42700 * Makefile (headers): Add stdc-predef.h.
42701 * CONFORMANCE (Compiler limitations): Update.
42702
ef0aab35
JM
427032012-02-22 Joseph Myers <joseph@codesourcery.com>
42704
42705 * manual/libc.texinfo (VERSION, UPDATED): Revert.
42706
58639409
DM
427072012-02-21 David S. Miller <davem@davemloft.net>
42708
42709 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42710 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42711
c0e70b25
DM
427122012-02-20 David S. Miller <davem@davemloft.net>
42713
42714 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42715 using a normal save/restore sequence, rather than allocating a
42716 dummy stack frame just to store a frame pointer and restore.
42717 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42718
fb06851d
JM
427192012-02-21 Joseph Myers <joseph@codesourcery.com>
42720
42721 * manual/install.texi: Fix stray word in line-wrapped comment.
42722
7a8b71c3
DM
427232012-02-20 David S. Miller <davem@davemloft.net>
42724
d510c123
DM
42725 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42726 both binutils and gcc support GOTDATA.
42727
0722d7c2
DM
42728 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42729 "rd %pc" in the PIC register setup sequences.
42730
3d2b3019
DM
42731 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42732 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42733 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42734 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42735 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42736 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42737 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42738 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42739 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42740 (SYSCALL_ERROR_HANDLER): Likewise.
42741 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42742 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42743 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42744 (SYSCALL_ERROR_HANDLER): Likewise.
42745
c80098a9
DM
42746 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42747 (HAVE_GCC_GOTDATA): New.
42748 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42749 relocation support in both binutils and gcc.
42750 * sysdeps/sparc/elf/configure: Regenerate.
42751
3a2545a0
DM
42752 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42753 * sysdeps/sparc/sparc32/elf/configure: Delete.
42754 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42755 * sysdeps/sparc/sparc64/elf/configure: Delete.
42756 * sysdeps/sparc/elf/configure.in: New file.
42757 * sysdeps/sparc/elf/configure: Generate.
42758
7a8b71c3
DM
42759 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42760 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42761 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42762 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42763 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42764
f1e86fca
JM
427652012-02-21 Joseph Myers <joseph@codesourcery.com>
42766
42767 * manual/install.texi: Do not mention specific glibc version
42768 numbers.
42769 * manual/libc.texinfo (VERSION, UPDATED): Update.
42770 (@copying): Use @copyright{} and range of years.
42771
0e7dfaef
JM
427722012-02-21 Joseph Myers <joseph@codesourcery.com>
42773
42774 [BZ #13695]
42775 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42776 [crti.S not in sysdirs] (generated): Do not append.
42777 [crti.S not in sysdirs] (omit-deps): Likewise.
42778 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42779 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42780 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42781 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42782 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42783 Likewise.
42784 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42785 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42786 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42787 * csu/defs.awk: Remove file.
42788 * sysdeps/generic/initfini.c: Likewise.
42789 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42790 variable.
42791 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42792 Likewise.
42793
599af3ca
JM
427942012-02-20 Joseph Myers <joseph@codesourcery.com>
42795
42796 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42797 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42798 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42799 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42800 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42801 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42802 <bits/epoll.h>.
42803 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42804 (__EPOLL_PACKED): Define to empty if not defined by
42805 <bits/epoll.h>.
42806 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42807 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42808 bits/epoll.h.
42809
0e499750
JM
428102012-02-20 Joseph Myers <joseph@codesourcery.com>
42811
42812 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42813 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42814 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42815 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42816 <bits/timerfd.h>.
42817 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42818 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42819 bits/timerfd.h.
42820
5ad91f6e
JM
428212012-02-20 Joseph Myers <joseph@codesourcery.com>
42822
42823 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42824 in C locale.
42825 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42826 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42827 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42828 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42829
06b99b02
AJ
428302012-02-20 Aurelien Jarno <aurelien@aurel32.net>
42831
42832 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42833 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42834
7638c0fd
AS
428352012-02-19 Andreas Schwab <schwab@linux-m68k.org>
42836
42837 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42838 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42839 defined.
42840 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42841 Likewise.
42842 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42843 entry for 2.16.
42844
92221550
AJ
428452012-02-19 Aurelien Jarno <aurelien@aurel32.net>
42846
42847 * math/w_acos.c: Use non-signaling floating-point comparisons.
42848 * math/w_acosf.c: Likewise.
42849 * math/w_acosh.c: Likewise.
42850 * math/w_acoshf.c: Likewise.
42851 * math/w_acoshl.c: Likewise.
42852 * math/w_acosl.c: Likewise.
42853 * math/w_asin.c: Likewise.
42854 * math/w_asinf.c: Likewise.
42855 * math/w_asinl.c: Likewise.
42856 * math/w_atanh.c: Likewise.
42857 * math/w_atanhf.c: Likewise.
42858 * math/w_atanhl.c: Likewise.
42859 * math/w_exp2.c: Likewise.
42860 * math/w_exp2f.c: Likewise.
42861 * math/w_exp2l.c: Likewise.
42862 * math/w_j0.c: Likewise.
42863 * math/w_j0f.c: Likewise.
42864 * math/w_j0l.c: Likewise.
42865 * math/w_j1.c: Likewise.
42866 * math/w_j1f.c: Likewise.
42867 * math/w_j1l.c: Likewise.
42868 * math/w_jn.c: Likewise.
42869 * math/w_jnf.c: Likewise.
42870 * math/w_log.c: Likewise.
42871 * math/w_log10.c: Likewise.
42872 * math/w_log10f.c: Likewise.
42873 * math/w_log10l.c: Likewise.
42874 * math/w_log2.c: Likewise.
42875 * math/w_log2f.c: Likewise.
42876 * math/w_log2l.c: Likewise.
42877 * math/w_logf.c: Likewise.
42878 * math/w_logl.c: Likewise.
42879 * math/w_sqrt.c: Likewise.
42880 * math/w_sqrtf.c: Likewise.
42881 * math/w_sqrtl.c: Likewise.
42882 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42883 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42884 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42885 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42886 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42887
ebaf36eb
JM
428882012-02-19 Joseph Myers <joseph@codesourcery.com>
42889
42890 [BZ #9739]
42891 * manual/string.texi (strnlen): Use correct parameter name in
42892 equivalent expression.
42893
71c254a6
JM
428942012-02-19 Joseph Myers <joseph@codesourcery.com>
42895
42896 [BZ #11174]
42897 * manual/users.texi (seteuid): Consistently use neweuid for
42898 argument name.
42899
16d2c631
JM
429002012-02-19 Joseph Myers <joseph@codesourcery.com>
42901
42902 [BZ #13704]
42903 * manual/nss.texi (Services in the NSS configuration): Correct
42904 list of services in example configuration file.
42905
cd837b09
NB
429062012-02-19 Nick Bowler <nbowler@draconx.ca>
42907
42908 [BZ #11322]
42909 * manual/arith.texi: Remove statements about negative zero
42910 behaving identically to zero.
42911
02c4bbad
JM
429122012-02-18 Joseph Myers <joseph@codesourcery.com>
42913
42914 [BZ #5993]
42915 * manual/install.texi: Do not document upgrading from libc5.
42916
366842e7
JM
429172012-02-18 Joseph Myers <joseph@codesourcery.com>
42918
42919 [BZ #4596]
42920 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42921
dd54084d
DM
429222012-02-18 David S. Miller <davem@davemloft.net>
42923
42924 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42925 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42926 %o7 across the call.
42927 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42928 instead.
42929 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42930 SETUP_PIC_REG_LEAF.
42931 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42932 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42933 * sysdeps/sparc/crtn.S: Likewise.
42934
2bcc53a3
UD
429352012-02-17 Ulrich Drepper <drepper@gmail.com>
42936
42937 * aout/Makefile: Remove.
42938
09c093b5
RK
429392012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
42940
42941 [BZ #13058]
42942 * manual/examples/argp-ex1.c (main): Format definition in GNU
42943 style.
42944 * manual/examples/argp-ex2.c (main): Likewise.
42945 * manual/examples/argp-ex3.c (main): Likewise.
42946 * manual/examples/argp-ex4.c (main): Likewise.
42947 * manual/examples/longopt.c (main): Use new-style prototype
42948 definition.
42949 * manual/examples/strncat.c (main): Specify return type and use
42950 (void) for arguments.
42951 * manual/examples/subopt.c (main): Use char **argv argument.
42952
2ee633a2
JM
429532012-02-17 Joseph Myers <joseph@codesourcery.com>
42954
42955 [BZ #5077]
42956 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
42957 rounding modes.
42958
0520adde
FB
429592012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
42960
42961 [BZ #6907]
42962 * manual/string.texi (strchr): Change when strchrnul is
42963 recommended.
42964
3f4081cd
DGM
429652012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
42966
42967 [BZ #174]
42968 * manual/locale.texi (setlocale): Document LOCPATH.
42969
d1b10e78
JM
429702012-02-17 Joseph Myers <joseph@codesourcery.com>
42971
42972 [BZ #10210]
42973 * manual/process.texi (execle): Move @dots{} before last argument.
42974
79c6869c
PB
429752012-02-17 Paul Bolle <pebolle@tiscali.nl>
42976
42977 [BZ #12047]
42978 * manual/charset.texi (Generic Charset Conversion): Fix typo
42979 (LC_TYPE -> LC_CTYPE).
42980
cc6e48bc
NB
429812012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
42982
42983 [BZ #5805]
42984 * manual/arith.texi (scalbn): Use @var{} on parameter names.
42985 (scalbnf): Likewise.
42986 (scalbnl): Likewise.
42987 (scalbln): Likewise.
42988 (scalblnf): Likewise.
42989 (scalblnl): Likewise.
42990 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
42991 (vwarnx): Likewise.
42992 (verr): Likewise.
42993 (verrx): Likewise.
42994 * manual/filesys.texi (telldir): Use braces around return type.
42995 * manual/llio.texi (mmap): Add space after comma.
42996 (mmap64): Likewise.
42997 * manual/math.texi (jn): Use @var{} on parameter names.
42998 (jnf): Likewise.
42999 (jnl): Likewise.
43000 (yn): Likewise.
43001 (ynf): Likewise.
43002 (ynl): Likewise.
43003 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
43004 line.
43005 * manual/resource.texi (ulimit): Use @dots{} instead of literal
43006 "...".
43007 (sched_get_priority_min): Remove semicolon on @deftypefun line.
43008 (sched_get_priority_max): Likewise.
43009 * manual/signal.texi (sigvec): Add space after comma.
43010 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
43011 names.
43012 (if_indextoname): Likewise.
43013 (if_freenameindex): Likewise.
43014 (sendto): Use ',' instead of '.' in prototype.
43015 * manual/startup.texi (syscall): Use @dots{} instead of literal
43016 "...".
43017 * manual/stdio.texi (__fpending): Separate initial words of
43018 paragraph from @deftypefun line.
43019 * manual/syslog.texi (syslog): Use @dots{} instead of literal
43020 "...".
43021 (vsyslog): Use @var{} on parameter names.
43022 * manual/terminal.texi (stty): Use @var{} on parameter names.
43023 * manual/users.texi (getutmp): Use @var{} on parameter names.
43024 (getutmpx): Likewise.
43025
5b23062f
JM
430262012-02-17 Joseph Myers <joseph@codesourcery.com>
43027
43028 [BZ #6884]
43029 * manual/stdio.texi (fopen): Fix typos in description of
43030 ",ccs=STRING".
43031
8dee4833
AJ
430322012-02-17 Aurelien Jarno <aurelien@aurel32.net>
43033
43034 [BZ #4026]
43035 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43036 get clock_id definition.
43037
9078ce93
TS
430382012-02-17 Thomas Schwinge <thomas@schwinge.name>
43039
43040 [BZ #4822]
43041 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43042 (madvise): Cast every argument to void on its own.
43043
3835c55f
JM
430442012-02-17 Joseph Myers <joseph@codesourcery.com>
43045
43046 [BZ #9902]
43047 * manual/startup.texi (Exit Status): Fix typo.
43048
35c47e37
JM
430492012-02-17 Joseph Myers <joseph@codesourcery.com>
43050
43051 [BZ #10140]
43052 * manual/examples/argp-ex1.c: Include <stdlib.h>.
43053 * manual/examples/argp-ex2.c: Likewise.
43054 * manual/examples/argp-ex3.c: Likewise.
43055
e3b69ca7
RH
430562012-02-16 Richard Henderson <rth@redhat.com>
43057
43058 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43059 * sysdeps/s390/s390-32/initfini.c: Remove.
43060 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43061 * sysdeps/s390/s390-64/initfini.c: Remove.
43062
df83af67
KK
430632012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
43064
43065 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43066 compiler output for sysdeps/generic/initfini.c.
43067 * sysdeps/sh/elf/initfini.c: Remove file.
43068
f63f3380
DM
430692012-02-16 David S. Miller <davem@davemloft.net>
43070
fb59b3a4
DM
43071 [BZ #11494]
43072 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43073
f63f3380
DM
43074 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43075 * sysdeps/sparc/crti.S: New file.
43076 * sysdeps/sparc/crtn.S: New file.
43077 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43078 * sysdeps/sparc/sparc64/Makefile: Likewise.
43079
df6a4a4a
MF
430802012-02-15 Mike Frysinger <vapier@gentoo.org>
43081
6dd8f3dc 43082 [BZ #3335]
df6a4a4a
MF
43083 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43084
1cac7236
RM
430852012-02-15 Roland McGrath <roland@hack.frob.com>
43086
d2c736f8
RM
43087 [BZ #4822]
43088 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43089
1cac7236
RM
43090 * mach/devstream.c (cookie_io_functions_t): Macro removed.
43091 (write, read, close): Likewise.
43092 Patch by Aurelien Jarno <aurelien@aurel32.net>.
43093
8e475601
JM
430942012-02-15 Joseph Myers <joseph@codesourcery.com>
43095
43096 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43097 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43098 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43099 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43100 <bits/signalfd.h>.
43101 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43102 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43103 bits/signalfd.h.
43104
ed656b40
MP
431052012-02-14 Marek Polacek <polacek@redhat.com>
43106
43107 * sysdeps/x86_64/crti.S: New file.
43108 * sysdeps/x86_64/crtn.S: New file.
43109 * sysdeps/x86_64/elf/initfini.c: Remove file.
43110
2a979d3a
JM
431112012-02-13 Joseph Myers <joseph@codesourcery.com>
43112
43113 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43114 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43115 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43116 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43117 <bits/inotify.h>.
43118 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43119 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43120 bits/inotify.h.
43121
2a418ac3
JM
431222012-02-13 Joseph Myers <joseph@codesourcery.com>
43123
43124 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43125 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43126 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43127 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43128 <bits/eventfd.h>.
43129 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43130 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43131 bits/eventfd.h.
43132
fb779be7
TS
431332012-02-10 Thomas Schwinge <thomas@codesourcery.com>
43134
e19e83c5
RM
43135 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43136 __feraiseexcept instead of feraiseexcept.
7c35ffed 43137
fb779be7
TS
43138 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43139 nanosleep invocations.
43140 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43141 strings, and add error checking for a nanosleep invocations.
43142
59ba27a6
PE
431432012-02-09 Paul Eggert <eggert@cs.ucla.edu>
43144
43145 Replace FSF snail mail address with URLs, as per GNU coding standards.
43146 Most of the snail mail addresses were wrong anyway, and omitting
43147 them makes the source code easier to maintain. Almost all of the
43148 changes are to license notices and to locale LC_IDENTIFICATION
43149 addresses, except for this one:
43150 * manual/libc.texinfo: In "Published by", give the FSF's URL,
43151 not its snail mail address.
43152
57b957eb
RH
431532012-02-09 Richard Henderson <rth@twiddle.net>
43154
af850b1c
RH
43155 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43156 of kernel-features.h.
43157
57b957eb
RH
43158 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43159
6b73181a
MP
431602012-02-08 Marek Polacek <polacek@redhat.com>
43161
43162 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43163 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43164 * sysdeps/gnu/_G_config.h: Likewise.
43165 * sysdeps/generic/_G_config.h: Likewise.
43166
26ecc33a
AS
431672012-02-08 Andreas Schwab <schwab@linux-m68k.org>
43168
6c6dbc63
AS
43169 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43170 tests.
43171 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43172
e216c012
AS
43173 * sysdeps/powerpc/powerpc32/crti.S: New file.
43174 * sysdeps/powerpc/powerpc32/crtn.S: New file.
43175 * sysdeps/powerpc/powerpc64/crti.S: New file.
43176 * sysdeps/powerpc/powerpc64/crtn.S: New file.
43177
26ecc33a
AS
43178 * Makeconfig (have-initfini): Don't set.
43179 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43180 * configure.in (nopic_initfini): Don't substitute.
43181 * config.h.in (HAVE_INITFINI): Don't #undef.
43182 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43183 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43184
3add8e13
JM
431852012-02-08 Joseph Myers <joseph@codesourcery.com>
43186
43187 Support crti.S and crtn.S provided directly by architectures.
43188 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43189 [crti.S in sysdirs] (omit-deps): Likewise.
43190 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43191 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43192 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43193 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43194 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43195 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43196 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43197 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43198 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43199 compiler output for sysdeps/generic/initfini.c.
43200 * sysdeps/i386/elf/Makefile: Remove file.
43201 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43202
a22f12b4
MP
432032012-02-07 Marek Polacek <polacek@redhat.com>
43204
43205 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43206 * sysdeps/gnu/_G_config.h: Likewise.
43207 * sysdeps/mach/hurd/_G_config.h: Likewise.
43208
148cf100
MP
432092012-02-07 Marek Polacek <polacek@redhat.com>
43210
43211 * math/Makefile (tests): Add tst-CMPLX2.
43212 * math/tst-CMPLX2.c: New file.
43213
cfdc0dd7
AS
432142012-02-07 Andreas Schwab <schwab@linux-m68k.org>
43215
84ba42c4
AS
43216 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43217
cfdc0dd7
AS
43218 * math/libm-test.inc (jn_test): Add missing L suffix.
43219
622c86f4
MP
432202012-02-06 Marek Polacek <polacek@redhat.com>
43221
43222 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43223 * sysdeps/i386/fpu/e_powf.S: Likewise.
43224 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43225 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43226 * sysdeps/i386/fpu/e_acosh.S: Likewise.
43227 * sysdeps/i386/fpu/e_pow.S: Likewise.
43228 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43229 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43230 * sysdeps/i386/fpu/s_expm1.S: Likewise.
43231 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43232 * sysdeps/i386/fpu/e_log2.S: Likewise.
43233 * sysdeps/i386/fpu/e_log2l.S: Likewise.
43234 * sysdeps/i386/fpu/e_scalb.S: Likewise.
43235 * sysdeps/i386/fpu/e_powl.S: Likewise.
43236 * sysdeps/i386/fpu/s_log1p.S: Likewise.
43237 * sysdeps/i386/fpu/e_log10f.S: Likewise.
43238 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43239 * sysdeps/i386/fpu/e_logl.S: Likewise.
43240 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43241 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43242 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43243 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43244 * sysdeps/i386/fpu/e_log2f.S: Likewise.
43245 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43246 * sysdeps/i386/fpu/e_log.S: Likewise.
43247 * sysdeps/i386/fpu/s_cexp.S: Likewise.
43248 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43249 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43250 * sysdeps/i386/fpu/e_logf.S: Likewise.
43251 * sysdeps/i386/fpu/e_log10l.S: Likewise.
43252 * sysdeps/i386/fpu/e_atanh.S: Likewise.
43253 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43254 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43255 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43256 * sysdeps/i386/fpu/e_log10.S: Likewise.
43257 * sysdeps/i386/fpu/s_frexp.S: Likewise.
43258 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43259 * sysdeps/i386/fpu/s_asinh.S: Likewise.
43260 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43261 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43262 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43263 * sysdeps/i386/asm-syntax.h: Likewise.
43264 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43265 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43266 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43267 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43268 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43269 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43270 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43271 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43272 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43273 * sysdeps/powerpc/sysdep.h: Likewise.
43274 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43275 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43276
d4a54ac6
JM
432772012-02-06 Joseph Myers <joseph@codesourcery.com>
43278
43279 [BZ #411]
43280 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43281
314054ea
JM
432822012-02-06 Joseph Myers <joseph@codesourcery.com>
43283
43284 * sysdeps/i386/sysdep.h: Include <features.h>.
43285 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43286 version.
43287
d8e0ca50
JM
432882012-02-05 Joseph Myers <joseph@codesourcery.com>
43289
43290 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43291 Define.
43292 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43293 LOAD_PIC_REG_STR.
43294
b1da7dd9
JM
432952012-02-03 Joseph Myers <joseph@codesourcery.com>
43296
43297 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43298 (SETUP_PIC_REG): Use GET_PC_THUNK.
43299 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43300 macro.
43301
9a1d9254
JM
433022012-02-03 Joseph Myers <joseph@codesourcery.com>
43303
43304 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43305 for non-PIC compilation.
43306 (SETUP_PIC_REG): Add .p2align directive.
43307 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43308 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43309 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43310 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43311 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43312 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43313 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43314 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43315 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43316 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43317 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43318 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43319 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43320 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43321 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43322 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43323 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43324 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43325 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43326 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43327 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43328 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43329 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43330 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43331 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43332 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43333 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43334 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43335 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43336 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43337 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43338 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43339 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43340 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43341 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43342 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43343 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43344 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43345 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43346 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43347 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43348
65dc3b75
JM
433492012-02-03 Joseph Myers <joseph@codesourcery.com>
43350
43351 * math/tst-CMPLX.c: Include <stdio.h>.
43352
d55bf177
JM
433532012-01-31 Joseph Myers <joseph@codesourcery.com>
43354
43355 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43356 float.
43357 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43358 * sysdeps/sparc/bits/mathdef.h: Likewise.
43359
69db4f8f
MP
433602012-01-31 Marek Polacek <polacek@redhat.com>
43361
43362 * libio/libio.h: Don't define _PARAMS.
43363 * locale/programs/config.h: Don't define PARAMS.
43364 * stdlib/strtol_l.c: Likewise.
43365 (__strtol_l): Remove PARAMS from the prototype.
43366
41b81892
UD
433672012-01-31 Ulrich Drepper <drepper@gmail.com>
43368
3b49edc0
UD
43369 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
43370 names. Just use the correct names. Remove unnecessary wrapper
43371 functions.
43372 * malloc/arena.c: Likewise.
43373 * malloc/hooks.c: Likewise.
43374
41b81892
UD
43375 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43376 ARENA_TEST says not to. Simplify test for creation of a new arena.
43377 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43378
27a25b6e
UD
433792012-01-30 Ulrich Drepper <drepper@gmail.com>
43380
43381 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43382 into tail calls.
43383 (update_get_addr): New function.
43384 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43385 GET_ADDR_MODULE parameter.
43386
c8a89e7d
JM
433872012-01-30 Joseph Myers <joseph@codesourcery.com>
43388
43389 * crypt/cert.c: Remove __STDC__ conditionals.
43390 * crypt/crypt-entry.c: Likewise.
43391 * crypt/crypt_util.c: Likewise.
43392 * libio/filedoalloc.c: Likewise.
43393 * libio/fileops.c: Likewise.
43394 * libio/genops.c: Likewise.
43395 * libio/iofclose.c: Likewise.
43396 * libio/iofdopen.c: Likewise.
43397 * libio/iofopen.c: Likewise.
43398 * libio/iofopen64.c: Likewise.
43399 * libio/iogetdelim.c: Likewise.
43400 * libio/iopopen.c: Likewise.
43401 * libio/obprintf.c: Likewise.
43402 * libio/oldfileops.c: Likewise.
43403 * libio/oldiofclose.c: Likewise.
43404 * libio/oldiofdopen.c: Likewise.
43405 * libio/oldiofopen.c: Likewise.
43406 * libio/oldiopopen.c: Likewise.
43407 * libio/wfiledoalloc.c: Likewise.
43408 * libio/wgenops.c: Likewise.
43409 * locale/programs/xmalloc.c: Likewise.
43410 * misc/syslog.c: Likewise.
43411 * stdio-common/xbug.c: Likewise.
43412 * string/memchr.c: Likewise.
43413 * string/memcmp.c: Likewise.
43414 * string/memrchr.c: Likewise.
43415 * string/rawmemchr.c: Likewise.
43416 * sysdeps/posix/getcwd.c: Likewise.
43417 * time/strftime_l.c: Likewise.
43418
3b100462
JM
434192012-01-30 Joseph Myers <joseph@codesourcery.com>
43420
43421 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
43422 * config.make.in (config-cflags-sse2avx): Define.
43423 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43424 Fix typo.
43425
607998af
CM
434262012-01-29 Chris Metcalf <cmetcalf@tilera.com>
43427
43428 * scripts/config.guess: Update from upstream config git repository.
43429 * scripts/config.sub: Likewise.
43430
3601428f
CM
434312012-01-28 Chris Metcalf <cmetcalf@tilera.com>
43432
3ac8b282
CM
43433 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43434 (EM_NUM): Update.
43435 (R_TILEPRO_*, R_TILEGX_*): New macros.
43436
e034841e
CM
43437 * scripts/firstversions.awk: Fix bug in version range handling.
43438
540d7568
CM
43439 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43440
3601428f
CM
43441 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43442
463de862
CM
43443 * include/sys/epoll.h: New file.
43444 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43445 libc_hidden_def.
43446
73139a76
UD
434472012-01-28 Ulrich Drepper <drepper@gmail.com>
43448
96bc5b45
UD
43449 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43450 Avoid unnecessary __WORDSIZE == 64 test.
43451 (fmaxf): Use VEX format if possible.
43452 (fmax): Likewise.
43453 (fminf): Likewise.
43454 (fmin): Likewise.
43455
56f6f6a2
UD
43456 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43457 * math/math_private.h: Remove libc_fegetround* and
43458 libc_fesetround*.
43459 * sysdeps/i386/configure.in: Check for -msse2avx.
43460 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43461 also if SSE2AVX is defined.
43462 Remove libc_fegetround* and libc_fesetround*.
43463 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43464 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
43465 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43466 of HAS_YMM_USABLE.
43467 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43468 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43469 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43470 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43471 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43472
73139a76
UD
43473 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43474
d73f93a4
AZ
434752012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43476
43477 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43478 size is not set.
43479 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43480
6ee65ed6
UD
434812012-01-27 Ulrich Drepper <drepper@gmail.com>
43482
43483 [BZ #13618]
43484 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43485 relocation.
43486 * Makeconfig (libm): Define.
43487 * elf/Makefile: Add rules to build and run tst-relsort1.
43488 * elf/tst-relsort1.c: New file.
43489 * elf/tst-relsort1mod1.c: New file.
43490 * elf/tst-relsort1mod2.c: New file.
43491
8db21882
JM
434922012-01-27 Joseph Myers <joseph@codesourcery.com>
43493
43494 * math/s_ldexp.c: Remove __STDC__ conditionals.
43495 * math/s_ldexpf.c: Likewise.
43496 * math/s_ldexpl.c: Likewise.
43497 * math/s_nextafter.c: Likewise.
43498 * math/s_nexttowardf.c: Likewise.
43499 * math/s_significand.c: Likewise.
43500 * math/s_significandf.c: Likewise.
43501 * math/s_significandl.c: Likewise.
43502 * math/w_jnl.c: Likewise.
43503 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43504 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43505 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43506 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43507 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43508 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43509 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43510 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43511 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43512 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43513 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43514 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43515 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43516 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43517 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43518 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43519 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43520 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43521 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43522 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43523 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43524 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43525 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43526 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43527 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43528 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43529 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43530 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43531 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43532 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43533 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43534 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43535 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43536 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43537 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43538 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43539 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43540 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43541 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43542 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43543 * sysdeps/ieee754/k_standard.c: Likewise.
43544 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43545 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43546 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43547 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43548 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43549 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43550 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43551 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43552 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43553 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43554 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43555 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43556 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43557 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43558 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43559 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43560 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43561 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43562 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43563 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43564 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43565 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43566 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43567 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43568 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43569 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43570 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43571 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43572 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43573 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43574 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43575 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
43576 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43577 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43578 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43579 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43580 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
43581 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43582 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43583 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
43584 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
43585 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43586 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
43587 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
43588 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43589 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
43590 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
43591 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43592 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43593 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43594 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43595 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43596 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43597 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43598 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43599 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43600 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43601 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43602 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43603 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43604 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43605 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43606 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43607 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43608 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43609 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43610 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43611 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43612 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43613 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43614 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43615 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43616 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43617 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43618 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43619 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43620 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43621 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43622 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43623 * sysdeps/ieee754/s_matherr.c: Likewise.
43624 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43625 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43626 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43627 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43628
965a54a4
JM
436292012-01-26 Joseph Myers <joseph@codesourcery.com>
43630
43631 * crypt/md5.h: Remove __STDC__ conditionals.
43632 * libio/libioP.h: Likewise.
43633 * locale/programs/config.h: Likewise.
43634 * sysdeps/generic/sysdep.h: Likewise.
43635 * sysdeps/i386/asm-syntax.h: Likewise.
43636 * sysdeps/s390/asm-syntax.h: Likewise.
43637 * sysdeps/unix/sysdep.h: Likewise.
43638 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43639 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43640
7071ad79
JM
436412012-01-26 Joseph Myers <joseph@codesourcery.com>
43642
43643 * libio/libio.h: Remove __STDC__ conditionals.
43644 * malloc/obstack.h: Likewise.
43645 * math/complex.h: Likewise.
43646 * math/math.h: Likewise.
43647 * sysdeps/generic/_G_config.h: Likewise.
43648 * sysdeps/gnu/_G_config.h: Likewise.
43649 * sysdeps/mach/hurd/_G_config.h: Likewise.
43650 * sysdeps/powerpc/bits/mathdef.h: Likewise.
43651 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43652 * sysdeps/sparc/bits/mathdef.h: Likewise.
43653
afc5ed09
UD
436542012-01-26 Ulrich Drepper <drepper@gmail.com>
43655
43656 [BZ #13583]
43657 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 43658 Clean up HAS_* macros.
afc5ed09 43659 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
43660 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43661 possible.
43662 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43663 HAS_AVX.
43664 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43665 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43666 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43667 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43668 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 43669
bdb6de1d
JM
436702012-01-25 Joseph Myers <joseph@codesourcery.com>
43671
43672 * elf/tst-unique3.cc (gets): Remove declaration.
43673 * elf/tst-unique3lib.cc (gets): Likewise.
43674 * elf/tst-unique3lib2.cc (gets): Likewise.
43675 * elf/tst-unique4.cc (gets): Likewise.
43676
b15549e6
UD
436772012-01-24 Ulrich Drepper <drepper@gmail.com>
43678
43679 * include/stdio.h: Add C++ protection. Add gets declarations and
43680 definitions.
43681 * debug/tst-chk1.c: Don't declare gets here.
43682 * stdio-common/tst-gets.c: Likewise.
43683
a037381f
JM
436842012-01-24 Joseph Myers <joseph@codesourcery.com>
43685
43686 * posix/glob: Remove directory.
43687
f1d4aa75
JM
436882012-01-24 Joseph Myers <joseph@codesourcery.com>
43689
43690 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43691
81c0c964
PT
436922012-01-22 Pino Toscano <toscano.pino@tiscali.it>
43693
43694 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43695 of the non-standard EPFNOSUPPORT.
43696
0ea698ae
ST
436972011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
43698
43699 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43700 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43701 ANYWHERE set to 1 only on KERN_NO_SPACE error.
43702
d220b117
UD
437032012-01-21 Ulrich Drepper <drepper@gmail.com>
43704
43705 * wcsmbs/uchar.h: Test __STDC_VERSION__.
43706
3e1aa84e
UD
437072012-01-20 Ulrich Drepper <drepper@gmail.com>
43708
43709 * nscd/aicache.c (addhstaiX): Do not cache negative results of
43710 transient errors.
43711 * nscd/grpcache.c (cache_addgr): Likewise.
43712 * nscd/hstcache.c (cache_addhst): Likewise.
43713 * nscd/initgrcache.c (addinitgroupsX): Likewise.
43714 * nscd/pwdcache.c (cache_addpw): Likewise.
43715 * nscd/servicescache.c (cache_addserv): Likewise.
43716
400aa020
UD
437172012-01-16 Ulrich Drepper <drepper@gmail.com>
43718
d77e7869
UD
43719 * malloc/malloc.c: Various cleanups.
43720 * malloc/hooks.c: Likewise.
43721
400aa020
UD
43722 * stdlib/Makefile (tests): Add bug-fmtmsg1.
43723 * stdlib/bug-fmtmsg1.c: New file.
43724
43725 * stdlib/fmtmsg.c (init): Add missing unlock.
43726 Patch by Peng Haitao <penght@cn.fujitsu.com>.
43727
e0a309cf
MP
437282012-01-12 Marek Polacek <polacek@redhat.com>
43729
43730 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43731 and _GNU_SOURCE.
43732
929d11c7
WS
437332012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
43734
43735 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43736 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43737 macro to ensure uniqueness of label name.
43738 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43739 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43740
41d0e869
UD
437412012-01-11 Ulrich Drepper <drepper@gmail.com>
43742
0cc5ed3b
UD
43743 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43744
41d0e869
UD
43745 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
43746 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43747 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43748 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43749
a47a831a
UD
437502012-01-10 Ulrich Drepper <drepper@gmail.com>
43751
daa891c0
UD
43752 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43753
43754 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43755 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43756 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43757
e58ef0f2
UD
43758 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43759
a47a831a 43760 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
43761 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43762 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 43763 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
43764
43765 * math/bits/math-finite.h: Add ldexp support.
43766
a0bfc9c7
MP
437672012-01-10 Marek Polacek <polacek@redhat.com>
43768
43769 * locale/programs/localedef.h (show_archive_content): Add noreturn
43770 attribute.
43771
d6e97a1d
UD
437722012-01-09 Ulrich Drepper <drepper@gmail.com>
43773
43774 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43775
d5835c26
UD
437762012-01-08 Ulrich Drepper <drepper@gmail.com>
43777
e5f484c6
UD
43778 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43779
d5835c26
UD
43780 * io/Makefile (headers): Add bits/poll2.h.
43781
d1f741e9
WS
437822011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
43783
43784 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43785 typo #include statement.
43786
ec09c1c4
UD
437872012-01-08 Ulrich Drepper <drepper@gmail.com>
43788
43789 * include/sys/cdefs.h: Define __attribute_alloc_size.
43790 * catgets/gencat.c: Add alloc_size attribute and apply consistently
43791 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43792 * elf/pldd.c: Likewise.
43793 * iconv/iconv_charmap.c: Likewise.
43794 * iconv/iconvconfig.c: Likewise.
43795 * iconv/strtab.c: Likewise.
43796 * locale/programs/locale.c: Likewise.
43797 * locale/programs/localedef.h: Likewise.
43798 * locale/programs/simple-hash.c: Likewise.
43799 * nscd/nscd.h: Likewise.
43800 * nss/makedb.c: Likewise.
43801 * sysdeps/generic/ldconfig.h: Likewise.
43802 * locale/programs/localedef.c: Remove xmalloc prototype.
43803 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43804
20b38e03
PP
438052012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
43806
43807 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43808 appropriate.
43809
a0da5fe1
UD
438102012-01-08 Ulrich Drepper <drepper@gmail.com>
43811
1d5a644a 43812 * math/Makefile (tests): Add tst-CMPLX.
669704fd 43813 * math/tst-CMPLX.c: New file.
1d5a644a 43814
8784a6db
UD
43815 * math/complex.h (CMPLXL): Fix typo.
43816
d9a216c0
UD
43817 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43818 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43819 GLIBC_2.16.
43820 * debug/tst-chk1.c: Add poll and ppoll tests.
43821 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43822 * include/sys/poll.h: Add hidden proto for ppoll.
43823 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43824 * sysdeps/mach/hurd/ppoll.c: Likewise.
43825 * io/ppoll.c: Likewise.
43826 * debug/poll_chk.c: New file.
43827 * debug/ppoll_chk.c: New file.
43828 * include/bits/poll2.h: New file.
43829 * io/bits/poll2.h: New file.
43830
ac097f5c
UD
43831 [BZ #1350]
43832 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43833
2119dcfa
UD
43834 * configure.in: static is always set to yes. Remove.
43835 * config.make.in: Don't set build-static.
43836 * Makeconfig: Remove use of build-static.
43837 * dlfcn/Makefile: Likewise.
43838 * elf/Makefile: Likewise.
43839 * math/Makefile: Likewise.
43840 * misc/Makefile: Likewise.
43841 * nptl/Makefile: Likewise.
43842 * sysdeps/mach/hurd/Makefile: Likewise.
43843
121766a9
UD
43844 * configure.in: PWD_P is not used anymore.
43845 * config.make.in: Remove PWD_P entry.
43846
51a1d39c 43847 * configure.in: Remove last remnants of RANLIB.
8720d066 43848 No need to check for signed size_t anymore.
215f4bdc
UD
43849 Don't set libc_commonpagesize and libc_relro_required here for Alpha
43850 and IA-64.
3857022a 43851 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
43852 * aclocal.m4: Likewise.
43853
d3ed7225
UD
43854 * wcsmbs/mbrtoc16.c: Implement using towc function.
43855 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43856 * wcsmbs/wcsmbsload.c: Likewise.
43857 * iconv/gconv_simple.c: Likewise.
43858 * iconv/gconv_int.h: Likewise.
43859 * iconv/gconv_builtin.h: Likewise.
43860 * iconv/iconv_prog.c: Remove CHAR16 handling.
43861
43862 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43863
43864 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43865
a0da5fe1
UD
43866 * configure.in: Remove --with-elf and --enable-bounded options.
43867 Dont set base_machine for ia64. More non-ELF conditions removed.
43868 Remove testing and setting of leading underscore information.
43869 * config.make.in (build-bounded): Set to no.
43870 * config.h.in: Remove NO_UNDERSCORES entry.
43871 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
43872 them.
43873 * csu/start.c: Remove !NO_UNDERSCORE code.
43874 * locale/localeinfo.h: Likewise.
43875 * sysdeps/generic/machine-gmon.h: Likewise.
43876 * sysdeps/generic/sysdep.h: Likewise.
43877 * sysdeps/i386/sysdep.h: Likewise.
43878 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43879 * sysdeps/mach/sysdep.h: Likewise.
43880 * sysdeps/s390/s390-32/sysdep.h: Likewise.
43881 * sysdeps/s390/s390-64/sysdep.h: Likewise.
43882 * sysdeps/sh/sysdep.h: Likewise.
43883 * sysdeps/sparc/sparc32/alloca.S: Likewise.
43884 * sysdeps/unix/i386/sysdep.S: Likewise.
43885 * sysdeps/unix/sparc/start.c: Likewise.
43886 * sysdeps/unix/sparc/sysdep.S: Likewise.
43887 * sysdeps/unix/sparc/sysdep.h: Likewise.
43888 * sysdeps/unix/start.c: Likewise.
43889 * sysdeps/unix/x86_64/sysdep.S: Likewise.
43890 * sysdeps/x86_64/sysdep.h: Likewise.
43891
df78418a
UD
438922012-01-07 Ulrich Drepper <drepper@gmail.com>
43893
a784e502
UD
43894 [BZ #13553]
43895 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43896 for non-gcc.
43897 * argp/argp-fmtstream.h: Use const instead __const.
43898 * argp/argp.h: Likewise.
43899 * assert/assert.h: Likewise.
43900 * bits/fenv.h: Likewise.
43901 * bits/sched.h: Likewise.
43902 * bits/sigset.h: Likewise.
43903 * bits/sigthread.h: Likewise.
43904 * catgets/nl_types.h: Likewise.
43905 * conform/data/pthread.h-data: Likewise.
43906 * crypt/crypt-private.h: Likewise.
43907 * crypt/crypt.h: Likewise.
43908 * crypt/crypt_util.c: Likewise.
43909 * ctype/ctype.h: Likewise.
43910 * debug/execinfo.h: Likewise.
43911 * debug/mbsnrtowcs_chk.c: Likewise.
43912 * debug/mbsrtowcs_chk.c: Likewise.
43913 * debug/wcsnrtombs_chk.c: Likewise.
43914 * debug/wcsrtombs_chk.c: Likewise.
43915 * debug/wcstombs_chk.c: Likewise.
43916 * dirent/dirent.h: Likewise.
43917 * dlfcn/dlfcn.h: Likewise.
43918 * elf/neededtest4.c: Likewise.
43919 * grp/grp.h: Likewise.
43920 * gshadow/gshadow.h: Likewise.
43921 * iconv/gconv.h: Likewise.
43922 * iconv/gconv_int.h: Likewise.
43923 * iconv/gconv_simple.c: Likewise.
43924 * iconv/iconv.h: Likewise.
43925 * iconv/loop.c: Likewise.
43926 * iconv/skeleton.c: Likewise.
43927 * include/aio.h: Likewise.
43928 * include/aliases.h: Likewise.
43929 * include/argz.h: Likewise.
43930 * include/arpa/inet.h: Likewise.
43931 * include/assert.h: Likewise.
43932 * include/dirent.h: Likewise.
43933 * include/dlfcn.h: Likewise.
43934 * include/execinfo.h: Likewise.
43935 * include/fcntl.h: Likewise.
43936 * include/fenv.h: Likewise.
43937 * include/glob.h: Likewise.
43938 * include/grp.h: Likewise.
43939 * include/libintl.h: Likewise.
43940 * include/mntent.h: Likewise.
43941 * include/netdb.h: Likewise.
43942 * include/pwd.h: Likewise.
43943 * include/rpc/netdb.h: Likewise.
43944 * include/sched.h: Likewise.
43945 * include/search.h: Likewise.
43946 * include/shadow.h: Likewise.
43947 * include/signal.h: Likewise.
43948 * include/stdio.h: Likewise.
43949 * include/stdlib.h: Likewise.
43950 * include/string.h: Likewise.
43951 * include/sys/socket.h: Likewise.
43952 * include/sys/stat.h: Likewise.
43953 * include/sys/statfs.h: Likewise.
43954 * include/sys/statvfs.h: Likewise.
43955 * include/sys/syslog.h: Likewise.
43956 * include/sys/time.h: Likewise.
43957 * include/sys/uio.h: Likewise.
43958 * include/time.h: Likewise.
43959 * include/unistd.h: Likewise.
43960 * include/utmp.h: Likewise.
43961 * include/wchar.h: Likewise.
43962 * include/wctype.h: Likewise.
43963 * inet/aliases.h: Likewise.
43964 * inet/arpa/inet.h: Likewise.
43965 * inet/netinet/ether.h: Likewise.
43966 * inet/netinet/in.h: Likewise.
43967 * intl/libintl.h: Likewise.
43968 * io/bits/fcntl2.h: Likewise.
43969 * io/fcntl.h: Likewise.
43970 * io/ftw.h: Likewise.
43971 * io/sys/poll.h: Likewise.
43972 * io/sys/stat.h: Likewise.
43973 * io/sys/statfs.h: Likewise.
43974 * io/sys/statvfs.h: Likewise.
43975 * io/utime.h: Likewise.
43976 * libio/bits/stdio.h: Likewise.
43977 * libio/bits/stdio2.h: Likewise.
43978 * libio/libio.h: Likewise.
43979 * libio/libioP.h: Likewise.
43980 * libio/stdio.h: Likewise.
43981 * locale/lc-ctype.c: Likewise.
43982 * locale/locale.h: Likewise.
43983 * login/utmp.h: Likewise.
43984 * malloc/arena.c: Likewise.
43985 * malloc/malloc.c: Likewise.
43986 * malloc/malloc.h: Likewise.
43987 * malloc/mcheck.c: Likewise.
43988 * malloc/mtrace.c: Likewise.
43989 * math/bits/mathcalls.h: Likewise.
43990 * math/fenv.h: Likewise.
43991 * math/math_private.h: Likewise.
43992 * misc/bits/error.h: Likewise.
43993 * misc/bits/syslog.h: Likewise.
43994 * misc/err.h: Likewise.
43995 * misc/error.h: Likewise.
43996 * misc/fstab.h: Likewise.
43997 * misc/mntent.h: Likewise.
43998 * misc/regexp.h: Likewise.
43999 * misc/search.h: Likewise.
44000 * misc/sgtty.h: Likewise.
44001 * misc/sys/mman.h: Likewise.
44002 * misc/sys/syslog.h: Likewise.
44003 * misc/sys/uio.h: Likewise.
44004 * misc/sys/xattr.h: Likewise.
44005 * misc/ttyent.h: Likewise.
44006 * nis/rpcsvc/ypclnt.h: Likewise.
44007 * nss/nss.h: Likewise.
44008 * posix/bits/unistd.h: Likewise.
44009 * posix/fnmatch.h: Likewise.
44010 * posix/glob.h: Likewise.
44011 * posix/sched.h: Likewise.
44012 * posix/spawn.h: Likewise.
44013 * posix/sys/wait.h: Likewise.
44014 * posix/unistd.h: Likewise.
44015 * posix/wordexp.h: Likewise.
44016 * pwd/pwd.h: Likewise.
44017 * resolv/netdb.h: Likewise.
44018 * resource/sys/resource.h: Likewise.
44019 * rt/aio.h: Likewise.
44020 * rt/bits/mqueue2.h: Likewise.
44021 * rt/mqueue.h: Likewise.
44022 * shadow/shadow.h: Likewise.
44023 * signal/signal.h: Likewise.
44024 * socket/send.c: Likewise.
44025 * socket/sendto.c: Likewise.
44026 * socket/sys/socket.h: Likewise.
44027 * stdio-common/printf.h: Likewise.
44028 * stdlib/bits/stdlib.h: Likewise.
44029 * stdlib/fmtmsg.h: Likewise.
44030 * stdlib/monetary.h: Likewise.
44031 * stdlib/stdlib.h: Likewise.
44032 * stdlib/ucontext.h: Likewise.
44033 * streams/stropts.h: Likewise.
44034 * string/argz.h: Likewise.
44035 * string/bits/string2.h: Likewise.
44036 * string/string.h: Likewise.
44037 * string/strings.h: Likewise.
44038 * sunrpc/rpc/auth.h: Likewise.
44039 * sunrpc/rpc/auth_des.h: Likewise.
44040 * sunrpc/rpc/clnt.h: Likewise.
44041 * sunrpc/rpc/netdb.h: Likewise.
44042 * sunrpc/rpc/pmap_clnt.h: Likewise.
44043 * sunrpc/rpc/xdr.h: Likewise.
44044 * sysdeps/generic/inttypes.h: Likewise.
44045 * sysdeps/generic/net/if.h: Likewise.
44046 * sysdeps/generic/sys/swap.h: Likewise.
44047 * sysdeps/gnu/net/if.h: Likewise.
44048 * sysdeps/gnu/utmpx.h: Likewise.
44049 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44050 * sysdeps/i386/i486/bits/string.h: Likewise.
44051 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44052 * sysdeps/s390/bits/string.h: Likewise.
44053 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44054 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44055 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44056 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44057 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44058 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44059 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44060 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44061 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44062 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44063 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44064 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44065 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44066 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44067 * sysdeps/unix/sysv/linux/readv.c: Likewise.
44068 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44069 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44070 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44071 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44072 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44073 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44074 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44075 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44076 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44077 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44078 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44079 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44080 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44081 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44082 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44083 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44084 * sysvipc/sys/ipc.h: Likewise.
44085 * sysvipc/sys/msg.h: Likewise.
44086 * sysvipc/sys/sem.h: Likewise.
44087 * sysvipc/sys/shm.h: Likewise.
44088 * termios/termios.h: Likewise.
44089 * time/sys/time.h: Likewise.
44090 * time/time.h: Likewise.
44091 * wcsmbs/bits/wchar2.h: Likewise.
44092 * wcsmbs/uchar.h: Likewise.
44093 * wcsmbs/wchar.h: Likewise.
44094 * wctype/wctype.h: Likewise.
44095
0269750c
UD
44096 [BZ #13551]
44097 * Makeconfig: Remove all but ELF support including AIX support.
44098 * Makerules: Likewise.
44099 * config.h.in: Likewise.
44100 * config.make.in: Likewise.
44101 * configure: Likewise.
44102 * configure.in: Likewise.
44103 * csu/Makefile: Likewise.
44104 * csu/version.c: Likewise.
44105 * debug/Makefile: Likewise.
44106 * dlfcn/Makefile: Likewise.
44107 * elf/Makefile: Likewise.
44108 * extra-lib.mk: Likewise.
44109 * iconv/Makefile: Likewise.
44110 * include/libc-symbols.h: Likewise.
44111 * include/shlib-compat.h: Likewise.
44112 * resolv/Makefile: Likewise.
44113 * resolv/res_libc.c: Likewise.
44114 * rt/Makefile: Likewise.
44115 * sysdeps/i386/asm-syntax.h: Likewise.
44116 * sysdeps/i386/sysdep.h: Likewise.
44117 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44118 * sysdeps/mach/sysdep.h: Likewise.
44119 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44120 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44121 * sysdeps/s390/asm-syntax.h: Likewise.
44122 * sysdeps/s390/s390-32/sysdep.h: Likewise.
44123 * sysdeps/s390/s390-64/sysdep.h: Likewise.
44124 * sysdeps/sh/sysdep.h: Likewise.
44125 * sysdeps/unix/sparc/sysdep.h: Likewise.
44126 * sysdeps/wordsize-32/divdi3.c: Likewise.
44127 * sysdeps/x86_64/sysdep.h: Likewise.
44128
00bbd29b
UD
44129 * argp/Versions: Remove _argp_unlock_xxx.
44130
44131 [BZ #13559]
44132 * abilist/ld.abilist: Update. Adjust for removal of tls option.
44133 * abilist/libBrokenLocale.abilist: Likewise.
44134 * abilist/libanl.abilist: Likewise.
44135 * abilist/libc.abilist: Likewise.
44136 * abilist/libcrypt.abilist: Likewise.
44137 * abilist/libdl.abilist: Likewise.
44138 * abilist/libm.abilist: Likewise.
44139 * abilist/libnsl.abilist: Likewise.
44140 * abilist/libpthread.abilist: Likewise.
44141 * abilist/libresolv.abilist: Likewise.
44142 * abilist/librt.abilist: Likewise.
44143 * abilist/libthread_db.abilist: Likewise.
44144 * abilist/libutil.abilist: Likewise.
44145 * abilist/libnss_db.abilist: New file.
44146
44147 * scripts/abilist.awk: Add support for indirect functions.
44148
a2693a0e
UD
44149 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44150
3f05895f
UD
44151 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44152
ecb6fb48
UD
44153 * shlib-versions: Remove entries for ports architectures.
44154
664f8cb9
UD
44155 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
44156 files in ports.
44157 * elf/stackguard-macros.h: Remove support for IA-64.
44158 * elf/tst-auditmod1.c: Likewise.
44159 * sysdeps/generic/ldsodefs.h: Likewise.
44160
7ae81d88
UD
44161 * sysdeps/unix/sysv/linux/configure.in: Ports should define
44162 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44163 configure files.
44164
bdeba135
UD
44165 [BZ #13552]
44166 * configure.in: Remove --enable-omitfp support.
44167 * FAQ.in: Adjust.
44168 * config.make.in: Likewise.
44169 * Makeconfig: Likewise.
44170 * manual/install.texi: Likewise.
44171
d75a0a62
UD
44172 In case anyone cares, the IA-64 architecture could move to ports.
44173 * sysdeps/ia64/*: Removed.
44174 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 44175 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 44176
dcc9756b
UD
44177 [BZ #13555]
44178 * configure.in: Remove entries for unsupported architectures.
44179
d3761ebc 44180 [BZ #13533]
9954432e
UD
44181 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44182 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
44183 routines.
44184 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44185 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44186 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
44187 fall back to using wcrtomb.
44188 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44189 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
44190 renaming.
44191 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44192 * wcsmbs/tst-c16c32-1.c: New file.
44193
44194 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44195 local variable.
44196
c3a87236
UD
44197 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44198
28926a1b
UD
44199 * elf/tst-unique3.cc: Add explicit declaration of gets.
44200 * elf/tst-unique3lib.cc: Likewise.
44201 * elf/tst-unique3lib2.cc: Likewise.
44202 * elf/tst-unique4.cc: Likewise.
44203
df78418a
UD
44204 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44205
8ecd6b2a
JM
442062012-01-06 Joseph Myers <joseph@codesourcery.com>
44207
44208 [BZ #13566]
44209 * assert/assert.h (static_assert): Don't define for C++.
44210 * libio/stdio.h (gets): Do declare for C++ <= C++11.
44211 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44212
9f115170
UD
442132012-01-03 Ulrich Drepper <drepper@gmail.com>
44214
5e0d0300
UD
44215 * iconv/loop.c (single loop): Fix assertion in storing of
44216 remaining bytes.
44217
9f115170
UD
44218 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44219
81fb02b0
UD
442202012-01-01 Ulrich Drepper <drepper@gmail.com>
44221
44222 * posix/getconf.c: Update copyright year.
44223 * nss/getent.c: Likewise.
a316c1f6 44224 * nss/makedb.c: Likewise.
81fb02b0
UD
44225 * iconv/iconvconfig.c: Likewise.
44226 * iconv/iconv_prog.c: Likewise.
44227 * elf/ldconfig.c: Likewise.
a316c1f6
UD
44228 * elf/pldd.c: Likewise.
44229 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
44230 * catgets/gencat.c: Likewise.
44231 * csu/version.c: Likewise.
44232 * elf/ldd.bash.in: Likewise.
44233 * elf/sprof.c (print_version): Likewise.
44234 * locale/programs/locale.c: Likewise.
44235 * locale/programs/localedef.c: Likewise.
a316c1f6 44236 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
44237 * nscd/nscd.c (print_version): Likewise.
44238 * debug/xtrace.sh: Likewise.
44239 * malloc/memusage.sh: Likewise.
44240 * malloc/mtrace.pl: Likewise.
44241 * debug/catchsegv.sh: Likewise.
44242
2ba92745
JJ
442432011-12-30 Jakub Jelinek <jakub@redhat.com>
44244
44245 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44246 pure attribute.
44247
dadebdae
UD
442482011-12-24 Ulrich Drepper <drepper@gmail.com>
44249
d3761ebc 44250 [BZ #13533]
db6af3eb
UD
44251 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44252 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44253 transformations.
44254 * iconv/gconv_int.h: Likewise.
44255 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44256 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44257 from libc for GLIBC_2.16.
44258 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44259 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44260 * wcsmbs/uchar.h: Really define mbstate_t.
44261 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44262 * wcsmbs/c16rtomb.c: New file.
44263 * wcsmbs/mbrtoc16.c: New file.
44264 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44265 for C/POSIX locale.
44266 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44267 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44268
dadebdae
UD
44269 * wcsmbs/wchar.h: Add missing __restrict.
44270
67371b56
UD
442712011-12-23 Ulrich Drepper <drepper@gmail.com>
44272
74033a25
UD
44273 [BZ #13532]
44274 * time/Makefile (routines): Add timespec_get.
44275 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44276 * time/time.h: Define TIME_UTC and declare timespec_get. Define
44277 timespec for ISO C11.
44278 * time/timespec_get.c: New file.
44279 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44280 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44281
380d7e87
UD
44282 [BZ #13531]
44283 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44284 * stdlib/stdlib.h: Declare aligned_alloc.
44285 * Versions.def: Add GLIBC_2.16 for libc.
44286 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44287
4e9e7a35
UD
44288 [BZ 13527]
44289 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44290 ISO C11.
44291
380d7e87 44292 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
44293 code.
44294
03a71829
UD
44295 [BZ #13528]
44296 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44297
839e283e
UD
44298 [BZ #13529]
44299 * assert/assert.h (static_assert): Define.
44300
ce5294e2 44301 * version.h: Update for 2.16 development version.
90fa7312 44302
8d44e150 44303 [BZ #13526]
d7809905
UD
44304 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44305 _ISOC11_SOURCE.
44306
c0da14cd
UD
44307 * version.h (RELEASE): Bump for 2.15 release.
44308 * include/features.h (__GLIBC_MINOR__): Bump to 15.
44309
530a3249
MP
44310 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44311 Patch by Marek Polacek <mpolacek@redhat.com>.
44312
67371b56
UD
44313 * bits/byteswap.h: Protect long long constants with __extension__.
44314 * sysdeps/i386/bits/byteswap.h: Likewise.
44315 * sysdeps/ia64/bits/byteswap.h: Likewise.
44316 * sysdeps/s390/bits/byteswap.h: Likewise.
44317 * sysdeps/x86_64/bits/byteswap.h: Likewise.
44318
15db4de1
LD
443192011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44320
44321 [BZ #13540]
bbe315ea
LD
44322 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44323 destination buffer.
15db4de1
LD
44324 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44325
2b2596b1
MP
443262011-12-23 Marek Polacek <polacek@redhat.com>
44327
44328 * elf/dl-addr.c (determine_info): Add inline keyword.
44329 * elf/tst-auditmod4b.c (check_avx): Likewise.
44330 * elf/tst-auditmod6b.c (check_avx): Likewise.
44331 * elf/tst-auditmod6c.c (check_avx): Likewise.
44332 * elf/tst-auditmod7b.c (check_avx): Likewise.
44333
70c6c246
UD
443342011-12-23 Ulrich Drepper <drepper@gmail.com>
44335
44336 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44337 !__SSE_MATH__.
44338
c044cf14
LD
443392011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44340
15db4de1 44341 [BZ #13540]
c044cf14
LD
44342 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44343 processing for last bytes.
44344
6b13d9d9
BH
443452011-08-06 Bruno Haible <bruno@clisp.org>
44346
d455f537
BH
44347 [BZ #13061]
44348 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44349 U+0385, not to U+1FEE.
44350
6b13d9d9
BH
44351 [BZ #13062]
44352 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44353 entry for U+00A5 U+0301.
44354
db910efd
UD
443552011-12-22 Ulrich Drepper <drepper@gmail.com>
44356
27deeafc
UD
44357 [BZ #13166]
44358 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44359 buffer for the output is too small.
44360
aed9d171
UD
44361 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44362 optimization.
44363
db910efd
UD
44364 [BZ #13185]
44365 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44366 SSE flags if possible.
44367
2bd779ae
LD
443682011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44369
e7f9dac3 44370 [BZ #13540]
2bd779ae
LD
44371 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44372 processing for last bytes.
44373
154bfc16
JM
443742011-12-22 Joseph Myers <joseph@codesourcery.com>
44375
44376 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44377 (syscall-list-default-options, syscall-list-default-condition)
44378 (syscall-list-includes): Define.
44379 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44380 list of ABIs and options and #if conditions for each ABI. Do not
44381 handle common syscalls between ABIs specially.
44382 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44383 Remove.
44384 (syscall-list-variants, syscall-list-32bit-options)
44385 (syscall-list-32bit-condition, syscall-list-64bit-options)
44386 (syscall-list-64bit-condition): Define.
44387 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44388 (syscall-list-variants, syscall-list-32bit-options)
44389 (syscall-list-32bit-condition, syscall-list-64bit-options)
44390 (syscall-list-64bit-condition): Define.
44391 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44392 Remove.
44393 (syscall-list-variants, syscall-list-32bit-options)
44394 (syscall-list-32bit-condition, syscall-list-64bit-options)
44395 (syscall-list-64bit-condition): Define.
44396 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44397 Remove.
44398 (syscall-list-variants, syscall-list-32bit-options)
44399 (syscall-list-32bit-condition, syscall-list-64bit-options)
44400 (syscall-list-64bit-condition): Define.
44401
21eaf3a5
UD
444022011-12-22 Ulrich Drepper <drepper@gmail.com>
44403
16c6f992
UD
44404 * locale/iso-639.def: Add brx entry.
44405
41043168
UD
44406 [BZ #13328]
44407 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44408 Proposed by Mariusz_Cukr <marcukr@op.pl>.
44409
21eaf3a5
UD
44410 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44411 __feraiseexcept_renamed.
44412
e3a851a2
UD
444132011-12-21 Ulrich Drepper <drepper@gmail.com>
44414
4920765e
UD
44415 [BZ #13538]
44416 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44417 EPOLLET with unsigned values.
44418 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44419 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44420
e3a851a2
UD
44421 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44422 to large cancellation.
44423 * math/s_cacoshf.c: Likewise.
44424 * math/s_cacoshl.c: Likewise.
44425
b27e24b8
RK
444262011-11-18 Richard B. Kreckel <kreckel@ginac.de>
44427
44428 [BZ #13305]
aebefeee 44429 [BZ #12786]
b27e24b8
RK
44430 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44431 * math/s_cacoshf.c: Likewise.
44432 * math/s_cacoshl.c: Likewise.
44433
ee190f67
UD
444342011-12-21 Ulrich Drepper <drepper@gmail.com>
44435
44436 [BZ #13439]
44437 * iconv/gconv.h: Define __GCONV_SWAP.
44438 * iconvdata/unicode.c: The swap bit must be stored in __flags.
44439 * iconvdata/utf-16.c: Likewise.
44440 * iconvdata/utf-32.c: Likewise.
44441
707f25df
AS
444422011-12-21 Andreas Schwab <schwab@linux-m68k.org>
44443
44444 [BZ #13524]
44445 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44446 numerator after shifting it by one limb.
44447
d2daaa1e
RÁE
444482011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
44449
44450 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44451 under [__USE_EXTERN_INLINES].
44452
a4647e72
UD
444532011-12-17 Ulrich Drepper <drepper@gmail.com>
44454
44455 [BZ #13446]
44456 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44457
f0b264f1
AZ
444582011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44459
44460 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44461 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44462 optimized code.
44463 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44464 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44465 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44466 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44467 for strncasecmp/strncasecmp_l compilation.
44468 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44469 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44470
8ef4f244
MP
444712011-12-08 Marek Polacek <mpolacek@redhat.com>
44472
44473 [BZ #13484]
44474 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44475 of __asm__.
44476
97ac2654
UD
444772011-12-17 Ulrich Drepper <drepper@gmail.com>
44478
44479 [BZ #13506]
44480 * time/tzfile.c (__tzfile_read): Check values from file header.
44481
91d2a845
WS
444822011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
44483
44484 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44485 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44486 * powerpc/powerpc32/dl-start.S: Likewise.
44487 * powerpc/powerpc32/elf/start.S: Likewise.
44488 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44489 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44490 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44491 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44492 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44493 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44494 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44495 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44496 * powerpc/powerpc32/fpu/s_round.S: Likewise.
44497 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44498 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44499 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44500 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44501 * powerpc/powerpc32/memset.S: Likewise.
44502 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44503 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44504 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44505 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44506 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44507 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44508 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44509 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44510 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44511 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44512 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44513 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44514 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44515
a1267ba1
AZ
445162011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44517
44518 * math/libm-test.inc: Added more nearbyint tests.
44519 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44520 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44521 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44522 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
44523
ad8ac1bd
RL
445242011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
44525
44526 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44527 FD_CLOEXEC.
44528
1d3e4b61
UD
445292011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44530
44531 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44532 Add wcscpy-ssse3 wcscpy-c.
44533 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44534 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44535 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44536 * sysdeps/x86_64/wcschr.S: New file.
44537 * sysdeps/x86_64/wcsrchr.S: New file.
44538 * string/test-strcmp.c: Remove checking of wcscmp function for
44539 wrong alignments.
44540 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44541 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44542 wcsrchr-sse2 wcsrchr-c.
44543 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44544 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44545 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44546 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44547 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44548 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44549 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44550 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44551 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44552 * wcsmbc/wcschr.c (WCSCHR): New macro.
44553
5b330a2d
UD
445542011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44555
44556 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
44557 * wcsmbs/test-wcsrchr.c: New file.
44558 * string/test-strrchr.c: Add wcsrchr support.
44559 (WIDE): New macro.
44560 * wcsmbs/test-wcscpy.c: New file.
44561 * string/test-strcpy.c: Add wcscpy support.
44562 (WIDE): New macro.
26428b7c 44563
f039c043
UD
445642011-12-10 Ulrich Drepper <drepper@gmail.com>
44565
44566 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
44567 the inner loop.
44568
850fb039
AS
445692011-12-06 Andreas Schwab <schwab@linux-m68k.org>
44570
44571 [BZ #13472]
44572 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
44573
4efbd5cb
UD
445742011-12-04 Ulrich Drepper <drepper@gmail.com>
44575
52ff5dd0 44576 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 44577 Minor optimizations.
52ff5dd0 44578
4efbd5cb
UD
44579 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
44580 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
44581 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
44582
8a426e12
UD
445832011-12-03 Ulrich Drepper <drepper@gmail.com>
44584
aff2453d
UD
44585 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
44586 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
44587 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
44588 for gcc to avoid warnings.
44589 * inet/Makefile (tests): Add tst-checks.
44590 * inet/tst-checks.c: New file.
44591
44592 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
44593 warning.
44594
44595 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44596 __wmemcmp_sse2.
44597
44598 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44599 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44600
8a426e12
UD
44601 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44602
9bea3473
UD
446032011-12-02 Ulrich Drepper <drepper@gmail.com>
44604
3a965496
UD
44605 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44606 problem.
44607
9bea3473
UD
44608 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44609
f101631b
UD
446102011-11-29 Joseph Myers <joseph@codesourcery.com>
44611
44612 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44613 conditional on GCC version.
44614 (__arch_compare_and_exchange_val_8_acq)
44615 (__arch_compare_and_exchange_val_16_acq)
44616 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44617 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44618 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44619
a98275aa
UD
446202011-12-02 Joseph Myers <joseph@codesourcery.com>
44621
44622 * sysdeps/sh/backtrace.c: New file.
44623
d4cc29a2
AS
446242011-12-02 Andreas Schwab <schwab@redhat.com>
44625
44626 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
44627 parenthesis.
44628
6257af2d
AS
446292011-12-01 Andreas Schwab <schwab@redhat.com>
44630
44631 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44632 falling back to utime.
44633
b5f44c1a
AS
446342011-11-30 Andreas Schwab <schwab@redhat.com>
44635
44636 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44637 expectations for float.
44638
f3a6cc0a
AS
446392011-11-29 Andreas Schwab <schwab@redhat.com>
44640
44641 * locale/weight.h (findidx): Add parameter len.
44642 * locale/weightwc.h (findidx): Likewise.
44643 * posix/fnmatch_loop.c (FCT): Adjust caller.
44644 * posix/regcomp.c (build_equiv_class): Likewise.
44645 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44646 * posix/regexec.c (check_node_accept_bytes): Likewise.
44647 * string/strcoll_l.c (STRCOLL): Likewise.
44648 * string/strxfrm_l.c (STRXFRM): Likewise.
44649
9d65ea3a
UD
446502011-11-17 Ulrich Drepper <drepper@gmail.com>
44651
44652 * Makefile.in: Remove CVSOPT handling.
44653 * configure.in: Remove use of AC_REVISION.
44654 * iconvdata/Makefile (distribute): No need to filter out CVS.
44655 * scripts/list-sources.sh: Remove CVS, subversion and monotone
44656 handling.
44657
5583a086
AS
446582011-11-16 Andreas Schwab <schwab@redhat.com>
44659
44660 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44661 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44662 [USE_AS_STRNCASECMP_L]: Likewise.
44663 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44664 NO_TLS_DIRECT_SEG_REFS.
44665 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44666 Fix argument offsets for non-PIC.
44667 [USE_AS_STRNCASECMP_L]: Likewise.
44668 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44669 NO_TLS_DIRECT_SEG_REFS.
44670
d62a8200
UD
446712011-11-15 Ulrich Drepper <drepper@gmail.com>
44672
9d65ea3a 44673 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
44674 O_CLOEXEC.
44675 * locale/loadlocale.c (_nl_load_locale): Likewise.
44676
09f93bd3
AS
446772011-11-15 Andreas Schwab <schwab@redhat.com>
44678
446514f9
AS
44679 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44680 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44681 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44682 (SYSCALL_GETTIME): Set errno on error.
44683
09f93bd3
AS
44684 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44685 count references to noai6ai_cached.
44686
312be3f9
UD
446872011-11-15 Ulrich Drepper <drepper@gmail.com>
44688
44689 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44690
44691 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44692 FD_CLOEXEC for /proc/self/maps.
44693
44694 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44695 FD_CLOEXEC for /proc/meminfo.
44696
44697 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44698 gai.conf.
44699
44700 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
44701 FD_CLOEXEC for given file.
44702
44703 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44704
44705 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44706 FD_CLOEXEC for /etc/hosts.
44707 (_gethtent): Likewise.
44708
44709 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44710
44711 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44712 cancellation and set FD_CLOEXEC for /etc/netgroup.
44713
44714 * nss/nss_files/files-key.c (search): Don't allow cancellation when
44715 reading /etc/publickey.
44716
44717 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44718 allow cancellation when reading /etc/group.
44719
44720 * nss/nss_files/files-alias.c (internal_setent): Don't allow
44721 cancellation.
44722 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
44723
44724 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44725 when using data file.
44726
44727 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44728
44729 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44730 (write_nis_obj): Use "c" and "e" in fopen.
44731
44732 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44733
44734 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44735
44736 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44737
44738 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44739
44740 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44741 locale.alias.
44742
44743 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44744
44745 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
44746
44747 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44748
44749 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44750 file parsing and set FD_CLOEXEC.
44751
82af0fa8
UD
447522011-11-14 Ulrich Drepper <drepper@gmail.com>
44753
44754 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44755
a5fb313c
AS
447562011-11-14 Andreas Schwab <schwab@redhat.com>
44757
44758 * malloc/arena.c (arena_get2): Don't call reused_arena when
44759 _int_new_arena failed.
44760
6abf3465
UD
447612011-11-14 Ulrich Drepper <drepper@gmail.com>
44762
44763 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44764 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44765 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44766 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44767 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44768 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44769 to compile strcasecmp and strncasecmp.
44770 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44771 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44772
44773 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44774
76e3966e
UD
447752011-11-13 Ulrich Drepper <drepper@gmail.com>
44776
44777 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44778 locale-defines.sym to gen-as-const-headers.
44779 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44780 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44781 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44782 to compile strcasecmp and strncasecmp.
44783 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44784 strcasecmp_l and strncasecmp_l.
44785 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44786 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44787 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44788 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44789 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44790 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44791 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44792 * sysdeps/i386/i686/multiarch/strncase.S: New file.
44793 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44794 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44795 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44796
ab26144e
UD
447972011-11-12 Ulrich Drepper <drepper@gmail.com>
44798
7edb22ef
UD
44799 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44800 result of SYSDEP_GETTIME_CPU to retval.
44801 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44802 parameter list to macro. Remove trailing semicolon. Adjust users.
44803
9694fc44
UD
44804 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44805 variable.
44806
8ad89ef8
UD
44807 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44808 mantissa words.
44809 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44810
0c822ef9
UD
44811 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44812 from unused variable.
44813
874e0564
UD
44814 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44815 DWARF definitions.
44816 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44817 for assembling.
44818
3a2edc79
UD
44819 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44820 over namespaces.
44821
f3c2577f
UD
44822 * sunrpc/rpc_prot.c (rejected): Fix case value.
44823
294ce126
UD
44824 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44825 unsigned long long int to avoid warnings in shift.
44826
5e2b63c6
UD
44827 * posix/regex_internal.c (re_string_reconstruct): Actually use result
44828 of use of trans.
44829 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44830 variable tmp.
44831
e7f4b08e
UD
44832 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44833 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44834 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44835
ab26144e
UD
44836 * nis/nis_table.c (nis_list): Use variable of correct type for
44837 result of __follow_path call.
44838
8a6d5255
AZ
448392011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44840
44841 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44842 of math functions ceil, trunc, floor, round, and sqrt, when
44843 avaliable on the platform.
44844 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44845 name clash.
44846 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44847 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44848 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44849
aaddc98c
MP
448502011-10-30 Marek Polacek <mpolacek@redhat.com>
44851
44852 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44853 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44854
95b7042b
RM
448552011-11-11 Roland McGrath <roland@hack.frob.com>
44856
44857 * include/unistd.h: Fix __readlink return type.
44858 Reported by Chris Metcalf <cmetcalf@tilera.com>.
44859
57769839
UD
448602011-11-11 Ulrich Drepper <drepper@gmail.com>
44861
44862 * stdlib/ucontext.h: Undo last change for makecontext.
44863
edc5984d
AS
448642011-11-11 Andreas Schwab <schwab@redhat.com>
44865
98591e58
AS
44866 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44867
edc5984d
AS
44868 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44869 * setjmp/setjmp.h: Mark functions as non-leaf.
44870 * setjmp/bits/setjmp2.h: Likewise.
44871 * stdlib/ucontext.h: Likewise.
44872
77cdc054
AS
448732011-11-10 Andreas Schwab <schwab@redhat.com>
44874
44875 * malloc/arena.c (_int_new_arena): Don't increment narenas.
44876 (reused_arena): Don't check arena limit.
44877 (arena_get2): Atomically check arena limit.
44878
fe72eebd
UD
448792011-11-08 Ulrich Drepper <drepper@gmail.com>
44880
5f078c32
UD
44881 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44882 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44883
fe72eebd
UD
44884 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44885 instructions.
44886
ae1bc2fa
AS
448872011-11-07 Andreas Schwab <schwab@redhat.com>
44888
7583a88d
AS
44889 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44890 handler when locking.
44891
ae1bc2fa
AS
44892 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44893 Fix size of allocated buffer.
44894
10fb0bfa
AS
448952011-11-04 Andreas Schwab <schwab@redhat.com>
44896
998832a4
AS
44897 [BZ #10103]
44898 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44899 declarations for long double functions.
44900 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44901
10fb0bfa
AS
44902 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44903
3d7ba52b
AS
449042011-11-03 Andreas Schwab <schwab@redhat.com>
44905
a9ae54a1
AS
44906 * nscd/nscd.c (main): Don't start AVC thread until credentials are
44907 installed.
44908
3d7ba52b
AS
44909 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44910 is disabled.
44911
bc8db248
ST
449122011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
44913
44914 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44915
45b96dd6
AS
449162011-11-01 Andreas Schwab <schwab@linux-m68k.org>
44917
647776f6
AS
44918 * include/alloca.h (stackinfo_alloca_round): Define.
44919 (extend_alloca): Use it.
44920 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44921 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44922 here.
44923
d91a8b93
AS
44924 * scripts/check-local-headers.sh: Ignore libaudit.h.
44925
45b96dd6
AS
44926 * nscd/Makefile (extra-objs): Make recursively expanded.
44927
432d41ce
UD
449282011-11-01 Ulrich Drepper <drepper@gmail.com>
44929
34372fc6
UD
44930 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44931 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44932
fadb59f8
UD
44933 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44934 * posix/tst-rfc3484-2.c: Likewise.
44935 * posix/tst-rfc3484-3.c: Likewise.
44936
78239589
UD
44937 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44938 process_vm_writev.
44939 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44940 process_vm_writev.
44941 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44942 process_vm_writev from libc using GLIBC_2.15 version.
44943
432d41ce
UD
44944 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44945
02f9c6cf
PP
449462011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
44947
44948 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44949 stack usage.
44950
3a2c0242
UD
449512011-10-31 Ulrich Drepper <drepper@gmail.com>
44952
f4ec4833
UD
44953 [BZ #13367]
44954 * nss/getent.c (initgroups_keys): Show error message in case no group
44955 names are given.
44956
3a2c0242
UD
44957 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
44958 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
44959 __bump_nl_timestamp.
44960 * nscd/connections (nscd_init): When host database is served open
44961 netlink socket and request notification about configuration changes.
44962 (main_loop_poll): Track netlink file descriptor and bump timestamp
44963 in case data becomes available.
44964 (main_loop_epoll): Likewise.
44965 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
44966 (database_pers_head): Add extra_data fileds.
44967 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
44968 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
44969 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
44970 Adjust caller.
44971 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
44972 in6ai data, call __free_in6ai.
44973 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
44974 Add -DHAVE_NETLINK.
44975 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
44976 interface information. Reuse previous data if netlink timestamp
44977 is not changed.
44978 (__bump_nl_timestamp): New function.
44979 (__free_in6ai): New function.
44980
636064eb
UD
449812011-10-30 Ulrich Drepper <drepper@gmail.com>
44982
44983 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
44984 close_not_cancel_no_status here.
44985 (__check_pf): Reorganize code a bit to not call close twice if OOM.
44986
9beb2334
UD
449872011-10-29 Ulrich Drepper <drepper@gmail.com>
44988
6ef76f3b
UD
44989 [BZ #13276]
44990 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
44991 return value.
44992
0ffc4f3e 44993 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
44994 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
44995 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
44996
cb95113e
UD
449972011-07-03 Andreas Jaeger <aj@suse.de>
44998
44999 [BZ #10709]
45000 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
45001 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
45002 * math/libm-test.inc (sin_test): Add test case.
45003
a1b560ff
UD
450042011-10-29 Ulrich Drepper <drepper@gmail.com>
45005
c9aaface
UD
45006 [BZ #13337]
45007 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
45008 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45009
d272e7f1
UD
45010 * elf/chroot_canon.c (chroot_canon): Cleanups.
45011
1bc33071
UD
45012 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
45013
1760874d
TJ
45014 [BZ #13335]
45015 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
45016 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45017
51d91b18
UD
45018 * string/test-strchr.c: Make usable for strchrnul testing.
45019 * string/test-strchrnul.c: New file.
45020 * string/Makefile (strop-tests): Add strchrnul.
45021
a1b560ff 45022 * po/it.po: Update from translation team.
b611fb81 45023 * po/es.po: Likewise.
a1b560ff 45024
a5b81e1f
UD
450252011-10-28 Ulrich Drepper <drepper@gmail.com>
45026
fd52bc6d
UD
45027 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
45028 the three constants needed as parameters. Drop the others.
45029 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
45030 __m128i_strloadu_tolower.
52e4b9eb
UD
45031 Create and initialize variable zero and use it in all the places
45032 where _mm_setzero_si128 was used.
fd52bc6d 45033
a5b81e1f
UD
45034 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45035 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45036 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45037 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45038 anymore.
45039 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45040 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45041 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45042 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45043 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45044 __mpranred, __mptan.
45045 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45046 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45047 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45048 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45049 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45050 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45051 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45052 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45053 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45054
b4343346
AS
450552011-10-28 Andreas Schwab <schwab@redhat.com>
45056
0c92d8a8
AS
45057 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45058 redefine if SHARED.
45059 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45060
b4343346
AS
45061 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45062 wide char related routines to wcsmbs subdir.
45063
3871f58f
AS
450642011-10-27 Andreas Schwab <schwab@redhat.com>
45065
45066 [BZ #13344]
45067 * misc/sys/cdefs.h (__THROWNL): Define.
45068 * posix/unistd.h: Use __THREADNL instead of __THREAD
45069 for memory synchronization functions.
45070
94d44d9f
RM
450712011-10-26 Roland McGrath <roland@hack.frob.com>
45072
21b64b15 45073 [BZ #13349]
94d44d9f
RM
45074 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45075 doesn't exist.
45076 * manual/stdio.texi (Obstack Streams): Node removed.
45077
f6ce9294
AS
450782011-10-26 Andreas Schwab <schwab@redhat.com>
45079
80479147
AS
45080 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45081 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45082 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45083
f6ce9294
AS
45084 * math/math_private.h (math_force_eval): Allow non-addressable
45085 arguments.
45086 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45087
618280a1
UD
450882011-10-25 Ulrich Drepper <drepper@gmail.com>
45089
e0016b11
UD
45090 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45091 file is not needed.
45092
45093 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45094 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45095 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45096 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45097 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45098 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45099 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45100 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45101 Add AVX variants.
45102 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45103 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45104 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45105 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45106 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45107 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45108 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45109 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45110 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45111 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45112 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45113 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45114 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45115 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45116 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45117 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45118 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45119 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45120 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45121
45122 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45123 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
45124
618280a1
UD
45125 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45126 place. Use VEX encoding when compiling for AVX.
45127
37822576
AS
451282011-10-25 Andreas Schwab <schwab@redhat.com>
45129
1f1e1947
AS
45130 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45131 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45132
37822576
AS
45133 * string/test-strchr.c (do_test): Don't generate NUL bytes.
45134
31ea014d
UD
451352011-10-25 Ulrich Drepper <drepper@gmail.com>
45136
d7826aa1 45137 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 45138 useless if() expression.
d7826aa1
UD
45139 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45140 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45141 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45142 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45143 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45144 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45145 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45146 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45147 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45148 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45149 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45150 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45151 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45152 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45153 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45154 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45155 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45156 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45157 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45158
31ea014d
UD
45159 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45160
16437fec
AS
451612011-10-25 Andreas Schwab <schwab@redhat.com>
45162
45163 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45164 condition.
45165 * elf/dl-fini.c (_dl_sort_fini): Likewise.
45166
31d3cc00
UD
451672011-10-25 Ulrich Drepper <drepper@gmail.com>
45168
45169 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45170 .text section. Avoid duplicate constants.
45171 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45172 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45173 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45174 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45175 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45176 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45177 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45178 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45179 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45180 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45181 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45182 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45183 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45184 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45185 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45186 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45187 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45188 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45189 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45190 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45191 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45192 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45193 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45194 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45195 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45196 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45197 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45198 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45199 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45200 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45201 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45202 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45203 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45204 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45205 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45206 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45207 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45208 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45209 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45210 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45211 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45212 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45213 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45214 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45215 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45216
58985aa9
UD
452172011-10-24 Ulrich Drepper <drepper@gmail.com>
45218
202c9deb
UD
45219 * sysdeps/x86_64/dla.h: Move to ...
45220 * sysdeps/x86_64/fpu/dla.h: ...here.
45221 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45222 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 45223
af968f62
UD
45224 * config.make.in: Add have-mfma4 entry.
45225 * configure.in: Substitute libc_cv_cc_fma4.
45226 * math/Makefile (dbl-only-routines): Add sincostab.
45227 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45228 Use __sincostab not sincos.
45229 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45230 name is a macro.
45231 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45232 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45233 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45234 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
45235 using __copysign.
45236 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
45237 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
45238 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45239 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45240 and __inv.
45241 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45242 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45243 __copysign.
45244 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
45245 define aliases when function name is a macro.
45246 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45247 sysdeps/ieee754/dbl-64/sincos.tbl.
45248 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45249 fma4-enabled routines.
45250 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45251 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45252 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45253 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45254 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45255 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45256 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45257 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45258 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45259 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45260 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45261 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45262 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45263 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45264 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45265 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45266 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45267 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45268 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45269 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45270 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45271 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45272 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45273 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45274 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45275 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45276 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45277 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45278 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45279 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45280
58985aa9
UD
45281 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45282 rename.
45283 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45284 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45285 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45286 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45287 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45288 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45289 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45290 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45291
a201fbcf
AS
452922011-10-24 Andreas Schwab <schwab@redhat.com>
45293
45294 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45295
fc2ee42a
LD
452962011-10-23 Ulrich Drepper <drepper@gmail.com>
45297
bb3129bd
UD
45298 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45299
0275fff8
UD
45300 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45301 prediction.
45302 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45303
2fa2ae85
UD
45304 * string/strnlen.c: Don't define STRNLEN, reverse logic.
45305 Remove unused variable magic_bits.
45306 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45307
fc2ee42a
LD
45308 * string/strnlen.c: Define and use STRNLEN macro.
45309 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45310 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45311 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45312 * wcsmbs/wcslen.c: Define and use WCSLEN.
45313 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45314 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45315 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45316 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45317 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45318 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45319 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45320
ce7dd29f
LD
453212011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45322
45323 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45324 strnlen-sse2-no-bsf.
45325 Rename strlen-no-bsf to strlen-sse2-no-bsf.
45326 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45327 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45328 Add strnlen support.
45329 (USE_AS_STRNLEN): New macro.
45330 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45331 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45332 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45333 * sysdeps/x86_64/wcslen.S: New file.
45334
979c70a3
MZ
453352011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
45336
45337 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45338 XMM-moves are used for copying on small sizes.
45339
2d09f82f
LD
453402011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45341
45342 * wcsmbs/Makefile (strop-tests): Add wcschr.
45343 * wcsmbs/test-wcschr.c: New file.
45344 * string/test-strchr.c: Update.
45345 Add wcschr support.
45346 (WIDE): New macro.
45347
619fccca
LD
453482011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45349
2d09f82f 45350 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
45351 * wcsmbs/test-wcslen.c: New file.
45352 * string/test-strlen.c: Update.
45353 Add wcslen support.
45354 (WIDE): New macro.
45355
09f699ea
UD
453562011-10-23 Ulrich Drepper <drepper@gmail.com>
45357
45358 * po/it.po: Update from translation team.
45359
95584d3b
LD
453602011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45361
45362 * sysdeps/x86_64/wcscmp.S: Update.
45363 Fix wrong comparison semantics.
45364 wcscmp shall use signed comparison not unsigned.
45365 Don't use substraction to avoid overflow bug.
45366 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45367 * wcsmbc/wcscmp.c: Likewise.
45368 * string/test-strcmp.c: Likewise.
45369 Add new tests to check cases with negative values.
45370
c8b3296b
UD
453712011-10-23 Ulrich Drepper <drepper@gmail.com>
45372
45373 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45374 * sysdeps/x86_64/dla.h: ...here. New file.
45375 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45376 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45377 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45378 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45379 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45380 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45381 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45382 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45383 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45384
246ad57a
AS
453852011-10-23 Andreas Schwab <schwab@linux-m68k.org>
45386
45387 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45388 __ynl_finite aliases.
45389
a1a87169
UD
453902011-10-22 Ulrich Drepper <drepper@gmail.com>
45391
0d355eb7
UD
45392 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45393
a1a87169
UD
45394 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45395 define DLA_FMA.
45396 [DLA_FMA] (EMULV): Use DLA_FMA.
45397 [DLA_FMA] (MUL12): Use EMULV.
45398 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45399 that are not needed.
45400 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45401 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45402 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45403 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45404 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45405 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45406 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45407
ee2aafe0
AS
454082011-10-22 Andreas Schwab <schwab@linux-m68k.org>
45409
45410 * math/s_nan.c: Undef __nan.
45411 * math/s_nanf.c: Undef __nanf.
45412 * math/s_nanl.c: Undef __nanl.
45413 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45414 "math_private.h".
45415
bc62c2fb
UD
454162011-10-22 Ulrich Drepper <drepper@gmail.com>
45417
77425c63
UD
45418 * math/s_catan.c: Add branch predictions.
45419 * math/s_catanf.c: Likewise.
45420 * math/s_catanh.c: Likewise.
45421 * math/s_catanhf.c: Likewise.
45422 * math/s_catanhl.c: Likewise.
45423 * math/s_catanl.c: Likewise.
45424 * math/s_cexp.c: Likewise.
45425 * math/s_cexpf.c: Likewise.
45426 * math/s_cexpl.c: Likewise.
45427 * math/s_clog.c: Likewise.
45428 * math/s_clog10.c: Likewise.
45429 * math/s_clog10f.c: Likewise.
45430 * math/s_clog10l.c: Likewise.
45431 * math/s_clogf.c: Likewise.
45432 * math/s_clogl.c: Likewise.
45433 * math/s_csqrt.c: Likewise.
45434 * math/s_csqrtf.c: Likewise.
45435 * math/s_csqrtl.c: Likewise.
45436 * math/s_ctanf.c: Likewise.
45437 * math/s_ctanh.c: Likewise.
45438 * math/s_ctanhf.c: Likewise.
45439 * math/s_ctanhl.c: Likewise.
45440 * math/s_ctanl.c: Likewise.
45441
bc62c2fb
UD
45442 * math/math_private.h: Define __nan, __nanf, __nanl.
45443 * math/s_cacosh.c: Include <math_private.h>.
45444 * math/s_cacoshl.c: Likewise.
45445 * math/s_casinh.c: Likewise.
45446 * math/s_casinhf.c: Likewise.
45447 * math/s_casinhl.c: Likewise.
45448 * math/s_ccos.c: Rely entire on ccosh.
45449 * math/s_ccosf.c: Rely entire on ccoshf.
45450 * math/s_ccosl.c: Rely entirely on ccoshl.
45451 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
45452 Remove tests for FE_INVALID.
45453 * math/s_ccoshf.c: Likewise.
45454 * math/s_ccoshl.c: Likewise.
45455 * math/s_csin.c: Likewise.
45456 * math/s_csinf.c: Likewise.
45457 * math/s_csinh.c Likewise.
45458 * math/s_csinhf.c: Likewise.
45459 * math/s_csinhl.c: Likewise.
45460 * math/s_csinl.c: Likewise.
45461 * math/s_ctan.c: Likewise.
45462 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45463 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45464 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45465
8ec250a4
UD
454662011-10-21 Ulrich Drepper <drepper@gmail.com>
45467
c196fed8
UD
45468 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45469 compilation problems.
45470
8ec250a4
UD
45471 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45472 __builtin_expect.
45473
8d4f46c6
UD
454742011-10-20 Ulrich Drepper <drepper@gmail.com>
45475
ed72b654
UD
45476 * sysdeps/i386/configure.in: Test for -mfma4 option.
45477 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45478 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45479 COMMON_CPUID_INDEX_80000001.
45480 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45481 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45482 use it if FMA3 is not supported.
45483 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45484
8d4f46c6
UD
45485 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45486 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45487
d45c60c2
AS
454882011-10-20 Andreas Schwab <schwab@redhat.com>
45489
45490 [BZ #12892]
45491 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45492 it would create a cycle with a link time dependency.
45493
d9a4d2ab
UD
454942011-10-19 Ulrich Drepper <drepper@gmail.com>
45495
855d1560
UD
45496 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45497 instruction.
45498 * string/Makefile (strop-tests): Add rawmemchr.
45499 * string/test-rawmemchr.c: New file.
45500
d9a4d2ab
UD
45501 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45502 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
45503 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
45504 when compiling str{,n}casecmp and when AVX is available. Hook up
45505 new optimized code in initializers.
45506
8f3b1ffe
AS
455072011-10-19 Andreas Schwab <schwab@redhat.com>
45508
45509 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45510 __feraiseexcept instead of feraiseexcept.
45511
d38f1dba
UD
455122011-10-18 Ulrich Drepper <drepper@gmail.com>
45513
d9a8d0ab
UD
45514 * math/math_private.h: Define defaults for libc_fetestexcept and
45515 libc_feupdateenv.
45516 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45517 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45518 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45519 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45520 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45521 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45522 libc_fetestexcept and libc_feupdateenv.
45523
4855e3dd
UD
45524 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45525 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45526 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45527 * sysdeps/x86_64/fpu/math_private.h: Define special version of
45528 libc_feholdexcept_setround.
45529
581d30e3
UD
45530 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45531 Add s_nearbyint-c and s_nearbyintf-c.
45532 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45533 nearbyintf inlines.
45534 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45535 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45536 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45537 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45538
d38f1dba
UD
45539 * math/math_private.h: Define defaults for libc_fegetround,
45540 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45541 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45542 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45543 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45544 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45545 standard functions.
45546 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45547 Remove comments and hacks for old compiler versions.
45548 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45549 libc_fegetround, libc_fesetround, libc_feholdexcept, and
45550 libc_feholdexceptl.
45551
caa6c9d8
AS
455522011-10-18 Andreas Schwab <schwab@redhat.com>
45553
45554 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
45555 (__feraiseexcept_renamed): Add __NTH.
45556 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
45557 namespace violations.
45558
97c066e6
UD
455592011-10-17 Ulrich Drepper <drepper@gmail.com>
45560
99ce7b04
UD
45561 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
45562
1004d182
UD
45563 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
45564
228a984d
UD
45565 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
45566 recently added interfaces.
45567 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
45568
c8553a6a
UD
45569 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
45570 about macro parameter expansion.
45571
ed22dcf6
UD
45572 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
45573 __NO_MATH_INLINES is defined. Cleanups.
45574
45575 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
45576 and __floorf is target has SSE4.1.
45577 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
45578 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
45579 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
45580 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
45581
b171c137
UD
45582 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
45583 name.
45584 (floorf): Likewise.
45585
97c066e6
UD
45586 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
45587
629f62ef
AS
455882011-10-17 Andreas Schwab <schwab@redhat.com>
45589
49a43d80
AS
45590 * misc/sys/cdefs.h: Fix last change.
45591
629f62ef
AS
45592 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
45593 database lookup.
45594
e453f6cd
UD
455952011-10-16 Ulrich Drepper <drepper@gmail.com>
45596
aa78043a
UD
45597 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45598
ad0f5cad
UD
45599 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45600 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45601 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45602 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45603 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45604 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45605 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45606 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45607 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45608 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45609 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45610 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45611 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45612 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45613 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45614 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45615 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45616 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45617 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45618 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45619 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45620 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45621
45622 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45623 ceil, ceilf, floor, floorf.
45624
45625 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45626 Perform IRELATIVE relocations last.
45627
e453f6cd
UD
45628 * elf/do-rel.h: Add another parameter nrelative, replacing the
45629 local variable with the same name. Change name of the function
45630 to end in Rel or Rela (uppercase).
45631 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45632 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
45633 elf_dynamic_do_##reloc function.
45634
fd5bdc09
UD
456352011-10-15 Ulrich Drepper <drepper@gmail.com>
45636
79b195b5
UD
45637 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45638 is sufficient, at least on modern CPUs.
45639
d4a28569
UD
45640 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45641
b61099b5
UD
45642 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45643 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45644
bcf01e6d
UD
45645 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45646 __expl_finite.
45647 * math/bits/math-finite.h: Add entries for exp.
45648 * math/e_expl.c: Add __*_finite alias.
45649 * sysdeps/i386/fpu/e_exp.S: Likewise.
45650 * sysdeps/i386/fpu/e_expf.S: Likewise.
45651 * sysdeps/i386/fpu/e_expl.c: Likewise.
45652 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45653 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45654 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45655 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45656 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45657 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45658 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45659
ba1a0d59
UD
45660 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45661 is sufficient, at least on modern CPUs.
45662
fd5bdc09
UD
45663 * ctype/ctype-info.c (__ctype_init): Define.
45664 * include/ctype.h (__ctype_init): Declare.
45665 (__ctype_b_loc): The variable is always initialized.
45666 (__ctype_toupper_loc): Likewise.
45667 (__ctype_tolower_loc): Likewise.
45668 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45669 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45670
7872cfb0
AS
456712011-10-15 Andreas Schwab <schwab@linux-m68k.org>
45672
b468825a
AS
45673 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45674
7872cfb0
AS
45675 * configure.in: Also look in $cxxmachine/include for C++ system
45676 headers.
45677
be13f7bf
LD
456782011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45679
45680 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45681 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45682 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45683 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
45684 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45685 (USE_AS_WMEMCMP): New macro.
45686 Fixing indents.
45687 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45688 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45689 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45690 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45691 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45692 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45693 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45694 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45695 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45696 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45697 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45698 (USE_AS_WMEMCMP): New macro.
45699 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45700 * sysdeps/string/test-memcmp.c: Update.
45701 Fix simple_wmemcmp.
45702 Add new tests.
45703 * wcsmbs/wmemcmp.c: Update.
45704 (WMEMCMP): New macro.
45705 Fix overflow bug.
45706
556a2007
AJ
457072011-10-12 Andreas Jaeger <aj@suse.de>
45708
45709 [BZ #13268]
45710 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45711
538faaa7
UD
457122011-10-15 Ulrich Drepper <drepper@gmail.com>
45713
ab6737ff
UD
45714 * libio/iofwide.c (do_length): Avoid warning.
45715
538faaa7
UD
45716 * ctype/ctype.h (__isctype_f): Add missing __THROW.
45717
396a21b1
UD
457182011-10-14 Ulrich Drepper <drepper@gmail.com>
45719
cdf2901f
UD
45720 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45721
38ad40ce
UD
45722 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45723 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45724 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45725 * sysdeps/i386/i686/fpu/e_log.S: New file.
45726 * sysdeps/i386/i686/fpu/e_logf.S: New file.
45727 * sysdeps/i386/i686/fpu/e_logl.S: New file.
45728
396a21b1
UD
45729 * ctype/ctype.h: Add support for inlined isXXX functions when
45730 compiling C++ code.
45731
6b1f68c9
AS
457322011-10-14 Andreas Schwab <schwab@redhat.com>
45733
349290c0
AS
45734 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45735
6b1f68c9
AS
45736 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45737
f2282d42
RM
457382011-10-13 Roland McGrath <roland@hack.frob.com>
45739
45740 [BZ #13291]
45741 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45742
5298ffa8
AS
457432011-10-13 Andreas Schwab <schwab@redhat.com>
45744
714fad23
AS
45745 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
45746 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45747 feraiseexcept.
45748
81dcc7fb
AS
45749 * sysdeps/x86_64/memrchr.S: Check for zero size.
45750
5298ffa8
AS
45751 * string/stratcliff.c: Add memrchr tests.
45752
951fbcec
LD
457532011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45754
45755 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45756 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45757 rawmemchr-sse2 rawmemchr-sse2-bsf.
45758 * sysdeps/i386/i686/multiarch/memchr.S: New file.
45759 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45760 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45761 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45762 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45763 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45764 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45765 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45766 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45767 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45768 * string/memrchr.c (MEMRCHR): New macro.
45769
0ac5ae23
UD
457702011-10-12 Ulrich Drepper <drepper@gmail.com>
45771
45772 Add integration with gcc's -ffinite-math-only and optimize wrapper
45773 functions in libm.
45774 * Versions.def: Define GLIBC_2.15 version for libm.
45775 * math/Makefile (headers): Add bits/math-finite.h.
45776 * math/bits/math-finite.h: New file.
45777 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45778 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45779 * math/e_acoshl.c: Add __*_finite alias.
45780 * math/e_acosl.c: Likewise.
45781 * math/e_asinl.c: Likewise.
45782 * math/e_atan2l.c: Likewise.
45783 * math/e_atanhl.c: Likewise.
45784 * math/e_coshl.c: Likewise.
45785 * math/e_exp10.c: Likewise.
45786 * math/e_exp10f.c: Likewise.
45787 * math/e_exp10l.c: Likewise.
45788 * math/e_exp2l.c: Likewise.
45789 * math/e_fmodl.c: Likewise.
45790 * math/e_gammal_r.c: Likewise.
45791 * math/e_hypotl.c: Likewise.
45792 * math/e_j0l.c: Likewise.
45793 * math/e_j1l.c: Likewise.
45794 * math/e_jnl.c: Likewise.
45795 * math/e_lgammal_r.c: Likewise.
45796 * math/e_log10l.c: Likewise.
45797 * math/e_log2l.c: Likewise.
45798 * math/e_logl.c: Likewise.
45799 * math/e_powl.c: Likewise.
45800 * math/e_sinhl.c: Likewise.
45801 * math/e_sqrtl.c: Likewise.
45802 * math/e_scalb.c: Completely rewritten and optimized.
45803 * math/e_scalbf.c: Likewise.
45804 * math/e_scalbl.c: Likewise.
45805 * math/w_acos.c: Likewise.
45806 * math/w_acosf.c: Likewise.
45807 * math/w_acosl.c: Likewise.
45808 * math/w_acosh.c: Likewise.
45809 * math/w_acoshf.c: Likewise.
45810 * math/w_acoshl.c: Likewise.
45811 * math/w_asin.c: Likewise.
45812 * math/w_asinf.c: Likewise.
45813 * math/w_asinl.c: Likewise.
45814 * math/w_atan2.c: Likewise.
45815 * math/w_atan2f.c: Likewise.
45816 * math/w_atan2l.c: Likewise.
45817 * math/w_atanh.c: Likewise.
45818 * math/w_atanhf.c: Likewise.
45819 * math/w_atanhl.c: Likewise.
45820 * math/w_exp10.c: Likewise.
45821 * math/w_exp10f.c: Likewise.
45822 * math/w_exp10l.c: Likewise.
45823 * math/w_fmod.c: Likewise.
45824 * math/w_fmodf.c: Likewise.
45825 * math/w_fmodl.c: Likewise.
45826 * math/w_j0.c: Likewise.
45827 * math/w_j0f.c: Likewise.
45828 * math/w_j0l.c: Likewise.
45829 * math/w_j1.c: Likewise.
45830 * math/w_j1f.c: Likewise.
45831 * math/w_j1l.c: Likewise.
45832 * math/w_jn.c: Likewise.
45833 * math/w_jnf.c: Likewise.
45834 * math/w_log.c: Likewise.
45835 * math/w_logf.c: Likewise.
45836 * math/w_logl.c: Likewise.
45837 * math/w_log10.c: Likewise.
45838 * math/w_log10f.c: Likewise.
45839 * math/w_log10l.c: Likewise.
45840 * math/w_log2.c: Likewise.
45841 * math/w_log2f.c: Likewise.
45842 * math/w_log2l.c: Likewise.
45843 * math/w_pow.c: Likewise.
45844 * math/w_powf.c: Likewise.
45845 * math/w_powl.c: Likewise.
45846 * math/w_remainder.c: Likewise.
45847 * math/w_remainderf.c: Likewise.
45848 * math/w_remainderl.c: Likewise.
45849 * math/w_scalb.c: Likewise.
45850 * math/w_scalbf.c: Likewise.
45851 * math/w_scalbl.c: Likewise.
45852 * math/w_sqrt.c: Likewise.
45853 * math/w_sqrtf.c: Likewise.
45854 * math/w_sqrtl.c: Likewise.
45855 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45856 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
45857 used.
45858 * math/math_private.h: Declare __kernel_standard_f.
45859 * math/w_cosh.c: Remove cruft and optimize a bit.
45860 * math/w_coshf.c: Likewise.
45861 * math/w_coshl.c: Likewise.
45862 * math/w_exp2.c: Likewise.
45863 * math/w_exp2f.c: Likewise.
45864 * math/w_exp2l.c: Likewise.
45865 * math/w_hypot.c: Likewise.
45866 * math/w_hypotf.c: Likewise.
45867 * math/w_hypotl.c: Likewise.
45868 * math/w_lgamma.c: Likewise.
45869 * math/w_lgamma_r.c: Likewise.
45870 * math/w_lgammaf.c: Likewise.
45871 * math/w_lgammaf_r.c: Likewise.
45872 * math/w_lgammal.c: Likewise.
45873 * math/w_lgammal_r.c: Likewise.
45874 * math/w_sinh.c: Likewise.
45875 * math/w_sinhf.c: Likewise.
45876 * math/w_sinhl.c: Likewise.
45877 * math/w_tgamma.c: Likewise.
45878 * math/w_tgammaf.c: Likewise.
45879 * math/w_tgammal.c: Likewise.
45880 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45881 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45882 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45883 Minor optimizations. Pretty printing. Remove cruft.
45884 * sysdeps/i386/fpu/e_acosf.S: Likewise.
45885 * sysdeps/i386/fpu/e_acosh.S: Likewise.
45886 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45887 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45888 * sysdeps/i386/fpu/e_acosl.c: Likewise.
45889 * sysdeps/i386/fpu/e_asin.S: Likewise.
45890 * sysdeps/i386/fpu/e_asinf.S: Likewise.
45891 * sysdeps/i386/fpu/e_atan2.S: Likewise.
45892 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45893 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45894 * sysdeps/i386/fpu/e_atanh.S: Likewise.
45895 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45896 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45897 * sysdeps/i386/fpu/e_exp10.S: Likewise.
45898 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45899 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45900 * sysdeps/i386/fpu/e_exp2.S: Likewise.
45901 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45902 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45903 * sysdeps/i386/fpu/e_fmod.S: Likewise.
45904 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45905 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45906 * sysdeps/i386/fpu/e_hypot.S: Likewise.
45907 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45908 * sysdeps/i386/fpu/e_log.S: Likewise.
45909 * sysdeps/i386/fpu/e_log10.S: Likewise.
45910 * sysdeps/i386/fpu/e_log10f.S: Likewise.
45911 * sysdeps/i386/fpu/e_log10l.S: Likewise.
45912 * sysdeps/i386/fpu/e_log2.S: Likewise.
45913 * sysdeps/i386/fpu/e_log2f.S: Likewise.
45914 * sysdeps/i386/fpu/e_log2l.S: Likewise.
45915 * sysdeps/i386/fpu/e_logf.S: Likewise.
45916 * sysdeps/i386/fpu/e_logl.S: Likewise.
45917 * sysdeps/i386/fpu/e_pow.S: Likewise.
45918 * sysdeps/i386/fpu/e_powf.S: Likewise.
45919 * sysdeps/i386/fpu/e_powl.S: Likewise.
45920 * sysdeps/i386/fpu/e_remainder.S: Likewise.
45921 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45922 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45923 * sysdeps/i386/fpu/e_scalb.S: Likewise.
45924 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45925 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45926 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45927 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45928 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45929 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45930 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45931 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45932 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45933 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45934 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45935 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45936 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45937 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45938 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45939 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45940 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45941 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45942 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45943 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45944 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45945 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45946 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45947 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45948 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45949 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45950 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45951 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45952 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45953 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45954 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45955 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45956 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45957 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
45958 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45959 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45960 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45961 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45962 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45963 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45964 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45965 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45966 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45967 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45968 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45969 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45970 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45971 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45972 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45973 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45974 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45975 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45976 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45977 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45978 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
45979 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45980 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45981 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45982 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45983 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45984 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45985 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45986 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45987 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45988 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45989 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45990 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45991 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45992 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45993 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45994 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45995 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45996 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45997 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
45998 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45999 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46000 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46001 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46002 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46003 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46004 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46005 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
46006 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46007 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46008 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46009 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46010 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46011 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
46012 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46013 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46014 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46015 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46016 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46017 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46018 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46019 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46020 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46021 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46022 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
46023 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
46024 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
46025 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
46026 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
46027 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
46028 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
46029 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
46030 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
46031 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
46032 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
46033 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46034 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46035 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46036 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46037 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46038 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46039 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
46040 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46041 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46042 (__isnanf): Likewise.
46043 (__isinf_ns): Likewise.
46044 (__isinf_nsf): Likewise.
46045 (__finite): Likewise.
46046 (__finitef): Likewise.
46047 (__ieee754_sqrt): Define as macro.
46048 (__ieee754_sqrtf): Define as macro.
46049 (__ieee754_sqrtl): Define as macro.
46050 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46051 inlined copy.
46052 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46053 __FINITE_MATH_ONLY__ consistent.
46054 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46055
12cc2fcd
AS
460562011-10-10 Andreas Schwab <schwab@linux-m68k.org>
46057
a843a204
AS
46058 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46059 of rawmemchr.
46060
12cc2fcd
AS
46061 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46062
c853acd5
UD
460632011-10-09 Ulrich Drepper <drepper@gmail.com>
46064
46065 * po/ja.po: Update from translation team.
46066
c658d255
RM
460672011-10-08 Roland McGrath <roland@hack.frob.com>
46068
110946e4
RM
46069 * locale/programs/locarchive.c (prepare_address_space): New function.
46070 (create_archive, enlarge_archive, open_archive): Use it.
46071
50604220
RM
46072 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46073 inside [SHARED], where it is used.
46074
c658d255
RM
46075 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46076
46077 * nss/getent.c (netgroup_keys): Remove unused variable.
46078 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46079
6a621eb7
UD
460802011-10-08 Ulrich Drepper <drepper@gmail.com>
46081
7edb55ce
UD
46082 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46083 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46084 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46085 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46086 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46087 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46088 * math/Makefile (libm-calls): Add s_isinf_ns.
46089 * math/divtc3.c: Use __isinf_nsl instead of isinf.
46090 * math/multc3.c: Likewise.
46091 * math/s_casin.c: Likewise.
46092 * math/s_casinf.c: Likewise.
46093 * math/s_casinl.c: Likewise.
46094 * math/s_ccos.c: Likewise.
46095 * math/s_ccosf.c: Likewise.
46096 * math/s_ccosl.c: Likewise.
46097 * math/s_ctan.c: Likewise.
46098 * math/s_ctanf.c: Likewise.
46099 * math/s_ctanh.c: Likewise.
46100 * math/s_ctanhf.c: Likewise.
46101 * math/s_ctanhl.c: Likewise.
46102 * math/s_ctanl.c: Likewise.
46103 * math/w_fmod.c: Likewise.
46104 * math/w_fmodf.c: Likewise.
46105 * math/w_fmodl.c: Likewise.
46106 * math/w_remainder.c: Likewise.
46107 * math/w_remainderf.c: Likewise.
46108 * math/w_remainderl.c: Likewise.
46109 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46110 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46111 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46112 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46113 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46114 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46115 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46116 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46117
187da0ae
UD
46118 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46119 of the number.
46120 * stdio-common/printf_fphex.c: Likewise.
46121 * stdio-common/printf_size.c: Likewise.
46122
9277c064
UD
46123 * math/e_exp10.c: Include math_private.h using <...> not "...".
46124 * math/e_exp10f.c: Likewise.
46125 * math/e_exp10l.c: Likewise.
46126 * math/e_exp2l.c: Likewise.
46127 * math/e_j0l.c: Likewise.
46128 * math/e_j1l.c: Likewise.
46129 * math/e_jnl.c: Likewise.
46130 * math/e_lgammal_r.c: Likewise.
46131 * math/e_rem_pio2l.c: Likewise.
46132 * math/e_scalb.c: Likewise.
46133 * math/e_scalbf.c: Likewise.
46134 * math/e_scalbl.c: Likewise.
46135 * math/k_cosl.c: Likewise.
46136 * math/k_sinl.c: Likewise.
46137 * math/k_tanl.c: Likewise.
46138 * math/s_cacoshf.c: Likewise.
46139 * math/s_catan.c: Likewise.
46140 * math/s_catanf.c: Likewise.
46141 * math/s_catanh.c: Likewise.
46142 * math/s_catanhf.c: Likewise.
46143 * math/s_catanhl.c: Likewise.
46144 * math/s_catanl.c: Likewise.
46145 * math/s_ccosh.c: Likewise.
46146 * math/s_ccoshf.c: Likewise.
46147 * math/s_ccoshl.c: Likewise.
46148 * math/s_cexp.c: Likewise.
46149 * math/s_cexpf.c: Likewise.
46150 * math/s_cexpl.c: Likewise.
46151 * math/s_clog.c: Likewise.
46152 * math/s_clog10.c: Likewise.
46153 * math/s_clog10f.c: Likewise.
46154 * math/s_clog10l.c: Likewise.
46155 * math/s_clogf.c: Likewise.
46156 * math/s_clogl.c: Likewise.
46157 * math/s_csin.c: Likewise.
46158 * math/s_csinf.c: Likewise.
46159 * math/s_csinh.c: Likewise.
46160 * math/s_csinhf.c: Likewise.
46161 * math/s_csinhl.c: Likewise.
46162 * math/s_csinl.c: Likewise.
46163 * math/s_csqrt.c: Likewise.
46164 * math/s_csqrtf.c: Likewise.
46165 * math/s_csqrtl.c: Likewise.
46166 * math/s_ctan.c: Likewise.
46167 * math/s_ctanf.c: Likewise.
46168 * math/s_ctanh.c: Likewise.
46169 * math/s_ctanhf.c: Likewise.
46170 * math/s_ctanhl.c: Likewise.
46171 * math/s_ctanl.c: Likewise.
46172 * math/s_ldexp.c: Likewise.
46173 * math/s_ldexpf.c: Likewise.
46174 * math/s_ldexpl.c: Likewise.
46175 * math/s_significand.c: Likewise.
46176 * math/s_significandf.c: Likewise.
46177 * math/s_significandl.c: Likewise.
46178 * math/w_acos.c: Likewise.
46179 * math/w_acosf.c: Likewise.
46180 * math/w_acosh.c: Likewise.
46181 * math/w_acoshf.c: Likewise.
46182 * math/w_acoshl.c: Likewise.
46183 * math/w_acosl.c: Likewise.
46184 * math/w_asin.c: Likewise.
46185 * math/w_asinf.c: Likewise.
46186 * math/w_asinl.c: Likewise.
46187 * math/w_atan2.c: Likewise.
46188 * math/w_atan2f.c: Likewise.
46189 * math/w_atan2l.c: Likewise.
46190 * math/w_atanh.c: Likewise.
46191 * math/w_atanhf.c: Likewise.
46192 * math/w_atanhl.c: Likewise.
46193 * math/w_cosh.c: Likewise.
46194 * math/w_coshf.c: Likewise.
46195 * math/w_coshl.c: Likewise.
46196 * math/w_dremf.c: Likewise.
46197 * math/w_exp10.c: Likewise.
46198 * math/w_exp10f.c: Likewise.
46199 * math/w_exp10l.c: Likewise.
46200 * math/w_exp2.c: Likewise.
46201 * math/w_exp2f.c: Likewise.
46202 * math/w_fmod.c: Likewise.
46203 * math/w_fmodf.c: Likewise.
46204 * math/w_fmodl.c: Likewise.
46205 * math/w_hypot.c: Likewise.
46206 * math/w_hypotf.c: Likewise.
46207 * math/w_hypotl.c: Likewise.
46208 * math/w_j0.c: Likewise.
46209 * math/w_j0f.c: Likewise.
46210 * math/w_j0l.c: Likewise.
46211 * math/w_j1.c: Likewise.
46212 * math/w_j1f.c: Likewise.
46213 * math/w_j1l.c: Likewise.
46214 * math/w_jn.c: Likewise.
46215 * math/w_jnf.c: Likewise.
46216 * math/w_jnl.c: Likewise.
46217 * math/w_lgamma.c: Likewise.
46218 * math/w_lgamma_r.c: Likewise.
46219 * math/w_lgammaf.c: Likewise.
46220 * math/w_lgammaf_r.c: Likewise.
46221 * math/w_lgammal.c: Likewise.
46222 * math/w_lgammal_r.c: Likewise.
46223 * math/w_log.c: Likewise.
46224 * math/w_log10.c: Likewise.
46225 * math/w_log10f.c: Likewise.
46226 * math/w_log10l.c: Likewise.
46227 * math/w_log2.c: Likewise.
46228 * math/w_log2f.c: Likewise.
46229 * math/w_log2l.c: Likewise.
46230 * math/w_logf.c: Likewise.
46231 * math/w_logl.c: Likewise.
46232 * math/w_pow.c: Likewise.
46233 * math/w_powf.c: Likewise.
46234 * math/w_powl.c: Likewise.
46235 * math/w_remainder.c: Likewise.
46236 * math/w_remainderf.c: Likewise.
46237 * math/w_remainderl.c: Likewise.
46238 * math/w_scalb.c: Likewise.
46239 * math/w_scalbf.c: Likewise.
46240 * math/w_scalbl.c: Likewise.
46241 * math/w_sinh.c: Likewise.
46242 * math/w_sinhf.c: Likewise.
46243 * math/w_sinhl.c: Likewise.
46244 * math/w_sqrt.c: Likewise.
46245 * math/w_sqrtf.c: Likewise.
46246 * math/w_sqrtl.c: Likewise.
46247 * math/w_tgamma.c: Likewise.
46248 * math/w_tgammaf.c: Likewise.
46249 * math/w_tgammal.c: Likewise.
46250
6a621eb7
UD
46251 * po/ja.po: Update from translation team.
46252
bf582445
AJ
462532011-09-29 Andreas Jaeger <aj@suse.de>
46254
f9efbf3a
AJ
46255 [BZ #13179]
46256 * sunrpc/netname.c (netname2host): Fix logic.
46257
bf582445
AJ
46258 [BZ #6779]
46259 [BZ #6783]
46260 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46261 correctly.
46262 * math/w_remainder.c (__remainder): Likewise.
46263 * math/w_remainderf.c (__remainderf): Likewise.
46264 * math/libm-test.inc (remainder_test): Add test cases.
46265
48693bea
AK
462662011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
46267
46268 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
46269 sdiv_qrnnd.
46270
42622229
LD
462712011-10-07 Ulrich Drepper <drepper@gmail.com>
46272
46273 * string/test-memcmp.c: Avoid unncessary #defines.
46274 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46275
093ecf92
LD
462762011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46277
46278 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46279 Use new sse2 version for core i3 - i7 as it's faster
46280 than sse42 version.
46281 (bit_Prefer_PMINUB_for_stringop): New.
46282 * sysdeps/x86_64/rawmemchr.S: Update.
46283 Replace with faster SSE2 version.
46284 * sysdeps/x86_64/memrchr.S: New file.
46285 * sysdeps/x86_64/memchr.S: Update.
46286 Replace with faster SSE2 version.
46287
fde56e5c
MP
462882011-09-12 Marek Polacek <mpolacek@redhat.com>
46289
46290 * elf/dl-load.c (lose): Add cast to avoid warning.
46291
21fd49a9
UD
462922011-10-07 Ulrich Drepper <drepper@gmail.com>
46293
5a06e643
UD
46294 * po/ca.po: Update from translation team.
46295
684ae515
UD
46296 * inet/getnetgrent_r.c: Hook up nscd.
46297 * nscd/Makefile (routines): Add nscd_netgroup.
46298 (nscd-modules): Add netgroupcache.
46299 (CFLAGS-netgroupcache.c): Define.
46300 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46301 (cache_search): Add const to second parameter.
46302 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46303 INNETGR.
46304 (dbs): Add netgrdb entry.
46305 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46306 (verify_persistent_db): Handle netgrdb.
46307 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46308 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46309 GETFDNETGR.
46310 (netgroup_response_header): Define.
46311 (innetgroup_response_header): Define.
46312 (datahead): Add netgroup_response_header and innetgroup_response_header
46313 elements.
46314 * nscd/nscd.conf: Add entries for netgroup cache.
46315 * nscd/nscd.h (dbtype): Add netgrdb.
46316 (_PATH_NSCD_NETGROUP_DB): Define.
46317 (netgroup_iov_disabled): Declare.
46318 (xmalloc, xcalloc, xrealloc): Move declarations here.
46319 (cache_search): Adjust prototype.
46320 Add netgroup-related prototypes.
46321 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46322 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46323 (__nscd_innetgr): Declare.
46324 * nscd/selinux.c (perms): Use access_vector_t as element type and
46325 add netgroup-related initializers.
46326 * nscd/netgroupcache.c: New file.
46327 * nscd/nscd_netgroup.c: New file.
46328 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46329 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46330 For four parameters use innetgr.
46331 * nss/nss_files/files-init.c: Add definition and callback for netgr.
46332 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46333 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46334 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46335
21fd49a9
UD
46336 * nscd/connections.c (register_traced_file): Don't register file
46337 for disabled databases.
46338
054c0457
UD
463392011-10-06 Ulrich Drepper <drepper@gmail.com>
46340
32b63198
UD
46341 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46342
054c0457
UD
46343 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46344 from tree and freeing node.
46345
64031225
JO
463462011-09-25 Jiri Olsa <jolsa@redhat.com>
46347
46348 * nss/nsswitch.c (__nss_database_lookup): Handle
46349 nss_parse_service_list out of memory case.
46350
0490345c
JO
463512011-09-15 Jiri Olsa <jolsa@redhat.com>
46352
46353 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46354 out of memory case.
46355
3a62d00d
AS
463562011-10-04 Andreas Schwab <schwab@redhat.com>
46357
46358 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46359 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46360 pass it down.
46361 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46362 elf_machine_rela, elf_machine_lazy_rel.
46363 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46364 (ELF_DYNAMIC_DO_REL): Likewise.
46365 (ELF_DYNAMIC_DO_RELA): Likewise.
46366 (ELF_DYNAMIC_RELOCATE): Likewise.
46367 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46368 to ELF_DYNAMIC_DO_REL.
46369 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46370 (dl_main): In trace mode always set __RTLD_NOIFUNC.
46371 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46372 elf_machine_rela.
46373 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46374 skip_ifunc, don't call ifunc function if non-zero.
46375 (elf_machine_rela): Likewise.
46376 (elf_machine_lazy_rel): Likewise.
46377 (elf_machine_lazy_rela): Likewise.
46378 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46379 (elf_machine_lazy_rel): Likewise.
46380 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46381 Likewise.
46382 (elf_machine_lazy_rel): Likewise.
46383 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46384 Likewise.
46385 (elf_machine_lazy_rel): Likewise.
46386 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46387 (elf_machine_lazy_rel): Likewise.
46388 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46389 (elf_machine_lazy_rel): Likewise.
46390 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46391 (elf_machine_lazy_rel): Likewise.
46392 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46393 (elf_machine_lazy_rel): Likewise.
46394 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46395 (elf_machine_lazy_rel): Likewise.
46396 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46397 (elf_machine_lazy_rel): Likewise.
46398
68577918
UD
463992011-09-28 Ulrich Drepper <drepper@gmail.com>
46400
46401 * nss/nss_files/files-init.c (_nss_files_init): Use static
46402 initialization for all the *_traced_file variables.
46403
68822d74
AS
464042011-09-28 Andreas Schwab <schwab@redhat.com>
46405
46406 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46407
2056100b
RM
464082011-09-27 Roland McGrath <roland@hack.frob.com>
46409
46410 [BZ #13226]
46411 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46412
32c76b63
AS
464132011-09-27 Andreas Schwab <schwab@redhat.com>
46414
46415 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46416 Reread the line before reparsing it.
46417
bf972c9d
AS
464182011-09-26 Andreas Schwab <schwab@redhat.com>
46419
46420 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46421
e057a1b5
JM
464222011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
46423 Maxim Kuvyrkov <maxim@codesourcery.com>
46424 Joseph Myers <joseph@codesourcery.com>
46425
46426 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46427 if needed for __stack_chk_guard.
46428
bc7e1c36
RM
464292011-09-19 Roland McGrath <roland@hack.frob.com>
46430
ecb1482f
RM
46431 * sysdeps/posix/spawni.c (script_execute): Always define it.
46432 It will be optimized away if unused.
46433 (maybe_script_execute): New function.
46434 (__spawni): Call it.
46435
bc7e1c36
RM
46436 * Makerules: Don't include tls.make.
46437 (config-tls): Always set to thread.
46438 * tls.make.c: File removed.
46439
1c3b002b
MF
464402011-09-19 Mike Frysinger <vapier@gentoo.org>
46441
46442 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46443 * config.make.in (CPPFLAGS-config): New substituted variable.
46444
2840865d
UD
464452011-09-15 Ulrich Drepper <drepper@gmail.com>
46446
88738eb6
UD
46447 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46448
cbf645a6 46449 [BZ #13192]
2840865d
UD
46450 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46451 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46452
b402e91a
RM
464532011-09-15 Roland McGrath <roland@hack.frob.com>
46454
46455 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46456 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46457 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46458 (CALL_FAIL): Likewise.
46459 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46460 (CALL_FAIL): Macro removed.
46461 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46462
4c1a1f71
UD
464632011-09-15 Ulrich Drepper <drepper@gmail.com>
46464
46465 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46466 for __FINITE_MATH_ONLY__ == 1.
46467
edc121be
AS
464682011-09-15 Andreas Schwab <schwab@redhat.com>
46469
46470 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46471 __ieee754_sqrt instead of sqrt.
46472 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46473 __ieee754_sqrtf instead of sqrtf.
46474 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46475 __floorf instead of floorf.
46476 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46477 __floorf, __truncf instead of floorf, truncf.
46478
cd205654
UD
464792011-09-14 Ulrich Drepper <drepper@gmail.com>
46480
ee4d0315
UD
46481 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46482
cd205654
UD
46483 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46484 __extern_always_inline.
46485 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46486 32-bit.
46487
48b67d71
AS
464882011-09-14 Andreas Schwab <schwab@redhat.com>
46489
46490 * elf/rtld.c (dl_main): Also relocate in dependency order when
46491 doing symbol dependency testing.
46492
1ae12c75
AS
464932011-09-13 Andreas Schwab <schwab@linux-m68k.org>
46494
46495 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46496 Always define `refsym'.
46497
995a80df
AS
464982011-09-13 Andreas Schwab <schwab@redhat.com>
46499
e529793b
AS
46500 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46501 (__FD_ELT): Renamed from __FDELT.
46502 * misc/bits/select2.h (__FD_ELT): Likewise.
46503 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46504 __FD_MASK instead of __FDELT, __FDMASK.
46505 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46506 Likewise.
46507 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46508 Likewise.
46509
52d4fef8
AS
46510 * elf/Makefile (gen-ldd): Fix pattern.
46511
995a80df
AS
46512 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46513 (init_tls): Likewise.
46514
8682f8b0
UD
465152011-09-12 Ulrich Drepper <drepper@gmail.com>
46516
46517 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46518
de82006d
AS
465192011-09-12 Andreas Schwab <schwab@redhat.com>
46520
a7c8e6a1
AS
46521 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46522 `struct cmsghdr *' instead of `void *'.
46523 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
46524 Likewise.
46525
0f31fe77
AS
465262011-09-11 Andreas Schwab <schwab@linux-m68k.org>
46527
46528 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46529 if non-absolute.
46530 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46531 ldd_rewrite_script.
0f31fe77 46532
32b4c839
UD
465332011-09-11 Ulrich Drepper <drepper@gmail.com>
46534
83cd1420
UD
46535 * configure.in: Remove --with-tls option.
46536 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46537 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46538 out in case it is missing.
46539 * sysdeps/ia64/elf/configure.in: Likewise.
46540 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46541 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46542 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46543 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46544 * sysdeps/sh/elf/configure.in: Likewise.
46545 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46546 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46547 * sysdeps/x86_64/elf/configure.in: Likewise.
46548 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46549 * sysdeps/mach/hurd/tls.h: Likewise.
46550
633f745d
UD
46551 [BZ #13067]
46552 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46553
f318beb8
UD
46554 [BZ #13090]
46555 * configure.in: Fix use of AC_INIT.
46556
32b4c839
UD
46557 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
46558
3ce1f295
UD
465592011-09-10 Ulrich Drepper <drepper@gmail.com>
46560
bb016596
UD
46561 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
46562 __set_errno.
8e58439c
UD
46563 * malloc/hooks.c: Likewise.
46564
aebae053 46565 [BZ #11929]
02d46fc4
UD
46566 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
46567 variables statically.
46568 (narenas): Initialize.
46569 (list_lock): Initialize.
bb016596
UD
46570 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
46571 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
46572 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
46573 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
46574 Add initializers to main_arena and mp_.
46575 (malloc_state): Remove pagesize member. Change all users to use
46576 GLRO(dl_pagesize).
46577
46578 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
46579 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
46580 is always initialized.
46581
22a89187
UD
46582 * malloc/malloc.c: Removed unused configurations and dead code.
46583 * malloc/arena.c: Likewise.
46584 * malloc/hooks.c: Likewise.
02d46fc4 46585 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 46586
d063d164
UD
46587 * include/tls.h: Removed. USE___THREAD must always be defined.
46588 * bits/libc-tsd.h: Don't handle !USE___THREAD.
46589 * elf/dl-libc.c: Likewise.
46590 * elf/dl-tsd.c: Likewise.
46591 * include/errno.h: Likewise.
46592 * include/netdb.h: Likewise.
46593 * include/resolv.h: Likewise.
46594 * inet/herrno-loc.c: Likewise.
46595 * inet/herrno.c: Likewise.
46596 * malloc/arena.c: Likewise.
46597 * malloc/hooks.c: Likewise.
46598 * malloc/malloc.c: Likewise.
46599 * resolv/res-state.c: Likewise.
46600 * resolv/res_libc.c: Likewise.
46601 * sysdeps/i386/dl-machine.h: Likewise.
46602 * sysdeps/ia64/dl-machine.h: Likewise.
46603 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46604 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46605 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46606 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46607 * sysdeps/sh/dl-machine.h: Likewise.
46608 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46609 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46610 * sysdeps/unix/i386/sysdep.S: Likewise.
46611 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46612 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46613 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46614 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46615 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46616 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46617 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46618 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46619 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46620 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46621 * sysdeps/unix/x86_64/sysdep.S: Likewise.
46622 * sysdeps/x86_64/dl-machine.h: Likewise.
46623 * tls.make.c: Likewise.
46624
3ce1f295
UD
46625 * configure.in: Remove --with-__thread option. Make tests for
46626 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46627 tls_model attribute fail if no support is available. Remove
46628 USE_IN_LIBIO.
46629 * Makeconfig: Adjust for dropped configure option. All features are
46630 now mandatory.
46631 * Makerules: Likewise.
46632 * Versions.def: Likewise.
46633 * argp/argp-fmtstream.c: Likewise.
46634 * argp/argp-fmtstream.h: Likewise.
46635 * argp/argp-help.c: Likewise.
46636 * assert/assert.c: Likewise.
46637 * config.h.in: Likewise.
46638 * config.make.in: Likewise.
46639 * configure: Likewise.
46640 * configure.in: Likewise.
46641 * csu/Versions: Likewise.
46642 * csu/init.c: Likewise.
46643 * elf/tst-audit2.c: Likewise.
46644 * elf/tst-tls10.c: Likewise.
46645 * elf/tst-tls10.h: Likewise.
46646 * elf/tst-tls11.c: Likewise.
46647 * elf/tst-tls12.c: Likewise.
46648 * elf/tst-tls14.c: Likewise.
46649 * elf/tst-tlsmod11.c: Likewise.
46650 * elf/tst-tlsmod12.c: Likewise.
46651 * elf/tst-tlsmod13.c: Likewise.
46652 * elf/tst-tlsmod13a.c: Likewise.
46653 * elf/tst-tlsmod14a.c: Likewise.
46654 * elf/tst-tlsmod15b.c: Likewise.
46655 * elf/tst-tlsmod16a.c: Likewise.
46656 * elf/tst-tlsmod16b.c: Likewise.
46657 * elf/tst-tlsmod7.c: Likewise.
46658 * elf/tst-tlsmod8.c: Likewise.
46659 * elf/tst-tlsmod9.c: Likewise.
46660 * gmon/gmon.c: Likewise.
46661 * grp/fgetgrent_r.c: Likewise.
46662 * grp/putgrent.c: Likewise.
46663 * hurd/fopenport.c: Likewise.
46664 * include/libc-symbols.h: Likewise.
46665 * include/tls.h: Likewise.
46666 * intl/gettextP.h: Likewise.
46667 * intl/loadinfo.h: Likewise.
46668 * locale/global-locale.c: Likewise.
46669 * locale/localeinfo.h: Likewise.
46670 * mach/devstream.c: Likewise.
46671 * malloc/arena.c: Likewise.
46672 * malloc/set-freeres.c: Likewise.
46673 * misc/err.c: Likewise.
46674 * misc/getttyent.c: Likewise.
46675 * misc/mntent_r.c: Likewise.
46676 * posix/getopt.c: Likewise.
46677 * posix/wordexp.c: Likewise.
46678 * pwd/fgetpwent_r.c: Likewise.
46679 * resolv/Versions: Likewise.
46680 * resolv/res_hconf.c: Likewise.
46681 * shadow/fgetspent_r.c: Likewise.
46682 * shadow/putspent.c: Likewise.
46683 * stdio-common/printf_fphex.c: Likewise.
46684 * stdio-common/tmpfile.c: Likewise.
46685 * stdlib/abort.c: Likewise.
46686 * stdlib/fmtmsg.c: Likewise.
46687 * sunrpc/auth_unix.c: Likewise.
46688 * sunrpc/clnt_perr.c: Likewise.
46689 * sunrpc/clnt_tcp.c: Likewise.
46690 * sunrpc/clnt_udp.c: Likewise.
46691 * sunrpc/clnt_unix.c: Likewise.
46692 * sunrpc/openchild.c: Likewise.
46693 * sunrpc/svc_simple.c: Likewise.
46694 * sunrpc/svc_tcp.c: Likewise.
46695 * sunrpc/svc_udp.c: Likewise.
46696 * sunrpc/svc_unix.c: Likewise.
46697 * sunrpc/xdr.c: Likewise.
46698 * sunrpc/xdr_array.c: Likewise.
46699 * sunrpc/xdr_rec.c: Likewise.
46700 * sunrpc/xdr_ref.c: Likewise.
46701 * sunrpc/xdr_stdio.c: Likewise.
46702
1248c1c4
PB
467032011-09-09 Ulrich Drepper <drepper@gmail.com>
46704
46705 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46706
467072011-07-03 Andreas Jaeger <aj@suse.de>
46708
46709 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46710 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46711 regenerate with gen-libm-tests.pl.
46712
467132010-05-12 Petr Baudis <pasky@suse.cz>
46714
46715 [BZ #11589]
46716 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46717 around j0() zero points by switching to j1().
46718 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46719 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46720 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46721 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46722
f22e1074
UD
467232011-09-09 Ulrich Drepper <drepper@gmail.com>
46724
f19009c1
UD
46725 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46726 instead of 0.
46727 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 46728 instead of 0.
f19009c1
UD
46729 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46730 Patch in part by Pavel Roskin <proski@gnu.org>.
46731
3f8cc204
UD
46732 [BZ #13138]
46733 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46734 realloc.
46735 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
46736 Free memory block if necessary.
46737
f22e1074
UD
46738 [BZ #12847]
46739 * libio/genops.c (INTDEF): For string streams the _lock pointer can
46740 be NULL. Don't lock in this case.
46741
0a2349f9
RM
467422011-09-09 Roland McGrath <roland@hack.frob.com>
46743
46744 * elf/elf.h (ELFOSABI_GNU): New macro.
46745 (ELFOSABI_LINUX): Define to that.
46746
f3cdd467
DZ
467472011-07-29 Denis Zaitceff <zaitceff@gmail.com>
46748
46749 * string/strncat.c (strncat): Undef the symbol in case it has been
46750 defined in bits/string.h.
46751
74718d13
UD
467522011-09-09 Ulrich Drepper <drepper@gmail.com>
46753
633e9e0f
UD
46754 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46755
0a2349f9 46756 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
46757 link map.
46758
f9924780
AJ
467592011-08-17 Andreas Jaeger <aj@suse.de>
46760
46761 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46762
7f5517aa
PP
467632011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
46764 Ian Lance Taylor <iant@google.com>
46765
46766 * math/libm-test.inc (lround_test): New testcase.
46767 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46768
762011fe
UD
467692011-09-08 Ulrich Drepper <drepper@gmail.com>
46770
92963737
UD
46771 * Makefile: Remove support for automatic cvs check-ins.
46772 * Makerules: Likewise.
46773 * config.make.in: Likewise.
46774 * configure.in: Likewise.
46775 * intl/Makefile: Likewise.
46776 * locale/Makefile: Likewise.
46777 * po/Makefile: Likewise.
46778 * posix/Makefile: Likewise.
46779 * sysdeps/gnu/Makefile: Likewise.
46780 * sysdeps/mach/hurd/Makefile: Likewise.
46781 * sysdeps/sparc/sparc32/Makefile: Likewise.
46782
b0727fd8
JS
46783 [BZ #13118]
46784 * posix/Makefile (bug-regex32-ENV): Define.
46785 Patch by John Stanley <jpsinthemix@verizon.net>.
46786
a0f33f99
UD
46787 * misc/Makefile (headers): Add bits/select2.h.
46788 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46789 * misc/bits/select2.h: New file.
46790 * include/bits/select2.h: New file.
46791 * debug/Makefile (routines): Add fdelt_chk.
46792 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46793 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46794 FD_ISSET.
46795 * debug/fdelt_chk.c: New file.
46796
762011fe
UD
46797 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
46798 * wcsmbs/test-wmemcmp.c: Likewise.
46799 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 46800 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
46801
468022011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46803
46804 * string/Makefile (strop-tests): Add memcmp.
46805 * string/test-wmemcmp.c: New file.
46806 * string/test-memcmp.c: Add wmemcmp support.
46807
7f513ec8
RM
468082011-09-08 Roland McGrath <roland@hack.frob.com>
46809
0442afb4
RM
46810 [BZ #13153]
46811 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46812 2011-07-19 change.
46813
7f513ec8
RM
46814 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46815 garbage value in a __mach_port_mod_refs call in the cases of the
46816 task-self and thread-self ports.
46817
a12b2239
ST
468182011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
46819
46820 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46821
610f9ab4
AS
468222011-09-08 Andreas Schwab <schwab@redhat.com>
46823
7f513ec8 46824 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 46825
48882a1a
LD
468262011-09-07 Ulrich Drepper <drepper@gmail.com>
46827
b49865be
UD
46828 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46829
fdc86bc9
UD
46830 * elf/dl-libc.c (dlerror_run): Pass back error code from
46831 dl_catch_error.
46832
c966526a
UD
46833 [BZ #13123]
46834 * elf/dl-load.c (lose): Free l_origin if it is valid.
46835
48882a1a
LD
46836 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46837 names.
46838 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46839 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46840 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46841 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46842 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46843 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46844
77a2a8b4
AZ
468452011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46846
46847 * sysdeps/powerpc/fpu/e_hypot.c: New file.
46848 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46849 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46850 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46851 * sysdeps/powerpc/fpu/k_cosf.c: New file.
46852 * sysdeps/powerpc/fpu/k_sinf.c: New file.
46853 * sysdeps/powerpc/fpu/s_cosf.c: New file.
46854 * sysdeps/powerpc/fpu/s_sinf.c: New file.
46855 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46856 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46857
24f579d8
AM
468582011-08-15 Alan Modra <amodra@gmail.com>
46859
46860 [BZ #13092]
46861 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46862 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46863 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
46864 ppc_mcount to static-only-routines.
46865 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46866 __mcount_internal.
46867 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46868 __mcount_internal with usual JUMPTARGET. Remove useless nop.
46869
3d4837df
UD
468702011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
46871
46872 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46873 for finite and infinity parameters.
46874
22700377
WS
468752011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
46876
46877 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46878 and add nop instructions for throughput optimization.
46879 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46880
5025581e
WS
468812011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
46882
46883 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46884 aligned copy for power7 with vector-scalar instructions.
46885 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46886
08a300c9
L
468872011-07-24 H.J. Lu <hongjiu.lu@intel.com>
46888
46889 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46890 AVX check.
46891
59178ef9
AS
468922011-09-07 Andreas Schwab <schwab@redhat.com>
46893
46894 [BZ #13144]
46895 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46896 last change.
46897
e38ba7ab
UD
468982011-09-07 Ulrich Drepper <drepper@gmail.com>
46899
46900 * sysdeps/unix/sysv/linux/x86_64/init-first.c
46901 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46902 syscall wrapper around clock_gettime in __vdso_clock_gettime.
46903 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46904 clock_gettime.
46905
d53a73ac
UD
469062011-09-06 Ulrich Drepper <drepper@gmail.com>
46907
fc8bffcc
UD
46908 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46909 Forgot to demangle the pointer.
46910
ceaa0c5d
UD
46911 * sysdeps/i386/sysdep.h: Define atom_text_section.
46912 * sysdeps/x86_64/sysdep.h: Likewise.
46913 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46914 section with atom_text_section.
46915 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46916 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46917 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46918 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46919 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46920
a77d3c17
UD
46921 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46922 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46923 already be defined. Change to take two parameters and don't assign
46924 result to variable. Adjust all users.
46925 Define INTERNAL_GETTIME if not already defined.
46926 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46927 call.
46928 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46929 HAVE_CLOCK_GETTIME_VSYSCALL.
46930 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46931
d53a73ac
UD
46932 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46933 gettimeofday vsyscall, just use time.
46934
a8f84144
AS
469352011-09-06 Andreas Schwab <schwab@redhat.com>
46936
46937 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46938 <errno.h>.
46939
ef606249
UD
469402011-09-06 Ulrich Drepper <drepper@gmail.com>
46941
46942 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46943 syscall on x86-64.
46944 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46945 syscall.
46946 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46947 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46948 syscall if possible.
46949
6585cb60
UD
469502011-09-05 Ulrich Drepper <drepper@gmail.com>
46951
46952 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46953 e_ident. Don't pass to find_mapsXX.
46954 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46955
a5f524e4
LD
469562011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
46957
46958 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46959 strchr-sse2-no-bsf strrchr-sse2-no-bsf
46960 * sysdeps/x86_64/multiarch/strchr.S: Update.
46961 Check bit_slow_BSF bit.
46962 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
46963 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
46964 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
46965
554881ef
UD
469662011-09-05 Ulrich Drepper <drepper@gmail.com>
46967
d96de963
UD
46968 [BZ #13134]
46969 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
46970 before glibc 2.15.
46971 (tryshell): Define.
46972 (__spawni): Change last parameter to be flag. Test
46973 SPAWN_XFLAGS_USE_PATH flag to use path or not.
46974 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
46975 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
46976 * posix/spawni.c: Likewise.
46977 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
46978 * posix/spawnp.c: Likewise. Change normal version to use
46979 SPAWN_XFLAGS_USE_PATH.
46980 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
46981 SPAWN_XFLAGS_TRY_SHELL.
46982
d48e5868
UD
46983 [BZ #13150]
46984 * posix/glob.h: Remove gcc 1.x support.
46985
554881ef
UD
46986 [BZ #13068]
46987 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
46988
693fb948
LD
469892011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
46990
46991 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46992 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
46993 strrchr-sse2-bsf
46994 * sysdeps/i386/i686/multiarch/strchr.S: New file.
46995 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
46996 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
46997 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
46998 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
46999 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
47000
1b48c537
UD
470012011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47002
49d42c37
UD
47003 * sysdeps/x86_64/wcscmp.S: New file.
47004
1b48c537
UD
47005 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
47006 wcscmp-c wcscmp-sse2
47007 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
47008 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
47009 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
47010 * wcsmbs/wcscmp.c: Allow renaming.
47011
15c95c5d
DM
470122011-09-05 David S. Miller <davem@davemloft.net>
47013
47014 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
47015 stack slot, rather than the struct return pointer slot.
47016 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
47017 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
47018 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
47019 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
47020
2f0ad8f3
UD
470212011-09-05 Ulrich Drepper <drepper@gmail.com>
47022
d88ae418
UD
47023 * po/ja.po: Update from translation team.
47024
2f0ad8f3
UD
47025 [BZ #13144]
47026 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
47027 kernel in 64-bit binaries.
47028
5f4318d1
DM
470292011-09-01 David S. Miller <davem@davemloft.net>
47030
47031 * elf/elf.h (HWCAP_SPARC_*): Move to..
47032 * sysdeps/sparc/sysdep.h: this new file and add new values.
47033 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47034 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47035 _DL_HWCAP_COUNT to 24.
47036 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47037 entries.
47038 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47039 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47040 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47041 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47042 instead of magic constants.
47043 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47044
3ba57516
DM
470452011-08-31 David S. Miller <davem@davemloft.net>
47046
47047 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47048 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47049 Reimplement to do errno handling inline.
47050 (SYSCALL_ERROR_HANDLER): New macro.
47051 (__SYSCALL_STRING): Do not do errno handling in asm.
47052 (__CLONE_SYSCALL_STRING): Delete.
47053 (__INTERNAL_SYSCALL_STRING): Delete.
47054 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47055 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47056 (PSEUDO): Reimplement to do errno handling inline.
47057 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47058 (SYSCALL_ERROR_HANDLER): New macro.
47059 (__SYSCALL_STRING): Do not do errno handling in asm.
47060 (__CLONE_SYSCALL_STRING): Delete.
47061 (__INTERNAL_SYSCALL_STRING): Delete.
47062 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47063 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47064 i386.
47065 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47066 (inline_syscall*): Add 'err' argument.
47067 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47068 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47069 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47070 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47071
47072 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47073 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47074
2bc17433
AS
470752011-08-30 Andreas Schwab <schwab@redhat.com>
47076
47077 * elf/rtld.c (dl_main): Relocate objects in dependency order.
47078
fbeb5f4d
JO
470792011-08-29 Jiri Olsa <jolsa@redhat.com>
47080
47081 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47082 directive.
47083
ad69cc26
DM
470842011-08-24 David S. Miller <davem@davemloft.net>
47085
47086 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47087
39dd69df
AS
470882011-08-24 Andreas Schwab <schwab@redhat.com>
47089
47090 * elf/Makefile: Add rules to build and run unload8 test.
47091 * elf/unload8.c: New file.
47092 * elf/unload8mod1.c: New file.
47093 * elf/unload8mod1x.c: New file.
47094 * elf/unload8mod2.c: New file.
47095 * elf/unload8mod3.c: New file.
47096
47097 * elf/dl-close.c (_dl_close_worker): Reset private search list if
47098 it wasn't used.
47099
2c0b250a
DM
471002011-08-23 David S. Miller <davem@davemloft.net>
47101
47102 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47103 subtract stack bias.
47104 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47105 %sp not %fp in calculations.
47106 (_JMPBUF_UNWINDS_ADJ): Likewise.
47107
22044b48
DM
47108 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47109 (aio_suspend): Call it to force an exception region around the
47110 AIO_MISC_WAIT() invocation.
47111
2cae4995
AS
471122011-08-23 Andreas Schwab <schwab@redhat.com>
47113
47114 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47115 backslash.
47116
873a772e
AJ
471172011-07-04 Aurelien Jarno <aurelien@aurel32.net>
47118
47119 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47120 protection macro.
47121 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47122 and <dl-machine.h>.
47123 (Elf64_FuncDesc): Remove.
47124
25ad0df1
DM
471252011-08-22 David S. Miller <davem@davemloft.net>
47126
47127 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47128 sigaltstack check, add missing cfi directives.
47129 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47130 missing cfi directives, and sigaltstack handling.
47131
e888bcbe
AS
471322011-08-16 Andreas Schwab <schwab@redhat.com>
47133
47134 [BZ #11724]
47135 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47136 object is seen twice.
47137 * elf/dl-fini.c (_dl_sort_fini): Likewise.
47138
47139 * elf/Makefile (distribute): Add tst-initorder2.c.
47140 (tests): Add tst-initorder2.
47141 (modules-names): Add tst-initorder2a tst-initorder2b
47142 tst-initorder2c tst-initorder2d. Add rules to build them.
47143 ($(objpfx)tst-initorder2.out): New rule.
47144 * elf/tst-initorder2.c: New file.
47145 * elf/tst-initorder2.exp: New file.
47146
87162f46
AS
471472011-08-22 Andreas Schwab <schwab@redhat.com>
47148
70538b7f
AS
47149 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47150
f55ffe58
AS
47151 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47152 dependencies back to end of function.
47153
87162f46
AS
47154 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47155 $(elfobjdir)/ld.so.
47156
91b392a4
UD
471572011-08-21 Ulrich Drepper <drepper@gmail.com>
47158
47159 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47160 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47161 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47162 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47163 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47164 of __vdso_gettimeofday.
47165 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47166 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
47167 attribute_hidden.
47168 (_libc_vdso_platform_setup): Remove initialization of
47169 __vdso_gettimeofday and __vdso_time.
47170
5c43483f
UD
471712011-08-20 Ulrich Drepper <drepper@gmail.com>
47172
775a77e7
UD
47173 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47174 and fgetc_unlocked.
47175 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47176 getc_unlocked.
89f447ed 47177
49c74ba9
UD
47178 * elf/dl-open.c (add_to_global): Report additions to the global scope
47179 for LD_DEBUG=scopes.
47180 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 47181 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 47182
5c43483f
UD
47183 [BZ #13114]
47184 * stdio-common/Makefile (tests): Add bug24.
47185 * stdio-common/bug24.c: New file.
47186
a101b025
AJ
471872011-08-19 Andreas Jaeger <aj@suse.de>
47188
47189 [BZ #13114]
47190 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47191 non-existant file when using close-on-exec mode.
47192
c88f1766
UD
471932011-08-20 Ulrich Drepper <drepper@gmail.com>
47194
0276a718
UD
47195 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47196 the very first instruction.
47197
c88f1766
UD
47198 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47199 the CFI state in the end.
47200 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47201 inclusion of dl-trampoline.h.
47202 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47203
51ccffa0
AS
472042011-08-19 Andreas Schwab <schwab@redhat.com>
47205
94d7165f
AS
47206 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47207 expectations for long double.
47208
51ccffa0
AS
47209 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47210 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47211
fd708658 472122011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
47213
47214 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47215 artificual limit depends upon the system page size.
47216
44f0a71e
UD
472172011-08-17 Ulrich Drepper <drepper@gmail.com>
47218
47219 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47220 * resolv/Makefile: Define CFLAGS-libresolv.
47221
8de79a24
AS
472222011-08-17 Andreas Schwab <schwab@redhat.com>
47223
47224 * nss/makedb.c (compute_tables): Make variables used in nested
47225 function static.
47226
27724598
UD
472272011-08-17 Ulrich Drepper <drepper@gmail.com>
47228
c5305d88
UD
47229 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47230 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47231 if buffer was too small.
47232
27724598
UD
47233 * elf/pldd.c (main): Attach to all threads in the process.
47234 Rewrite /proc handling to use *at functions.
47235
076fe015
UD
472362011-08-16 Ulrich Drepper <drepper@gmail.com>
47237
174baab3
UD
47238 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47239 specifies first scope to show.
47240 (dl_open_worker): Update callers. Move printing scope of new
47241 object to before the relocation.
44f0a71e 47242 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
47243 * sysdeps/generic/ldsodefs.h: Update declaration.
47244
076fe015
UD
47245 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47246 string for the scope number.
47247
a60df2c3
UD
472482011-08-14 Ulrich Drepper <drepper@gmail.com>
47249
47250 * nscd/servicescache.c (cache_addserv): Make sure written is always
47251 initialized.
47252
5e4287d1
RM
472532011-08-14 Roland McGrath <roland@hack.frob.com>
47254
85ae0589
RM
47255 * sysdeps/i386/i486/bits/atomic.h
47256 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47257 statement expression, so as to suppress "set but not used" warning.
47258 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47259
69f63097
RM
47260 * string/strncat.c (STRNCAT): Use prototype definition.
47261
675456ef
RM
47262 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47263 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47264 -Iprograms here.
47265 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47266 (localedef-modules): Add localedef.
47267 (locale-modules): Add locale.
47268
5e4287d1
RM
47269 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47270 * elf/rtld.c (dl_main): Invert order of assignment in last change,
47271 to avoid a warning.
47272
9c96ff23
DM
472732011-08-14 David S. Miller <davem@davemloft.net>
47274
47275 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47276 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47277
f9ddf089
UD
472782011-08-13 Ulrich Drepper <drepper@gmail.com>
47279
44f0a71e 47280 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
47281 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47282 * elf/rtld.c (dl_main): Set l_name of vDSO.
47283 Call _dl_show_scope when DL_DEBUG_SCOPES.
47284 (process_dl_debug): Recognize scopes flag and also set it for all.
47285 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47286 Declare _dl_show_scope.
47287
1dc27704
UD
47288 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47289 (do_dlopen): Pass caller_dlopen to dl_open.
47290 (__libc_dlopen_mode): Initialize caller_dlopen.
47291
f9ddf089
UD
47292 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47293 of libc. Make tolower call locale-independent. Optimize a bit by
47294 using isdigit instead of isalnum.
47295 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47296
9ac533d3
UD
472972011-08-12 Ulrich Drepper <drepper@gmail.com>
47298
47299 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47300 was a dependency or dynamically loaded.
47301
89edf2e9
UD
473022011-08-11 Ulrich Drepper <drepper@gmail.com>
47303
8e999d29
UD
47304 * intl/l10nflist.c: Allow architecture-specific pop function.
47305 * sysdeps/x86_64/l10nflist.c: New file.
47306
89edf2e9
UD
47307 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47308 classification.
47309
14d96785
AS
473102011-08-10 Andreas Schwab <schwab@redhat.com>
47311
47312 * include/dirent.h: Add libc_hidden_proto for scandirat and
47313 scandirat64. Don't declare __scandirat64.
47314 * dirent/scandirat.c: Add libc_hidden_def.
47315 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47316 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47317
6761ac04
DM
473182011-08-10 David S. Miller <davem@davemloft.net>
47319
47320 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47321 enum.
47322 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47323 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47324 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47325
c55fbd1e
UD
473262011-08-09 Ulrich Drepper <drepper@gmail.com>
47327
47328 * Versions.def [libc]: Add GLIBC_2.15.
47329 * dirent/Makefile (routines): Add scandirat and scandirat64.
47330 * dirent/Versions [libc]: Export scandirat and scandirat64 for
47331 GLIBC_2.15.
47332 * dirent/dirent.h: Declare scandirat and scandirat64.
47333 * dirent/scandirat.c: New file.
47334 * dirent/scandirat64.c: New file.
47335 * sysdeps/wordsize-64/scandirat.c: New file.
47336 * sysdeps/wordsize-64/scandirat64.c: New file.
47337 * dirent/opendir.c: Define opendirat.
47338 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
47339 using scandirat.
47340 * dirent/scandir64.c: Adjust for scandir.c change.
47341 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
47342 __scandirat64, and __scandir_cancel_handler.
47343 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
47344 additional parameter and use openat instead of open (outside of ld.so).
47345 Add new __opendir as wrapper around __opendirat.
47346 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47347 here without requiring old scandirat implementation.
47348
879165f2
UD
473492011-08-08 Ulrich Drepper <drepper@gmail.com>
47350
47351 * dirent/scandir.c (cancel_handler): Renamed to
47352 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
47353 defined. Adjust users.
47354 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47355 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47356
cb7e923b
UD
473572011-08-04 Ulrich Drepper <drepper@gmail.com>
47358
16292edd
UD
47359 * string/test-string.h (IMPL): Use __STRING to expand name and then
47360 stringify it.
47361
cb7e923b
UD
47362 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
47363 of cleanups.
47364
cff82933
LD
473652011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47366
47367 * string/Makefile: Update.
47368 (strop-tests): Append strncat.
47369 * string/test-wcscmp.c: New file.
47370 New comprehensive test for wcscmp.
47371 * string/test-strcmp.c: Update.
47372 (WIDE): New define.
47373
9be9bfcc
AS
473742011-07-22 Andreas Schwab <schwab@redhat.com>
47375
47376 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47377 line.
47378
2e96f1c7
AS
473792011-07-26 Andreas Schwab <schwab@redhat.com>
47380
47381 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47382 encoding to ACE if AI_IDN.
47383
85188888
JJ
473842011-08-01 Jakub Jelinek <jakub@redhat.com>
47385
47386 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47387 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47388
5fa16e9b
LD
473892011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47390
47391 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47392 Fix overflow bug in strncat.
47393 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47394
47395 * string/test-strncat.c: Update.
47396 Add new tests for checking overflow bugs.
47397
473982011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47399
47400 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47401 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47402 * sysdeps/i386/i686/multiarch/strcat.S: New file.
47403 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47404 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47405 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47406 * sysdeps/i386/i686/multiarch/strncat.S: New file.
47407 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47408 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47409
47410 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47411 (USE_AS_STRCAT): Define.
47412 Add strcat and strncat support.
47413 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47414
8c1a459f
AS
474152011-07-25 Andreas Schwab <schwab@redhat.com>
47416
47417 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47418 __n bigger than INT_MAX+1.
47419 (__strncmp_g): Likewise.
47420
bba33c28
UD
474212011-07-23 Ulrich Drepper <drepper@gmail.com>
47422
798be72d
UD
47423 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47424 * libio/stido.h: Likewise.
47425
8accd4dc
UD
47426 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47427 (AF_NFC): Define.
47428 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47429 (AF_NFC): Define.
47430
cbff0d96
UD
47431 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47432 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47433 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47434 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47435 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47436
9191c04a
UD
47437 [BZ #13021]
47438 * scripts/test-installation.pl: Don't expect libnss_test1 to be
47439 installed.
47440
bba33c28
UD
47441 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47442 typo.
47443 (_dl_x86_64_save_sse): Likewise.
47444
90f139dd
UD
474452011-07-22 Ulrich Drepper <drepper@gmail.com>
47446
1aae088a
UD
47447 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47448 OSXSAVE.
47449 (_dl_x86_64_save_sse): Likewise.
47450
8e2045f5
UD
47451 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47452
90f139dd
UD
47453 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47454
1d002f25
AS
474552011-07-21 Andreas Schwab <schwab@redhat.com>
47456
47457 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47458 change.
47459 (_dl_x86_64_save_sse): Use correct AVX check.
47460
21137f89
UD
474612011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47462
47463 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47464 bug in strncpy/strncat.
47465 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47466
a65c0b7a
UD
474672011-07-21 Ulrich Drepper <drepper@gmail.com>
47468
47469 * string/tester.c (test_strcat): Add tests for different alignments
47470 of source and destination.
47471 (test_strncat): Likewise.
47472
6986b98a
UD
474732011-07-20 Ulrich Drepper <drepper@gmail.com>
47474
90bb2039
UD
47475 [BZ #12852]
47476 * posix/glob.c (glob): Check passed in values before using them in
47477 expressions to avoid some overflows.
47478 (glob_in_dir): Likewise.
47479
5644ef54
UD
47480 [BZ #13007]
47481 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47482 check for AVX enablement so that we don't crash with old kernels and
47483 new hardware.
47484 * elf/tst-audit4.c: Add same checks here.
47485 * elf/tst-audit6.c: Likewise.
47486
47487 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 47488
bfc9dc9b
AS
474892011-07-09 Andreas Schwab <schwab@linux-m68k.org>
47490
47491 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47492
702e64bb
UD
474932011-07-20 Ulrich Drepper <drepper@gmail.com>
47494
47495 * po/cs.po: Update from translation team.
47496 * po/bg.po: Likewise.
47497
295e904f
MP
474982011-07-12 Marek Polacek <mpolacek@redhat.com>
47499
47500 * misc/sys/cdefs.h: Add support for const attribute.
47501 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47502 to gnu_dev_{major,minor,makedev} functions.
47503
3ff94596
MP
475042011-07-20 Marek Polacek <mpolacek@redhat.com>
47505
47506 * intl/dcigettext.c (get_output_charset): Add missing bracket.
47507
28b59fca
AS
475082011-07-20 Andreas Schwab <schwab@redhat.com>
47509
47510 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47511 strlen results.
47512
19df733e
AK
475132011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
47514
47515 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47516 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47517 register in order to avoid conflicts with the soft frame pointer
47518 being held in r11 when necessary.
47519 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47520 (INTERNAL_VSYSCALL_NCS): Likewise.
47521
c8835729
MP
475222011-07-14 Marek Polacek <mpolacek@redhat.com>
47523
47524 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47525 * elf/dl-fini.c (_dl_fini): Adjust caller.
47526 * elf/dl-close.c (_dl_close_worker): Likewise.
47527 * sysdeps/generic/ldsodefs.h: Adjust declaration.
47528
b902330c
MP
475292011-07-15 Marek Polacek <mpolacek@redhat.com>
47530
8991e135
MP
47531 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47532 "aux_cache->nlibs < 0".
47533
b902330c
MP
47534 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47535 in the reload-count case.
47536
99710781
LD
475372011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47538
47539 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47540 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47541 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47542 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47543 * sysdeps/x86_64/multiarch/strcat.S: New file.
47544 * sysdeps/x86_64/multiarch/strncat.S: New file.
47545 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47546 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47547 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47548 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47549 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47550 (USE_AS_STRCAT): Define.
47551 Add strcat and strncat support.
47552 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47553 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47554 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
47555 * string/strncat.c: Update.
47556 (USE_AS_STRNCAT): Define.
47557 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47558 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
47559 and i7.
47560 * sysdeps/x86_64/multiarch/init-arch.h
47561 (bit_Prefer_PMINUB_for_stringop): New.
47562 (index_Prefer_PMINUB_for_stringop): Likewise.
47563 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
47564 bit_Prefer_PMINUB_for_stringop.
47565
7dc6bd90
UD
475662011-07-19 Ulrich Drepper <drepper@gmail.com>
47567
47568 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
47569 buffer64.
47570 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
47571 of casting of buffer.
47572 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
47573 buffer32 and buffer64.
47574 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
47575 writes instead of casting of buffer.
47576 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
47577 buffer32.
47578 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
47579 casting of buffer.
47580
e0e72284
AS
475812011-07-19 Andreas Schwab <schwab@redhat.com>
47582
47583 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
47584
feb1eb0b
UD
475852011-07-19 Ulrich Drepper <drepper@gmail.com>
47586
47587 * nscd/nscd.c (termination_handler): Don't do anything for a database
47588 if it has not yet been initialized.
47589
298711ff
UD
475902011-07-18 Ulrich Drepper <drepper@gmail.com>
47591
47592 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47593
475942011-07-15 Marek Polacek <mpolacek@redhat.com>
47595
47596 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47597
f9d68389
UD
475982011-07-18 Ulrich Drepper <drepper@gmail.com>
47599
47600 * po/nl.po: Update from translation team.
47601 * po/sv.po: Likewise.
47602
db290cf5
RM
476032011-07-16 Roland McGrath <roland@hack.frob.com>
47604
47605 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47606 now disallowed by GCC.
5c550700 47607
fd5e21c7
RM
47608 * configure.in (use-default-link): Default to yes if a test -shared
47609 link meets our qualifications.
47610 * configure: Regenerated.
47611
5c550700
RM
47612 * config.make.in (output-format): New variable.
47613 * configure.in: Check for ld --print-output-format support.
47614 * configure: Regenerated.
47615 * Makerules ($(common-objpfx)format.lds)
47616 [$(output-format) != unknown]: Just use $(output-format),
47617 instead of the linker-script munging.
47618
9fa2c032
RM
476192011-07-14 Roland McGrath <roland@hack.frob.com>
47620
a6928d51
RM
47621 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47622 of $(common-objpfx)shlib.lds.
47623 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47624
661607b3
RM
47625 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47626 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47627
9fa2c032
RM
47628 * configure.in (-z relro check): Adjust test code to add a large
47629 writable data section after it.
47630 * configure: Regenerated.
47631
defe9061
RM
476322011-07-11 Roland McGrath <roland@hack.frob.com>
47633
47634 * configure.in (-z relro check): Fix test code to make the variable
47635 truly const.
47636 * configure: Regenerated.
47637
319b9ad4
UD
476382011-07-11 Ulrich Drepper <drepper@gmail.com>
47639
47640 * nscd/nscd.h (struct traced_file): Define.
47641 (struct database_dyn): Remove inotify_descr, reset_res, and filename
47642 elements. Add traced_files.
47643 (inotify_fd): Declare.
47644 (register_traced_file): Declare.
47645 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47646 (inotify_fd): Export.
47647 (resolv_conf_descr): Remove.
47648 (nscd_init): Move inotify descriptor creation to main.
47649 Don't register files for notification here.
47650 (register_traced_file): New function.
47651 (invalidate_cache): Don't use reset_res to determine whether to call
47652 res_init, go through the list of registered files.
47653 (main_loop_poll): The inotify descriptors are now stored in the
47654 structures for the traced files.
47655 (main_loop_epoll): Likewise
47656 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
47657 to __nss_disable_nscd.
47658 * nscd/cache.c (prune_cache): There is no single inotify descriptor
47659 for a database anymore. Check the records for all the registered
47660 files instead.
47661 * nss/Makefile (libnss_files-routines): Add files-init.
47662 (libnss_db-routines): Add db-init.
47663 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47664 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47665 * nss/nss_db/db-init.c: New file.
47666 * nss/nss_files/files-init.c: New file.
47667 * nss/nsswitch.c (nss_load_library): New function. Broken out of
47668 __nss_lookup_function.
47669 (__nss_lookup_function): Call nss_load_library.
47670 (nss_load_all_libraries): New function.
47671 (__nss_disable_nscd): Take parameter with callback function for files
47672 to register. Set is_nscd. Load all the DSOs for the NSS modules
47673 used for the cached services.
47674 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47675 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47676 options for features to all the files in nscd.
47677
47678 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47679
23bee3e8
RM
476802011-07-10 Roland McGrath <roland@hack.frob.com>
47681
47682 * csu/elf-init.c (__libc_csu_init): Comment typo.
47683
46a5b7f0
UD
476842011-07-09 Ulrich Drepper <drepper@gmail.com>
47685
47686 * po/pl.po: Update from translation team.
47687 * po/ja.po: Likewise.
47688 * po/ru.po: Likewise.
47689 * po/ko.po: Likewise.
47690 * po/fr.po: Likewise.
47691
d30cf5bb
RM
476922011-07-09 Roland McGrath <roland@hack.frob.com>
47693
113ddea4
RM
47694 * configure.in (.ctors/.dtors header and trailer check):
47695 Use an empirical test on a built program.
47696 * configure: Regenerated.
47697
574920b4
RM
47698 * configure.in (-z relro check): Use an empirical test on a built DSO.
47699 Detect, but do not require, on ia64.
47700 * configure: Regenerated.
47701
d30cf5bb
RM
47702 * configure.in (READELF): Find it with AC_CHECK_TOOL.
47703 Update tests that use readelf to use $READELF instead.
47704 * configure: Regenerated.
47705
8538fdb3
UD
477062011-07-08 Ulrich Drepper <drepper@gmail.com>
47707
47708 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47709 if the result is not used.
47710
04d08991
AJ
477112011-07-05 Andreas Jaeger <aj@suse.de>
47712
47713 [BZ#9696]
47714 * stdlib/tst-strtod.c: Add testcase.
47715
de283087
AD
477162011-07-07 Ulrich Drepper <drepper@gmail.com>
47717
4e5f31c8 47718 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 47719 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
47720 The latter has a higher limit. Take additional parameter to pass to
47721 the new function.
47722 (__pathconf): Pass file to __statfs_link_max.
47723 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47724 __statfs_link_max.
47725 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47726 __statfs_link_max.
47727
de283087
AD
47728 [BZ #12868]
47729 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47730 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47731 Handle Lustre.
47732 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47733 (__statfs_filesize_max): Likewise.
47734 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47735
c75fa153
AJ
477362011-07-05 Andreas Jaeger <aj@suse.de>
47737
47738 * resolv/res_comp.c (dn_skipname): Remove unused variable.
47739
1a544854
UD
477402011-07-06 Marek Polacek <mpolacek@redhat.com>
47741
47742 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47743 `status' variable.
47744 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
47745 Likewise.
47746
6f0eec67
UD
477472011-07-04 H.J. Lu <hongjiu.lu@intel.com>
47748
47749 * Makefile (strop-tests): Add strncat.
47750 * string/test-strncat.c: New file.
47751
aae30307
UD
477522011-06-30 Marek Polacek <mpolacek@redhat.com>
47753
47754 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47755
c0cfb5eb
UD
477562011-06-21 Andreas Jaeger <aj@suse.de>
47757
47758 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47759 Copy rule from iconvdata/Makefile.
47760
01636b21
UD
477612011-07-06 Ulrich Drepper <drepper@gmail.com>
47762
47763 [BZ #12922]
47764 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47765 but no long options are defined, just return 'W'.
47766
9895c8bc
UD
477672011-06-22 Marek Polacek <mpolacek@redhat.com>
47768
47769 [BZ #9696]
47770 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47771
5d4cf042
UD
477722011-07-06 Ulrich Drepper <drepper@gmail.com>
47773
47774 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47775 netgroups to read.
960e5535 47776 (innetgr): Likewise.
5d4cf042 47777
751eb97e
RM
477782011-07-05 Roland McGrath <roland@hack.frob.com>
47779
47780 * config.make.in (install_root): Default to $(DESTDIR).
47781
f15f1e45
UD
477822011-07-05 Ulrich Drepper <drepper@gmail.com>
47783
47784 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47785
4e34ac6a
RM
477862011-07-02 Roland McGrath <roland@hack.frob.com>
47787
5e9b6af4
RM
47788 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47789
84f9ea0f
RM
47790 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47791 containing directory rather than embedding absolute directory names.
47792
ea5ee9f7
RM
47793 * scripts/check-local-headers.sh: Rewritten using awk.
47794 Match by word, not by line. Print error messages for matches.
47795 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47796
1b74661a
RM
47797 * Makerules [shlib-lds-flags empty]:
47798 ($(common-objpfx)libc_pic.opts): New target.
47799 ($(common-objpfx)libc_pic.os.clean): New target.
47800 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47801
47802 * config.make.in (OBJCOPY): New variable.
47803 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47804 * configure: Regenerated.
47805
f781ef40
RM
47806 * config.make.in (use-default-link): New variable.
47807 * configure.in (use_default_link): Grok --with-default-link to set it.
47808 * configure: Regenerated.
47809 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47810 (shlib-lds, shlib-lds-flags): Define to empty.
47811
2d4fa81e
RM
47812 * Makerules (shlib-lds): New variable.
47813 (shlib-lds-flags): New variable.
47814 (build-shlib, build-moduile, build-module-asneeded): Use it.
47815 ($(common-objpfx)libc.so): Use $(shlib-lds).
47816 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47817 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47818
31fffa6b
RM
47819 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47820 DT_FLAGS/DT_FLAGS_1 with zero flags.
47821
4e34ac6a
RM
47822 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47823 linker script munging.
47824
fcfc776b
UD
478252011-07-02 Ulrich Drepper <drepper@gmail.com>
47826
47827 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47828 as 128-bit value.
47829 * crypt/sha512.c (sha512_process_block): Perform total addition using
47830 128-bit if possible.
47831 (__sha512_finish_ctx): Likewise.
47832 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47833 as 64-bit value.
47834 * crypt/sha256.c (SWAP64): Define.
47835 (sha256_process_block): Perform total addition using 64-bit if
47836 possible.
47837 (__sha256_finish_ctx): Likewise.
47838
99231d9a
UD
478392011-07-01 Ulrich Drepper <drepper@gmail.com>
47840
47841 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
47842 * nscd/initgrcache.c (addinitgroupsX): Likewise.
47843 * nscd/hstcache.c (cache_addhst): Likewise.
47844 * nscd/grpcache.c (cache_addgr): Likewise.
47845 * nscd/aicache.c (addhstaiX): Likewise
47846 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47847
445b4a53
TK
478482011-07-01 Thorsten Kukuk <kukuk@suse.de>
47849
47850 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47851 * nscd/initgrcache.c (addinitgroupsX): Likewise.
47852 * nscd/hstcache.c (cache_addhst): Likewise.
47853 * nscd/grpcache.c (cache_addgr): Likewise.
47854 * nscd/aicache.c (addhstaiX): Likewise
47855
6d4d8e8e
AS
478562011-07-01 Andreas Schwab <schwab@redhat.com>
47857
47858 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47859 domain only when needed.
47860
89f654c5
AS
478612011-06-30 Andreas Schwab <schwab@redhat.com>
47862
47863 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47864 is always restored.
47865
cf3b23ff
UD
478662011-06-29 Ulrich Drepper <drepper@gmail.com>
47867
47868 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47869 are re-adding the entry.
47870 * nscd/servicescache.c (cache_addserv): Likewise.
47871
751626f9
AJ
478722011-06-30 Aurelien Jarno <aurelien@aurel32.net>
47873
47874 * sysdeps/generic/dl-irel.h: fix protection against multiple
47875 inclusions.
47876 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47877
9113ea1f
UD
478782011-06-28 Ulrich Drepper <drepper@gmail.com>
47879
5c0b8d90
UD
47880 [BZ #12935]
47881 * malloc/memusage.sh: Fix quoting in message.
47882 * debug/xtrace.sh: Likewise.
47883
9113ea1f
UD
47884 * configure.in: Remove support for --experimental-malloc option, make
47885 it the default.
47886 * config.make.in: Likewise.
47887 * malloc/Makefile: Likewise.
47888
a4172181
AS
478892011-06-27 Andreas Schwab <schwab@redhat.com>
47890
47891 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47892 two-byte characters.
47893
78a7eee7
RM
478942011-06-27 Roland McGrath <roland@hack.frob.com>
47895
62bede13
RM
47896 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47897 AC_CACHE_CHECK invocation.
47898 * configure: Regenerated.
47899
78a7eee7
RM
47900 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47901
5ce33a62
UD
479022011-06-27 Ulrich Drepper <drepper@gmail.com>
47903
034807a9
UD
47904 [BZ #12350]
47905 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
47906 bit from old_res_options.
47907
4902da17
UD
47908 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47909
5ce33a62
UD
47910 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47911 value type for setfct.
47912
c2344f56
L
479132011-06-23 H.J. Lu <hongjiu.lu@intel.com>
47914
47915 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47916 __gettimeofday instead of gettimeofday.
47917
68468076
UD
479182011-06-26 Ulrich Drepper <drepper@gmail.com>
47919
47920 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47921
acb0d739
L
479222011-06-24 H.J. Lu <hongjiu.lu@intel.com>
47923
47924 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47925
47926 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47927 info.
47928
8912479f
L
479292011-06-22 H.J. Lu <hongjiu.lu@intel.com>
47930
47931 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47932 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47933 strcpy-sse2-unaligned strncpy-sse2-unaligned
47934 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47935 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47936 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47937 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47938 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47939 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47940 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47941 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47942 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47943 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47944 (STRCPY): Support SSE2 and SSSE3 versions.
47945
d5495a11
UD
479462011-06-24 Ulrich Drepper <drepper@gmail.com>
47947
47948 [BZ #12874]
47949 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47950 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47951 kernels which artificially limit size of requests.
47952
0b1cbaae
L
479532011-06-22 H.J. Lu <hongjiu.lu@intel.com>
47954
47955 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47956 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47957 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
47958 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
47959 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
47960 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
47961 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
47962 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
47963 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
47964 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
47965 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
47966 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
47967 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
47968 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
47969 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
47970 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47971 Enable unaligned load optimization for Intel Core i3, i5 and i7
47972 processors.
47973 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
47974 Define.
47975 (index_Fast_Unaligned_Load): Define.
47976 (HAS_FAST_UNALIGNED_LOAD): Define.
47977
07f494a0
MP
479782011-06-23 Marek Polacek <mpolacek@redhat.com>
47979
47980 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
47981
fa3fc0fe
UD
479822011-06-22 Ulrich Drepper <drepper@gmail.com>
47983
47984 [BZ #12907]
47985 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
47986 until it is clear that the information is realy needed.
47987 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
47988
e12df166
AS
479892011-06-22 Andreas Schwab <schwab@redhat.com>
47990
47991 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
47992
852eb34d
UD
479932011-06-22 Ulrich Drepper <drepper@gmail.com>
47994
84e2a551
UD
47995 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47996 /sys/devices/system/cpu/online if it is usable.
47997
852eb34d
UD
47998 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
47999 reading the information from the /proc filesystem to once a second.
48000
6e502e19
UD
480012011-06-21 Andreas Jaeger <aj@suse.de>
48002
48003 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
48004 NULL after inclusion of kernel headers.
48005
75d39ff2
UD
480062011-06-21 Ulrich Drepper <drepper@gmail.com>
48007
51f9aa6a
UD
48008 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
48009 calls to internal_setent.
48010
c0244a9d
UD
48011 [BZ #12885]
48012 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
48013 addresses using gethostbyname4_r ignore IPv4 addresses.
48014
c5e3c2ae
UD
48015 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
48016 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
48017
75d39ff2
UD
48018 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
48019
42675c6f
DM
480202011-06-20 David S. Miller <davem@davemloft.net>
48021
48022 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
48023 inclusions.
48024 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
48025
48026 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
48027 (elf_irel): Use it.
48028 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
48029 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
48030 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
48031 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
48032 * sysdeps/x86_64/dl-irel.h: Likewise.
48033
48034 * elf/dl-runtime.c: Use elf_ifunc_invoke.
48035 * elf/dl-sym.c: Likewise.
48036
57912a71
UD
480372011-06-15 Ulrich Drepper <drepper@gmail.com>
48038
48039 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
48040 need to dereference resplen2.
48041
ee22793d
AS
480422011-06-14 Andreas Schwab <schwab@redhat.com>
48043
48044 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48045
a9e836b0
UD
480462011-06-15 Ulrich Drepper <drepper@gmail.com>
48047
77fb9117
UD
48048 * Makeconfig: Define vardbdir and inst_vardbdir.
48049 * nss/Makefile: Add rules to install db-Makefile.
48050
40c1b22c
UD
48051 * nss/nss_db/db-XXX.c: Cleanup.
48052
9f2da732
UD
48053 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48054 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48055 GLIBC_PRIVATE.
48056 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48057 * nss/makedb.c: Implement -g option to specify that value strings
48058 are generated and should not be added to table iterated over for
48059 get*ent calls.
48060 * nss/nss_db/db-initgroups.c: New file.
48061
82e9a1f7
UD
48062 * nss/getent.c: Add support for initgroups lookups through getgrouplist
48063 interface.
48064
c41af17e
UD
48065 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48066 (internal_getgrouplist): Adjust to name change.
48067 Update use_initgroups_entry if this is not the first call.
48068 * nss/databases.def: Add initgroups entry.
48069
a9e836b0
UD
48070 * nss/makedb.c (compute_tables): Check result of multiple hash table
48071 sizes to minimize maximum chain length.
48072
2666d441
UD
480732011-06-14 Ulrich Drepper <drepper@gmail.com>
48074
48075 * Versions.def: Add entry for libnss_db.
48076 * shlib-versions: Likewise.
48077 * nss/Makefile: Add rules to build libnss_db.
48078 * nss/Versions: Add libnss_db information. Organize libnss_files
48079 entries better.
48080 * nss/db-Makefile: Add gshadow support. Change rules for the new
48081 makedb progra. Some minor improvements to generate smaller files.
48082 * nss/nss_db/nss_db.h: Move NSS database header data structures to
48083 here from...
48084 * nss/makedb.c: ...here.
48085 Improve database format to be smaller and require less memory at
48086 runtime.
48087 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
48088 db anymore.
48089 * nss/nss_db/db-netgrp.c: Likewise.
48090 * nss/nss_db/db-open.c: Likewise.
48091 * nss/nss_files/flies-XXX.x: Adjust comments.
48092 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48093 * nss/nss_files/files-grp.c: Likewise.
48094 * nss/nss_files/files-hosts.c: Likewise.
48095 * nss/nss_files/files-network.c: Likewise.
48096 * nss/nss_files/files-proto.c: Likewise.
48097 * nss/nss_files/files-pwd.c: Likewise.
48098 * nss/nss_files/files-rpc.c: Likewise.
48099 * nss/nss_files/files-service.c: Likewise.
48100 * nss/nss_files/files-sgrp.c: Likewise.
48101 * nss/nss_files/files-spwd.c: Likewise.
48102 * nss/nss_db/db-alias.c: Removed.
48103 * nss/nss_db/dummy-db.h: Removed.
48104
9ee76b5a
UD
481052011-06-02 Ulrich Drepper <drepper@gmail.com>
48106
48107 * nss/makedb.c: Rewritten to not use database library.
48108 * nss/Makefile: Update to build new makedb program.
48109
c71ca1f8
AJ
481102011-06-14 Andreas Jaeger <aj@suse.de>
48111
48112 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48113 memset declaration.
48114
3154bfb8
UD
481152011-06-10 Andreas Schwab <schwab@redhat.com>
48116
48117 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48118 tmpbuf.
48119
b350afab
RM
481202011-06-10 Roland McGrath <roland@hack.frob.com>
48121
decd4e50
RM
48122 * Makerules (shlib.lds): Fail if the linker script comes out empty.
48123 * elf/Makefile ($(objpfx)ld.so): Likewise.
48124
5615eaf2
RM
48125 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48126 Don't list ld.so twice in dependencies.
48127
48128 * posix/bug-regex31.c: Include <stdlib.h>.
48129
48130 * nscd/hstcache.c (cache_addhst): Remove unused variable.
48131
48132 * nis/nss_compat/compat-spwd.c
48133 (getspent_next_nss_netgr): Remove unused variable.
48134 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48135
48136 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48137 nonmembers" output to use the right array.
48138
48139 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48140
48141 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48142
48143 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48144 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48145 * catgets/gencat.c (read_input_file): Likewise.
48146 * locale/programs/locarchive.c (enlarge_archive): Likewise.
48147
48148 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48149 variable definition inside #if's controlling its use.
48150
48151 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48152
48153 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48154
48155 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48156
48157 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48158 unreachable code.
48159
48160 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48161
b68e08db
RM
48162 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48163 * configure: Regenerated.
48164
b350afab
RM
48165 * Makerules: Revert last change.
48166 * elf/Makefile: Likewise.
48167
28368601
RM
481682011-06-09 Roland McGrath <roland@hack.frob.com>
48169
48170 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48171 * elf/Makefile ($(objpfx)librtld.os): Likewise.
48172 (reloc-link): Likewise.
48173
11988f8f
UD
481742011-06-09 Ulrich Drepper <drepper@gmail.com>
48175
48176 * elf/Makefile: Add rules to build pldd.
48177 * elf/pldd.c: New file.
48178 * elf/pldd-xx.c: New file.
48179
e80fab37
UD
481802011-06-07 Ulrich Drepper <drepper@gmail.com>
48181
48182 * version.h: Update for 2.15 development version.
48183
9b849836
DM
481842011-06-07 David S. Miller <davem@davemloft.net>
48185
48186 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48187 ifuncs.
48188 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48189 elf_machine_lazy_rel): Likewise.
48190 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48191 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48192 elf_machine_lazy_rel): Likewise.
48193 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48194 dl_hwcap via passed in argument.
48195 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48196 Likewise.
48197
5a31b283
AK
481982011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
48199
48200 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
48201
069e52f8
RM
482022011-06-06 Roland McGrath <roland@hack.frob.com>
48203
48204 [BZ #12849]
48205 * manual/fdl-1.1.texi: New file, verbatim from:
48206 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48207 * manual/lgpl-2.1.texi: New file, verbatim from:
48208 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48209 * manual/Makefile (licenses): New variable, list those new file names.
48210 (texis): Use it.
48211 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48212
48213 * manual/fdl.texi: File removed.
48214 * manual/lesser.texi: File removed.
48215 * manual/libc.texinfo (Copying, Documentation License):
48216 Use new @include file names, put @appendix directive before @include.
48217
f16846a5
JJ
482182011-06-04 Jakub Jelinek <jakub@redhat.com>
48219
48220 [BZ #12841]
48221 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48222 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48223 (mq_open): Add __NTH.
48224
3d29045b
L
482252011-06-02 H.J. Lu <hongjiu.lu@intel.com>
48226
48227 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48228 Assume Intel Core i3/i5/i7 processor if AVX is available.
48229
8c297311
UD
482302011-05-31 Ulrich Drepper <drepper@gmail.com>
48231
48232 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48233 typo.
48234
c8fc0c91
UD
482352011-05-31 Andreas Schwab <schwab@redhat.com>
48236
48237 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48238 memory. Use alloca_account. Fix memory leak when retrying.
48239
5b27a807
UD
482402011-05-31 Ulrich Drepper <drepper@gmail.com>
48241
356f8bc6
UD
48242 * version.h (RELEASE): Bump for 2.14 release.
48243 * include/features.h (__GLIBC_MINOR__): Bump to 14.
48244
5b27a807
UD
48245 * config.make.in (RANLIB): Remove entry.
48246
01f16ab0
UD
482472011-05-30 Ulrich Drepper <drepper@gmail.com>
48248
41fce8bd
UD
48249 * po/Makefile (po-sed-cmd): Add ksh to extensions.
48250 (libc.pot): Work around missing support for .ksh extension in xgettext.
48251
4769ae77
UD
48252 [BZ #12684]
48253 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48254 if both request failed.
48255 (send_dg): In case of server errors clear resplen or *resplen2.
48256
6b1e7d19
UD
48257 [BZ #12454]
48258 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48259 when there are multiple maps.
48260 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48261 (_dl_fini): Remove test here.
48262
01f16ab0
UD
48263 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48264
b1ebd700
UD
482652011-05-29 Ulrich Drepper <drepper@gmail.com>
48266
7ae22829
UD
48267 [BZ #12350]
48268 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48269 bit from old_res_options.
48270 (gaih_inet): Likewise.
48271
553149f6 48272 [BZ #11099]
18a84741 48273 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
48274 as signed.
48275
652ffab1
UD
48276 * resolv/res_init.c (res_setoptions): Make the code more compact.
48277
16985fd0
UD
48278 [BZ #11558]
48279 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48280 set RES_USEVC.
48281
0464f746
UD
48282 [BZ #11634]
48283 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48284
7d17596c
UD
48285 * malloc/malloc.h: Mark malloc hook variables as deprecated.
48286
cf6bbbd7
UD
48287 [BZ #11781]
48288 * malloc/malloc.h: Declare malloc hook variables as volatile.
48289
13f1ab36
UD
48290 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48291 in last patch.
48292
b1ebd700
UD
48293 [BZ #11799]
48294 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 48295 raise in the comment.
80e2212d
UD
48296 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48297 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48298 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 48299
ce67228d
UD
483002011-05-28 Ulrich Drepper <drepper@gmail.com>
48301
8887a920
UD
48302 [BZ #12811]
48303 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48304 grow the buffers more if it already has to be sufficient.
48305 (build_wcs_upper_buffer): Likewise.
48306 * posix/regexec.c (check_matching): Likewise.
48307 (clean_state_log_if_needed): Likewise.
48308 (extend_buffers): Don't enlarge buffers beyond size of the input
48309 buffer.
48310 Patches mostly by Emil Wojak <emil@wojak.eu>.
48311 * posix/bug-regex32.c: New file.
48312 * posix/Makefile (tests): Add bug-regex32.
48313
4f031072
UD
48314 * locale/findlocale.c (_nl_find_locale): Return right away if
48315 _nl_explode_name failed.
48316 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48317
d0478f0c
UD
48318 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48319
de81b246
UD
48320 * debug/xtrace.sh: Unify messages.
48321 * malloc/memusage.sh: Likewise.
48322
c738465a
UD
48323 [BZ #12813]
48324 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48325 time symbol from vDSO. Substitute with vsyscall if not available.
48326 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48327 __vdso_time.
48328
f1f929d7
UD
48329 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48330 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48331 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48332 Add sendmmsg and internal_sendmmsg.
48333 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48334 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48335 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48336
ce67228d
UD
48337 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48338 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48339 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48340
e57420c6
UD
483412011-05-27 Ulrich Drepper <drepper@gmail.com>
48342
a8509ca5
UD
48343 [BZ #12813]
48344 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48345 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
48346 available.
48347 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48348 __vdso_getcpu.
48349
e57420c6
UD
48350 [BZ #12814]
48351 * iconvdata/Makefile (tests): Add bug-iconv9.
48352 * iconvdata/bug-iconv9.c: New file.
48353
4d07db15
AS
483542011-05-27 Andreas Schwab <schwab@redhat.com>
48355
48356 [BZ #12814]
48357 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48358
ea486f69
JJ
483592011-05-25 Jakub Jelinek <jakub@redhat.com>
48360
48361 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48362 (struct user_regs_struct): Change intcs field back to cs.
48363
6f038433
UD
483642011-05-25 Ulrich Drepper <drepper@gmail.com>
48365
48366 * po/ja.po: Update from translation team.
48367
67f86a25
UD
483682011-05-23 Ulrich Drepper <drepper@gmail.com>
48369
48370 [BZ #12795]
48371 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48372 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48373
def7fbd6
AS
483742011-05-20 Andreas Schwab <schwab@redhat.com>
48375
48376 * stdlib/longlong.h: Update from GCC.
48377
f50ef8f1
AS
483782011-05-23 Andreas Schwab <schwab@redhat.com>
48379
48380 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48381 parameter name.
48382 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48383 Add parameter name.
48384 (__sysconf): Pass it down.
48385
de7ce8f1
UD
483862011-05-22 Ulrich Drepper <drepper@gmail.com>
48387
f2962a71
UD
48388 [BZ #12671]
48389 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48390 some situations.
48391 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48392 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48393 add in in __libc_use_alloca calls. Adjust callers.
48394 (glob): Use malloc in some situations.
48395
de7ce8f1
UD
48396 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48397 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48398 pltexit.
48399
aec84f53
UD
484002011-05-21 Ulrich Drepper <drepper@gmail.com>
48401
05bb4a68
UD
48402 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48403 and CLOCK_BOOTTIME_ALARM.
48404
7ea72f99
UD
48405 [BZ #12782]
48406 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48407 is returned.
48408
7e4afad5
UD
48409 * string/_strerror.c (__strerror_r): Print negative errors as signed
48410 numbers.
48411
8e211fec
UD
48412 [BZ #12777]
48413 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48414 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48415 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48416
f7d82dc9
UD
48417 * configure.in: Fix typo in redirection and correct removal of test
48418 files in two cases.
48419
cc9e536d
UD
48420 [BZ #12788]
48421 * locale/setlocale.c (new_composite_name): Fix test to check for
48422 identical name of all categories.
48423
aec84f53
UD
48424 [BZ #12792]
48425 * libio/filedoalloc.c (local_isatty): New function.
48426 (_IO_file_doallocate): Use local_isatty.
48427 * stdio-common/perror.c (perror): In case a new stream is used
48428 forward the stream error.
48429 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48430 error flag.
48431
78e64fdc
RT
484322011-05-20 Ulrich Drepper <drepper@gmail.com>
48433
34a9094f
UD
48434 [BZ #11869]
48435 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48436 alloca.
48437 * include/alloca.h (extend_alloca_account): Define.
48438
78e64fdc
RT
48439 [BZ #11857]
48440 * posix/regex.h: Fix comments with documentation of user-accessible
48441 fields after compilation and describe correct free'ing of pattern
48442 after re_compile_pattern.
48443 Patch by Reuben Thomas <rrt@sc3d.org>.
48444
457bddfc
RA
484452011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
48446
48447 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48448 and -mno-altivec to prevent the compiler from using Altivec and/or
48449 VSX instructions when the corresponding registers are not available.
48450
a4527b51
AS
484512011-05-19 Andreas Schwab <schwab@redhat.com>
48452
48453 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48454
ed690b2f
UD
484552011-05-19 Ulrich Drepper <drepper@gmail.com>
48456
48457 * libio/freopen.c (freopen): Use __dup2, not dup2.
48458 * libio/freopen64.c (freopen64): Likewise.
48459
8db73634
L
484602011-05-17 H.J. Lu <hongjiu.lu@intel.com>
48461
48462 [BZ #12775]
48463 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48464 * math/Makefile (tests): Add test-powl.
48465 (CFLAGS-test-powl.c): Define.
48466 * math/test-powl.c: New file.
48467
0a197a9d
L
484682011-05-16 H.J. Lu <hongjiu.lu@intel.com>
48469
48470 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48471
ee30c380
UD
484722011-05-17 Ulrich Drepper <drepper@gmail.com>
48473
48474 [BZ #11837]
48475 * iconvdata/gb18030.c: Update to GB18020-2005.
48476
6ce75379
UD
484772011-05-16 Ulrich Drepper <drepper@gmail.com>
48478
a4b89fd8
AR
48479 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48480 RE_SYNTAX_POSIX_AWK): Update to match recent development.
48481 Patch by Aharon Robbins <arnold@skeeve.com>.
48482
ea389b12
UD
48483 [BZ #11892]
48484 * stdlib/putenv.c (putenv): Don't always create copy of the variable
48485 on the stack.
48486
68a3f91f
UD
48487 [BZ #11895]
48488 * misc/pselect.c (__pselect): Handle timeout value errors hidden
48489 through underflows.
48490
15cc7dd1
UD
48491 [BZ #12766]
48492 * misc/error.c (error_at_line): Ensure file_name and old_file_name
48493 point to strings before performing equality test for error_one_per_line
48494 mode.
48495
f3799213
UD
48496 [BZ #11697]
48497 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48498
d79a9c94
UD
48499 [BZ #11820]
48500 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48501 (struct user_fpregs_struct): Avoid __uint*_t types.
48502
56e5eb46
UD
48503 [BZ #6420]
48504 * malloc/mtrace.c (tr_where): Add additional parameter to point to
48505 symbol info. Use it instead of calling _dl_addr locally.
48506 (lock_and_info): New function.
48507 (tr_freehook): Call lock_and_info and pass symbol info as additional
48508 parameter to tr_where.
48509 (tr_mallochook): Likewise.
48510 (tr_reallochook): Likewise.
48511 (tr_memalignhook): Likewise.
48512
6ce75379
UD
48513 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
48514 used and couldn't be at all thread-safe.
48515
f8a3b5bf
UD
485162011-05-15 Ulrich Drepper <drepper@gmail.com>
48517
94b7cc37
UD
48518 * libio/freopen.c (freopen): Don't close old file descriptor
48519 before the new one is opened. Instead dup the new file descriptor
48520 to the old one after the new stream is created.
48521 * libio/freopen64.c (freopen64): Likewise.
48522 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
48523 * libio/fileops.c (_IO_new_file_close_it): Handle new
48524 _IO_FLAGS2_NOCLOSE flag.
48525 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48526 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48527 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48528 _IO_FLAGS2_NOCLOSE flag.
48529 * include/unistd.h: Add hidden_proto for dup3.
48530 Define __have_dup3.
48531 * io/dup3.c: Define hidden symbol.
48532 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48533
bd25564e
UD
48534 [BZ #7101]
48535 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48536 when an incomplete long option is used.
48537 * posix/tst-getopt_long1.c: New file.
48538 * posix/Makefile (tests): Add tst-getopt_long1.
48539
c84cfef4
UD
48540 [BZ #10138]
48541 * scripts/config.guess: Update from autoconf-2.68.
48542 * scripts/config.sub: Likewise.
48543
3b85df27
UD
48544 [BZ #10157]
48545 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48546 tests into ...
48547 (has_cpuclock): ...this. New function.
48548 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48549 macro here based on has_cpuclock code.
48550
15a856b1
UD
48551 [BZ #10149]
48552 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48553 First byte (not low byte) is now always NUL.
48554 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
48555
05f399e6
UD
48556 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48557 Use non-cancelable interfaces.
48558
10a52685 48559 [BZ #9809]
94ecc67d
UD
48560 * locale/iso-639.def: Add entry for Sorani.
48561
f8a3b5bf
UD
48562 [BZ #11901]
48563 * include/stdlib.h: Move include protection to the right place.
48564 Define abort_msg_s. Declare __abort_msg with it.
48565 * stdlib/abort.c (__abort_msg): Adjust type.
48566 * assert/assert.c (__assert_fail_base): New function. Majority
48567 of code from __assert_fail. Allocate memory for __abort_msg with
48568 mmap.
48569 (__assert_fail): Now call __assert_fail_base.
48570 * assert/assert-perr.c: Remove bulk of implementation. Use
48571 __assert_fail_base.
48572 * include/assert.hL Declare __assert_fail_base.
48573 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
48574 mmap.
48575 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
48576
1af4e298
UD
485772011-05-14 Ulrich Drepper <drepper@gmail.com>
48578
f8a3b5bf 48579 [BZ #11952]
d26dfc60
MG
48580 [BZ #12453]
48581 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
48582 until all modules are registered in the DTV.
48583 * elf/Makefile: Add rules to build and run tst-tls19.
48584 * elf/tst-tls19.c: New file.
48585 * elf/tst-tls19mod1.c: New file.
48586 * elf/tst-tls19mod2.c: New file.
48587 * elf/tst-tls19mod3.c: New file.
48588 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
48589
2fc54d6f
UD
48590 [BZ #12083]
48591 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
48592 correctly.
48593
98d76b46
UD
48594 [BZ #12601]
48595 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48596 two-byte sequence errors.
48597 * iconvdata/Makefile (tests): Add bug-iconv8.
48598 * iconvdata/bug-iconv8.c: New file.
48599
da3c19ef
UD
48600 [BZ #12626]
48601 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48602 buf2 definition.
48603
ca408c15
UD
48604 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48605
d6f67f7d
UD
48606 [BZ #12432]
48607 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48608 (dummy_getcfa): New function.
48609 (init): Get _Unwind_GetCFA address, use dummy if not found.
48610 (backtrace_helper): In recursion check, also check whether CFA changes.
48611 (__backtrace): Completely initialize arg.
48612
1af4e298 48613 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
48614 storing incomplete byte sequence in state object. Avoid testing for
48615 guaranteed too small input if we know there is enough data available.
1af4e298 48616
da62f81b
AS
486172011-05-11 Andreas Schwab <schwab@redhat.com>
48618
48619 * Makeconfig (+link-pie): Indent.
48620 * Rules (binaries-pie): Define if $(have-fpie) and
48621 $(build-shared).
48622 (binaries-shared): Also filter out $(binaries-pie).
48623 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48624 * nscd/Makefile (others-pie): Add nscd.
48625 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48626 ($(objpfx)nscd): Remove command override.
48627 * login/Makefile (others-pie): Add pt_chown.
48628 ($(objpfx)pt_chown): Remove command override.
48629 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48630 remove command overrides.
48631
fcabc0f8
UD
486322011-05-13 Ulrich Drepper <drepper@gmail.com>
48633
20030ae6
UD
48634 * libio/tst_putwc.c: Fix error messages.
48635
fcabc0f8
UD
48636 [BZ #12724]
48637 * libio/fileops.c (_IO_new_file_close_it): Always flush when
48638 currently writing and seek to current position when not.
48639 * libio/Makefile (tests): Add bug-fclose1.
48640 * libio/bug-fclose1.c: New file.
48641
320a5dc0
PB
486422011-05-12 Ulrich Drepper <drepper@gmail.com>
48643
48644 [BZ #12511]
48645 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48646 don't set DF_1_NODELETE here.
48647 (do_lookup_x): When entering new entry test for copy relocation
48648 and if necessary set DF_1_NODELETE flag.
48649 * elf/tst-unique4.cc: New file.
48650 * elf/tst-unique4.h: New file.
48651 * elf/tst-unique4lib.cc: New file.
48652 * elf/Makefile: Add rules to build and run tst-unique4.
48653 Patch by Piotr Bury <pbury@goahead.com>.
48654
22836f52
UD
486552011-05-11 Ulrich Drepper <drepper@gmail.com>
48656
f574184a
UD
48657 [BZ #12052]
48658 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48659
e1fb097f
UD
48660 [BZ #12625]
48661 * misc/mntent_r.c (addmntent): Flush the stream after the output
48662
22836f52
UD
48663 [BZ #12393]
48664 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48665 (is_trusted_path_normalize): Skip initial colon. Append slash
48666 to empty buffer. Duplicate is_trusted_path code but allow
48667 constructed patch to be prefix.
48668 (is_dst): Allow $ORIGIN followed by /.
48669 (_dl_dst_substitute): Correct clearing of check_for_trusted.
48670 Correct testing of result of is_trusted_path_normalize
48671 (decompose_rpath): Fix warning.
48672
7b3b0b2a
UD
486732011-05-10 Ulrich Drepper <drepper@gmail.com>
48674
48675 [BZ #11257]
48676 * grp/initgroups.c (internal_getgrouplist): When we found the service
48677 list through the initgroups entry in nsswitch.conf do not always
48678 continue on a successful lookup. Don't always use the
eac80ce2 48679 __nss_group_database value if it is set.
7b3b0b2a
UD
48680 * nss/nsswitch.conf (initgroups): Change action for successful db
48681 lookup to continue for compatibility.
48682
2a81eaa5
UD
486832011-05-09 Ulrich Drepper <drepper@gmail.com>
48684
be97a69e
UD
48685 [BZ #11532]
48686 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48687 and CP774 modules.
48688 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48689 and CP774 modules.
48690 * iconvdata/tst-tables.sh: Likewise.
48691 * iconvdata/cp770.c: New file.
48692 * iconvdata/cp771.c: New file.
48693 * iconvdata/cp772.c: New file.
48694 * iconvdata/cp773.c: New file.
48695 * iconvdata/cp774.c: New file.
48696 * iconvdata/testdata/CP770: New file.
48697 * iconvdata/testdata/CP770..UTF8: New file.
48698 * iconvdata/testdata/CP771: New file.
48699 * iconvdata/testdata/CP771..UTF8: New file.
48700 * iconvdata/testdata/CP772: New file.
48701 * iconvdata/testdata/CP772..UTF8: New file.
48702 * iconvdata/testdata/CP773: New file.
48703 * iconvdata/testdata/CP773..UTF8: New file.
48704 * iconvdata/testdata/CP774: New file.
48705 * iconvdata/testdata/CP774..UTF8: New file.
48706
48707 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48708 END CHARMAP line.
48709 * iconvdata/gen-8bit-gap.sh: Likewise.
48710 * iconvdata/gen-8bit.sh: Likewise.
48711
c1e9e399
UD
48712 * locale/iso-639.def: Add ary entry.
48713
24c55fb3 48714 [BZ #11258]
96b4b1b0
UD
48715 * locale/C-translit.h.in: Add U20A1 transliteration.
48716
bdc2f971
KB
48717 [BZ #12178]
48718 * locale/iso-639.def: Add wae entry.
48719 Patch by Kevin Bortis <bortis@translate-wae.ch>.
48720
2952b117
UD
48721 [BZ #12545]
48722 * locale/programs/localedef.c (construct_output_path): Use ssize_t
48723 for n.
48724
2a81eaa5
UD
48725 [BZ #12711]
48726 * locale/C-translit.h.in: Add entry for U20B9.
48727 Patch by pravin.d.s@gmail.com.
48728
28377d1b
UD
487292011-05-08 Ulrich Drepper <drepper@gmail.com>
48730
7fb90fb8
UD
48731 [BZ #12713]
48732 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48733 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
48734 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
48735 in rtld. Use *stat64.
7fb90fb8 48736 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 48737 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 48738 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
48739 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48740 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48741 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48742 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48743 __fstatat64 macros.
7fb90fb8
UD
48744 * include/dirent.h: Add libc_hidden_proto for rewinddir.
48745 * dirent/rewinddir.c: Add libc_hidden_def.
48746 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 48747 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 48748
28377d1b
UD
48749 * include/dirent.h (__alloc_dir): Add flags parameter.
48750 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48751 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48752 __alloc_dir.
48753 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
48754 from fdopendir if O_CLOEXEC is already set.
48755
66bdbaa4
AM
487562011-03-15 Alan Modra <amodra@gmail.com>
48757
48758 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48759 l_tls_firstbyte_offset non-zero. Save padding offset in
48760 l_tls_firstbyte_offset for later use.
48761 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48762 freeing static tls block.
48763
95721191
JN
487642011-03-05 Jonathan Nieder <jrnieder@gmail.com>
48765
48766 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48767 where #ifdef was intended. The intent is to prevent ARG_MAX from
48768 being defined by the kernel headers.
48769
f87dfb1f
UD
487702011-05-07 Ulrich Drepper <drepper@gmail.com>
48771
48772 [BZ #12734]
48773 * resolv/resolv.h: Define RES_NOTLDQUERY.
48774 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48775 no-tld-query and set RES_NOTLDQUERY.
48776 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48777 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48778 modern BIND to search name as TLD unless forbidden.
48779
47c3cd7a
UD
487802011-05-07 Petr Baudis <pasky@suse.cz>
48781 Ulrich Drepper <drepper@gmail.com>
48782
48783 [BZ #12393]
48784 * elf/dl-load.c (fillin_rpath): Move trusted path check...
48785 (is_trusted_path): ...to here.
c1e9ea35 48786 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 48787 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 48788 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 48789
8a35c912
PP
487902011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
48791
48792 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48793 __BEGIN/__END_DECLS.
48794
acd41f47
UD
487952011-05-06 Ulrich Drepper <drepper@gmail.com>
48796
48797 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48798 NSS_STATUS_NOTFOUND if no record was found.
48799
597df647
AS
488002011-05-05 Andreas Schwab <schwab@redhat.com>
48801
48802 * sunrpc/Makefile (headers): Add rpc/netdb.h.
48803 (headers-not-in-tirpc): Remove rpc/netdb.h
48804 * resolv/netdb.h: Revert last change.
48805
b9af1301
PP
488062011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
48807
48808 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48809 circular dependency between libgcc.a and libc.a.
48810
4e34d5f5
AS
488112011-05-05 Andreas Schwab <schwab@redhat.com>
48812
48813 * resolv/netdb.h: Don't include <rpc/netdb.h>.
48814 * nis/Makefile: Don't install rpcsvc/*.
48815 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48816 instead of <rpc/types.h>.
48817 (MAXHOSTNAMELEN): Define.
48818
00ee369c
AS
488192011-05-03 Andreas Schwab <schwab@redhat.com>
48820
48821 * elf/ldconfig.c (add_dir): Don't crash on empty path.
48822
0b592a30
MB
488232011-04-28 Maciej Babinski <mbabinski@google.com>
48824
48825 [BZ #12714]
48826 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48827 gethostbyname4_r when IPv6 results are possible.
48828
6e04cbbe
UD
488292011-05-02 Ulrich Drepper <drepper@gmail.com>
48830
48831 [BZ #12723]
48832 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48833 _PC_PIPE_BUF handling.
48834
e4ecafe0
BH
488352011-04-30 Bruno Haible <bruno@clisp.org>
48836
48837 [BZ #12717]
48838 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48839 * resolv/netdb.h (getnameinfo): Change type of flags parameter
48840 to 'int'.
48841 * inet/getnameinfo.c (getnameinfo): Likewise.
48842
125ee683
UD
488432011-04-29 Ulrich Drepper <drepper@gmail.com>
48844
48845 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48846 to groups setting in database lookup.
48847 * nss/nsswitch.conf: Add initgroups entry.
48848
b722481a
EB
488492011-04-22 Ulrich Drepper <drepper@gmail.com>
48850
48851 [BZ #12685]
48852 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48853 mode string.
48854 Patch by Eric Blake <eblake@redhat.com>.
48855
4df46dbd
L
488562011-04-20 H.J. Lu <hongjiu.lu@intel.com>
48857
48858 * sunrpc/Makefile (need-export-routines): Add svc_run.
48859 (routines): Remove svc_run.
48860 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48861 * sunrpc/clnt_perr.c (clnt_perrno): Export.
48862 * sunrpc/svc_run.c (svc_run): Likewise.
48863 * sunrpc/svc_udp.c (svcudp_create): Likewise.
48864
e84142d2
UD
488652011-04-21 Ulrich Drepper <drepper@gmail.com>
48866
48867 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48868 problem in reallocation in last patch.
48869
877175d8
UD
488702011-04-20 Ulrich Drepper <drepper@gmail.com>
48871
48872 * sunrpc/Makefile: Move inclusion of Rules.
48873
ab8eed78
UD
488742011-04-19 Ulrich Drepper <drepper@gmail.com>
48875
48876 * nss/nss_files/files-initgroups.c: New file.
48877 * nss/Makefile (libnss_files-routines): Add files-initgroups.
48878 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48879 _nss_files_initgroups_dyn.
48880
e3d8f584
RS
488812011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
48882
48883 * elf/elf.h (R_ARM_IRELATIVE): Define.
48884
af190f45
UD
488852011-04-19 Ulrich Drepper <drepper@gmail.com>
48886
48887 * po/ru.po: Update from translation team.
48888
53cf59ef
UD
488892011-04-17 Ulrich Drepper <drepper@gmail.com>
48890
48891 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48892 dependencies.
48893
4c559bcd
MF
488942011-02-06 Mike Frysinger <vapier@gentoo.org>
48895
48896 [BZ #12653]
48897 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48898 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48899 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48900 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48901 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48902
4420675c
AS
489032011-03-28 Andreas Schwab <schwab@linux-m68k.org>
48904
48905 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48906 differing bytes.
48907 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48908 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48909 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48910
75ea32ab
UD
489112011-04-17 Ulrich Drepper <drepper@gmail.com>
48912
48913 [BZ #12420]
48914 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48915 storing it.
48916 * stdlib/bug-getcontext.c: New file.
48917 * stdlib/Makefile: Add rules to build and run bug-getcontext.
48918
27390476
AK
489192011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
48920
48921 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48922 instructions into .machine "z9-109".
48923 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48924 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48925
10442705
AK
489262011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
48927
48928 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48929 between environment variables and auxiliary vector.
48930
7b57bfe5
UD
489312011-04-16 Ulrich Drepper <drepper@gmail.com>
48932
48933 * Makefile: Add rules to build linkobj/libc.so.
48934 * include/libc-symbols.h: Define libc_hidden_nolink.
48935 * include/rpc/auth.h: Mark functions which are to be hidden.
48936 * include/rpc/auth_des.h: Likewise.
48937 * include/rpc/auth_unix.h: Likewise.
48938 * include/rpc/clnt.h: Likewise.
48939 * include/rpc/des_crypt.h: Likewise.
48940 * include/rpc/key_prot.h: Likewise.
48941 * include/rpc/pmap_clnt.h: Likewise.
48942 * include/rpc/pmap_prot.h: Likewise.
48943 * include/rpc/pmap_rmt.h: Likewise.
48944 * include/rpc/rpc_msg.h: Likewise.
48945 * include/rpc/svc.h: Likewise.
48946 * include/rpc/svc_auth.h: Likewise.
48947 * include/rpc/xdr.h: Likewise.
48948 * nis/Makefile: Link all DSOs against linkobj/libc.so.
48949 * nss/Makefile: Likewise.
48950 * sunrpc/Makefile: Don't install headers. Build library with normal
48951 entry points. Don't build rpcinfo. Link RPC tests appropriately.
48952 * sunrpc/auth_des.c: Hide exported symbols by default, export some
48953 for the compat linking library. Remove use of INTDEF/INTUSE.
48954 * sunrpc/auth_none.c: Likewise.
48955 * sunrpc/auth_unix.c: Likewise.
48956 * sunrpc/authdes_prot.c: Likewise.
48957 * sunrpc/authuxprot.c: Likewise.
48958 * sunrpc/clnt_gen.c: Likewise.
48959 * sunrpc/clnt_perr.c: Likewise.
48960 * sunrpc/clnt_raw.c: Likewise.
48961 * sunrpc/clnt_simp.c: Likewise.
48962 * sunrpc/clnt_tcp.c: Likewise.
48963 * sunrpc/clnt_udp.c: Likewise.
48964 * sunrpc/clnt_unix.c: Likewise.
48965 * sunrpc/des_crypt.c: Likewise.
48966 * sunrpc/des_soft.c: Likewise.
48967 * sunrpc/get_myaddr.c: Likewise.
48968 * sunrpc/key_call.c: Likewise.
48969 * sunrpc/key_prot.c: Likewise.
48970 * sunrpc/netname.c: Likewise.
48971 * sunrpc/pm_getmaps.c: Likewise.
48972 * sunrpc/pm_getport.c: Likewise.
48973 * sunrpc/pmap_clnt.c: Likewise.
48974 * sunrpc/pmap_prot.c: Likewise.
48975 * sunrpc/pmap_prot2.c: Likewise.
48976 * sunrpc/pmap_rmt.c: Likewise.
48977 * sunrpc/publickey.c: Likewise.
48978 * sunrpc/rpc_cmsg.c: Likewise.
48979 * sunrpc/rpc_common.c: Likewise.
48980 * sunrpc/rpc_dtable.c: Likewise.
48981 * sunrpc/rpc_prot.c: Likewise.
48982 * sunrpc/rpc_thread.c: Likewise.
48983 * sunrpc/rtime.c: Likewise.
48984 * sunrpc/svc.c: Likewise.
48985 * sunrpc/svc_auth.c: Likewise.
48986 * sunrpc/svc_authux.c: Likewise.
48987 * sunrpc/svc_raw.c: Likewise.
48988 * sunrpc/svc_run.c: Likewise.
48989 * sunrpc/svc_simple.c: Likewise.
48990 * sunrpc/svc_tcp.c: Likewise.
48991 * sunrpc/svc_udp.c: Likewise.
48992 * sunrpc/svc_unix.c: Likewise.
48993 * sunrpc/svcauth_des.c: Likewise.
48994 * sunrpc/xcrypt.c: Likewise.
48995 * sunrpc/xdr.c: Likewise.
48996 * sunrpc/xdr_array.c: Likewise.
48997 * sunrpc/xdr_float.c: Likewise.
48998 * sunrpc/xdr_intXX_t.c: Likewise.
48999 * sunrpc/xdr_mem.c: Likewise.
49000 * sunrpc/xdr_rec.c: Likewise.
49001 * sunrpc/xdr_ref.c: Likewise.
49002 * sunrpc/xdr_sizeof.c: Likewise.
49003 * sunrpc/xdr_stdio.c: Likewise.
49004
e6c61494
UD
490052011-04-10 Ulrich Drepper <drepper@gmail.com>
49006
49007 [BZ #12650]
49008 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
49009 * sysdeps/ia64/dl-tls.h: Likewise.
49010 * sysdeps/powerpc/dl-tls.h: Likewise.
49011 * sysdeps/s390/dl-tls.h: Likewise.
49012 * sysdeps/sh/dl-tls.h: Likewise.
49013 * sysdeps/sparc/dl-tls.h: Likewise.
49014 * sysdeps/x86_64/dl-tls.h: Likewise.
49015 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
49016
34fe483e
AS
490172011-03-14 Andreas Schwab <schwab@redhat.com>
49018
49019 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
49020 rpath element also skip the following colon.
49021 (expand_dynamic_string_token): Add is_path parameter and pass
49022 down to DL_DST_REQUIRED and _dl_dst_substitute.
49023 (decompose_rpath): Call expand_dynamic_string_token with
49024 non-zero is_path. Ignore empty rpaths.
49025 (_dl_map_object_from_fd): Call expand_dynamic_string_token
49026 with zero is_path.
49027
f12a32e6
AS
490282011-04-08 Andreas Schwab <schwab@linux-m68k.org>
49029
49030 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
49031 Make cancelable.
49032
38a7d692
UD
490332011-04-09 Ulrich Drepper <drepper@gmail.com>
49034
49035 [BZ #12655]
49036 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49037 Patch by Filipe David Manana <fdmanana@apache.org>.
49038
e451d22b
AS
490392011-04-07 Andreas Schwab <schwab@redhat.com>
49040
49041 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49042 Maintain aligned stack.
49043 (CHECK_RSP): Remove unused macro.
49044
dedc7c7b
UD
490452011-04-03 Ulrich Drepper <drepper@gmail.com>
49046
49047 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49048 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49049
94521213
UD
490502011-04-02 Ulrich Drepper <drepper@gmail.com>
49051
49052 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49053
8cb700c0 49054 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 49055
0354e355
L
490562011-03-26 H.J. Lu <hongjiu.lu@intel.com>
49057
49058 [BZ #12518]
49059 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49060 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49061 * sysdeps/x86_64/memmove.c: New file.
49062 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49063 (memcpy): Renamed to ...
49064 (__new_memcpy): This.
49065 (memcpy): Provide GLIBC_2_14 memcpy.
49066 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49067 (memcpy): Provide GLIBC_2_2_5 memcpy.
49068
8593482f
UD
490692011-04-01 Ulrich Drepper <drepper@gmail.com>
49070
49071 [BZ #12631]
49072 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49073
81a5726b
AS
490742011-03-30 Andreas Schwab <schwab@redhat.com>
49075
49076 * misc/syncfs.c: New file.
49077 * misc/Makefile (routines): Add syncfs.
49078 * posix/unistd.h: Declare syncfs.
49079 * sysdeps/unix/syscalls.list: Add syncfs.
49080
00e5419f
AS
490812011-04-01 Andreas Schwab <schwab@redhat.com>
49082
49083 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49084 open_by_handle_at.
49085 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49086 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49087 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49088 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49089 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49090 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49091 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49092
748876bf
UD
490932011-04-01 Ulrich Drepper <drepper@gmail.com>
49094
658e451d
UD
49095 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49096 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49097 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49098 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49099 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49100 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49101 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49102
748876bf
UD
49103 * io/Makefile: Compile fallocate.c, fallocate64.c, and
49104 sync_file_range.c with -fexceptions.
49105 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49106 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49107 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49108 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49109 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49110 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49111 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
49112 sync_file_range as cancellation point
49113 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
49114 now a wrapper around __call_sync_file_range with cancellation handling.
49115 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49116 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
49117 function name to __call_sync_file_range.
49118 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49119 Add call_sync_file_range.
748876bf 49120
6e63d5e1
AS
491212011-04-01 Andreas Schwab <schwab@redhat.com>
49122
49123 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 49124 bits/timex.h.
6e63d5e1 49125
46998f74
UD
491262011-04-01 Ulrich Drepper <drepper@gmail.com>
49127
4c1423ed
UD
49128 * iconv/iconv.h: Fix typo in comment.
49129 * io/fcntl.h: Likewise.
49130 * libio/stdio.h: Likewise.
49131 * posix/spawn.h: Likewise.
49132 * posix/unistd.h: Likewise.
49133 * stdlib/stdlib.h: Likewise.
49134 * time/time.h: Likewise.
49135 * wcsmbs/wchar.h: Likewise.
49136
158648c0
UD
49137 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49138 open_by_handle): Add.
49139 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49140 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
49141 Augment a few comments.
49142 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49143 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49144 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49145 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49146 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49147 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49148 open_by_handle.
49149
46998f74
UD
49150 * io/fcntl.h (AT_EMPTY_PATH): Define.
49151
83fe108b
UD
491522011-03-30 Ulrich Drepper <drepper@gmail.com>
49153
49154 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49155 * sysdeps/unix/sysv/linux/bits/time.h: New file.
49156 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49157 to...
49158 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
49159 * Versions.def: Add GLIBC_2.14.
49160 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49161 Export.
83fe108b 49162
bb242059
UD
491632011-03-22 Ulrich Drepper <drepper@gmail.com>
49164
49165 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49166 round counter.
49167 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49168
c97a1282
L
491692011-03-20 H.J. Lu <hongjiu.lu@intel.com>
49170
49171 [BZ #12597]
49172 * string/test-strncmp.c (do_page_test): New function.
49173 (check2): Likewise.
49174 (test_main): Call check2.
49175 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49176
2a115601
UD
491772011-03-20 Ulrich Drepper <drepper@gmail.com>
49178
49179 [BZ #12587]
49180 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49181 Handle cache information in CPU leaf 4.
49182 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49183
8126d904
UD
491842011-03-18 Ulrich Drepper <drepper@gmail.com>
49185
042c49c6 49186 [BZ #12583]
8126d904
UD
49187 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49188 character representation.
49189 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49190
ccfe366e
RA
491912011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
49192
49193 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49194 END(__isnan) to END(__isnanf) to match function entry point/label
49195 EALIGN(__isnanf,...).
49196
c6e13027
JJ
491972011-03-10 Jakub Jelinek <jakub@redhat.com>
49198
49199 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49200
33f85a3f
UD
492012011-03-10 Ulrich Drepper <drepper@gmail.com>
49202
028478fa
UD
49203 [BZ #12510]
49204 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49205 copy from the symbol referenced in the relocation to initialize the
49206 used variable.
49207 Patch by Piotr Bury <pbury@goahead.com>.
49208 * elf/Makefile: Add rules to build and tst-unique3.
49209 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49210 * elf/tst-unique3.cc: New file.
49211 * elf/tst-unique3.h: New file.
49212 * elf/tst-unique3lib.cc: New file.
49213 * elf/tst-unique3lib2.cc: New file.
49214
33f85a3f
UD
49215 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49216
03592fc7
MF
492172011-03-10 Mike Frysinger <vapier@gentoo.org>
49218
49219 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49220 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
49221 to _start.
03592fc7 49222
6a5ee102
UD
492232011-03-06 Ulrich Drepper <drepper@gmail.com>
49224
49225 * elf/dl-load.c (_dl_map_object): If we are looking for the first
49226 to-be-loaded object along a path to loader is ld.so.
49227
7e4ba49c
HJ
492282011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
49229 Ulrich Drepper <drepper@gmail.com>
49230
49231 * sysdeps/x86_64/memset.S: After aligning destination, code
49232 branches to different locations depending on the value of
49233 misalignment, when multiarch is enabled. Fix this.
49234
492352011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
49236
49237 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49238 Set _x86_64_preferred_memory_instruction for AMD processsors.
49239 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49240 Set bit_Prefer_SSE_for_memop for AMD processors.
49241
13a804de
UD
492422011-03-04 Ulrich Drepper <drepper@gmail.com>
49243
49244 * libio/fmemopen.c (fmemopen): Optimize a bit.
49245
9d25c392
AS
492462011-03-03 Andreas Schwab <schwab@redhat.com>
49247
49248 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49249
a5543c6a
RM
492502011-03-03 Roland McGrath <roland@redhat.com>
49251
49252 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49253
012d35f7
DM
492542011-02-28 Aurelien Jarno <aurelien@aurel32.net>
49255
7e4ba49c 49256 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
49257 __bzero_ultra1 instead of __memset_ultra1.
49258
4bff6e01
AS
492592011-02-23 Andreas Schwab <schwab@redhat.com>
49260 Ulrich Drepper <drepper@gmail.com>
49261
49262 [BZ #12509]
49263 * include/link.h (struct link_map): Add l_orig_initfini.
49264 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49265 returning unsuccessfully.
49266 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49267 close of a file loaded at startup, restore the original l_initfini
49268 list.
49269 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49270 list, store the pointer.
49271 * elf/Makefile ($(objpfx)noload-mem): New rule.
49272 (noload-ENV): Define.
49273 (tests): Add $(objpfx)noload-mem.
49274 * elf/noload.c: Include <memcheck.h>.
49275 (main): Call mtrace. Close all opened handles.
49276
f2092faf
AS
492772011-02-17 Andreas Schwab <schwab@redhat.com>
49278
49279 [BZ #12454]
49280 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49281 dependencies are missing.
49282
6c8a2e88
ST
492832011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
49284
f2092faf 49285 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
49286 Hurd needs munmap.
49287 * sysdeps/mach/hurd/ifreq.h: New file.
49288
84a42118
PB
492892011-01-27 Petr Baudis <pasky@suse.cz>
49290 Ulrich Drepper <drepper@gmail.com>
49291
071f805e 49292 [BZ 12445]#
84a42118
PB
49293 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49294 to extend_alloca().
49295 * stdio-common/bug23.c: New file.
49296 * stdio-common/Makefile (tests): Add bug23.
49297
e23fe25b
AS
492982010-09-28 Andreas Schwab <schwab@redhat.com>
49299 Ulrich Drepper <drepper@gmail.com>
49300
49301 [BZ #12489]
49302 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49303 before performing relro protection. At old place add assertion
49304 to make sure nothing changed.
49305
d3f02e10
NS
493062011-02-17 Nathan Sidwell <nathan@codesourcery.com>
49307 Glauber de Oliveira Costa <glommer@gmail.com>
49308
49309 * elf/elf.h: Add new ARM TLS relocs.
49310
d55fd7a5
RA
493112011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
49312
49313 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49314 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49315 cast from r3.
49316 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
49317 'tests' variable.
49318 * sysdeps/wordsize-64/tst-writev.c: New file.
49319
2206397e
RA
493202011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
49321
49322 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49323 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49324 insns in _dl_start to prevent a TOC reference before relocs are
49325 resolved.
49326
e9433893
UD
493272011-02-15 Ulrich Drepper <drepper@gmail.com>
49328
49329 [BZ #12469]
49330 * Makeconfig: Remove RANLIB definition.
49331 * Makerules: Don't use RANLIB.
49332 * aclocal.m4: Remove ranlib test.
49333 * configure.in: No need to check for ranlib.
49334 * elf/rtld-Rules: Don't use RANLIB.
49335
f75286c6
ST
493362011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
49337
8e31c82d
ST
49338 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49339 protection macro.
49340 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49341 inclusion protection macro.
49342
f75286c6
ST
49343 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49344 SIGRTMIN and SIGRTMAX and print information in that case only when
49345 SIGRTMIN is defined.
49346
c1d0e639
JJ
493472011-02-11 Jakub Jelinek <jakub@redhat.com>
49348
49349 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49350 arginfo fn returning -1.
49351
49352 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49353 and thousands string is zero terminated.
49354
edf9294e
AS
493552011-02-03 Andreas Schwab <schwab@redhat.com>
49356
49357 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49358 sysdeps/unix/sysv/linux/bits/socket.h.
49359
2b7e92df
ST
493602011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
49361
edf9294e
AS
49362 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49363 (__CPU_COUNT): Remove old macros.
49364 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49365 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49366 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
49367 (__sched_cpualloc, __sched_cpufree): Add declarations.
49368
a4c7ea7b
UD
493692011-02-05 Ulrich Drepper <drepper@gmail.com>
49370
49371 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49372 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49373 * nscd/aicache.c (addhstaiX): Return timeout of added value.
49374 (readdhstai): Return value of addhstaiX call.
49375 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49376 (addgrbyX): Return value returned by cache_addgr.
49377 (readdgrbyname): Return value returned by addgrbyX.
49378 (readdgrbygid): Likewise.
49379 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49380 (addpwbyX): Return value returned by cache_addpw.
49381 (readdpwbyname): Return value returned by addhstbyX.
49382 (readdpwbyuid): Likewise.
49383 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49384 (addservbyX): Return value returned by cache_addserv.
49385 (readdservbyname): Return value returned by addservbyX:
49386 (readdservbyport): Likewise.
49387 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49388 (addhstbyX): Return value returned by cache_addhst.
49389 (readdhstbyname): Return value returned by addhstbyX.
49390 (readdhstbyaddr): Likewise.
49391 (readdhstbynamev6): Likewise.
49392 (readdhstbyaddrv6): Likewise.
49393 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49394 (readdinitgroups): Return value returned by addinitgroupsX.
49395 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49396 (prune_cache): Keep track of timeout value of re-added entries.
49397 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49398 * nscd/nscd.h: Adjust prototypes of readd* functions.
49399
a0bf67cc
RM
494002011-02-04 Roland McGrath <roland@redhat.com>
49401
49402 * nis/nis_server.c (nis_servstate): Use the right name for 0.
49403 (nis_stats): Likewise.
49404 * nis/nis_modify.c (nis_modify): Likewise.
49405 * nis/nis_remove.c (nis_remove): Likewise.
49406 * nis/nis_add.c (nis_add): Likewise.
49407
49408 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49409
49410 * posix/fnmatch_loop.c: Add some consts.
49411
49412 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49413
435b95eb
L
494142011-02-02 H.J. Lu <hongjiu.lu@intel.com>
49415
49416 [BZ #12460]
49417 * config.make.in (config-cflags-novzeroupper): Define.
49418 * configure.in: Substitute libc_cv_cc_novzeroupper.
49419 * elf/Makefile (AVX-CFLAGS): Define.
49420 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49421 (CFLAGS-tst-auditmod4a.c): Likewise.
49422 (CFLAGS-tst-auditmod4b.c): Likewise.
49423 (CFLAGS-tst-auditmod6b.c): Likewise.
49424 (CFLAGS-tst-auditmod6c.c): Likewise.
49425 (CFLAGS-tst-auditmod7b.c): Likewise.
49426 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49427
8517b15e
UD
494282011-02-02 Ulrich Drepper <drepper@gmail.com>
49429
49430 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49431 function to the callback.
49432 Patch partly by Jiri Olsa <jolsa@redhat.com>.
49433
10a656fe
AS
494342011-02-02 Andreas Schwab <schwab@redhat.com>
49435
49436 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49437 of errno.
49438
968dad0a
UD
494392011-01-19 Ulrich Drepper <drepper@gmail.com>
49440
9f94d2ea 49441 [BZ #11724]
968dad0a
UD
49442 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49443 of constructors.
49444 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49445 of destructors.
49446 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49447
49448 [BZ #11724]
49449 * elf/Makefile: Add rules to build and run new test.
49450 * elf/tst-initorder.c: New file.
49451 * elf/tst-initorder.exp: New file.
49452 * elf/tst-initordera1.c: New file.
49453 * elf/tst-initordera2.c: New file.
49454 * elf/tst-initordera3.c: New file.
49455 * elf/tst-initordera4.c: New file.
49456 * elf/tst-initorderb1.c: New file.
49457 * elf/tst-initorderb2.c: New file.
49458 * elf/tst-order-a1.c: New file.
49459 * elf/tst-order-a2.c: New file.
49460 * elf/tst-order-a3.c: New file.
49461 * elf/tst-order-a4.c: New file.
49462 * elf/tst-order-b1.c: New file.
49463 * elf/tst-order-b2.c: New file.
49464 * elf/tst-order-main.c: New file.
49465 New test case by George Gensure <werkt0@gmail.com>.
49466
86e92359
UD
494672010-10-01 Andreas Schwab <schwab@redhat.com>
49468
49469 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49470 decoding ACE if AI_CANONIDN.
49471
5d5732b0
UD
494722011-01-18 Ulrich Drepper <drepper@gmail.com>
49473
49474 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49475
a77e8cbc
UD
494762011-01-17 Ulrich Drepper <drepper@gmail.com>
49477
6392473f
UD
49478 * version.h (RELEASE): Bump for 2.13 release.
49479 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49480
620a0529
UD
49481 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49482
18ba70a5
UD
49483 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49484 MADV_NOHUGEPAGE.
32465c3e
UD
49485 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49486 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49487 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49488 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49489 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49490 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49491
c0dafcf1
UD
49492 * posix/getconf.c: Update copyright year.
49493 * catgets/gencat.c: Likewise.
49494 * csu/version.c: Likewise.
49495 * debug/catchsegv.sh: Likewise.
49496 * debug/xtrace.sh: Likewise.
49497 * elf/ldconfig.c: Likewise.
49498 * elf/ldd.bash.in: Likewise.
49499 * elf/sprof.c (print_version): Likewise.
49500 * iconv/iconv_prog.c: Likewise.
49501 * iconv/iconvconfig.c: Likewise.
49502 * locale/programs/locale.c: Likewise.
49503 * locale/programs/localedef.c: Likewise.
49504 * malloc/memusage.sh: Likewise.
49505 * malloc/mtrace.pl: Likewise.
49506 * nscd/nscd.c (print_version): Likewise.
49507 * nss/getent.c: Likewise.
49508
a77e8cbc
UD
49509 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49510 PF_CAIF, and PF_ALG.
49511 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49512
77e8bddf
AS
495132011-01-16 Andreas Schwab <schwab@linux-m68k.org>
49514
1f20b93a
AS
49515 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49516 (modules-names): Use them.
49517 (ifunc-test-modules, ifunc-pie-tests): Define.
49518 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49519 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49520 (test-extras): Likewise.
49521 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49522 $(compile-command.c).
49523 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
49524 (all-built-dso): Define.
49525 (check-textrel.out, check-execstack.out): Depend on it.
49526
77e8bddf
AS
49527 * configure.in: Don't override --enable-multi-arch.
49528
bc425b33
UD
495292011-01-15 Ulrich Drepper <drepper@gmail.com>
49530
49531 [BZ #6812]
49532 * nscd/hstcache.c (tryagain): Define.
49533 (cache_addhst): Return tryagain not notfound for temporary errors.
49534 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49535 failed.
49536
794c3ad3
UD
495372011-01-14 Ulrich Drepper <drepper@gmail.com>
49538
70181fdd
UD
49539 [BZ #10563]
49540 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49541 to make the syscall.
49542 * sysdeps/unix/sysv/linux/setgroups.c: New file.
49543
794c3ad3
UD
49544 [BZ #12378]
49545 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49546 and fall back to matching as normal character if the string ends before
49547 the matching ']' is found. This is what POSIX requires.
49548 * posix/testfnm.c: Adjust test result.
49549 * posix/globtest.sh: Adjust test result. Add new test.
49550 * posix/tst-fnmatch.input: Likewise.
49551 * posix/tst-fnmatch2.c: Add new test.
49552
68dc9497
AS
495532010-12-28 Andreas Schwab <schwab@linux-m68k.org>
49554
49555 * elf/Makefile (check-execstack): Revert last change. Depend on
49556 check-execstack.h.
49557 (check-execstack.h): New target.
49558 (generated): Add check-execstack.h.
49559 * elf/check-execstack.c: Include "check-execstack.h".
49560 (main): Revert last change.
49561 (handle_file): Return zero if GNU_STACK is absent and
49562 DEFAULT_STACK_PERMS doesn't include PF_X.
49563
451f001b
UD
495642011-01-13 Ulrich Drepper <drepper@gmail.com>
49565
cfa28e56
UD
49566 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
49567 in child fails because the descriptor is already closed.
8cf8ce17
UD
49568 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
49569 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
49570 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 49571
1086d70d
UD
49572 [BZ #12397]
49573 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
49574 syscall.
49575
451f001b
UD
49576 [BZ #10484]
49577 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
49578 temporary buffer used to handle multi lookups locally.
a85b5cb4 49579 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 49580
08769175
UD
495812011-01-12 Ulrich Drepper <drepper@gmail.com>
49582
49583 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
49584 loader is ld.so.
49585
5e49c52e
UD
495862011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
49587
49588 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
49589 alignment for SSE2.
49590
60522a5f
UD
495912011-01-12 Ulrich Drepper <drepper@gmail.com>
49592
49593 [BZ #12394]
49594 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49595 characters. When rounding increased number of integer digits recompute
49596 number of groups.
49597 * stdio-common/tst-grouping.c: New file.
49598 * stdio-common/Makefile: Add rules to build and run tst-grouping.
49599
f257bbd7
UD
496002011-01-09 Ulrich Drepper <drepper@gmail.com>
49601
49602 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49603 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
49604
49605 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49606 void.
49607 * bits/select.h: Likewise.
49608
fa9c15cb
UD
496092011-01-08 Ulrich Drepper <drepper@gmail.com>
49610
49611 * po/ja.po: Update from translation team.
49612
16c2895f
DM
496132011-01-04 David S. Miller <davem@sunset.davemloft.net>
49614
49615 [BZ #11155]
49616 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49617 implementation just like for lxstat, fxstatat, et al.
49618
2543fef2
JM
496192010-12-27 Jim Meyering <meyering@redhat.com>
49620
49621 [BZ #12348]
49622 * posix/regexec.c (build_trtable): Return failure indication upon
49623 calloc failure. Otherwise, re_search_internal could infloop on OOM.
49624
98727dbe
UD
496252010-12-25 Ulrich Drepper <drepper@gmail.com>
49626
5bd6dc5c
UD
49627 [BZ #12201]
49628 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49629 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49630 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49631 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49632
97983464
UD
49633 [BZ #12207]
49634 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49635
98727dbe
UD
49636 [BZ #12204]
49637 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49638 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49639
4a531bb0
L
496402010-12-15 H.J. Lu <hongjiu.lu@intel.com>
49641
49642 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49643 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49644 script has SORT_BY_INIT_PRIORITY.
49645 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49646 NO_CTORS_DTORS_SECTIONS is defined.
49647 * elf/soinit.c: Likewise.
49648 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49649 NO_CTORS_DTORS_SECTIONS is defined.
49650 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49651 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49652 * sysdeps/sh/init-first.c: Likewise.
49653 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49654
07eb4b71
UD
496552010-12-24 Ulrich Drepper <drepper@gmail.com>
49656
49657 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49658 always use the slow path.
49659
30950a5f
RA
496602010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
49661
49662 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49663 similar rule which adds the sysdep directories to the header search in
49664 order to pick up the correct platform stackinfo.h.
49665 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49666 perform test if it is, otherwise return successfully without testing.
49667 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49668 DEFAULT_STACK_PERMS define in stackinfo.h.
49669 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49670 defined in stackinfo.h.
49671 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49672 DEFAULT_STACK_PERMS defined in stackinfo.h.
49673 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49674 * sysdeps/ia64/stackinfo.h: Likewise.
49675 * sysdeps/s390/stackinfo.h: Likewise.
49676 * sysdeps/sh/stackinfo.h: Likewise.
49677 * sysdeps/sparc/stackinfo.h: Likewise.
49678 * sysdeps/x86_64/stackinfo.h: Likewise.
49679 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49680 PF_X for powerpc64. Retain PF_X for powerpc32.
49681
db753e2c
UD
496822010-12-19 Ulrich Drepper <drepper@gmail.com>
49683
14b697f7
UD
49684 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49685 accurately.
db753e2c
UD
49686 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49687 GETDENTS_64BIT_ALIGNED.
49688
28300719
UD
496892010-12-14 Ulrich Drepper <dreper@gmail.com>
49690
14b697f7 49691 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 49692
4f197237
AS
496932010-12-10 Andreas Schwab <schwab@redhat.com>
49694
dbb0472f
AS
49695 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49696 _GNU_SOURCE.
49697
4f197237
AS
49698 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49699 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49700 Remove __restrict.
49701 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49702 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49703
fb88ac72
UD
497042010-12-09 Ulrich Drepper <drepper@gmail.com>
49705
49706 [BZ #11655]
49707 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49708 are initialized.
49709
42acbb92
JJ
497102010-12-09 Jakub Jelinek <jakub@redhat.com>
49711
49712 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49713
c038d98d
UD
497142010-12-03 Ulrich Drepper <drepper@gmail.com>
49715
49716 * po/it.po: Update from translation team.
49717
3a4a2499
L
497182010-12-01 H.J. Lu <hongjiu.lu@intel.com>
49719
49720 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49721 unused codes.
49722
1e24cf6e
UD
497232010-11-30 Ulrich Drepper <drepper@gmail.com>
49724
49725 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49726
a7690819
AS
497272010-11-24 Andreas Schwab <schwab@redhat.com>
49728
49729 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49730 specially.
49731 (gaih_getanswer_slice): Likewise.
49732
3bf8d1b1
JJ
497332010-10-20 Jakub Jelinek <jakub@redhat.com>
49734
49735 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49736
6db52fbb
PB
497372010-05-31 Petr Baudis <pasky@suse.cz>
49738
49739 [BZ #11149]
49740 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49741 silently even in the chroot mode.
49742
eaca7569
UD
497432010-11-22 Ulrich Drepper <drepper@gmail.com>
49744
49745 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
49746 last patch a bit. Pretty printing
49747
3056dcdb
UD
497482010-05-31 Petr Baudis <pasky@suse.cz>
49749
49750 [BZ #10085]
49751 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49752 initialization of skip_initgroups_dyn.
49753
cf7c9078
UD
497542010-11-19 Ulrich Drepper <drepper@gmail.com>
49755
49756 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49757 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49758
a1fb5e3e
UD
497592010-11-16 Ulrich Drepper <drepper@gmail.com>
49760
49761 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49762
3540d66b
AS
497632010-11-11 Andreas Schwab <schwab@redhat.com>
49764
49765 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49766 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49767 (tst-fnmatch-ENV): Set MALLOC_TRACE.
49768 ($(objpfx)tst-fnmatch-mem): New rule.
49769 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49770 * posix/tst-fnmatch.c (main): Call mtrace.
49771
13b69574
L
497722010-11-11 H.J. Lu <hongjiu.lu@intel.com>
49773
49774 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49775 Support Intel processor model 6 and model 0x2c.
49776
da93d214
LM
497772010-11-10 Luis Machado <luisgpm@br.ibm.com>
49778
49779 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49780 signed comparison.
49781
8ca52c6e
L
497822010-11-09 H.J. Lu <hongjiu.lu@intel.com>
49783
49784 [BZ #12205]
49785 * string/test-strncasecmp.c (check_result): New function.
49786 (do_one_test): Use it.
49787 (check1): New function.
49788 (test_main): Use it.
49789 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49790 Support strcasecmp and strncasecmp.
49791
69da074d
UD
497922010-11-08 Ulrich Drepper <drepper@gmail.com>
49793
49794 [BZ #12194]
49795 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49796 * sysdeps/x86_64/bits/byteswap.h: Likewise.
49797
ff02d528
L
497982010-11-07 H.J. Lu <hongjiu.lu@intel.com>
49799
49800 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49801 IFUNC support.
49802 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49803 memset-x86-64.
49804 * sysdeps/x86_64/multiarch/bzero.S: New file.
49805 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49806 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49807 * sysdeps/x86_64/multiarch/memset.S: New file.
49808 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49809 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49810 Set bit_Prefer_SSE_for_memop for Intel processors.
49811 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49812 Define.
49813 (index_Prefer_SSE_for_memop): Define.
49814 (HAS_PREFER_SSE_FOR_MEMOP): Define.
49815
344d0b54
LM
498162010-11-04 Luis Machado <luisgpm@br.ibm.com>
49817
49818 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49819 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49820
c0dde15b
UD
498212010-11-03 H.J. Lu <hongjiu.lu@intel.com>
49822
49823 [BZ #12191]
49824 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49825 (__x86_64_raw_data_cache_size_half): Likewise.
49826 (__x86_64_raw_shared_cache_size): Likewise.
49827 (__x86_64_raw_shared_cache_size_half): Likewise.
49828
49829 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49830 (__x86_64_raw_data_cache_size_half): Likewise.
49831 (__x86_64_raw_shared_cache_size): Likewise.
49832 (__x86_64_raw_shared_cache_size_half): Likewise.
49833 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49834 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49835 and __x86_64_raw_shared_cache_size_half. Round
49836 __x86_64_data_cache_size_half, __x86_64_data_cache_size
49837 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49838 to multiple of 256 bytes.
49839
0e516e0e
MS
498402010-11-03 Ulrich Drepper <drepper@gmail.com>
49841
49842 [BZ #12167]
49843 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49844 of inacessible symlinks. Verify result of symlink before returning it.
49845 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49846 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49847
0e012e87
ER
498482010-10-28 Erich Ritz <erichritz@gmail.com>
49849
49850 * math/math.h (isinf): Fix typo in comment.
49851
de0ff7bc
UD
498522010-11-01 Ulrich Drepper <drepper@gmail.com>
49853
49854 * po/da.po: Update from translation team.
49855
fa41c84d
UD
498562010-10-26 Ulrich Drepper <drepper@gmail.com>
49857
49858 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49859 is added to the list.
49860
f0967738
AK
498612010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49862 Ulrich Drepper <drepper@gmail.com>
49863
49864 * elf/dl-object.c (_dl_new_object): Don't append the new object to
49865 the global list here. Move code to...
49866 (_dl_add_to_namespace_list): ...here. New function.
49867 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49868 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49869 * elf/dl-load.c (lose): Don't remove the element from the list.
49870 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49871 (_dl_map_object): Likewise.
49872
498732010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
49874
49875 [BZ #12159]
49876 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49877 into all bytes of SSE register.
49878 Patch by Richard Li <richardpku@gmail.com>.
49879
f0967738 498802010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
49881
49882 [BZ #12140]
49883 * malloc/malloc.c (_int_free): Fill correct number of bytes when
49884 perturbing.
49885
d0b9e94f
MB
498862010-10-20 Michael B. Brutman <brutman@us.ibm.com>
49887
49888 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49889 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49890 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49891 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49892 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49893 submachine.
49894 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49895
8e9f92e9
AS
498962010-10-22 Andreas Schwab <schwab@redhat.com>
49897
49898 * include/dlfcn.h (__RTLD_SECURE): Define.
49899 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
49900 mode & __RTLD_SECURE instead.
49901 (open_path): Rename preloaded parameter to secure.
49902 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49903 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49904 * elf/dl-deps.c (openaux): Likewise.
49905 * elf/rtld.c (struct map_args): Remove is_preloaded.
49906 (map_doit): Don't use it.
49907 (dl_main): Likewise.
49908 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49909 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49910
bc96fbda
AS
499112010-09-09 Andreas Schwab <schwab@redhat.com>
49912
49913 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49914 (sysd-rules-targets): Remove duplicates.
49915 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49916 rtld-%.$o dependency.
49917
22cd1c9b
AS
499182010-10-18 Andreas Schwab <schwab@redhat.com>
49919
49920 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49921 _dl_map_object do it.
49922
18edac48
UD
499232010-10-19 Ulrich Drepper <drepper@gmail.com>
49924
49925 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49926 fast fma builtins, define the macros in the C99 standard.
49927 (FP_FAST_FMAF): Likewise.
49928 (FP_FAST_FMAL): Likewise.
49929 * sysdeps/x86_64/bits/mathdef.h: Likewise.
49930
49931 * bits/mathdef.h: Update copyright year.
49932 * sysdeps/powerpc/bits/mathdef.h: Likewise.
49933
d2050124
MM
499342010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
49935
49936 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49937 builtins, define the macros in the C99 standard.
49938 (FP_FAST_FMAF): Likewise.
49939 (FP_FAST_FMAL): Likewise.
49940 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49941 multiply/add.
49942 (FP_FAST_FMAF): Likewise.
49943
475facd1
JJ
499442010-10-15 Jakub Jelinek <jakub@redhat.com>
49945
49946 [BZ #3268]
49947 * math/libm-test.inc (fma_test): Some new testcases.
49948 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49949 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49950 y and infinite z. Do multiplication by C already in long double.
49951 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49952 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49953 y and infinite z. Do bitwise or of inexact bit into u.d.
49954 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49955 * sysdeps/i386/fpu/s_fmaf.S: Removed.
49956 * sysdeps/i386/fpu/s_fma.S: Removed.
49957 * sysdeps/i386/fpu/s_fmal.S: Removed.
49958
7c08a05c
JJ
499592010-10-16 Jakub Jelinek <jakub@redhat.com>
49960
49961 [BZ #3268]
49962 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
49963 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
49964 computation is not scheduled after fetestexcept. Fix value
49965 of minimum denormal long double.
49966
f3f7372d
JJ
499672010-10-14 Jakub Jelinek <jakub@redhat.com>
49968
49969 [BZ #3268]
49970 * math/libm-test.inc (fma_test): Add some more tests.
49971 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
49972 correctly.
49973
14d43591
AS
499742010-10-15 Andreas Schwab <schwab@redhat.com>
49975
49976 * scripts/data/localplt-s390-linux-gnu.data: New file.
49977 * scripts/data/localplt-s390x-linux-gnu.data: New file.
49978
5e908464
JJ
499792010-10-13 Jakub Jelinek <jakub@redhat.com>
49980
49981 [BZ #3268]
49982 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
49983 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
49984 instead of dbl-64.
49985 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
49986 inlines.
49987 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
49988 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
49989 if one of x and y is very large and the other is subnormal.
49990 * sysdeps/s390/fpu/s_fmaf.c: New file.
49991 * sysdeps/s390/fpu/s_fma.c: New file.
49992 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
49993 * sysdeps/powerpc/fpu/s_fma.S: New file.
49994 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
49995 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
49996 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
49997
499982010-10-12 Jakub Jelinek <jakub@redhat.com>
49999
50000 [BZ #3268]
50001 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
50002 fma tests.
50003 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
50004 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
50005 * sysdeps/i386/i686/multiarch/s_fma.c: Include
50006 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
50007 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
50008 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
50009 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
50010
b833d51f
UD
500112010-10-12 Ulrich Drepper <drepper@redhat.com>
50012
50013 [BZ #12078]
50014 * posix/regcomp.c (parse_branch): One more memory leak plugged.
50015 * posix/bug-regex31.input: Add test case.
50016
1751705d
UD
500172010-10-11 Ulrich Drepper <drepper@gmail.com>
50018
e9b9cbf5
UD
50019 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
50020 * posix/bug-regex31.input: New file.
50021
50022 [BZ #12078]
50023 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
50024 (parse_sub_exp): Fix last change, use postorder.
50025
ef06edbe
UD
50026 * posix/bug-regex31.c: New file.
50027 * posix/Makefile: Add rules to build and run bug-regex31.
50028
a129c80d
UD
50029 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
50030
50031 [BZ #12078]
50032 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
50033
b76b818e
UD
50034 [BZ #12108]
50035 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50036 to have entries in sys_siglist.
50037
1751705d
UD
50038 [BZ #12093]
50039 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50040 be NULL.
50041
9ff8d36f
JJ
500422010-10-07 Jakub Jelinek <jakub@redhat.com>
50043
50044 [BZ #3268]
50045 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50046 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50047 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50048 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50049 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50050 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50051 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50052 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50053 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50054 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50055 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50056 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50057 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50058 * math/ftestexcept.c (fetestexcept): Likewise.
50059 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50060 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50061 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50062 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50063 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50064 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50065 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50066
af325969
UD
500672010-10-11 Ulrich Drepper <drepper@gmail.com>
50068
c579b202 50069 [BZ #12107]
af325969
UD
50070 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50071 newline.
50072
67a67b95
UD
500732010-10-06 Ulrich Drepper <drepper@gmail.com>
50074
50075 * string/bug-strstr1.c: New file.
50076 * string/Makefile: Add rules to build and run bug-strstr1.
50077
5fb308bc
EB
500782010-10-05 Eric Blake <eblake@redhat.com>
50079
50080 [BZ #12092]
50081 * string/str-two-way.h (two_way_long_needle): Always clear memory
50082 when skipping input due to the shift table.
50083
45db99c7
UD
500842010-10-03 Ulrich Drepper <drepper@gmail.com>
50085
3b111893
UD
50086 [BZ #12005]
50087 * malloc/mcheck.c: Handle large requests.
50088
45db99c7
UD
50089 [BZ #12077]
50090 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50091 for strncmp and strncasecmp.
50092 * string/stratcliff.c: Add tests for strcmp and strncmp.
50093 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50094
cf7a1eb8
NI
500952010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50096
50097 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50098 __set_fpscr.
50099
6484ba5e
AJ
501002010-09-30 Andreas Jaeger <aj@suse.de>
50101
50102 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50103 (CGROUP_SUPER_MAGIC): Define.
50104 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50105 Handle btrfs and cgroup file systems.
50106 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50107 Likewise.
50108
91c42559
LM
501092010-09-27 Luis Machado <luisgpm@br.ibm.com>
50110
50111 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50112 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50113
87a97932
AK
501142010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
50115
50116 [BZ #12067]
50117 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50118 trying to locate the ELF header.
50119
c21cc9bc
AS
501202010-09-27 Andreas Schwab <schwab@redhat.com>
50121
50122 [BZ #11611]
50123 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50124 Mask out sign-bit copies when constructing f_fsid.
50125
315970f6
PB
501262010-09-24 Petr Baudis <pasky@suse.cz>
50127
50128 * debug/stack_chk_fail_local.c: Add missing licence exception.
50129 * debug/warning-nop.c: Likewise.
50130
1ac7a2c7
JM
501312010-09-15 Joseph Myers <joseph@codesourcery.com>
50132
50133 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50134 implementing getdents64 using getdents syscall, set d_type if
50135 __ASSUME_GETDENTS32_D_TYPE.
50136
56801c50
AS
501372010-09-16 Andreas Schwab <schwab@redhat.com>
50138
50139 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50140 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50141
dda51327
UD
501422010-09-21 Ulrich Drepper <drepper@redhat.com>
50143
50144 [BZ #12037]
50145 * posix/unistd.h: Undo change of feature selection for ftruncate from
50146 2010-01-11.
50147
8ffcee4a
UD
501482010-09-20 Ulrich Drepper <drepper@redhat.com>
50149
a545ecd9 50150 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
50151 detection.
50152
e24f0a8b
AS
501532010-09-20 Andreas Schwab <schwab@redhat.com>
50154
50155 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50156 fanotify_mark.
50157 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50158
7291c56f
AS
501592010-09-14 Andreas Schwab <schwab@redhat.com>
50160
50161 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50162 variables after CHECK_SP call.
50163 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50164
bc5fb037
AS
501652010-09-13 Andreas Schwab <schwab@redhat.com>
50166 Ulrich Drepper <drepper@redhat.com>
50167
50168 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50169 re-relocationg ld.so.
50170 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50171 _dl_init_paths call.
50172 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
50173 here anymore.
50174
e66e7419
UD
501752010-09-14 Ulrich Drepper <drepper@redhat.com>
50176
50177 * resolv/res_init.c (__res_vinit): Count the default server we added.
50178
c044aa75
CLT
501792010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
50180 Ulrich Drepper <drepper@redhat.com>
50181
50182 [BZ #11968]
50183 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50184 (____longjmp_chk): Use %ebx for saving value across system call.
50185 Add unwind info.
50186
32cf4069
AS
501872010-09-06 Andreas Schwab <schwab@redhat.com>
50188
50189 * manual/Makefile: Don't mix pattern rules with normal rules.
50190
817328ee
AS
501912010-09-05 Andreas Schwab <schwab@linux-m68k.org>
50192
50193 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50194 operation.
50195 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50196 * libio/iofopncook.c (_IO_cookie_init): Likewise.
50197 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50198 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50199 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50200 Likewise.
50201
29fddf61
UD
502022010-09-04 Ulrich Drepper <drepper@redhat.com>
50203
50204 [BZ #11979]
50205 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50206 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50207
0959ffc9
UD
502082010-09-02 Ulrich Drepper <drepper@redhat.com>
50209
50210 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50211 * sysdeps/x86_64/addmul_1.S: Likewise.
50212 * sysdeps/x86_64/lshift.S: Likewise.
50213 * sysdeps/x86_64/mul_1.S: Likewise.
50214 * sysdeps/x86_64/rshift.S: Likewise.
50215 * sysdeps/x86_64/sub_n.S: Likewise.
50216 * sysdeps/x86_64/submul_1.S: Likewise.
50217
ece29840
ST
502182010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
50219
0959ffc9
UD
50220 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50221 Define __sched_param instead of SCHED_* and sched_param when
ece29840 50222 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 50223 * bits/sched.h [__need_schedparam]
ece29840 50224 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
50225 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50226 (__defined_schedparam): Define to 1.
ece29840
ST
50227 (__sched_param): New structure, identical to sched_param.
50228 (__need_schedparam): Undefine.
50229
e53a31fe
MF
502302010-08-31 Mike Frysinger <vapier@gentoo.org>
50231
fdc0c10d
MF
50232 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50233 (epoll_create1): Declare.
50234
e53a31fe
MF
50235 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50236
a726d796
AS
502372010-08-31 Andreas Schwab <schwab@redhat.com>
50238
50239 [BZ #7066]
50240 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50241 shifting retval into place.
50242
2f3e3dc7
UD
502432010-09-01 Ulrich Drepper <drepper@redhat.com>
50244
f2933da9
UD
50245 * nis/rpcsvc/nis.h: Update copyright notice.
50246 * nis/rpcsvc/nis.x: Likewise.
50247 * nis/rpcsvc/nis_callback.h: Likewise.
50248 * nis/rpcsvc/nis_callback.x: Likewise.
50249 * nis/rpcsvc/nis_object.x: Likewise.
50250 * nis/rpcsvc/nis_tags.h: Likewise.
50251 * nis/rpcsvc/yp.h: Likewise.
50252 * nis/rpcsvc/yp.x: Likewise.
50253 * nis/rpcsvc/ypupd.h: Likewise.
50254 * nis/yp_xdr.c: Likewise.
50255 * nis/ypupdate_xdr.c: Likewise.
50256
2f3e3dc7
UD
50257 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
50258 mainly the body of pmap_getport. Add parameters to specify timeouts.
50259 (pmap_getport): Use __libc_rpc_getport.
50260 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50261 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50262 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50263
f3dcc2f9
AS
502642010-08-31 Andreas Schwab <schwab@linux-m68k.org>
50265
50266 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50267 fanotify_mark.
50268
6d34eb5b
RM
502692010-08-27 Roland McGrath <roland@redhat.com>
50270
50271 * sysdeps/i386/i686/multiarch/Makefile
50272 (CFLAGS-varshift.c): New variable.
50273
9ea3de11
UD
502742010-08-27 Ulrich Drepper <drepper@redhat.com>
50275
c96d23fc
UD
50276 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50277 * sysdeps/i386/i686/multiarch/varshift.c: New file.
50278
9ea3de11
UD
50279 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50280
50281 * sysdeps/x86_64/strlen.S: Minimal code improvement.
50282
623aac7f
L
502832010-08-26 H.J. Lu <hongjiu.lu@intel.com>
50284
50285 * sysdeps/x86_64/strlen.S: Unroll the loop.
50286 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50287 strlen-sse2 strlen-sse2-bsf.
50288 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50289 __strlen_no_bsf if bit_Slow_BSF is set.
50290 (__strlen_sse42): Removed.
50291 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50292 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50293
8b2b7715
RM
502942010-08-25 Roland McGrath <roland@redhat.com>
50295
50296 * sysdeps/x86_64/multiarch/varshift.S: File removed.
50297 * sysdeps/x86_64/multiarch/varshift.c: New file.
50298 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50299 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50300 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50301 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50302
e73015f2
L
503032010-08-25 H.J. Lu <hongjiu.lu@intel.com>
50304
50305 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50306 strlen-sse2 strlen-sse2-bsf.
50307 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50308 __strlen_sse2_bsf if bit_Slow_BSF is unset.
50309 (__strlen_sse2): Removed.
50310 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50311 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50312 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50313 bit_Slow_BSF for Atom.
50314 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50315 (index_Slow_BSF): Define.
50316 (HAS_SLOW_BSF): Define.
50317
df24a73e
UD
503182010-08-25 Ulrich Drepper <drepper@redhat.com>
50319
50320 [BZ #10851]
50321 * resolv/res_init.c (__res_vinit): When no server address at all
50322 is given default to loopback.
50323
f2ac4868
RM
503242010-08-24 Roland McGrath <roland@redhat.com>
50325
09055553
RM
50326 * configure.in: Remove config-name.h generation.
50327 * configure: Regenerated.
50328 * config-name.in: File removed.
50329 * scripts/config-uname.sh: New file.
50330 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50331 ($(objdir)config-name.h): New target.
50332
f2ac4868
RM
50333 * sunrpc/rpc_parse.h: Avoid nested comment.
50334
73f27d5e
RH
503352010-08-24 Richard Henderson <rth@redhat.com>
50336 Ulrich Drepper <drepper@redhat.com>
50337 H.J. Lu <hongjiu.lu@intel.com>
50338
50339 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50340 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50341 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50342 Replace _mm_srli_si128 with __m128i_shift_right. Replace
50343 _mm_alignr_epi8 with _mm_loadu_si128.
50344 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50345 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50346 (__m128i_shift_right): Removed.
50347 * sysdeps/i386/i686/multiarch/varshift.h: New file.
50348 * sysdeps/i386/i686/multiarch/varshift.S: New file.
50349 * sysdeps/x86_64/multiarch/varshift.h: New file.
50350 * sysdeps/x86_64/multiarch/varshift.S: New file.
50351
84b9230c
MF
503522010-08-21 Mike Frysinger <vapier@gentoo.org>
50353
50354 * configure.in: Move assembler checks to before sysdep dir checking.
50355
9bbd0ddc
PB
503562010-08-20 Petr Baudis <pasky@suse.cz>
50357
50358 * LICENSES: Sync the sunrpc license.
50359
9da4bb31
UD
503602010-08-19 Ulrich Drepper <drepper@redhat.com>
50361
a7ab6ec8
UD
50362 * sunrpc/auth_des.c: Update copyright notice once again.
50363 * sunrpc/auth_none.c: Likewise.
50364 * sunrpc/auth_unix.c: Likewise.
50365 * sunrpc/authdes_prot.c: Likewise.
50366 * sunrpc/authuxprot.c: Likewise.
50367 * sunrpc/bindrsvprt.c: Likewise.
50368 * sunrpc/clnt_gen.c: Likewise.
50369 * sunrpc/clnt_perr.c: Likewise.
50370 * sunrpc/clnt_raw.c: Likewise.
50371 * sunrpc/clnt_simp.c: Likewise.
50372 * sunrpc/clnt_tcp.c: Likewise.
50373 * sunrpc/clnt_udp.c: Likewise.
50374 * sunrpc/clnt_unix.c: Likewise.
50375 * sunrpc/des_crypt.c: Likewise.
50376 * sunrpc/des_soft.c: Likewise.
50377 * sunrpc/get_myaddr.c: Likewise.
50378 * sunrpc/getrpcport.c: Likewise.
50379 * sunrpc/key_call.c: Likewise.
50380 * sunrpc/key_prot.c: Likewise.
50381 * sunrpc/openchild.c: Likewise.
50382 * sunrpc/pm_getmaps.c: Likewise.
50383 * sunrpc/pm_getport.c: Likewise.
50384 * sunrpc/pmap_clnt.c: Likewise.
50385 * sunrpc/pmap_prot.c: Likewise.
50386 * sunrpc/pmap_prot2.c: Likewise.
50387 * sunrpc/pmap_rmt.c: Likewise.
50388 * sunrpc/rpc/auth.h: Likewise.
50389 * sunrpc/rpc/auth_unix.h: Likewise.
50390 * sunrpc/rpc/clnt.h: Likewise.
50391 * sunrpc/rpc/des_crypt.h: Likewise.
50392 * sunrpc/rpc/key_prot.h: Likewise.
50393 * sunrpc/rpc/netdb.h: Likewise.
50394 * sunrpc/rpc/pmap_clnt.h: Likewise.
50395 * sunrpc/rpc/pmap_prot.h: Likewise.
50396 * sunrpc/rpc/pmap_rmt.h: Likewise.
50397 * sunrpc/rpc/rpc.h: Likewise.
50398 * sunrpc/rpc/rpc_des.h: Likewise.
50399 * sunrpc/rpc/rpc_msg.h: Likewise.
50400 * sunrpc/rpc/svc.h: Likewise.
50401 * sunrpc/rpc/svc_auth.h: Likewise.
50402 * sunrpc/rpc/types.h: Likewise.
50403 * sunrpc/rpc/xdr.h: Likewise.
50404 * sunrpc/rpc_clntout.c: Likewise.
50405 * sunrpc/rpc_cmsg.c: Likewise.
50406 * sunrpc/rpc_common.c: Likewise.
50407 * sunrpc/rpc_cout.c: Likewise.
50408 * sunrpc/rpc_dtable.c: Likewise.
50409 * sunrpc/rpc_hout.c: Likewise.
50410 * sunrpc/rpc_main.c: Likewise.
50411 * sunrpc/rpc_parse.c: Likewise.
50412 * sunrpc/rpc_parse.h: Likewise.
50413 * sunrpc/rpc_prot.c: Likewise.
50414 * sunrpc/rpc_sample.c: Likewise.
50415 * sunrpc/rpc_scan.c: Likewise.
50416 * sunrpc/rpc_scan.h: Likewise.
50417 * sunrpc/rpc_svcout.c: Likewise.
50418 * sunrpc/rpc_tblout.c: Likewise.
50419 * sunrpc/rpc_util.c: Likewise.
50420 * sunrpc/rpc_util.h: Likewise.
50421 * sunrpc/rpcinfo.c: Likewise.
50422 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50423 * sunrpc/rpcsvc/key_prot.x: Likewise.
50424 * sunrpc/rpcsvc/klm_prot.x: Likewise.
50425 * sunrpc/rpcsvc/mount.x: Likewise.
50426 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50427 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50428 * sunrpc/rpcsvc/rex.x: Likewise.
50429 * sunrpc/rpcsvc/rstat.x: Likewise.
50430 * sunrpc/rpcsvc/rusers.x: Likewise.
50431 * sunrpc/rpcsvc/sm_inter.x: Likewise.
50432 * sunrpc/rpcsvc/spray.x: Likewise.
50433 * sunrpc/rpcsvc/yppasswd.x: Likewise.
50434 * sunrpc/rtime.c: Likewise.
50435 * sunrpc/svc.c: Likewise.
50436 * sunrpc/svc_auth.c: Likewise.
50437 * sunrpc/svc_authux.c: Likewise.
50438 * sunrpc/svc_raw.c: Likewise.
50439 * sunrpc/svc_run.c: Likewise.
50440 * sunrpc/svc_simple.c: Likewise.
50441 * sunrpc/svc_tcp.c: Likewise.
50442 * sunrpc/svc_udp.c: Likewise.
50443 * sunrpc/svc_unix.c: Likewise.
50444 * sunrpc/svcauth_des.c: Likewise.
50445 * sunrpc/xcrypt.c: Likewise.
50446 * sunrpc/xdr.c: Likewise.
50447 * sunrpc/xdr_array.c: Likewise.
50448 * sunrpc/xdr_float.c: Likewise.
50449 * sunrpc/xdr_mem.c: Likewise.
50450 * sunrpc/xdr_rec.c: Likewise.
50451 * sunrpc/xdr_ref.c: Likewise.
50452 * sunrpc/xdr_sizeof.c: Likewise.
50453 * sunrpc/xdr_stdio.c: Likewise.
50454
9da4bb31
UD
50455 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50456 handling.
50457
bdaa77bc
AS
504582010-08-19 Andreas Schwab <schwab@redhat.com>
50459
50460 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50461
fe2f79db
LM
504622010-08-19 Luis Machado <luisgpm@br.ibm.com>
50463
50464 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50465 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50466 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50467 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50468 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50469 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50470 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50471 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50472 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50473 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50474 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50475 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50476 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50477 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50478
b9b42ee0
AB
504792010-07-26 Anton Blanchard <anton@samba.org>
50480
50481 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50482 * malloc/arena.c (heap_trim): Likewise.
50483
1c06ba31
UD
504842010-08-16 Ulrich Drepper <drepper@redhat.com>
50485
50486 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50487 here. Not...
50488 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50489 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50490
f8392f40
L
504912010-08-12 H.J. Lu <hongjiu.lu@intel.com>
50492
50493 * sysdeps/i386/elf/Makefile: New file.
50494
3162f12e
AS
504952010-08-14 Andreas Schwab <schwab@linux-m68k.org>
50496
50497 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50498 from fanotify_init.
50499 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50500 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50501
28c90b2c
UD
505022010-08-15 Ulrich Drepper <drepper@redhat.com>
50503
50504 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50505 of strncasecmp_l.
1feccb6c 50506 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 50507
ca6bb004
UD
505082010-08-14 Ulrich Drepper <drepper@redhat.com>
50509
e9f82e0d
UD
50510 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50511 strncase_l-nonascii.
50512 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50513 Add strncase_l-ssse3.
50514 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50515 * sysdeps/x86_64/strcmp.S: Likewise.
50516 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50517 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50518 * sysdeps/x86_64/strncase.S: New file.
50519 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50520 * sysdeps/x86_64/strncase_l.S: New file.
50521 * string/Makefile (strop-tests): Add strncasecmp.
50522 * string/test-strncasecmp.c: New file.
50523
50524 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50525 warning.
50526
ca6bb004
UD
50527 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50528 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50529
052fa7b3
AS
505302010-08-14 Andreas Schwab <schwab@linux-m68k.org>
50531
50532 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50533
962dba78
UD
505342010-08-12 Ulrich Drepper <drepper@redhat.com>
50535
50536 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50537 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50538 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50539
bebff237
AM
505402010-05-01 Alan Modra <amodra@gmail.com>
50541
50542 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50543 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50544 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50545 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50546 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50547 tidying. Don't tail-call __sigjmp_save for static lib.
50548 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50549 save location.
50550 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50551 (CALL_MCOUNT): Add eh info, and nop after bl.
50552 (TAIL_CALL_SYSCALL_ERROR): New macro.
50553 (PSEUDO_RET): Use it.
50554 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
50555 Correct save location of integer regs and cr.
50556 (_dl_profile_resolve): Correct cr save location. Delete nops
50557 after bl when SHARED. Reduce cfi size a little by better
50558 placement of cfi directives.
50559 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
50560 make a stack frame. Instead use parm save area as a temp.
50561 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
50562 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
50563 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
50564 Don't make a stack frame for parent, use parm save area.
50565 Increase child stack frame to 112 bytes. Don't save unused reg,
50566 and adjust reg usage. Set up cfi on error recovery and
50567 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
50568 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
50569 (__makecontext): Add dummy nop after jump to exit.
50570 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
50571 Use correct parm save area and cr save, reduce stack frame.
50572 Correct cfi for possible PSEUDO_RET frame setup.
50573 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
50574 Branch to local label emitted by PSEUDO_RET rather than
50575 __syscall_error.
50576
02637374
AS
505772010-08-12 Andreas Schwab <schwab@redhat.com>
50578
50579 [BZ #11904]
50580 * locale/programs/locale.c (print_assignment): New function.
50581 (show_locale_vars): Use it.
50582
c3e2f19b
UD
505832010-08-11 Ulrich Drepper <drepper@redhat.com>
50584
3cdaa6ad
UD
50585 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
50586 field.
50587 (struct statfs64): Likewise.
50588 (_STATFS_F_FLAGS): Define.
50589 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
50590 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50591 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
50592 (ST_VALID): Define locally.
50593 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50594 __statvfs_getflags, use the provided value.
50595 * sysdeps/unix/sysv/linux/kernel-features.h: Define
50596 __ASSUME_STATFS_F_FLAGS.
50597
754f7da3
UD
50598 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50599
10b3bedc
UD
50600 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50601 Add sys/fanotify.h.
50602 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50603 fanotify_mask for GLIBC_2.13.
50604 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50605 fanotify_init and fanotify_mark.
50606 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50607 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50608
c08fb0d7
UD
50609 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50610 Add prlimit.
50611 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50612 prlimit64 for GLIBC_2.13.
50613 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50614 prlimit64.
50615 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50616 syscall.
50617 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50618 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50619 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50620 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50621 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
50622 add prlimit alias.
50623 * sysdeps/unix/sysv/linux/prlimit.c: New file.
50624
15bac72b
UD
50625 [BZ #11903]
50626 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50627 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50628
c3e2f19b
UD
50629 * nss/Makefile: Add rules to build and run tst-nss-test1.
50630 * shlib-versions: Add entry for libnss_test1.
50631 * nss/nss_test1.c: New file.
50632 * nss/tst-nss-test1.c: New file.
50633
50634 * nss/nsswitch.c (__nss_database_custom): Define new variable.
50635 (__nss_configure_lookup): Set appropriate entry in
50636 __nss_configure_lookup to true.
50637 * nss/nsswitch.h: Define enum with indeces of databases in
50638 databases and __nss_database_custom arrays. Declare
50639 __nss_database_custom.
50640 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50641 to avoid using nscd when custom rules are installed.
50642 * nss/getXXbyYY_r.c: Likewise.
50643 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50644
50645 * nss/nss_files/files-parse.c: Whitespace fixes.
50646
f15ce4d8
UD
506472010-08-09 Ulrich Drepper <drepper@redhat.com>
50648
50649 [BZ #11883]
50650 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50651 * posix/fnmatch_loop.c: Likewise.
50652
d22e4cc9
AK
506532010-07-17 Andi Kleen <ak@linux.intel.com>
50654
50655 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50656 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50657 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50658 * Versions.def [GLIBC_2.13]: Add.
50659
805bc17d
UD
506602010-08-06 Ulrich Drepper <drepper@redhat.com>
50661
50662 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50663 Also fail if tpwd after pwuid call is NULL.
50664
5a42321d
ST
506652010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
50666
50667 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50668 when converting to ms.
50669
fd3ebeda
ST
506702010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
50671
50672 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50673 EOPNOTSUPP errors with ENOTTY.
50674 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50675 EOPNOTSUPP errors with ENOTTY.
50676
73507d3a
UD
506772010-07-31 Ulrich Drepper <drepper@redhat.com>
50678
50679 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50680 Add strcasecmp_l-ssse3.
50681 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50682 strcasecmp.
50683 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50684 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50685 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50686
fe36dd02
UD
506872010-07-30 Ulrich Drepper <drepper@redhat.com>
50688
66f6765a
UD
50689 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50690
42e08a54
UD
50691 * string/Makefile (strop-tests): Add strcasecmp.
50692 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50693 strcasecmp_l-nonascii.
50694 (gen-as-const-headers): Add locale-defines.sym.
50695 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50696 * sysdeps/x86_64/strcasecmp.S: New file.
50697 * sysdeps/x86_64/strcasecmp_l.S: New file.
50698 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50699 * sysdeps/x86_64/locale-defines.sym: New file.
50700 * string/test-strcasecmp.c: New file.
50701
fe36dd02
UD
50702 * string/test-strcasestr.c: Test both ends of the range of characters.
50703 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50704
48cbc0d6
RM
507052010-07-29 Roland McGrath <roland@redhat.com>
50706
76e6d6bc 50707 [BZ #11856]
48cbc0d6
RM
50708 * manual/locale.texi (Yes-or-No Questions): Fix example code.
50709
880113d9
UD
507102010-07-27 Ulrich Drepper <drepper@redhat.com>
50711
50712 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50713 for ld.so.
50714
deb9cabb
AS
507152010-07-27 Andreas Schwab <schwab@redhat.com>
50716
50717 * manual/memory.texi (Malloc Tunable Parameters): Document
50718 M_PERTURB.
50719
1c7570ff
RM
507202010-07-26 Roland McGrath <roland@redhat.com>
50721
50722 [BZ #11840]
50723 * configure.in (-fgnu89-inline check): Set and substitute
50724 gnu89_inline, not libc_cv_gnu89_inline.
50725 * configure: Regenerated.
50726 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50727
24fb0f88
UD
507282010-07-26 Ulrich Drepper <drepper@redhat.com>
50729
50730 * string/test-strnlen.c: New file.
50731 * string/Makefile (strop-tests): Add strnlen.
50732 * string/tester.c (test_strnlen): Add a few more test cases.
50733 * string/tst-strlen.c: Better error reporting.
50734
50735 * sysdeps/x86_64/strnlen.S: New file.
50736
8e96b93a
UD
507372010-07-24 Ulrich Drepper <drepper@redhat.com>
50738
50739 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50740 lower-latency instructions.
50741
dbc676d4
UD
507422010-07-23 Ulrich Drepper <drepper@redhat.com>
50743
50744 * string/test-strcasestr.c: New file.
50745 * string/test-strstr.c: New file.
50746 * string/Makefile (strop-tests): Add strstr and strcasestr.
50747 * string/str-two-way.h: Don't undefine MAX.
50748 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50749
f6a31e0e
AS
507502010-07-21 Andreas Schwab <schwab@redhat.com>
50751
50752 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50753 strcasestr-nonascii.
50754 (CFLAGS-strcasestr-nonascii.c): Define.
50755 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50756 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50757 Remove unused attribute.
50758
5dbc3b6c
RM
507592010-07-20 Roland McGrath <roland@redhat.com>
50760
50761 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50762 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
50763 ld.so.cache was broken. With it, there is no way to disable dsocaps
50764 like LD_HWCAP_MASK can disable hwcaps.
50765
23d101d8
EPM
507662010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
50767
50768 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50769
cc9f2e47
UD
507702010-07-16 Ulrich Drepper <drepper@redhat.com>
50771
50772 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50773 call in strcasestr.
50774 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50775 __strcasestr_sse42_nonascii.
50776 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50777 strcasestr-nonascii.c.
50778 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50779
77c1b069
LM
507802010-06-15 Luis Machado <luisgpm@br.ibm.com>
50781
50782 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50783 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50784 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50785 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50786
440566c3
UD
507872010-07-09 Ulrich Drepper <drepper@redhat.com>
50788
50789 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50790 fcntl.
50791
5be9d05d
AS
507922010-07-06 Andreas Schwab <schwab@redhat.com>
50793
c30b7ee2 50794 [BZ #11577]
5be9d05d
AS
50795 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50796 dl_signal_cerror.
50797
8a492a67
UD
507982010-07-06 Ulrich Drepper <drepper@redhat.com>
50799
50800 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50801 _PC_PIPE_BUF using F_GETPIPE_SZ.
50802
713df3d5
RM
508032010-07-05 Roland McGrath <roland@redhat.com>
50804
50805 * manual/arith.texi (Rounding Functions): Fix rint description
50806 implicit in round description.
50807
702e8f14
UD
508082010-07-02 Ulrich Drepper <drepper@redhat.com>
50809
50810 * elf/Makefile: Fix linking for a few tests to make recent linker
50811 happy.
50812
52ed8be9
AS
508132010-06-30 Andreas Schwab <schwab@redhat.com>
50814
50815 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50816 $(common-objpfx)libc_nonshared.a.
50817
f47c9a11
LM
508182010-06-21 Luis Machado <luisgpm@br.ibm.com>
50819
50820 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50821 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50822 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50823 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50824 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50825 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50826 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50827 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50828 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50829 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50830 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50831 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50832 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50833 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50834 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50835 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50836 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50837 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50838 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50839 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50840 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50841 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50842 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50843 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50844 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50845 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50846 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50847 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50848 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50849 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50850 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50851 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50852 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50853 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50854 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50855 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50856 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50857 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50858 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50859 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50860 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50861 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50862 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50863 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50864 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50865 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50866 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50867 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50868
6fb8cbcb
L
508692010-06-25 H.J. Lu <hongjiu.lu@intel.com>
50870
50871 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50872 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
50873 * string/memmove.c (memmove): Renamed to ...
50874 (MEMMOVE): ...this. Default to memmove.
50875 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50876 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50877 (END_CHK): Define.
50878 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50879 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50880 mempcpy-ssse3-back memmove-ssse3-back.
50881 * sysdeps/x86_64/multiarch/bcopy.S: New file .
50882 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50883 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50884 * sysdeps/x86_64/multiarch/memcpy.S: New file.
50885 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50886 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50887 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50888 * sysdeps/x86_64/multiarch/memmove.c: New file.
50889 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50890 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50891 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50892 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50893 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50894 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50895 Define.
50896 (index_Fast_Copy_Backward): Define.
50897 (HAS_ARCH_FEATURE): Define.
50898 (HAS_FAST_REP_STRING): Define.
50899 (HAS_FAST_COPY_BACKWARD): Define.
50900
4e733bac 509012010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
50902
50903 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50904 Restore proper fallback handling.
50905
63c4ed22
UD
509062010-06-19 Ulrich Drepper <drepper@redhat.com>
50907
ac2b484c
UD
50908 [BZ #11701]
50909 * posix/group_member.c (__group_member): Correct checking loop.
50910
63c4ed22
UD
50911 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50912 OOM in getpwuid_r correctly. Return error number when the caller
50913 should return, otherwise -1.
50914 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50915 call returning > 0 value.
50916 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50917
765ade4b
AS
509182010-06-07 Andreas Schwab <schwab@redhat.com>
50919
50920 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50921 libc_nonshared.a from targets in modules-names.
50922
80da2e09
KS
509232010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
50924
50925 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50926 requires it.
50927
158db122
LM
509282010-06-10 Luis Machado <luisgpm@br.ibm.com>
50929
50930 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50931 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50932 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50933 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50934
caa78cf8
AS
509352010-06-02 Andreas Schwab <schwab@redhat.com>
50936
50937 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50938
b2ef2c01
UD
509392010-06-14 Ulrich Drepper <drepper@redhat.com>
50940
50941 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50942 and F_GETPIPE_SZ.
50943 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50944 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50945 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50946 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50947 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50948 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50949
fbd643b6
RM
509502010-06-14 Roland McGrath <roland@redhat.com>
50951
50952 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50953
f32f2869
JJ
509542010-06-07 Jakub Jelinek <jakub@redhat.com>
50955
50956 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
50957 __REDIRECT followed by __THROW.
50958 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
50959 * posix/getopt.h (getopt): Likewise.
50960
2a50c078
EPM
509612010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
50962
50963 * hurd/lookup-at.c (__file_name_lookup_at): Accept
50964 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
50965 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
50966 in AT_FLAGS.
50967 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
50968 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
50969
eb5ad2eb
LM
509702010-05-28 Luis Machado <luisgpm@br.ibm.com>
50971
50972 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
50973
3c88fe1e
L
509742010-05-26 H.J. Lu <hongjiu.lu@intel.com>
50975
50976 [BZ #11640]
50977 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50978 Properly check family and model.
50979
d2f73151
TY
509802010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
50981
50982 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
50983
ebd2e13d
LM
509842010-05-24 Luis Machado <luisgpm@br.ibm.com>
50985
50986 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
50987
b32b8b45
UD
509882010-05-21 Ulrich Drepper <drepper@redhat.com>
50989
50990 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
50991 symbol reference.
50992
9acbe24d
AS
509932010-05-19 Andreas Schwab <schwab@redhat.com>
50994
50995 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
50996 symbol reference.
50997
f0ccf6ea
AS
509982010-05-21 Andreas Schwab <schwab@redhat.com>
50999
3d04ff3a
AS
51000 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
51001 and internal_recvmmsg.
51002 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
51003 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
51004 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
51005 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
51006
f0ccf6ea
AS
51007 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
51008 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
51009 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51010
5b08ac57
AS
510112010-05-20 Andreas Schwab <schwab@redhat.com>
51012
51013 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
51014
4828935d
LM
510152010-05-17 Luis Machado <luisgpm@br.ibm.com>
51016
51017 POWER7 optimizations.
51018 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
51019 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
51020
373d545e
UD
510212010-05-19 Ulrich Drepper <drepper@redhat.com>
51022
51023 * version.h: Update for 2.13 development version.
51024
21a2b1ae
AS
510252010-05-12 Andrew Stubbs <ams@codesourcery.com>
51026
51027 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
51028 exceptions. Return 0.
51029
3f7dcb2b
RM
510302010-05-07 Roland McGrath <roland@redhat.com>
51031
51032 * elf/ldconfig.c (main): Add a const.
51033
5f24d53a 510342010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 51035
a160f8d8
UD
51036 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51037 (args_options): Add no-idn option.
51038 (ahosts_keys_int): Add idn_flags to ai_flags.
51039 (parse_option): Handle 'i' option to clear idn_flags.
51040
5f24d53a
UD
51041 * malloc/malloc.c (_int_free): Possible race in the most recently
51042 added check. Only act on the data if no current modification
51043 happened.
265bb1ce
UD
51044
51045See ChangeLog.17 for earlier changes.