]> sourceware.org Git - glibc.git/blame - ChangeLog
Tiny refactoring in fts to eliminate a warning.
[glibc.git] / ChangeLog
CommitLineData
6ab1d1ea
RM
12014-10-20 Roland McGrath <roland@hack.frob.com>
2
3 * io/fts.c (dirent_not_directory): New function.
4 (fts_build): Call it.
5
ab49e763
RM
62014-10-20 Roland McGrath <roland@hack.frob.com>
7
e436eb79
RM
8 * nptl/version.c (__nptl_main): Use normal __write rather than
9 INTERNAL_SYSCALL.
10 (banner): Update copyright years.
11
6af246cf
RM
12 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
13 gettimeofday.
14 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
15 * nptl/pthread_cond_timedwait.c: Likewise.
16 * nptl/pthread_mutex_timedlock.c: Likewise.
17 * nptl/sem_timedwait.c: Likewise.
18
ab49e763
RM
19 * sysdeps/nptl/bits/libc-lock.h
20 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
21 (__libc_lock_init_recursive): Return void, not 0.
22 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
23 (__libc_rwlock_init): Likewise.
24 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
25
f50277c1
TR
262014-10-20 Torvald Riegel <triegel@redhat.com>
27
28 [BZ #15215]
29 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
30 (__pthread_once_slow): ... here.
31 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
32 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
33
63668b70
TR
342014-10-20 Torvald Riegel <triegel@redhat.com>
35
36 [BZ #15215]
37 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
38 __PTHREAD_ONCE_FORK_GEN_INCR): New.
39 * sysdeps/nptl/fork.c (__libc_fork): Use them.
40 * nptl/pthread_once.c (__pthread_once): Likewise.
41 Update comments.
42
42b7f5d4
JM
432014-10-20 Joseph Myers <joseph@codesourcery.com>
44
45 [BZ #14138]
46 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
47 name.
48 (writev): Use __libc_writev as strong name.
49 * sysdeps/unix/sysv/linux/readv.c: Remove file.
50 * sysdeps/unix/sysv/linux/writev.c: Likewise.
51
b0643088
RM
522014-10-17 Roland McGrath <roland@hack.frob.com>
53
114c4e09
RM
54 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
55
674b8978
RM
56 * sysdeps/i386/nptl/tls.h
57 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
58 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
59 New macros.
60 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
61 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
62 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
63 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
64 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
65 Call CHECK_THREAD_SYSINFO instead of doing an assert.
66
184ee940
RM
67 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
68 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
69 on [__NR_futex].
70 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
71 broken out of ...
72 (__pthread_mutex_init): ... here. Call it.
73 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
74 Conditionalize PI cases on [__NR_futex].
75 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
76 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
77 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
78
327ae257
RM
79 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
80 conditional on [SIGSETXID].
81 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
82 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
83 is defined. Likewise for SIGSETXID.
84 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
85 Conditionalize definitions on [SIGSETXID].
86 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
87 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
88 unblocking on [SIGCANCEL].
89
b0643088
RM
90 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
91 [__NR_set_robust_list].
92
33cc770b
SP
932014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
94
95 * string/strcoll_l.c (get_next_seq): Fix up formatting.
96 (do_compare): Likewise.
97
0742aef6
LH
982014-10-17 Leonhard Holz <leonhard.holz@web.de>
99
100 [BZ #15884]
101 * string/strcoll_l.c: Don't include stdio.h.
102 (coll_seq): Remove members idxarr and rulearr.
103 (get_next_seq_cached): Remove function.
104 (get_next_seq): Likewise.
105 (get_next_seq_nocache): Rename to get_next_seq.
106 (do_compare): Remove function.
107 (do_compare_nocache): Rename to do_compare.
108 (STRCOLL): Remove weight and rules cache.
109
ee54ce44
RM
1102014-10-16 Roland McGrath <roland@hack.frob.com>
111
112 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
113 * sysdeps/arm/sfp-machine.h: ... to here.
114 * sysdeps/arm/Implies: Remove arm/soft-fp.
115
a75d3b02
JM
1162014-10-14 Joseph Myers <joseph@codesourcery.com>
117
118 * conform/data/sys/utsname.h-data (*_t): Allow.
119 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
120 [POSIX] (WEXITED): Do not expect constant.
121 [POSIX] (WSTOPPED): Likewise.
122 [POSIX] (WNOHANG): Likewise.
123 [POSIX] (WNOWAIT): Likewise.
124 [POSIX] (siginfo_t): Do not expect type or elements.
125 [POSIX] (pid_t): Do not expect type.
126 [POSIX] (signal.h): Do not allow header.
127 [POSIX] (sys/resource.h): Likewise.
128 [POSIX] (si_*): Do not allow pattern.
129 [POSIX] (W*): Likewise.
130 [POSIX] (P_*): Likewise.
131 [POSIX] (BUS_*): Likewise.
132 [POSIX] (CLD_*): Likewise.
133 [POSIX] (FPE_*): Likewise.
134 [POSIX] (ILL_*): Likewise.
135 [POSIX] (POLL_*): Likewise.
136 [POSIX] (SEGV_*): Likewise.
137 [POSIX] (SI_*): Likewise.
138 [POSIX] (TRAP_*): Likewise.
139 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
140 variable.
141
fda389c8
SP
1422014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
143
144 [BZ #12926]
145 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
146 infinite loop when __recvmsg returns 0.
147
6bc6bd3b
JM
1482014-10-10 Joseph Myers <joseph@codesourcery.com>
149
fcb32af1
JM
150 * CANCEL-FCT-WAIVE: Remove file.
151 * CANCEL-FILE-WAIVE: Likewise.
152
6bc6bd3b
JM
153 [BZ #14132]
154 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
155 instead of INTVARDEF.
156 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
157 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
158 rtld_hidden_data_def instead of INTVARDEF.
159 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
160 * elf/dl-deps.c (expand_dst): Likewise.
161 * elf/dl-load.c (_dl_dst_count): Likewise.
162 (_dl_dst_substitute): Likewise.
163 (decompose_rpath): Likewise.
164 (_dl_init_paths): Likewise.
165 (open_path): Likewise.
166 (_dl_map_object): Likewise.
167 * elf/rtld.c (dl_main): Likewise.
168 (process_dl_audit): Likewise.
169 (process_envvars): Likewise.
170 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
171 Remove declaration.
172 (__libc_enable_secure): Use rtld_hidden_proto.
173
b8c80a7e
KS
1742014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
175
176 * elf/dl-load.c
177 (add_path): New function broken out of _dl_rtld_di_serinfo.
178 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
179
ff12c11f
JM
1802014-10-09 Joseph Myers <joseph@codesourcery.com>
181
5c0508a3
JM
182 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
183 parentheses around macro arguments.
184 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
185 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
186 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
187 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
188 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
189 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
190 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
191 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
192 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
193 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
194 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
195 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
196 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
197 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
198 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
199 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
200 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
201 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
202 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
203 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
204 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
205 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
206 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
207 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
208 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
209 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
210 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
211 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
212 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
213 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
214 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
215 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
216 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
217 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
218 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
219 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
220 Likewise.
221 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
222 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
223 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
224 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
225 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
226 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
227 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
228 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
229 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
230 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
231 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
232 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
233 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
234 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
235 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
236 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
237 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
238 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
239 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
240 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
241 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
242 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
243 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
244 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
245 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
246 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
247 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
248 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
249 (_FP_FRAC_SRS_1): Likewise.
250 (_FP_FRAC_CLZ_1): Likewise.
251 (_FP_MUL_MEAT_1_imm): Likewise.
252 (_FP_MUL_MEAT_1_wide): Likewise.
253 (_FP_MUL_MEAT_1_hard): Likewise.
254 (_FP_SQRT_MEAT_1): Likewise.
255 (_FP_FRAC_ASSEMBLE_1): Likewise.
256 (_FP_FRAC_DISASSEMBLE_1): Likewise.
257 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
258 (__FP_CLZ_2): Likewise.
259 (_FP_MUL_MEAT_2_wide): Likewise.
260 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
261 (_FP_MUL_MEAT_2_gmp): Likewise.
262 (_FP_MUL_MEAT_2_120_240_double): Likewise.
263 (_FP_SQRT_MEAT_2): Likewise.
264 (_FP_FRAC_ASSEMBLE_2): Likewise.
265 (_FP_FRAC_DISASSEMBLE_2): Likewise.
266 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
267 (_FP_FRAC_CLZ_4): Likewise.
268 (_FP_MUL_MEAT_4_wide): Likewise.
269 (_FP_MUL_MEAT_4_gmp): Likewise.
270 (_FP_SQRT_MEAT_4): Likewise.
271 (_FP_FRAC_ASSEMBLE_4): Likewise.
272 (_FP_FRAC_DISASSEMBLE_4): Likewise.
273 * soft-fp/op-common.h (_FP_CMP): Likewise.
274 (_FP_CMP_EQ): Likewise.
275 (_FP_CMP_UNORD): Likewise.
276 (_FP_TO_INT): Likewise.
277 (_FP_FROM_INT): Likewise.
278 [!__FP_CLZ] (__FP_CLZ): Likewise.
279 (_FP_DIV_HELP_imm): Likewise.
280 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
281 Likewise.
282 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
283 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
284 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
285 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
286 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
287 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
288 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
289 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
290 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
291 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
292 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
293 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
294 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
295 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
296 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
297 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
298 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
299 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
300 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
301 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
302 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
303 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
304 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
305 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
306 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
307 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
308 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
309 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
310 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
311 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
312 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
313 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
314 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
315 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
316 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
317 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
318 (FP_UNPACK_RAW_SP): Likewise.
319 (FP_PACK_RAW_S): Likewise.
320 (FP_PACK_RAW_SP): Likewise.
321 (FP_UNPACK_S): Likewise.
322 (FP_UNPACK_SP): Likewise.
323 (FP_UNPACK_SEMIRAW_S): Likewise.
324 (FP_UNPACK_SEMIRAW_SP): Likewise.
325 (FP_PACK_S): Likewise.
326 (FP_PACK_SP): Likewise.
327 (FP_PACK_SEMIRAW_S): Likewise.
328 (FP_PACK_SEMIRAW_SP): Likewise.
329 (_FP_SQRT_MEAT_S): Likewise.
330 (FP_CMP_S): Likewise.
331 (FP_CMP_EQ_S): Likewise.
332 (FP_CMP_UNORD_S): Likewise.
333 (FP_TO_INT_S): Likewise.
334 (FP_FROM_INT_S): Likewise.
335
a736ec37
JM
336 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
337
ff12c11f
JM
338 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
339 (FP_EX_INVALID_IMZ): Likewise.
340 (FP_EX_INVALID_IMZ_FMA): Likewise.
341 (FP_EX_INVALID_ISI): Likewise.
342 (FP_EX_INVALID_ZDZ): Likewise.
343 (FP_EX_INVALID_IDI): Likewise.
344 (FP_EX_INVALID_SQRT): Likewise.
345 (FP_EX_INVALID_CVI): Likewise.
346 (FP_EX_INVALID_VC): Likewise.
347 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
348 "invalid" exceptions.
349 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
350 (_FP_ADD_INTERNAL): Likewise.
351 (_FP_MUL): Likewise.
352 (_FP_FMA): Likewise.
353 (_FP_DIV): Likewise.
354 (_FP_CMP_CHECK_NAN): Likewise.
355 (_FP_SQRT): Likewise.
356 (_FP_TO_INT): Likewise.
357 (FP_EXTEND): Likewise.
358
b6dcfe8c
AM
3592014-10-09 Allan McRae <allan@archlinux.org>
360
361 * po/fr.po: Update French translation from translation project.
362
2d6a47ba
JM
3632014-10-09 Joseph Myers <joseph@codesourcery.com>
364
cb831245
JM
365 [BZ #14132]
366 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
367 of INTDEF.
368 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
369 (__cxa_atexit): Use libc_hidden_proto.
370 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
371
5deeb190
JM
372 [BZ #14132]
373 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
374 declaration.
375 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
376 [!_ISOMAC] (__iswspace_l_internal): Likewise.
377 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
378 [!_ISOMAC] (__iswctype_internal): Likewise.
379 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
380 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
381 alias.
382 (fcntl): Remove __fcntl_internal alias.
383 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
384 __connect_internal alias.
385 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
386 Likewise.
387
454ac701
JM
388 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
389 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
390 FP_DENORM_ZERO.
391 (_FP_CHECK_FLUSH_ZERO): New macro.
392 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
393 (_FP_CMP): Likewise.
394 (_FP_CMP_EQ): Likewise.
395 (_FP_TO_INT): Do not set inexact for subnormal arguments if
396 FP_DENORM_ZERO.
397 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
398 (FP_TRUNC): Likewise.
399
0022e688
JM
400 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
401 treated as invalid conversion, not as normal exponent.
402
73e28d9c
JM
403 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
404 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
405 (_FP_CMP_EQ): Likewise.
406 (_FP_CMP_UNORD): Likewise.
407 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
408 (FP_CMP_EQ_D): Likewise.
409 (FP_CMP_UNORD_D): Likewise.
410 * soft-fp/extended.h (FP_CMP_E): Likewise.
411 (FP_CMP_EQ_E): Likewise.
412 (FP_CMP_UNORD_E): Likewise.
413 * soft-fp/quad.h (FP_CMP_Q): Likewise.
414 (FP_CMP_EQ_Q): Likewise.
415 (FP_CMP_UNORD_Q): Likewise.
416 * soft-fp/single.h (FP_CMP_S): Likewise.
417 (FP_CMP_EQ_S): Likewise.
418 (FP_CMP_UNORD_S): Likewise.
419 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
420 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
421 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
422 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
423 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
424 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
425 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
426 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
427 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
428 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
429 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
430 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
431 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
432 to FP_CMP_Q.
433 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
434 FP_CMP_Q.
435 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
436 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
437 FP_CMP_EQ_Q.
438 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
439 FP_CMP_Q.
440 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
441 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
442 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
443 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
444 FP_CMP_EQ_Q.
445 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
446 FP_CMP_Q.
447 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
448 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
449 FP_CMP_EQ_Q.
450 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
451 FP_CMP_Q.
452 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
453 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
454 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
455 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
456 FP_CMP_EQ_Q.
457
43059f42
JM
458 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
459 a subnormal result, set the underflow exception if trapping on
460 underflow is enabled.
461 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
462 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
463 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
464 redefine to 0.
465 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
466 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
467 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
468 * soft-fp/extendxftf2.c (__extendxftf2): Use
469 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
470
2d6a47ba
JM
471 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
472 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
473 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
474 FP_HANDLE_EXCEPTIONS.
475 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
476 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
477 FP_HANDLE_EXCEPTIONS.
478 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
479 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
480 FP_HANDLE_EXCEPTIONS.
481 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
482 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
483 FP_HANDLE_EXCEPTIONS.
484
620f462e
JM
4852014-10-08 Joseph Myers <joseph@codesourcery.com>
486
487 [BZ #14132]
488 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
489 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
490 use INTUSE.
491 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
492 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
493 Remove alias.
494 (__adjtimex): Define using libc_hidden_ver.
495 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
496 Remove declaration.
497 (ntp_gettime): Call __adjtimex directly.
498 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
499 Remove declaration.
500 (ntp_gettimex): Call __adjtimex directly.
501 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
502 __adjtimex_internal alias.
503
c763c5d2
RM
5042014-10-08 Roland McGrath <roland@hack.frob.com>
505
506 [BZ #17460]
507 * nscd/nscd.c (more_help): Rewrite list of tables collection
508 using xstrdup and asprintf.
509
510 * nscd/nscd_conf.c: Remove local xstrdup declaration.
511
7b8fb2b8
RM
5122014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
513 Roland McGrath <roland@hack.frob.com>
514
515 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
516 (do_lookup_unique): ... local function 'enter' here; update callers.
517
abb280f7
JM
5182014-10-06 Joseph Myers <joseph@codesourcery.com>
519
f7b42517
JM
520 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
521 compat_symbol calls on [SHARED].
522 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
523 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
524 Remove.
525 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
526 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
527 (oldsetrlimit): Remove.
528 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
529 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
530 (lchown): New syscall entry.
531 (oldsetrlimit): Remove.
532 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
533 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
534 (oldsetrlimit): Remove.
535 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
536
abb280f7
JM
537 [BZ #14138]
538 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
539 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
540 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
541 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
542 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
543 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
544 (fchown): Likewise.
545 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
546 (fchown): Likewise.
547 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
548 Likewise.
549
47d46237
AZ
5502014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
551
552 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
553 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
554 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
555 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
556 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
557 Likewise.
558 (__old_sem_post): Likewise.
559
5602014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 561
845a7343
CM
562 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
563 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
564 HAVE_CLOCK_GETTIME_VSYSCALL macros.
565 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
566 Use INLINE_VSYSCALL macro.
567 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
568 __vdso_clock_gettime.
569 * sysdeps/unix/sysv/linux/tile/init-first.c
570 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
571 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
572 __vdso_clock_gettime.
573
83d641ef
CM
574 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
575 to set up frame more cleanly.
576
d9cd52e6
CM
577 * sysdeps/tile/memcmp.c: New file.
578
4b68ea11
CM
579 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
580
c86f7b80
CM
581 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
582 * sysdeps/tile/tilegx/strcasestr.c: New file.
583 * sysdeps/tile/tilegx/strnlen.c: New file.
584 * sysdeps/tile/tilegx/strstr.c: New file.
585
1c4c1a6f
CM
586 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
587
99d86ea3
AS
5882014-10-06 Arjun Shankar <arjun.is@lostca.se>
589
590 * nptl/tst-setuid3.c: Write errors to stdout.
591
06210a44
KS
5922014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
593
594 * elf/dl-deps.c
595 (preload): New functions broken out of _dl_map_object_deps.
596 (_dl_map_object_deps): Remove a nested function. Update call sites.
597
6268f532
JM
5982014-10-01 Joseph Myers <joseph@codesourcery.com>
599
600 [BZ #14138]
601 * sysdeps/unix/sysv/linux/execve.c: Remove file.
602 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
603
b925285f
SE
6042014-10-01 Steve Ellcey <sellcey@mips.com>
605
606 * sysdeps/mips/strcmp.S: New.
607
754a15c6
JM
6082014-09-30 Joseph Myers <joseph@codesourcery.com>
609
610 [BZ #14138]
611 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
612 (linkat): Likewise.
613 (mkdirat): Likewise.
614 (readlinkat): Likewise.
615 (renameat): Likewise.
616 (symlinkat): Likewise.
617 (unlinkat): Likewise.
618 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
619 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
620 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
621 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
622 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
623 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
624 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
625
85bb81c9
WN
6262014-09-30 Will Newton <will.newton@linaro.org>
627
dc6fe23b
WN
628 * math/math.h: Define long double math functions if
629 _LIBC_TEST is defined.
630 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
631
85bb81c9
WN
632 * localedata/Makefile: Move assignment to tests-special
633 into an ifdef testing run-built-tests.
634 * timezone/Makefile: Likewise.
635
b7e02da4
JM
6362014-09-29 Joseph Myers <joseph@codesourcery.com>
637
638 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
639 with $(BASH) not $(SHELL).
640
62058ce6
CD
6412014-09-29 Carlos O'Donell <carlos@redhat.com>
642 Matthew LeGendre <legendre1@llnl.gov>
643
644 [BZ #17411]
645 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
646 l_reloc_result.
647
8e257a29
KS
6482014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
649
650 * stdio-common/printf_fp.c
651 (hack_digit): New function, broken out of ...
652 (__printf_fp): ... local function here. Update call sites.
653 hack_digit now takes an additional parameter that is a pointer
654 to a struct of the referenced locals. Those locals moved inside
655 the struct and references updated.
656
f4a58f0d
L
6572014-09-29 H.J. Lu <hongjiu.lu@intel.com>
658
659 * aclocal.m4: Require autoconf 2.69.
660 * configure: Regenerated.
661 * sysdeps/aarch64/configure: Likewise.
662 * sysdeps/alpha/configure: Likewise.
663 * sysdeps/arm/armv7/configure: Likewise.
664 * sysdeps/arm/configure: Likewise.
665 * sysdeps/ia64/configure: Likewise.
666 * sysdeps/mach/configure: Likewise.
667 * sysdeps/mips/configure: Likewise.
668 * sysdeps/s390/configure: Likewise.
669 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
670 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
671
672 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
673 file.
674 * sysdeps/ia64/configure.ac: Likewise.
675
93ae1eba
JM
6762014-09-26 Joseph Myers <joseph@codesourcery.com>
677
1810d3ab
JM
678 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
679 specify symbol version for ld.so. Do not include entry for
680 libpthread.
681 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
682 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
683 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
684
93ae1eba
JM
685 [BZ #14171]
686 * Makeconfig [$(build-shared) = yes]
687 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
688 makefiles.
689 [$(build-shared) = yes && $(soversions.mk-done) = t]
690 ($(common-objpfx)gnu/lib-names.h): Remove rule.
691 [$(build-shared) = yes && $(soversions.mk-done) = t]
692 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
693 to Makerules.
694 [$(build-shared) = yes && $(soversions.mk-done) = t]
695 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
696 here.
697 [$(build-shared) = yes && $(soversions.mk-done) = t]
698 (common-generated): Don't append gnu/lib-names.h and
699 gnu/lib-names.stmp here.
700 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
701 (lib-names-h-abi): New variable.
702 [$(build-shared) = yes && $(soversions.mk-done) = t]
703 (lib-names-stmp-abi): Likewise.
704 [$(build-shared) = yes && $(soversions.mk-done) = t &&
705 abi-variants] (before-compile): Append
706 $(common-objpfx)$(lib-names-h-abi).
707 [$(build-shared) = yes && $(soversions.mk-done) = t &&
708 abi-variants] (common-generated): Append gnu/lib-names.h.
709 [$(build-shared) = yes && $(soversions.mk-done) = t &&
710 abi-variants] (install-others-nosubdir): Depend on
711 $(inst_includedir)/$(lib-names-h-abi).
712 [$(build-shared) = yes && $(soversions.mk-done) = t &&
713 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
714 [$(build-shared) = yes && $(soversions.mk-done) = t]
715 ($(common-objpfx)$(lib-names-h-abi)): New rule.
716 [$(build-shared) = yes && $(soversions.mk-done) = t]
717 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
718 [$(build-shared) = yes && $(soversions.mk-done) = t]
719 (common-generated): Append $(lib-names-h-abi) and
720 $(lib-names-stmp-abi).
721 * scripts/lib-names.awk: Do not handle multi being set.
722 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
723 Remove variable.
724 (abi-lp64_be-ld-soname): Likewise.
725 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
726 Likewise.
727 (abi-hard-ld-soname): Likewise.
728 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
729 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
730 Remove variable.
731 (abi-o32_hard-ld-soname): Likewise.
732 (abi-o32_soft_2008-ld-soname): Likewise.
733 (abi-o32_hard_2008-ld-soname): Likewise.
734 (abi-n32_soft-ld-soname): Likewise.
735 (abi-n32_hard-ld-soname): Likewise.
736 (abi-n32_soft_2008-ld-soname): Likewise.
737 (abi-n32_hard_2008-ld-soname): Likewise.
738 (abi-n64_soft-ld-soname): Likewise.
739 (abi-n64_hard-ld-soname): Likewise.
740 (abi-n64_soft_2008-ld-soname): Likewise.
741 (abi-n64_hard_2008-ld-soname): Likewise.
742 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
743 Likewise.
744 (abi-64-v2-ld-soname): Likewise.
745 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
746 ld.so entries.
747 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
748 variable.
749 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
750 entry.
751 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
752 variable.
753 (abi-64-ld-soname): Likewise.
754 (abi-x32-ld-soname): Likewise.
755 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
756 entry.
757 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
758
68870f12
JM
7592014-09-23 Joseph Myers <joseph@codesourcery.com>
760
761 [BZ #14138]
762 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
763 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
764 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
765 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
766 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
767 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
768 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
769 syscall entry for GLIBC_2.2 symbol version.
770 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
771 Likewise.
772 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
773 (setrlimit): Likewise.
774 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
775 Likewise.
776
ea58f202
WN
7772014-09-23 Will Newton <will.newton@linaro.org>
778
779 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
780 _LINUX_ARM_SYSDEP_H include guard too.
781 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
782 define.
783
69eb9a18
RV
7842014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
785
786 * sysdeps/unix/sysv/linux/eventfd.c:
787 Make first argument unsigned.
788 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
789 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
790
20e5a5f7
OB
7912014-09-20 Ondřej Bílka <neleai@seznam.cz>
792
793 * socket/recvmmsg.c (recvmmsg): Drop const argument.
794 * socket/sys/socket.h: Likewise
795 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
796
d3c827e7
AK
7972014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
798
799 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
800
fe1cc35a
AS
8012014-09-17 Arjun Shankar <arjun.is@lostca.se>
802
803 * time/tst-ftime.c: New test.
804 * time/Makefile (tests): Add tst-ftime.
805
4e8afe69
JM
8062014-09-17 Joseph Myers <joseph@codesourcery.com>
807
c4fe3ea7
JM
808 * soft-fp/extended.h: Fix comment formatting.
809 * soft-fp/op-1.h: Likewise.
810 * soft-fp/op-2.h: Likewise.
811 * soft-fp/op-4.h: Likewise.
812 * soft-fp/op-8.h: Likewise.
813 * soft-fp/op-common.h: Likewise.
814 * soft-fp/soft-fp.h: Likewise.
815
4e8afe69
JM
816 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
817
af296fcd
JM
8182014-09-16 Joseph Myers <joseph@codesourcery.com>
819
820 [BZ #6652]
821 * Makeconfig (soversions-default-setname): Remove variable.
822 ($(common-objpfx)soversions.i): Don't pass default_setname to
823 soversions.awk.
824 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
825 oldest_abi to abi-versions.awk.
826 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
827 * config.make.in (oldest-abi): Remove variable.
828 * configure.ac (--enable-oldest-abi): Remove configure option.
829 * configure: Regenerated.
830 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
831 text.
832 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
833 * scripts/soversions.awk: Do not handle default_setname variable.
834 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
835 variable.
836 * sysdeps/mach/hurd/configure: Regenerated.
837 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
838 variable.
839 * sysdeps/unix/sysv/linux/configure: Regenerated.
840
545583d6
SP
8412014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
842
d330b980
SP
843 * elf/Makefile (CFLAGS-interp.c): Remove.
844 ($(elf-objpfx)runtime-linker.h): Generate header with linker
845 path string.
846 * elf/interp.c: Include generated runtime-linker.h
847
02657da2
SP
848 * Makerules (lib%.so): Don't include $(+interp) in
849 prerequisites.
850 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
851 * dlfcn/eval.c: Remove file.
852
653b1080
SP
853 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
854 macros.
855
602f80ec
SP
856 [BZ #17266]
857 * misc/sys/cdefs.h: Define __extern_always_inline for clang
858 4.2 and newer.
859
545583d6
SP
860 [BZ #17370]
861 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
862
884ddc50
SP
8632014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
864 Jakub Jelinek <jakub@redhat.com>
865
866 [BZ #17266]
867 * libio/stdio.h: Check definition of __fortify_function
868 instead of __extern_always_inline to include bits/stdio2.h.
869 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
870 check if __extern_always_inline is defined.
871 [__USE_MISC || __USE_XOPEN]: Likewise.
872 [__USE_ISOC99] Likewise.
873 * misc/sys/cdefs.h (__fortify_function): Define only if
874 __extern_always_inline is defined.
875 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
876 __extern_always_inline and __extern_inline only for g++-4.3
877 and newer or a compatible gcc.
878
a7b87268
AS
8792014-09-15 Andreas Schwab <schwab@linux-m68k.org>
880
881 [BZ #17371]
882 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
883 last change to handle zero prefix length.
884
3f41521d
SP
8852014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
886
61fe374a
SP
887 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
888 _SC_REGEX_VERSION.
889
3f41521d
SP
890 * posix/getconf.c (vars): Add _POSIX_IPV6 and
891 _POSIX_RAW_SOCKETS.
892
d8f879ee
AM
8932014-09-13 Allan McRae <allan@archlinux.org>
894
895 * po/ru.po: Update Russian translation from translation project.
896
c079afb7
RM
8972014-09-12 Roland McGrath <roland@hack.frob.com>
898
a62b3c15
RM
899 * locale/programs/locale.c (show_locale_vars): Inline local function
900 into its sole call site. Clean up some style nits.
901 (print_item): New function, broken out of ...
902 (show_info): ... local function here. Clean up style nits.
903
d7e49b19
RM
904 * locale/programs/ld-ctype.c (set_one_default): New function, broken
905 out of ...
906 (set_class_defaults): ... local function set_default here.
907 Define set_default as a macro locally to pass constant parameters.
908 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
909 rather than a shared local.
910
c079afb7
RM
911 * stdlib/rpmatch.c (try): New function, broken out of ...
912 (rpmatch): ... local function here. Also, prototypify definition.
913
0bd72468
JM
9142014-09-12 Joseph Myers <joseph@codesourcery.com>
915
ba90e050
JM
916 * scripts/soversions.awk: Do not handle configuration names.
917 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
918 vendor and os variables to soversions.awk.
919 * configure.ac: Do not modify gnu-* host_os.
920 * configure: Regenerated
921 * shlib-versions: Remove first column with configuration names.
922 * nptl/shlib-versions: Likewise.
923 * nptl_db/shlib-versions: Likewise.
924 * sysdeps/hppa/shlib-versions: Likewise.
925 * sysdeps/m68k/shlib-versions: Likewise.
926 * sysdeps/mach/hurd/shlib-versions: Likewise.
927 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
928 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
929 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
930 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
931 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
932 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
933 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
934 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
935 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
936 Likewise.
937 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
938 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
939 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
940 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
941 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
942 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
943 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
944 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
945
73a39112
JM
946 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
947 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
948 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
949 Regenerated.
950 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
951 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
952 Condition symbol version definitions on [HAVE_ELFV2_ABI].
953
c729e7c1
JM
954 * shlib-versions: Remove OS-specific entries. Moved to files in
955 sysdeps.
956 * sysdeps/mach/hurd/shlib-versions: New file.
957 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
958
dc932a24
JM
959 * nptl/shlib-versions: Remove architecture-specific entries.
960 Moved to files in sysdeps.
961 * shlib-versions: Likewise.
962 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
963 file.
964 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
965 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
966 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
967 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
968
0bd72468
JM
969 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
970 (UDP_NO_CHECK6_RX): Likewise.
971
920238e0
SP
9722014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
973
974 * sysdeps/posix/sysconf.c (__sysconf): Spell
975 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
976
ba7b4d29
FW
9772014-08-12 Florian Weimer <fweimer@redhat.com>
978
979 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
980 loading.
981 * iconv/Versions (__gconv_transliterate): Export for use from
982 gconv modules.
983 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
984 (struct __gconv_trans_data, __gconv_trans_fct,
985 __gconv_trans_context_fct, __gconv_trans_query_fct,
986 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
987 definitions.
988 (struct __gconv_step_data): Remove __trans member.
989 (__gconv_transliterate): Declaration moved from gconv_int.h. No
990 longer hidden. Remove unused trans_data argument.
991 * iconv/gconv_int.h (struct trans_struct): Remove definition.
992 (__gconv_translit_find): Remove declaration.
993 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
994 prototype.
995 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
996 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
997 trans_data argument. Add hidden definition.
998 (__gconv_translit_find): Remove.
999 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
1000 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
1001 * iconv/skeleton.c: Remove transliteration initialization.
1002 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
1003 __gconv_step_data initialization.
1004 * libio/iofwide.c (__libio_translit_): Remove.
1005 (_IO_fwide): Adjust struct __gconv_step_data initialization.
1006 * wcsmbs/btowc.c (__btowc): Likewise.
1007 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1008 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1009 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1010 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
1011 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1012 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1013 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1014 * wcsmbs/wctob.c (wctob): Likewise.
1015
5379aebd
SP
10162014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
1017
1018 [BZ #16194]
1019 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
1020 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
1021 register usage.
1022 * sysdeps/x86/Makefile: Adjust.
1023
8c0ab919
RM
10242014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
1025 Roland McGrath <roland@hack.frob.com>
1026
1027 * locale/weight.h: Add include guard.
1028 (findidx): Make static rather than auto; take new parameters
1029 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
1030 * locale/weightwc.h: Likewise.
1031 * posix/fnmatch_loop.c
1032 (FCT): Change type of EXTRA from int32_t to wint_t.
1033 Don't include either header inside the function.
1034 Call FINDIDX rather than findidx, and pass new arguments.
1035 #undef FINDIDX at the end of the file.
1036 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
1037 FINDIDX before including fnmatch_loop.c for the non-wide version.
1038 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
1039 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
1040 for the wide version.
1041 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
1042 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
1043 Pass new arguments to findidx.
1044 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
1045 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
1046 Don't #include it inside the function. Pass new arguments to findidx.
1047 * posix/regex_internal.h
1048 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
1049 (re_string_elem_size_at): Don't #include it inside the function.
1050 Pass new arguments to findidx.
1051 * string/strcoll_l.c: #include WEIGHT_H at top level.
1052 (get_next_seq): Don't #include it inside the function.
1053 Pass new arguments to findidx.
1054 (get_next_seq_nocache): Likewise.
1055 * string/strxfrm_l.c: #include WEIGHT_H at top level.
1056 (STRXFRM): Don't #include it inside the function.
1057 Pass new arguments to findidx.
1058
52ffbdf2
FW
10592014-09-11 Florian Weimer <fweimer@redhat.com>
1060
1061 [BZ #17344]
1062 * malloc/malloc.c (unlink): Turn asserts into a call to
1063 malloc_printerr.
1064
984c0ea9
TL
10652014-09-11 Tim Lammens <tim.lammens@gmail.com>
1066
1067 [BZ #17370]
1068 * libio/wfileops (do_ftell_wide): Free OUT.
1069
3daee107
CM
10702014-09-10 Chris Metcalf <cmetcalf@tilera.com>
1071
1072 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
1073
58b930ae
SP
10742014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1075
1076 [BZ #17363]
1077 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
1078 group if the current group is empty.
1079
3b473fec
AZ
10802014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1081
71ae8647
AZ
1082 * benchtests/bench-memset.c (test_main): Add more test from size
1083 from 32 to 512 bytes.
1084 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1085 Add POWER8 memset object.
1086 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1087 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1088 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1089 implementation.
1090 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1091 Likewise.
1092 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1093 multiarch POWER8 memset optimization.
1094 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1095 POWER8 memset optimization.
1096
3b473fec
AZ
1097 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1098 Remove bzero multiarch objects.
1099 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1100 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1101 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1102 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1103 Remove define.
1104 [__bzero]: Redefine to specific name.
1105 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1106 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1107 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1108 define.
1109 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1110 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1111
e6fb9587
FW
11122014-09-10 Florian Weimer <fweimer@redhat.com>
1113
1114 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1115 warnings into errors.
1116
1117 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1118 __cxa_thread_atexit_impl prototype.
1119
9d3a350b
SE
11202014-09-09 Steve Ellcey <sellcey@mips.com>
1121
1122 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1123 Fix capitalization of error message.
1124
0febba23
SE
11252014-09-09 Steve Ellcey <sellcey@mips.com>
1126
1127 * sysdeps/mips/preconfigure: Modify ABI tests.
1128
645a0e9c
CD
11292014-09-07 Carlos O'Donell <carlos@systemhalted.org>
1130
1131 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1132
d83f0734
CD
11332014-09-07 Roland McGrath <roland@hack.frob.com>
1134 Carlos O'Donell <carlos@systemhalted.org>
1135
1136 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1137 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1138 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1139 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1140 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1141 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1142 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1143 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1144 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1145 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1146 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1147 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1148 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1149 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1150 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1151 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1152 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1153 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1154 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1155 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1156 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1157 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1158 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1159 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1160 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1161 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1162 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1163 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1164 Deconditionalize the code that was previously under [RESET_PID].
1165 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1166 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1167 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1168 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1169 include sysdep.h.
1170
21c83793
AM
11712014-09-08 Allan McRae <allan@archlinux.org>
1172
1173 * version.h (RELEASE): Set to "development".
1174 (VERSION): Set to "2.20.90"
1175
1cd9b65c
AM
11762014-09-07 Allan McRae <allan@archlinux.org
1177
b8079dd0
AM
1178 * version.h (RELEASE): Set to "stable".
1179 (VERSION): Set to "2.20"
1180 * include/features.h (__GLIBC_MINOR__): Set to 20.
1181
c46303ef
AM
1182 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1183 Liebler.
1184
1cd9b65c
AM
1185 * po/ko.po: Update Korean translation from translation project.
1186
8622092d
CM
11872014-09-06 Chris Metcalf <cmetcalf@tilera.com>
1188
1189 [BZ #17354]
1190 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1191 macro for handling signed relocations.
1192
41488498
FW
11932014-09-03 Florian Weimer <fweimer@redhat.com>
1194
1195 [BZ #17325]
1196 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1197 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1198 assert.
1199 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1200 * iconvdata/ibm935.c (BODY): Likewise.
1201 * iconvdata/ibm937.c (BODY): Likewise.
1202 * iconvdata/ibm939.c (BODY): Likewise.
1203 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1204 assert.
1205 * iconvdata/Makefile (iconv-test.out): Pass module list to test
1206 script.
1207 * iconvdata/run-iconv-test.sh: New test loop for checking for
1208 decoder crashers.
1209
a78b712d
KR
12102014-09-02 Khem Raj <raj.khem@gmail.com>
1211
1212 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1213 libm_hidden_ver.
1214
cb08abc6
AM
12152014-09-01 Allan McRae <allan@archlinux.org>
1216
2c31e102
AM
1217 * po/eo.po: Update Esperanto translation from translation project.
1218
cb08abc6
AM
1219 * po/ca.po: Update Catalan translation from translation project.
1220
17a62de1
ST
12212014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
1222
1223 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1224 __proc_dostop call.
1225
9570bc53
MW
12262014-08-27 Mark Wielaard <mjw@redhat.com>
1227
1228 [BZ #17319]
1229 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1230 to call set_thread_area instead of hand written asm.
1231 (__NR_set_thread_area): Removed define.
1232 (TLS_FLAG_WRITABLE): Likewise.
1233 (__ASSUME_SET_THREAD_AREA): Remove check.
1234 (TLS_EBX_ARG): Remove define.
1235 (TLS_LOAD_EBX): Likewise.
1236
b0f955c9
ST
12372014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
1238
1239 Simplify atomicity of socket creation in bind.
1240
1241 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1242 looking up the name after linking the file.
1243
529bf515
AM
12442014-08-27 Allan McRae <allan@archlinux.org>
1245
1246 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1247
a1a6a401
FW
12482014-08-26 Florian Weimer <fweimer@redhat.com>
1249
1250 [BZ #17187]
1251 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1252 trans_compare, open_translit, __gconv_translit_find):
1253 Remove module loading code.
1254
686ab290
AM
12552014-08-26 Allan McRae <allan@archlinux.org>
1256
e4e7cfd2
AM
1257 * po/vi.po: Update Vietnamese translation from translation project.
1258
6aa09f71
AM
1259 * po/uk.po: Update Ukrainian translation from translation project.
1260
edc0660e
AM
1261 * po/fr.po: Update French translation from translation project.
1262
7eea72ac
AM
1263 * po/ru.po: Update Russian translation from translation project.
1264
93c49eff
AM
1265 * po/pl.po: Update Polish translation from translation project.
1266
46acaf63
AM
1267 * po/cs.po: Update Czech translation from translation project.
1268
a9f5ce98
AM
1269 * po/de.po: Update German translation from translation project.
1270
373f2b78
AM
1271 * po/bg.po: Update Bulgarian translation from translation project.
1272
e7548bd8
AM
1273 * po/sv.po: Update Sweedish translation from translation project.
1274
c526bf4d
AM
1275 * po/nl.po: Update Dutch translation from translation project.
1276
686ab290
AM
1277 * po/es.po: Update Spanish translation from translation project.
1278
eb72478a
SP
12792014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1280
dd763fdb
SP
1281 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1282
318c7a58
SP
1283 * catgets/Makefile (CPPFLAGS-gencat): Remove.
1284 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1285 (CPPFLAGS-iconvconfig): Likewise.
1286 * timezone/Makefile (CPPFLAGS-zic): Likewise.
1287
eb72478a
SP
1288 * include/libc-symbols.h: Remove unnecessary check for
1289 NOT_IN_libc.
1290 * nptl/pthreadP.h: Likewise.
1291 * sysdeps/aarch64/setjmp.S: Likewise.
1292 * sysdeps/alpha/setjmp.S: Likewise.
1293 * sysdeps/arm/sysdep.h: Likewise.
1294 * sysdeps/i386/setjmp.S: Likewise.
1295 * sysdeps/m68k/setjmp.c: Likewise.
1296 * sysdeps/posix/getcwd.c: Likewise.
1297 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1298 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1299 * sysdeps/s390/s390-32/setjmp.S: Likewise.
1300 * sysdeps/s390/s390-64/setjmp.S: Likewise.
1301 * sysdeps/sh/sh3/setjmp.S: Likewise.
1302 * sysdeps/sh/sh4/setjmp.S: Likewise.
1303 * sysdeps/unix/alpha/sysdep.h: Likewise.
1304 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1305 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1306 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1307 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1308 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1309 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1310 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1311 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1312 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1313 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1314 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1315 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1316 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1317 * sysdeps/x86_64/setjmp.S: Likewise.
1318
d44a052c
JM
13192014-08-13 Joseph Myers <joseph@codesourcery.com>
1320
1321 [BZ #17263]
1322 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1323 <stdint.h>.
1324 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1325 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1326
508ce3ac
SP
13272014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
1328
e44c8b0e
SP
1329 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1330
508ce3ac
SP
1331 [BZ #17262]
1332 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1333 and __x86_64__ when disabling x87 inline functions.
1334
b4acef1f
L
13352014-08-12 H.J. Lu <hongjiu.lu@intel.com>
1336
1337 [BZ #17259]
1338 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1339 asm statement with __cpuid_count.
1340
61b1ef6e
MF
13412014-08-12 Mike Frysinger <vapier@gentoo.org>
1342
1343 * configure.ac: Change __ehdr_start code to dereference the struct.
1344 Run readelf on the output to look for relocations.
1345 * configure: Regenerated.
1346
898c62f4
JM
13472014-08-12 Joseph Myers <joseph@codesourcery.com>
1348
1349 [BZ #17261]
1350 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1351 value to 0.
1352 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1353
9a8a5720
RM
13542014-08-12 Roland McGrath <roland@hack.frob.com>
1355
1356 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1357
4e75751c
BO
13582014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
1359
1360 [BZ #16892]
1361 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1362 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1363
bb2ce416
SA
13642014-08-12 Sean Anderson <seanga2@gmail.com>
1365
1366 * malloc/malloc.c: Fix typo in comment.
1367
7950a4ee
AM
13682014-08-09 Allan McRae <allan@archlinux.org>
1369
1370 * Regenerate libc.po.
1371
f469c49f
MF
13722014-08-08 Mike Frysinger <vapier@gentoo.org>
1373
1374 * intl/tst-gettext2.sh: Check every lang file for creation.
1375
656b84c2
WD
13762014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
1377
1378 * sysdeps/aarch64/fpu/math_private.h
1379 (libc_feholdsetround_noex_aarch64_ctx): New function.
1380
538e9e45
W
13812014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
1382
1383 * sysdeps/arm/armv6/strcpy.S (strcpy):
1384 Fix performance issue in misaligned cases.
1385
d4795e4a
AZ
13862014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1387
1388 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1389 Move definition from termios.h.
1390 (struct termio): Likewise.
1391 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1392 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1393 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1394 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1395 Likewise.
1396 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1397 Move definition to ioctl-types.h
1398 (struct termio): Likewise.
1399 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1400 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1401 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1402 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1403 Likewise.
1404
64accb62
RH
14052014-08-05 Richard Henderson <rth@redhat.com>
1406
27bb6dc0
RH
1407 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1408 exceptions.
1409 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1410 Add fraiseexcpt.
1411 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1412 Use __feraiseexcept.
1413 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1414 Protect libm symbols with IS_IN_libm.
1415
64accb62
RH
1416 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1417
e5292691
BO
14182014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
1419
1420 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1421
5b4bd2d4
WN
14222014-08-04 Will Newton <will.newton@linaro.org>
1423
1424 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1425 file.
1426
fcadaeef
MF
14272014-08-04 Mike Frysinger <vapier@gentoo.org>
1428
1429 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1430 variants for each function.
1431
43a94c64
RM
14322014-08-04 Roland McGrath <roland@hack.frob.com>
1433
1434 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1435 appended ...
1436 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1437 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1438 appended ...
1439 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1440 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1441 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1442 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1443 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1444 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1445 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1446 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1447 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1448 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1449 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1450 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1451 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1452 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1453 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1454 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1455 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1456 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1457 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1458 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1459 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1460 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1461 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1462 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1463 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1464 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1465 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1466 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1467 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1468 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1469 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1470 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1471 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1472 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1473 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1474 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1475 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1476 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1477 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1478 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1479 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1480 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1481 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1482 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1483 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1484 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1485 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1486 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1487 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1488 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1489 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1490 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1491 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1492 Update #include.
1493 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1494 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1495
8f3c1fa4
RM
14962014-08-04 Roland McGrath <roland@hack.frob.com>
1497
1498 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1499 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1500 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1501 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1502 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1503 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1504
ca08746f
RM
15052014-08-04 Roland McGrath <roland@hack.frob.com>
1506
1507 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1508 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1509 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1510 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1511
9c925ff9
RM
15122014-08-04 Roland McGrath <roland@hack.frob.com>
1513
1514 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1515 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1516 (__libc_vfork): Define function under this name.
1517 (__vfork): Define as an alias.
1518 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1519 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1520
e641054c
RM
15212014-08-04 Roland McGrath <roland@hack.frob.com>
1522
1523 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1524 that was previously under [RESET_PID].
1525 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1526
dacdc867
AS
15272014-08-04 Andreas Schwab <schwab@suse.de>
1528
1529 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1530
41f725ff
MF
15312014-08-03 Mike Frysinger <vapier@gentoo.org>
1532
1533 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1534 (main): Likewise.
1535
277cfb31
RM
15362014-08-01 Roland McGrath <roland@hack.frob.com>
1537
1538 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1539
4896f049
RH
15402014-08-01 Richard Henderon <rth@redhat.com>
1541
1542 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1543 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1544 typo in exact zero test.
1545 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1546 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1547 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1548
6f64e7d7
RM
15492014-08-01 Roland McGrath <roland@hack.frob.com>
1550
1551 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1552 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1553 * sysdeps/arm/sysdep.h: ... here.
1554 [!__ASSEMBLER__]: Include <stdint.h>.
1555
3f3dd810
SP
15562014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
1557
a476ac4b
SP
1558 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1559 (HAVE_WCTYPE_H): Likewise.
1560 (HAVE_ISWCTYPE): Likewise.
1561 (ENABLE_NLS): Likewise.
1562 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1563 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1564
78dd658a
SP
1565 * posix/regex_internal.c: Check if DEBUG is defined and is
1566 set.
1567
3f3dd810
SP
1568 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1569 (HAVE_MBSRTOWCS): Likewise.
1570 * posix/fnmatch.c: Include string.h unconditionally.
1571
95ee7fb1
SL
15722014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
1573
1574 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1575 reversal.
1576
23fe486b
RM
15772014-07-31 Roland McGrath <roland@hack.frob.com>
1578
f61a113f
RM
1579 * sysdeps/generic/safe-fatal.h: New file.
1580 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1581 * nptl/forward.c: Include it.
1582 (__pthread_unwind): Use __safe_fatal as default action, rather
1583 than a bogus use of INTERNAL_SYSCALL that could never work.
1584
9fe7e787
RM
1585 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1586 * configure.ac (libc_cv_builtin_trap): New test.
1587 * configure: Regenerated.
1588 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
1589 (ABORT_INSTRUCTION): Define using __builtin_trap.
1590
23fe486b
RM
1591 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
1592 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
1593 * sysdeps/nptl/nptl-signals.h: New file.
1594 * nptl/pthreadP.h: Include <nptl-signals.h>.
1595
f349489e
SL
15962014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
1597
1598 * sysdeps/s390/s390-64/utf16-utf32-z9.c
1599 (ONE_DIRECTION): Define.
1600 * sysdeps/s390/s390-64/utf8-utf16-z9.c
1601 (ONE_DIRECTION): Define.
1602 * sysdeps/s390/s390-64/utf8-utf32-z9.c
1603 (ONE_DIRECTION): Define.
1604
2f438e20
SL
16052014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
1606
1607 * sysdeps/s390/Makefile: Delete file.
1608 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
1609 * sysdeps/s390/__longjmp.c: Delete file.
1610 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
1611 Remove fields __flags and __reserved.
1612 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
1613 and add versioning.
1614 * sysdeps/s390/rtld-__longjmp.c: Delete file.
1615 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
1616 * sysdeps/s390/rtld-setjmp.S: Likewise.
1617 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
1618 * sysdeps/s390/s390-32/__longjmp.c: ... here.
1619 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
1620 * sysdeps/s390/s390-32/setjmp.S: ... here.
1621 Add versioning.
1622 (__sigsetjmp): Remove setting __flags field.
1623 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
1624 * sysdeps/s390/s390-64/__longjmp.c: ... here.
1625 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
1626 * sysdeps/s390/s390-64/setjmp.S: ... here.
1627 Add versioning.
1628 (__sigsetjmp): Remove setting __flags field.
1629 * sysdeps/s390/setjmp.S: Delete file.
1630 * sysdeps/s390/sigjmp.c: Likewise.
1631 * sysdeps/s390/v1-longjmp.c: Likewise.
1632 * sysdeps/s390/v1-setjmp.h: Likewise.
1633 * sysdeps/s390/v1-sigjmp.c: Likewise.
1634 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
1635 Remove v1-longjmp_chk.
1636 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
1637 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
1638 Include debug/longjmp_chk.c and add versioning.
1639 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
1640 Include nptl/pt-longjmp.c and add versioning.
1641 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
1642 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
1643 Include __longjmp.c.
1644 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
1645 Move to ...
1646 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1647 (__getcontext): Remove setting __flags field.
1648 Add versioning.
1649 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1650 Don't restore upper high grps.
1651 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1652 Likewise.
1653 (__swapcontext): Remove setting uc_flags field.
1654 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1655 Delete file.
1656 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1657 Include __longjmp.c.
1658 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1659 Move to ...
1660 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1661 (__getcontext): Remove setting __flags field.
1662 Add versioning.
1663 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1664 (__swapcontext): Remove setting uc_flags field.
1665 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1666 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1667 Remove fields uc_high_gprs and __reserved.
1668 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1669 New file with reverted content.
1670 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1671 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1672 Regenerated.
1673 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1674 Regenerated.
1675
6c9578a2
AS
16762014-07-31 Andreas Schwab <schwab@suse.de>
1677
1678 * config.h.in (HAVE_IFUNC): Define to 0.
1679 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1680 definedness.
1681
05f3633d
LM
16822014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
1683
1684 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1685 memmove-avx-unaligned, memcpy-avx-unaligned and
1686 mempcpy-avx-unaligned.
1687 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1688 Add tests for AVX memcpy functions.
1689 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1690 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1691 memcpy_chk.
1692 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1693 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1694 memmove_chk.
1695 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1696 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1697 mempcpy_chk.
1698 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1699 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1700 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1701
a53fbd8e
AZ
17022013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1703
1704 [BZ #17213]
1705 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1706 powerpc64le.
1707
0961f7e1
JL
17082014-07-29 Jeff Layton <jlayton@poochiereds.net>
1709
1710 [BZ #16839]
1711 * manual/llio.texi: Add section about open file description locks.
1712 * manual/examples/ofdlocks.c: Example of open file description
1713 lock usage.
1714 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1715 F_OFD_SETLK, and F_OFD_SETLKW.
1716
cc5fb300
AM
17172014-07-23 Allan McRae <allan@archlinux.org>
1718
1719 * po/es.po: Update Spanish translation from translation project.
1720
23329dca
AS
17212014-07-18 Andreas Schwab <schwab@linux-m68k.org>
1722
1723 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1724
9c82da17
MR
17252014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
1726
1727 [BZ #17078]
1728 * sysdeps/arm/dl-machine.h (elf_machine_rela)
1729 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1730 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1731
29c4f53e
JM
17322014-07-17 Joseph Myers <joseph@codesourcery.com>
1733
831b9896
JM
1734 [BZ #17088]
1735 * math/fesetenv.c (__fesetenv)
1736 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1737 * math/feupdateenv.c (__feupdateenv)
1738 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1739
b21c2d50
JM
1740 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1741 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1742 (__ASSUME_SOCKETCALL): Do not define.
1743
067764ef
JM
1744 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1745 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1746 (__ASSUME_SOCKETCALL): Do not define.
1747 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1748 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1749 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1750 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1751 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1752 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1753 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1754 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1755
642530c1
JM
1756 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1757 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1758 (__ASSUME_SOCKETCALL): Do not define.
1759 (__ASSUME_IPC64): Define unconditionally.
1760 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1761 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1762 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1763 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1764 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1765 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1766 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1767 Likewise.
1768
03f77315
JM
1769 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1770 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1771 (__ASSUME_SOCKETCALL): Do not define.
1772 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1773 (__ASSUME_FUTEX_LOCK_PI): Likewise.
1774 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1775 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1776 (__ASSUME_REQUEUE_PI): Define unconditionally.
1777 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1778 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1779 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1780 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1781 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1782 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1783
083b1f7c
JM
1784 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1785 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1786 (__ASSUME_SOCKETCALL): Do not define.
1787 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1788 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1789 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1790 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1791 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1792 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1793
5be44ea6
JM
1794 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1795 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1796 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1797 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
1798 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1799 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1800 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1801 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1802 (__ASSUME_GETCPU_SYSCALL): Likewise.
1803
d95ffd4c
JM
1804 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1805 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
1806 cases for individual architectures.
1807 * sysdeps/gnu/configure: Regenerated.
1808 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1809 LIBC_SLIBDIR_RTLDDIR.
1810 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1811 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1812 LIBC_SLIBDIR_RTLDDIR.
1813 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1814 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1815 LIBC_SLIBDIR_RTLDDIR.
1816 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1817 Regenerated.
1818 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1819 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1820 file.
1821 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1822 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1823 file.
1824 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1825 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1826 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1827 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1828
29c4f53e
JM
1829 * sysdeps/aarch64/shlib-versions: Move to ...
1830 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1831 * sysdeps/alpha/shlib-versions: Move to ...
1832 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1833 * sysdeps/arm/shlib-versions: Move to ...
1834 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1835 * sysdeps/hppa/shlib-versions: Move all contents except for
1836 libgcc_s entry to ...
1837 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
1838 entry from ...
1839 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
1840 * sysdeps/ia64/shlib-versions: Move to ...
1841 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
1842 entry from ...
1843 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
1844 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1845 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1846 * sysdeps/microblaze/shlib-versions: Move to ...
1847 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1848 * sysdeps/mips/shlib-versions: Move to ...
1849 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
1850 entry from ...
1851 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
1852 * sysdeps/tile/shlib-versions: Move to ...
1853 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1854 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1855 from ...
1856 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
1857 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1858 entry from ...
1859 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
1860
32bead5b
WN
18612014-07-17 Will Newton <will.newton@linaro.org>
1862
57977c4b
WN
1863 * sysdeps/arm/bits/atomic.h
1864 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1865 (__arch_compare_and_exchange_bool_16_int): Likewise.
1866 (__arch_compare_and_exchange_bool_64_int): Likewise.
1867
32bead5b
WN
1868 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1869 into an #else block.
1870
37fccd41
RM
18712014-07-16 Roland McGrath <roland@hack.frob.com>
1872
1873 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1874 just Linux configurations. Test empirically that the compiler sets
1875 __ARM_EABI__, rather than using the tuple to decide.
1876 * sysdeps/arm/preconfigure: Regenerated.
1877 * sysdeps/unix/sysv/linux/arm/configure: File removed.
1878 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1879 contents appended ...
1880 * sysdeps/arm/configure.ac: ... here.
1881 * sysdeps/arm/configure: Regenerated.
1882
b365f3ec
RM
18832014-07-15 Roland McGrath <roland@hack.frob.com>
1884
8badf496
RM
1885 * nptl/pthread_kill.c: New file.
1886 * nptl/pthread_sigmask.c: New file.
1887 * nptl/pthread_sigqueue.c: New file.
1888
3df6f22e
RM
1889 * sysdeps/nptl/lowlevellock.h: New file.
1890 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1891 * sysdeps/nptl/lowlevellock-futex.h: New file.
1892
b365f3ec
RM
1893 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1894 Remove dead declarations.
1895
f2fef657
L
18962014-07-14 H.J. Lu <hongjiu.lu@intel.com>
1897
1898 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1899 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1900 config-cflags-avx2.
1901 * sysdeps/x86_64/configure.ac: Likewise.
1902 * sysdeps/i386/configure: Regenerated.
1903 * sysdeps/x86_64/configure: Likewise.
1904 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1905 memset-avx2 only if config-cflags-avx2 is yes.
1906 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1907 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1908 defined.
1909 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1910 only if HAVE_AVX2_SUPPORT is defined.
1911 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1912
f6c44d47
AM
19132014-07-14 Alan Modra <amodra@gmail.com>
1914
1915 [BZ #17153]
1916 * elf/elf.h (DT_PPC64_NUM): Correct value.
1917 * NEWS: Add to fixed bug list.
1918
7ee03f00
JM
19192014-07-13 Jim Meyering <meyering@fb.com>
1920
1921 [BZ 17150]
1922 regex: don't deref NULL upon heap allocation failure
1923 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1924 failure in one more place.
1925 To trigger the segfault, configure grep -with-included-regex,
1926 build it, and run these commands:
1927 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1928
9d39d517
AS
19292014-07-13 Andreas Schwab <schwab@linux-m68k.org>
1930
1931 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1932
a75b89b7
RH
19332014-07-11 Richard Henderson <rth@redhat.com>
1934
1935 * sysdeps/aarch64/libm-test-ulps: Update.
1936
771eb141
FW
19372014-07-10 Florian Weimer <fweimer@redhat.com>
1938
1939 [BZ #17135]
1940 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1941 * nptl/allocatestack.c (__nptl_setxid_error): New function.
1942 (__nptl_setxid): Initialize error member. Call
1943 __nptl_setxid_error.
1944 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1945 * nptl/descr.h (struct xid_command): Add error member.
1946 * nptl/tst-setuid3.c: New file.
1947 * nptl/Makefile (tests): Add it.
1948
bc1da176
AZ
19492014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1950
1951 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1952 New define.
1953 (__lll_trylock): Use __lll_base_trylock.
1954 (__lll_cond_trylock): Likewise.
1955
887865fc
RM
19562014-07-10 Roland McGrath <roland@hack.frob.com>
1957
c0c6bac9
RM
1958 * nptl/pthread_create.c (start_thread): Use atomic_or and
1959 lll_futex_wake directly rather than lll_robust_dead.
1960 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1961 (lll_robust_dead): Macro removed.
6a42be57 1962 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
1963 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1964 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1965 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1966 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1967 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1968 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1969 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1970 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1971 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1972 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1973 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1974 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1975 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1976 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1977
887865fc
RM
1978 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1979 Use atomic_compare_and_exchange_val_acq directly rather than
1980 lll_robust_trylock.
1981 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1982 (__lll_robust_trylock, lll_robust_trylock): Removed.
1983 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1984 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1985 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1986 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1987 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1988 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1989 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1990 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1991 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1992 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1993 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1994 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1995 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1996 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1997
58536726
FW
19982014-07-02 Florian Weimer <fweimer@redhat.com>
1999
2000 * manual/locale.texi (Locale Names): New section documenting
2001 locale name syntax. Adjust menu and node chaining accordingly.
2002 (Choosing Locale): Reference Locale Names, Locale Categories.
2003 Mention setting LC_ALL=C. Reflect that name syntax is now
2004 documented.
2005 (Locale Categories): New section title. Reference Locale Names.
2006 LC_ALL is an environment variable, but not a category.
2007 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
2008 description, now in Locale Name. Reference that section. Locale
2009 name syntax is now documented.
2010
4e8f95a0
FW
20112014-07-02 Florian Weimer <fweimer@redhat.com>
2012
2013 [BZ #17137]
2014 * locale/findlocale.c (name_present, valid_locale_name): New
2015 functions.
2016 (_nl_find_locale): Use the loc_name variable to store name
2017 candidates. Call name_present and valid_locale_name to check and
2018 validate locale names. Return an error if the locale is invalid.
2019
d1836456
FW
20202014-07-02 Florian Weimer <fweimer@redhat.com>
2021
2022 * locale/setlocale.c (setlocale): Use strdup for allocating
2023 composite name copy.
2024
d69b7f5a
SP
20252014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2026
888c679b
SP
2027 Sync up with gnulib.
2028 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
2029 [!_LIBC && ENABLE_NLS]: Include gettext.h.
2030 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
2031 and _GL_ARG_NONNULL.
2032 [USE_UNLOCKED_IO]: Include unlocked-io.h.
2033 [!_LIBC]: Include code for Windows and Cygwin.
2034 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
2035 Include prototype for int strerror_r.
2036 [!_LIBC] (is_open): New function.
2037 (flush_stdout): New function.
2038 (print_errno_message): Use it.
2039 (error): Likewise.
2040 (error_at_line): Likewise.
2041 (error_tail) Add function attribute macros. Use
2042 __builtin_expect.
2043
180e0e4b
SP
2044 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
2045
d22f1fe2
SP
2046 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
2047
12f2254b
SP
2048 * io/ftw.c: Include sys/param.h unconditionally.
2049
c3c7c360
SP
2050 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
2051
d62aa75a
SP
2052 [BZ #17125]
2053 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
2054 libc_freeres_ptr.
2055 (freecache): New function to free CACHE on exit.
2056
d69b7f5a
SP
2057 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
2058 initialization.
2059
5efe06a1
DM
20602014-07-09 David S. Miller <davem@davemloft.net>
2061
2062 * sysdeps/sparc/fpu/libm-test-ulps: Update.
2063
7000d82e
DM
2064 * sysdeps/sparc/nptl/internaltypes.h: Delete.
2065 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
2066 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
2067 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
2068 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
2069 * sysdeps/sparc/nptl/sem_init.c: Likewise.
2070 * sysdeps/sparc/nptl/sem_post.c: Likewise.
2071 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
2072 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
2073 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
2074 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
2075 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
2076 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
2077
c213442d
AS
20782014-07-09 Andreas Schwab <schwab@suse.de>
2079
4a2552c3
AS
2080 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
2081 output.
2082 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
2083 (do_test): Likewise.
2084
c213442d
AS
2085 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2086
82374e65
WN
20872014-07-09 Will Newton <will.newton@linaro.org>
2088
2089 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2090 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2091 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2092 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2093 * sysdeps/hppa/start.S (_start): Likewise.
2094
6680738a
SP
20952014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
2096
6ee3eab4
SP
2097 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2098
6680738a
SP
2099 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2100 defined.
2101
80b5c505
SP
21022014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
2103
e35c53e3
SP
2104 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2105 after checking that it is non-NULL.
2106
80b5c505
SP
2107 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2108
91f4b564
AZ
21092014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2110
27b75f56
AZ
2111 * sysdeps/powerpc/memmove.c: Remove file.
2112 * sysdeps/powerpc/powerpc32/power4/memcopy.h
2113 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2114 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2115 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2116 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2117 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2118 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2119 string memmove instead of removed powerpc one.
2120
e7f95bb5
AZ
2121 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2122 [weak_alias]: Fix compiler warning due trailing data.
2123 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2124 [weak_alias]: Likewise.
2125 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2126 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2127
91f4b564
AZ
2128 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2129 (__libc_ifunc_impl_list): Add memmove functions.
2130
7c33f1e5
SP
21312014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
2132
2133 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2134 Remove code.
2135 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2136 Likewise
2137 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2138 Likewise
2139 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2140 Likewise
2141 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2142 Likewise
2143 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2144 Likewise
2145 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2146 Likewise
2147 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2148 Likewise
2149 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2150 Likewise
2151 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2152 Likewise
2153 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2154 Likewise
2155 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2156 Likewise
2157 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2158 Likewise
2159 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2160 Likewise
2161 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2162 Likewise
2163 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2164 Likewise
2165 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2166 Likewise
2167
3f17b03b
AZ
21682014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2169
87868c24
AZ
2170 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2171 to avoid alignment traps in non-cacheable memory.
2172 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2173
07aedd78
AZ
2174 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2175 multiarch objects.
2176 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2177 file: multiarch power7 memmove.
2178 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2179 multiarch default memmove.
2180 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2181 multiarch memove for powerpc32/power4.
2182
17762f66
AZ
2183 * string/bcopy.c: Use full path to include memmove.c.
2184 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2185 multiarch objects.
2186 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2187 bcopy for powerpc64.
2188 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2189 bcopy for powerpc64.
2190 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2191 and memmove implementations.
2192 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2193 optimized multiarch memmove for POWER7/powerpc64.
2194 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2195 default multiarch memmove for powerpc64.
2196 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2197 multiarch for powerpc64.
2198 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2199 for POWER7/powerpc64.
2200 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2201 memmove for POWER7/powerpc64.
2202
d6f68bbe
AZ
2203 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2204 glibc default one.
2205
3f17b03b
AZ
2206 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2207 __ELF_NATIVE_CLASS equal to 64.
2208
08192659
RM
22092014-07-07 Roland McGrath <roland@hack.frob.com>
2210
f4c4021b
RM
2211 * sysdeps/nptl/lowlevellock.h: File removed.
2212
f083450f
RM
2213 * NEWS: NPTL is no longer an add-on!
2214 * nptl/internaltypes.h: Moved ...
2215 * sysdeps/nptl/internaltypes.h: ... here.
2216 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2217 * sysdeps/nptl/fork.c: Likewise.
2218 * sysdeps/nptl/gai_misc.h: Likewise.
2219 * sysdeps/nptl/librt-cancellation.c: Likewise.
2220 * sysdeps/nptl/jmp-unwind.c: Likewise.
2221 * sysdeps/nptl/setxid.h: Likewise.
2222 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2223 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2224 * sysdeps/unix/sysv/linux/arm/Implies: New file.
2225 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2226 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2227 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2228 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2229 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2230 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2231 * sysdeps/unix/sysv/linux/mips/Implies: New file.
2232 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2233 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2234 * sysdeps/unix/sysv/linux/sh/Implies: New file.
2235 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2236 * sysdeps/unix/sysv/linux/tile/Implies: New file.
2237 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2238 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2239 * nptl/Makeconfig: Moved ...
2240 * sysdeps/nptl/Makeconfig: ... here.
2241 * nptl/configure: File removed.
2242 * nptl/ANNOUNCE: File removed.
2243 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2244 * sysdeps/unix/sysv/linux/configure: Regenerated.
2245
08192659
RM
2246 * nptl/Makefile (routines): Add libc_pthread_init,
2247 libc_multiple_threads, register-atfork and unregister-atfork.
2248 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2249 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2250 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2251 pthread-pi-defines.sym, structsem.sym.
2252 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2253 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2254 [$(subdir) = nptl] (tests): Add tst-setgetname.
2255 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2256 * sysdeps/unix/sysv/linux/sigaction.c: Just include
2257 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2258 [!LIBC_SIGACTION]: Remove aliases.
2259 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2260 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2261 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2262 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2263 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2264 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2265 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2266 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2267 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2268 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2269 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2270 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2271 __libc_allocate_rtsig_private.
2272 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2273 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2274 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2275 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2276 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2277 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2278 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2279 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2280 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2281 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2282 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2283 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2284 * nptl/internaltypes.h: ... here.
2285 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2286 * sysdeps/nptl/jmp-unwind.c: ... here.
2287 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2288 * nptl/libc-lowlevellock.c: ... here.
2289 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2290 * nptl/libc_multiple_threads.c: ... here.
2291 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2292 * nptl/libc_pthread_init.c: ... here.
2293 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2294 * nptl/lowlevelbarrier.sym: ... here.
2295 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2296 * nptl/lowlevelcond.sym: ... here.
2297 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2298 * nptl/lowlevellock.c: ... here.
2299 * nptl/lowlevellock.h: Moved ...
2300 * sysdeps/nptl/lowlevellock.h: ... here.
2301 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2302 * nptl/lowlevelrobustlock.c: ... here.
2303 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2304 * nptl/lowlevelrobustlock.sym: ... here.
2305 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2306 * nptl/lowlevelrwlock.sym: ... here.
2307 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2308 * nptl/pt-fork.c: ... here.
2309 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2310 * nptl/pthread-pi-defines.sym: ... here.
2311 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2312 * nptl/pthread_attr_getaffinity.c: ... here.
2313 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2314 * nptl/pthread_attr_setaffinity.c: ... here.
2315 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2316 * nptl/pthread_mutex_cond_lock.c: ... here.
2317 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2318 Update #include.
2319 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2320 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2321 * nptl/pthread_once.c: ... here, replacing old file.
2322 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2323 * nptl/pthread_yield.c: ... here.
2324 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2325 * nptl/register-atfork.c: ... here.
2326 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2327 * nptl/sem_post.c: ... here.
2328 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2329 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2330 * nptl/sem_timedwait.c: ... here.
2331 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2332 * nptl/sem_trywait.c: ... here.
2333 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2334 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2335 * nptl/sem_wait.c: ... here.
2336 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2337 * nptl/structsem.sym: ... here.
2338 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2339 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2340 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2341 * nptl/unregister-atfork.c: ... here.
2342 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2343 * nptl/unwindbuf.sym: ... here.
2344 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2345 * sysdeps/nptl/fork.c: ... here.
2346 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2347 * sysdeps/nptl/fork.h: ... here.
2348 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2349 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2350 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2351 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2352 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2353 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2354 * sysdeps/unix/sysv/linux/getpid.c: ... here.
2355 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2356 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2357 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2358 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2359 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2360 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2361 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2362 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2363 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2364 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2365 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2366 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2367 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2368 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2369 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2370 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2371 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2372 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2373 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2374 * sysdeps/unix/sysv/linux/raise.c: ... here.
2375 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2376 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2377 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2378 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2379 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2380 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2381 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2382 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2383 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2384 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2385 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2386 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2387 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2388 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2389 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2390
96baf6ff
SP
23912014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
2392
2393 * sysdeps/generic/memcopy.h: Add comment for
2394 MEMCPY_OK_FOR_FWD_MEMMOVE.
2395
6b7b14b2
WN
23962014-07-04 Will Newton <will.newton@linaro.org>
2397
1570a72b
WN
2398 * string/memchr.c: Merge from gnulib.
2399 [_LIBC]: Remove conditionals.
2400 (__ptr_t): Remove define.
2401 (LONG_MAX_32_BITS): Likewise.
2402 (LONG_MAX): Likewise.
2403 (MEMCHR): Use ANSI prototype and optimize algorithm.
2404
6b7b14b2
WN
2405 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2406
38851324
SP
24072014-07-03 Roland McGrath <roland@hack.frob.com>
2408
3d9eb57c
RM
2409 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2410 (lll_futex_timed_wait_bitset): Fix syscall argument count.
2411
78b984ae
RM
2412 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2413 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2414 in a bare environment with no <stdlib.h> installed.
2415 * sysdeps/nptl/configure: Regenerated.
2416
2d5976a5
RM
2417 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2418
c1f5acd4
RM
2419 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2420 AC_EGREP_CPP for kernel header checks, so they only succeed if
2421 including <linux/version.h> actually works right.
2422 * sysdeps/unix/sysv/linux/configure: Regenerated.
2423
4d614fe5
RM
2424 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2425 value so it's not diagnosed as unused.
2426
38851324
SP
2427 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2428 thing) with "ifeq ($(subdir),rt)".
2429
b3ec00e5
RH
24302014-07-03 Richard Henderson <rth@redhat.com>
2431
69862e25
RH
2432 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2433 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2434 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2435
d5e16ade
RH
2436 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2437 (math_force_eval): New.
2438
ca7b945c
RH
2439 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2440 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2441
cd1175a3
RH
2442 * sysdeps/alpha/fpu/s_round.c: Remove file.
2443 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2444
b3ec00e5
RH
2445 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2446 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2447 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2448 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2449 (_dl_start, print_statistics): Likewise.
2450 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2451 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2452
2453 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2454 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2455 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2456 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2457 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2458 (HP_SMALL_TIMING_AVAIL): Define.
2459 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2460 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2461 (HP_SMALL_TIMING_AVAIL): Define.
2462 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2463 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2464
2465 * sysdeps/aarch64/hp-timing.h: New file.
2466
2467 * sysdeps/generic/hp-timing.h: Remove dead comment.
2468 * sysdeps/generic/hp-timing-common.h: New file.
2469 * sysdeps/alpha/hp-timing.h: Include it.
2470 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2471 * sysdeps/i386/i686/hp-timing.h: Likewise.
2472 * sysdeps/ia64/hp-timing.h: Likewise.
2473 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2474 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2475 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2476 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2477 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2478 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2479 (hp_timing_t): New.
2480
2481 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2482 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2483 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2484 * elf/rtld.c (_dl_start_final): Likewise.
2485 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2486 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2487 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2488 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2489 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2490 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2491 (HP_TIMING_DIFF_INIT): Remove.
2492 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2493 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2494 (HP_TIMING_DIFF_INIT): Remove.
2495 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2496 * sysdeps/i386/i686/hp-timing.c: Remove file.
2497 * sysdeps/x86_64/hp-timing.c: Remove file.
2498 * sysdeps/ia64/hp-timing.c: Remove file.
2499 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2500 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2501 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2502 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2503
2504 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2505 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2506 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2507 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2508 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2509 (HP_TIMING_ACCUM): Remove.
2510 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2511 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2512 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2513
2514 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2515 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2516 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2517 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2518 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2519 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2520 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2521 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2522
2523 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2524
225f410f
MR
25252014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
2526
2527 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2528
3247f285
SP
25292014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
2530
2531 Sync up with gettext.
2532 * intl/loadmsgcat.c: Define O_BINARY if not defined.
2533 [_MSC_VER]: Include malloc.h
2534 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2535 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2536 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
2537 TEMP_FAILURE_RETRY. Cast return of alloca.
2538 [!_LIBC] Call gl_rwlock_init.
2539 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2540
d12704c7
SP
25412014-07-02 Roland McGrath <roland@hack.frob.com>
2542
2543 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2544 before checking its value.
2545
99f8dc92
SP
25462014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
2547
05fdac77
SP
2548 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2549
99f8dc92
SP
2550 * debug/memcpy_chk.c: Don't include pagecopy.h.
2551 * debug/mempcpy_chk.c: Likewise.
2552 * string/memcpy.c: Likewise.
2553 * string/memmove.c: Likewise.
2554 * sysdeps/powerpc/memmove.c: Likewise.
2555 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
2556 definition of PAGE_COPY_FWD_MAYBE here...
2557 * sysdeps/generic/pagecopy.h: ... from here.
2558 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2559
bc8ea385
VR
25602014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
2561 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2562
2563 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2564 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2565 optimizations.
2566 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2567 (__libc_ifunc_impl_list): Likewise.
2568 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2569 multiarch strcat for PPC64.
2570 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2571 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2572
fe5f34e4
RM
25732014-07-02 Roland McGrath <roland@hack.frob.com>
2574
2575 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2576
256aa665
SP
25772014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
2578
d4eb8195
SP
2579 * intl/loadmsgcat.c: Remove declaration of
2580 get_sysdep_segment_value.
2581 (get_sysdep_segment_value): Use ISO C style.
2582 (_nl_load_domain): Use ISO C style. Get rid of redundant
2583 semicolon. Fix typo and formatting in comment.
2584 (_nl_unload_domain): Use ISO C style.
2585
256aa665
SP
2586 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
2587
b100f9aa
WN
25882014-07-02 Will Newton <will.newton@linaro.org>
2589
2590 * malloc/obstack.c: Merge from gnulib master.
2591 [HAVE_CONFIG_H]: Remove conditional code.
2592 [!_LIBC]: Include config.h.
2593 [!ELIDE_CODE]: Don't include inttypes.h, include
2594 stdint.h unconditionally.
2595 (print_and_abort): Mark as _Noreturn.
2596 (_obstack_allocated_p): Mark as __attribute_pure__.
2597 (obstack_free): Rename to __obstack_free.
2598 [!__attribute__]: Remove conditional code.
2599 * malloc/obstack.h: Merge from gnulib master.
2600 [__cplusplus]: Move conditional down.
2601 [!__attribute_pure__]: Define __attribute_pure__ here
2602 if it is not already defined.
2603 (_obstack_memory_used): Mark as __attribute_pure__.
2604 [!__obstack_free]: Define as obstack_free.
2605 [__GNUC__]: Remove check for ancient NeXT gcc.
2606
c4c41244
PE
26072014-07-02 Will Newton <will.newton@linaro.org>
2608 Paul Eggert <eggert@cs.ucla.edu>
2609
2610 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
2611
e1e041c4
SP
26122014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
2613
2614 * resolv/gethnamaddr.c: Add comment warning that the file is
2615 not maintained.
2616
ccf431ff
CD
26172014-07-01 Carlos O'Donell <carlos@redhat.com>
2618
d34570a6
CD
2619 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
2620 entries.
2621
ccf431ff
CD
2622 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
2623 entry for aio_cancel and aio_cancel64.
2624 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
2625 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
2626 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
2627 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
2628 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
2629 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
2630 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
2631 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
2632 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
2633 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
2634 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
2635 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
2636 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
2637
ca06321d
RM
26382014-07-01 Roland McGrath <roland@hack.frob.com>
2639
2640 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
2641 * nptl/pthread_mutex_lock.c: Likewise.
2642 * nptl/pthread_mutex_timedlock.c: Likewise.
2643 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
2644
a1ac3184
RH
26452014-07-01 Richard henderson <rth@redhat.com>
2646
631021e0
RH
2647 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2648 (__isnan, __isnanl): Remove.
2649 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2650
a1ac3184
RH
2651 * sysdeps/alpha/fpu/libm-test-ulps: Update.
2652
0c1d731f
SL
26532014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
2654
2655 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2656
76985d3e
SP
26572014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
2658
2659 * resolv/nss_dns/dns-host.c (getanswer_r)
2660 [MULTI_PTRS_ARE_ALIASES]: Remove code.
2661
b0cb3096
JM
26622014-07-01 Joseph Myers <joseph@codesourcery.com>
2663
2664 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2665 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2666 undefine.
2667 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2668 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2669
4d76cb39
RM
26702014-07-01 Roland McGrath <roland@hack.frob.com>
2671
2672 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2673 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2674
2675 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2676 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2677
2678 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2679 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2680 ... here.
2681 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2682 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2683
2684 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2685 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2686 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2687 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2688
2689 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2690 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2691 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2692 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2693 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2694 Moved ...
2695 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2696 ... here.
2697 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2698 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2699 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2700 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2701 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2702 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2703 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2704 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2705 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2706 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2707 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2708 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2709 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2710 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2711 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2712 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2713 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2714 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2715 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2716 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2717 ... here.
2718 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2719 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2720 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2721 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2722 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2723 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2724 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2725 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2726
0cdcad17
DH
27272014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
2728
2729 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2730 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2731 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2732 Add sysdep.
2733
9b71d0e3
AZ
27342014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2735
2736 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2737
665390c2
JM
27382014-06-30 Joseph Myers <joseph@codesourcery.com>
2739
ae05a9d7
JM
2740 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2741 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2742
a7672a2f
JM
2743 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2744
665390c2
JM
2745 * sysdeps/arm/libm-test-ulps: Regenerated.
2746
d7a05d07
MR
27472014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
2748 Roland McGrath <roland@hack.frob.com>
2749
2750 * test-skeleton.c (signal_handler): Kill the whole process group
2751 before killing the child individually.
2752 (main): Report any failure on `setpgid'.
2753
46f1d8a6
RM
27542014-06-30 Roland McGrath <roland@hack.frob.com>
2755
2756 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2757 from _TLS_H to _ARM_NPTL_TLS_H.
2758 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2759 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2760
9c37ec0b
JM
27612014-06-30 Joseph Myers <joseph@codesourcery.com>
2762
ce9c5b3e
JM
2763 [BZ #16539]
2764 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2765 (__expm1l): Return argument unchanged when small but not
2766 subnormal.
2767
3a6e9887
JM
2768 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2769 include macro name.
2770 (_FP_UNPACK_RAW_1_P): Likewise.
2771 (_FP_PACK_RAW_1): Likewise.
2772 (_FP_PACK_RAW_1_P): Likewise.
2773 (_FP_MUL_MEAT_1_wide): Likewise.
2774 (_FP_MUL_MEAT_DW_1_hard): Likewise.
2775 (_FP_MUL_MEAT_1_hard): Likewise.
2776 (_FP_DIV_MEAT_1_imm): Likewise.
2777 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2778 (_FP_DIV_MEAT_1_udiv): Likewise.
2779 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2780 (_FP_UNPACK_RAW_2): Likewise.
2781 (_FP_UNPACK_RAW_2_P): Likewise.
2782 (_FP_PACK_RAW_2): Likewise.
2783 (_FP_PACK_RAW_2_P): Likewise.
2784 (_FP_MUL_MEAT_DW_2_wide): Likewise.
2785 (_FP_MUL_MEAT_2_wide): Likewise.
2786 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2787 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2788 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2789 (_FP_MUL_MEAT_2_gmp): Likewise.
2790 (_FP_DIV_MEAT_2_udiv): Likewise.
2791 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2792 (_FP_FRAC_SRL_4): Likewise.
2793 (_FP_FRAC_SRST_4): Likewise.
2794 (_FP_FRAC_SRS_4): Likewise.
2795 (_FP_UNPACK_RAW_4): Likewise.
2796 (_FP_UNPACK_RAW_4_P): Likewise.
2797 (_FP_PACK_RAW_4): Likewise.
2798 (_FP_PACK_RAW_4_P): Likewise.
2799 (_FP_MUL_MEAT_DW_4_wide): Likewise.
2800 (_FP_MUL_MEAT_4_wide): Likewise.
2801 (_FP_MUL_MEAT_4_gmp): Likewise.
2802 (umul_ppppmnnn): Likewise.
2803 (_FP_DIV_MEAT_4_udiv): Likewise.
2804 (__FP_FRAC_ADD_4): Likewise.
2805 (__FP_FRAC_SUB_3): Likewise.
2806 (__FP_FRAC_SUB_4): Likewise.
2807 (__FP_FRAC_DEC_3): Likewise.
2808 (__FP_FRAC_DEC_4): Likewise.
2809 (__FP_FRAC_ADDI_4): Likewise.
2810 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2811 (_FP_FRAC_SRL_8): Likewise.
2812 (_FP_FRAC_SRS_8): Likewise.
2813
9c37ec0b
JM
2814 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2815 include macro name.
2816 (FP_UNPACK_RAW_EP): Likewise.
2817 (FP_PACK_RAW_E): Likewise.
2818 (FP_PACK_RAW_EP): Likewise.
2819 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2820 (_FP_ISSIGNAN): Likewise.
2821 (_FP_ADD_INTERNAL): Likewise.
2822 (_FP_FMA): Likewise.
2823 (_FP_CMP): Likewise.
2824 (_FP_SQRT): Likewise.
2825 (_FP_TO_INT): Likewise.
2826 (_FP_FROM_INT): Likewise.
2827 (FP_EXTEND): Likewise.
2828 (_FP_DIV_MEAT_N_loop): Likewise.
2829
2125f674
MR
28302014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
2831
2832 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2833 throughout.
2834
edea4028
JM
28352014-06-29 Joseph Myers <joseph@codesourcery.com>
2836
2837 [BZ #17097]
2838 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2839 result with correct sign in case of exponents that produce
2840 overflow except for X very close to 1.
2841
dd0ba018
PE
28422014-06-28 Paul Eggert <eggert@cs.ucla.edu>
2843
2844 mktime: merge #if/#ifdef usage from glibc
2845 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2846 as that works with both Glibc's and Gnulib's style.
2847 See thread starting at Siddhesh Poyarekar's bug report at:
2848 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2849
64df73c2
SP
28502014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
2851
2852 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2853 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2854 * sysdeps/tile/tilegx/memmove.c: Remove file.
2855
f1eafb41
JM
28562014-06-27 Joseph Myers <joseph@codesourcery.com>
2857
2858 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2859 abi-name definition.
2860 * scripts/soversions.awk: Do not handle or generate ABI lines.
2861 * shlib-versions: Remove ABI entries.
2862 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2863 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2864
58eb0862
RM
28652014-06-27 Roland McGrath <roland@hack.frob.com>
2866
37caf178
RM
2867 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2868 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2869 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2870 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2871 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2872 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2873 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2874 Moved ...
2875 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2876 ... here.
2877 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2878 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2879 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2880 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2881 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2882 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2883 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2884 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2885 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2886 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2887 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2888 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2889 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2890 Moved ...
2891 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2892 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2893 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2894 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2895 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2896 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2897 Moved ...
2898 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2899 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2900 Moved ...
2901 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2902 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2903 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2904 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2905 Moved ...
2906 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2907 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2908 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2909 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2910 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2911 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2912 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2913 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2914 Moved ...
2915 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2916 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2917 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2918 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2919 Moved ...
2920 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2921 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2922 Moved ...
2923 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2924 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2925 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2926 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2927 Moved ...
2928 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2929 ... here.
2930 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2931 Identical file removed.
2932 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2933 Moved ...
2934 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2935 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2936 Identical file removed.
2937 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2938 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2939 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2940 Moved ...
2941 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2942 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2943 Identical file removed.
2944 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2945 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2946 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2947 Identical file removed.
2948 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2949 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2950 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2951 Identical file removed.
2952 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2953 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2954 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2955 Identical file removed.
2956 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2957 Moved ...
2958 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2959 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2960 Identical file removed.
2961 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2962 Moved ...
2963 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2964 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2965 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2966 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2967 Identical file removed.
2968 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2969 Moved ...
2970 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2971 ... here.
2972 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2973 Identical file removed.
2974 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2975 Moved ...
2976 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2977 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2978 Identical file removed.
2979 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2980 Moved ...
2981 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2982 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2983 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2984 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2985 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2986 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2987 Moved ...
2988 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2989 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2990 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2991
58eb0862
RM
2992 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2993 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2994 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2995 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2996 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2997
6f12d062
AS
29982014-06-27 Arjun Shankar <arjun.is@lostca.se>
2999
3000 [BZ #17092]
3001 * nscd/nscd.c (monitor_child): Return exit status of child
3002 instead of return value from wait syscall.
3003
be254932
JM
30042014-06-27 Joseph Myers <joseph@codesourcery.com>
3005
cb403c34
JM
3006 * configure.ac (libc_commonpagesize): Remove variable.
3007 (libc_relro_required): Likewise.
3008 (libc_cv_z_relro): Remove configure test.
3009 * configure: Regenerated.
3010 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
3011 variable.
3012 (libc_relro_required): Likewise.
3013 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
3014 (libc_relro_required): Likewise.
3015 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
3016 (libc_relro_required): Likewise.
3017 * sysdeps/arm/preconfigure: Regenerated.
3018 * sysdeps/ia64/preconfigure: Remove file.
3019 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
3020 variable.
3021 (libc_relro_required): Likewise.
3022
be254932
JM
3023 [BZ #16561]
3024 [BZ #16562]
3025 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
3026 (__ieee754_yn): Set FE_TONEAREST mode internally and then
3027 recompute overflowing results in original rounding mode.
3028 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
3029 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
3030 recompute overflowing results in original rounding mode.
3031 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
3032 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3033 recompute overflowing results in original rounding mode.
3034 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
3035 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3036 recompute overflowing results in original rounding mode.
3037 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
3038 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3039 recompute overflowing results in original rounding mode.
3040 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
3041 (libc_feholdsetround_ctx): New macro.
3042 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
3043 * sysdeps/i386/fpu/libm-test-ulps: Update.
3044 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
3045
b351d85a
JM
30462014-06-26 Joseph Myers <joseph@codesourcery.com>
3047
3048 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
3049 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
3050 corresponding .cpsetup call.
3051
3cb4de47
RM
30522014-06-26 Roland McGrath <roland@hack.frob.com>
3053
3054 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
3055 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
3056 * sysdeps/arm/Makefile [$(subdir) = csu]
3057 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
3058 (static-only-routines): Add aeabi_read_tp here.
3059 (shared-only-routines): Add libc-aeabi_read_tp here.
3060 (CFLAGS-libc-start.c): Add -fexceptions here.
3061 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
3062 (sysdep_routines, static-only-routines, shared-only-routines):
3063 Don't add to these here.
3064 (CFLAGS-libc-start.c): Likewise.
3065
3066 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
3067 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3068 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
3069 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3070 * sysdeps/arm/Makefile [$(subdir) = rt]
3071 (librt-sysdep_routines, librt-shared-only-routines):
3072 Append rt-aeabi_unwind_cpp_pr1 here.
3073 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
3074 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
3075 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
3076 (libpthread-sysdep_routines, libpthread-shared-only-routines):
3077 Append nptl-aeabi_unwind_cpp_pr1 here.
3078 (tests): Filter out tst-cleanupx4 here.
3079 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
3080 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
3081 Don't do those here.
3082
354426bb
JM
30832014-06-26 Joseph Myers <joseph@codesourcery.com>
3084
3085 * scripts/list-sources.sh: Do not handle ports specially.
3086
28b0a8c9
RM
30872014-06-26 Roland McGrath <roland@hack.frob.com>
3088
a3dd035d
RM
3089 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3090 * sysdeps/arm/feupdateenv.c: Likewise.
3091
28b0a8c9
RM
3092 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3093
e66a8203
JM
30942014-06-26 Joseph Myers <joseph@codesourcery.com>
3095
3096 * manual/texinfo.tex: Update to version 2014-05-05.10 with
3097 trailing whitespace removed.
3098 * scripts/config.guess: Update to version 2014-03-23.
3099 * scripts/config.sub: Update to version 2014-05-01
3100 * scripts/install-sh: Update to version 2013-12-25.23.
3101 * scripts/move-if-change: Update from gnulib.
3102
74171115
SP
31032014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3104
b97c9ce5
SP
3105 * debug/memmove_chk.c: Remove pagecopy.h include.
3106
4000f892
SP
31072014-06-26 Paul Eggert <eggert@cs.ucla.edu>
3108
74171115
SP
3109 * time/mktime.c (leapyear): Remove inline keyword. The code is now
3110 identical to gnulib mktime.
3111
a8779c28
JM
31122014-06-26 Joseph Myers <joseph@codesourcery.com>
3113
e64708de
JM
3114 * configure.ac: Do not test for machine being rs6000. Do not test
3115 for powerpc*-*soft.
3116 * configure: Regenerated.
3117
a8779c28
JM
3118 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3119 test.
3120 * configure: Regenerated.
3121 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3122 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3123 Remove configure test.
3124 * sysdeps/arm/configure: Regenerated.
3125 * sysdeps/nptl/configure.ac: Do not check
3126 libc_cv_asm_cfi_directives.
3127 * sysdeps/nptl/configure: Regenerated.
3128 * sysdeps/x86_64/nptl/configure.ac: Remove file.
3129 * sysdeps/x86_64/nptl/configure: Remove generated file.
3130 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3131 unconditional.
3132 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3133
2aac0a86
SP
31342014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3135
059bf913
SP
3136 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3137 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3138 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3139 it is defined.
3140
4cf5b6d0
SP
3141 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3142 instead of whether it is defined.
3143 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3144 * sysdeps/hppa/dl-machine.h: Likewise.
3145 * sysdeps/ia64/dl-machine.h: Likewise.
3146 * sysdeps/m68k/dl-machine.h: Likewise.
3147 * sysdeps/microblaze/dl-machine.h: Likewise.
3148 * sysdeps/mips/dl-machine.: Likewise.
3149 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3150 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3151 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3152 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3153 * sysdeps/sh/dl-machine.h: Likewise.
3154 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3155 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3156 * sysdeps/tile/dl-machine.h: Likewise.
3157 * sysdeps/x86_64/dl-machine.h: Likewise.
3158
2aac0a86
SP
3159 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3160 code.
3161 (verify_persistent_db): Likewise.
3162
6ad2df0b
RM
31632014-06-26 Roland McGrath <roland@hack.frob.com>
3164
d8a483f3
RM
3165 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3166 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3167 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3168 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3169 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3170 Moved ...
3171 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3172 ... here.
3173 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3174 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3175 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3176 Identical file removed.
3177 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3178 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3179 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3180 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3181 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3182 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3183 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3184 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3185 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3186 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3187 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3188 Moved ...
3189 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3190 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3191 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3192 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3193 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3194 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3195 Moved ...
3196 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3197 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3198 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3199 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3200 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3201 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3202 Identical file removed.
3203 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3204 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3205 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3206 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3207 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3208 Moved ...
3209 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3210 ... here.
3211 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3212 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3213 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3214 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3215 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3216 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3217 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3218 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3219 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3220 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3221 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3222 Moved ...
3223 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3224 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3225 Moved ...
3226 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3227 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3228 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3229 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3230 Moved ...
3231 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3232 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3233 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3234
52ae23b4
RM
3235 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3236 folded into ...
3237 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3238 * sysdeps/unix/sysv/linux/s390/Versions
3239 (libpthread: GLIBC_2.19): New version set.
3240 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3241 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3242 (librt: GLIBC_2.3.3): New version set.
3243 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3244 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3245 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3246 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3247 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3248 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3249 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3250 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3251 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3252 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3253 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3254 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3255 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3256 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3257 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3258 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3259 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3260 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3261 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3262 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3263 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3264 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3265 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3266 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3267 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3268 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3269 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3270 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3271 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3272 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3273 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3274 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3275 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3276 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3277 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3278 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3279 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3280 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3281 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3282 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3283 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3284 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3285 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3286 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3287 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3288
39507e4a
RM
3289 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3290 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3291 (__libc_vfork): Define the function under this name.
3292 [!NOT_IN_libc] (__vfork): Make this an alias.
3293 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3294 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3295 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3296 (__libc_vfork): Define the function under this name.
3297 [!NOT_IN_libc] (__vfork): Make this an alias.
3298 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3299 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3300 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3301 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3302 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3303 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3304
e549ee56
RM
3305 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3306 code that was previously under [RESET_PID].
3307 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3308 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3309 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3310
6ad2df0b
RM
3311 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3312 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3313 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3314 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3315 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3316 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3317 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3318 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3319 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3320 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3321 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3322 Moved ...
3323 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3324 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3325 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3326 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3327 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3328 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3329 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3330 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3331 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3332 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3333 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3334 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3335 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3336 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3337 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3338 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3339 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3340 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3341 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3342 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3343 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3344 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3345 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3346 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3347 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3348 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3349 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3350 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3351 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3352
7c1c1d8e
RM
33532014-06-25 Roland McGrath <roland@hack.frob.com>
3354
3355 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3356 that was previously under [RESET_PID].
3357 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3358
3e239be6
JM
33592014-06-25 Joseph Myers <joseph@codesourcery.com>
3360
74385da5
JM
3361 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3362 not undefine and redefine.
3363 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3364 [O_CLOEXEC]: Make code unconditional.
3365 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3366 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3367 <kernel-features.h>.
3368 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3369 conditional variable definition.
3370 (shm_open) [O_CLOEXEC]: Make code unconditional.
3371 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3372 code.
3373
c2570a0b
JM
3374 * configure.ac (USE_REGPARMS): Don't define here.
3375 * configure: Regenerated.
3376 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3377 * sysdeps/i386/configure: Regenerated.
3378
11b076bb
JM
3379 * nptl/createthread.c: Don't include kernel-features.h.
3380 * nptl/pthread_cancel.c: Likewise.
3381 * nptl/pthread_condattr_setclock.c: Likewise.
3382 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3383 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3384 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3385 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3386 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3387 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3388 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3389 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3390 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3391 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3392 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3393 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3394 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3395 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3396 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3397 * nscd/gai.c: Likewise.
3398 * nss/nss_db/db-open.c: Likewise.
3399 * sysdeps/generic/ldsodefs.h: Likewise.
3400 * sysdeps/sh/nptl/tls.h: Likewise.
3401 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3402 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3403 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3404 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3405 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3406 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3407 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3408 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3409 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3410 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3411 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3412 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3413 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3414 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3415 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3416 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3417 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3418 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3419 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3420 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3421 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3422 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3423 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3424 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3425 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3426 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3427 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3428 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3429 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3430 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3431 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3432 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3433 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3434 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3435 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3436 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3437 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3438 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3439 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3440 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3441 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3442 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3443 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3444 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3445 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3446 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3447 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3448 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3449 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3450 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3451 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3452 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3453 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3454 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3455 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3456 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3457 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3458 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3459 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3460 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3461 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3462 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3463 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3464 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3465 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3466 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3467 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3468 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3469 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3470 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3471 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3472 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3473 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3474 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3475 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3476 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3477 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3478 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3479 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3480 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3481 * sysdeps/unix/sysv/linux/pread.c: Likewise.
3482 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3483 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3484 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3485 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3486 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3487 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3488 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3489 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3490 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3491 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3492 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3493 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3494 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3495 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3496 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3497 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3498 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3499 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3500 * sysdeps/unix/sysv/linux/system.c: Likewise.
3501 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3502 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3503 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3504 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3505 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3506 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3507 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3508
92072d57
JM
3509 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3510 * configure: Regenerated.
3511 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3512
3e239be6
JM
3513 * configure.ac (base_machine): Do not set specially for particular
3514 machines here.
3515 * configure: Regenerated.
3516 * sysdeps/powerpc/preconfigure: Move machine and base_machine
3517 settings from configure.ac.
3518 * sysdeps/i386/preconfigure: New file.
3519 * sysdeps/s390/preconfigure: Likewise.
3520 * sysdeps/sh/preconfigure: Likewise.
3521 * sysdeps/sparc/preconfigure: Likewise.
3522
06d50baa
RM
35232014-06-25 Roland McGrath <roland@hack.frob.com>
3524
74836003
RM
3525 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3526 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3527 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3528 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3529 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3530 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3531 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3532 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3533 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3534 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3535 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3536 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3537 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3538 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3539 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3540 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3541 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3542 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3543 * sysdeps/sparc/sparc64/Makefile: ... appended here.
3544
3545 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3546 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3547 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3548 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3549 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3550 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3551 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3552 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3553 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3554 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3555 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3556 * sysdeps/sparc/sparc32/sem_post.c: ... here.
3557 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3558 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3559 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3560 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3561 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3562 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3563 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3564 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3565 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3566 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3567 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3568 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3569 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3570 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3571 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3572 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3573 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3574 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3575 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
3576 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
3577 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3578 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3579 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3580 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3581 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3582 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3583
06d50baa
RM
3584 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3585 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3586 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
3587 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
3588 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
3589 Moved ...
3590 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
3591 ... here.
3592 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
3593 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
3594 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
3595 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
3596 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
3597 Moved ...
3598 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
3599 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
3600 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
3601 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
3602 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
3603 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
3604 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
3605 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3606 Moved ...
3607 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
3608 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
3609 Moved ...
3610 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
3611 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
3612 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
3613 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
3614 Moved ...
3615 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
3616 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
3617 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
3618 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
3619 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
3620 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
3621 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
3622 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
3623 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
3624 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
3625 Moved ...
3626 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
3627 ... here.
3628 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
3629 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
3630 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
3631 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
3632 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
3633 Moved ...
3634 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
3635 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
3636 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
3637 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
3638 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
3639 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
3640 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
3641 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3642 Moved ...
3643 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
3644 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
3645 Moved ...
3646 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3647 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3648 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3649 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3650 Moved ...
3651 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3652 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3653 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3654 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3655 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3656
a4ccbc9b
JM
36572014-06-25 Joseph Myers <joseph@codesourcery.com>
3658
0828edbf
JM
3659 * timezone/checktab.awk: Update from tzcode 2014e.
3660 * timezone/private.h: Likewise.
3661 * timezone/tzfile.h: Likewise.
3662 * timezone/zdump.c: Likewise.
3663 * timezone/zic.c: Likewise.
3664
a4ccbc9b
JM
3665 * sysdeps/unix/sysv/linux/kernel-features.h
3666 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3667 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3668 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3669 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3670 Remove conditional code.
3671
9aea0cb8
WN
36722014-06-25 Will Newton <will.newton@linaro.org>
3673
3674 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3675 (_dl_arm_cap_flags): Add HWCAP2 values.
3676 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3677 (_DL_HWCAP_COUNT): Increase to 37.
3678 (_DL_HWCAP_LAST): New define.
3679 (_DL_HWCAP2_LAST): New define.
3680 (_dl_procinfo): Add support for printing
3681 AT_HWCAP2 entries.
3682 (_dl_string_hwcap): Use _dl_hwcap_string.
3683
6eaa65ce
AZ
36842014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3685
3686 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3687
0f5b7185
JM
36882014-06-25 Joseph Myers <joseph@codesourcery.com>
3689
cfd2ea50
JM
3690 * README: Do not mention ports directory.
3691
cecf2ed4
JM
3692 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3693 Remove macro.
3694 * sysdeps/unix/sysv/linux/futimes.c: Do not include
3695 <kernel-features.h>.
3696 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3697 conditional variable definition.
3698 (__futimes): Update comment.
3699 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3700 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3701
a638de82
JM
3702 [BZ #16560]
3703 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3704 arguments close to 0.
3705 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3706 Likewise.
3707 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3708 Likewise.
3709 * math/auto-libm-test-in: Add more tests of exp10.
3710 * math/auto-libm-test-out: Regenerated.
3711 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3712
0f5b7185
JM
3713 * sysdeps/unix/sysv/linux/kernel-features.h
3714 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3715 * sysdeps/unix/sysv/linux/readv.c: Do not include
3716 <kernel-features.h>.
3717 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3718 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3719 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3720 unconditional.
3721 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3722 conditional code.
3723 * sysdeps/unix/sysv/linux/writev.c: Do not include
3724 <kernel-features.h>.
3725 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3726 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3727 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3728 unconditional.
3729 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3730 conditional code.
3731
c7aec4be
WN
37322014-06-25 Will Newton <will.newton@linaro.org>
3733
3734 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3735 comment changes throughout the file. Remove checks
3736 for HAVE_*_H definitions that are not required.
3737 (__gen_tempname): Call abort if an unknown kind value is
3738 passed.
3739
c5241f95
AS
37402014-06-25 Andreas Schwab <schwab@suse.de>
3741
3742 [BZ #17086]
3743 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3744 scalbln, scalblnf, scalblnl in libc.
3745
911422da
SP
37462014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
3747
3748 [BZ #17086]
3749 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3750 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3751 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3752
0d749bbe
RM
37532014-06-24 Roland McGrath <roland@hack.frob.com>
3754
3755 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3756 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3757 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3758 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3759 Update #include.
3760 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3761 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3762 Update #include.
3763 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3764 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3765 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3766 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3767 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3768 * sysdeps/x86/bits/pthreadtypes.h: ... here.
3769 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3770 * sysdeps/x86/bits/semaphore.h: ... here.
3771 * sysdeps/x86/nptl/elide.h: Moved ...
3772 * sysdeps/x86/elide.h: ... here.
3773 * sysdeps/x86_64/nptl/Implies: File removed.
3774 * sysdeps/i386/nptl/Implies: File removed.
3775
0ea5d373
JM
37762014-06-24 Joseph Myers <joseph@codesourcery.com>
3777
4060283d
JM
3778 [BZ #16539]
3779 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3780 return the argument for normal arguments with exponent below -64.
3781 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3782 Likewise.
3783 * math/auto-libm-test-in: Add another test of expm1.
3784 * math/auto-libm-test-out: Regenerated.
3785
e7dd3c8c
JM
3786 [BZ #16287]
3787 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3788 calling __erfcl for arguments at least 16.
3789 * math/auto-libm-test-in: Add more tests of erf.
3790 * math/auto-libm-test-out: Regenerated.
3791
0ea5d373
JM
3792 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3793 individual architectures.
3794 * sysdeps/unix/sysv/linux/configure: Regenerated.
3795 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3796 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3797 * sysdeps/unix/sysv/linux/powerpc/configure.ac
3798 (ldd_rewrite_script): Define variable.
3799 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3800 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3801 file.
3802 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3803 generated file.
3804 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3805 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3806 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3807 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3808 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3809 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3810 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3811 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3812
2307e126
SP
38132014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3814
3815 [BZ #17084]
3816 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3817 Rename member __data.d to __data.__elision_data.
3818
c0a4ed77
W
38192014-06-24 Wilco <wdijkstr@arm.com>
3820
3821 * NEWS: Add 16918 to fixed bug list.
3822
b8c00573
W
38232014-06-24 Wilco <wdijkstr@arm.com>
3824
3825 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3826
b5570d92
W
38272014-06-24 Wilco <wdijkstr@arm.com>
3828
3829 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3830 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3831 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3832 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3833 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3834 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3835 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3836 Use _FPU_MASK_RM.
3837
947bdca2
W
38382014-06-24 Wilco <wdijkstr@arm.com>
3839
3840 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3841
00f669ed
W
38422014-06-24 Wilco <wdijkstr@arm.com>
3843
3844 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3845 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3846 * sysdeps/arm/fesetround.c (fesetround): Remove space.
3847 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3848
db59bad3
W
38492014-06-24 Wilco <wdijkstr@arm.com>
3850
3851 [BZ #16918]
3852 * sysdeps/arm/feupdateenv.c (feupdateenv):
3853 Rewrite to reduce FPSCR accesses and fix return value.
3854
001f7b77
W
38552014-06-24 Wilco <wdijkstr@arm.com>
3856
3857 * sysdeps/arm/fclrexcpt.c (feclearexcept):
3858 Optimize to avoid unnecessary FPSCR writes.
3859 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3860 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3861 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3862 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3863
4841e6a6
W
38642014-06-24 Wilco <wdijkstr@arm.com>
3865
3866 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3867 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3868 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3869 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3870 Call libc_fetestexcept_vfp.
3871 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3872 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3873 __SOFTFP__ ifdef so that they can be built for softfp.
3874
0813022c
SP
38752014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3876
08e5862f
SP
3877 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3878 argument type signed char.
3879
0813022c
SP
3880 * Makerules (check-abi): Dump diff of symlist if the test
3881 fails.
3882
3fc7236a
RM
38832014-06-23 Roland McGrath <roland@hack.frob.com>
3884
aba8ef95
RM
3885 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3886 using abort.
3887
3fc7236a
RM
3888 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3889 Remove unused variable ST.
3890
4da6db51
JM
38912014-06-23 Joseph Myers <joseph@codesourcery.com>
3892
4648909d
JM
3893 [BZ #16354]
3894 [BZ #17061]
3895 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3896 small arguments before calling __expm1.
3897 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3898 small arguments before calling __expm1f.
3899 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3900 small arguments before calling __expm1l.
3901 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3902 Likewise.
3903 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3904 * math/auto-libm-test-in: Add more cosh tests. Do not allow
3905 spurious underflow for some cosh tests.
3906 * math/auto-libm-test-out: Regenerated.
3907 * sysdeps/i386/fpu/libm-test-ulps: Update.
3908
46a3d3c7
JM
3909 [BZ #17050]
3910 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3911 (__ieee754_y1): Set errno if return value overflows.
3912 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3913 (__ieee754_y1f): Set errno if return value overflows.
3914 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3915 (__ieee754_y1l): Set errno if return value overflows.
3916 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3917 (__ieee754_y1l): Set errno if return value overflows.
3918 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3919 * math/auto-libm-test-out: Regenerated.
3920
863893ec
JM
3921 * math/gen-auto-libm-tests.c: Document use of
3922 ignore-zero-inf-sign.
3923 (input_flag_type): Add value flag_ignore_zero_inf_sign.
3924 (input_flags): Add ignore-zero-inf-sign.
3925 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3926 * math/gen-libm-test.pl (generate_testfile): Handle
3927 ignore-zero-inf-sign.
3928 * math/auto-libm-test-in: Mark some cpow tests with
3929 ignore-zero-inf-sign and some with xfail-rounding.
3930 * math/auto-libm-test-out: Regenerated.
3931 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3932 * sysdeps/i386/fpu/libm-test-ulps: Update.
3933 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3934
4da6db51
JM
3935 [BZ #16315]
3936 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3937 overflowing or underflowing operations take place with sign of
3938 result.
3939 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3940 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3941 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3942 (__ieee754_pow): Recompute overflowing and underflowing results in
3943 original rounding mode.
3944 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3945 (__powl_helper): Allow negative argument X and scale negated value
3946 as needed. Avoid passing value outside [-1, 1] to f2xm1.
3947 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3948 overflowing or underflowing operations take place with sign of
3949 result.
3950 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3951 Include <math.h>.
3952 * math/auto-libm-test-in: Add more tests of pow.
3953 * math/auto-libm-test-out: Regenerated.
3954 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3955 (pow_tonearest_test_data): Remove.
3956 (pow_test_tonearest): Likewise.
3957 (pow_towardzero_test_data): Likewise.
3958 (pow_test_towardzero): Likewise.
3959 (pow_downward_test_data): Likewise.
3960 (pow_test_downward): Likewise.
3961 (pow_upward_test_data): Likewise.
3962 (pow_test_upward): Likewise.
3963 (main): Don't call removed functions.
3964 * sysdeps/i386/fpu/libm-test-ulps: Update.
3965 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3966
5686b236
RM
39672014-06-23 Roland McGrath <roland@hack.frob.com>
3968
3969 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3970 Moved ...
3971 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3972 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3973 Moved ...
3974 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3975 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3976 Moved ...
3977 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3978 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3979 Moved ...
3980 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3981 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3982 File removed.
3983 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3984 File removed.
3985 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3986 File removed.
3987 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3988 File removed.
3989 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3990 File removed.
3991 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3992 File removed.
3993 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3994 File removed.
3995 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3996 File removed.
3997 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3998 File removed.
3999 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
4000 File removed.
4001 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
4002 File removed.
4003 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
4004 File removed.
4005 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
4006 Moved ...
4007 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
4008 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
4009 Moved ...
4010 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
4011 ... here.
4012 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
4013 Moved ...
4014 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
4015 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
4016 Moved ...
4017 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
4018 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
4019 Moved ...
4020 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
4021 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
4022 Moved ...
4023 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
4024 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
4025 Moved ...
4026 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
4027 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
4028 Moved ...
4029 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
4030 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
4031 Moved ...
4032 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
4033 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
4034 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
4035 ... here.
4036 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
4037 Moved ...
4038 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
4039 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
4040 Moved ...
4041 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4042 ... here.
4043 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
4044 Moved ...
4045 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
4046 ... here.
4047 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4048 Moved ...
4049 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4050 ... here.
4051 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
4052 Moved ...
4053 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
4054 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
4055 Moved ...
4056 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
4057 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
4058 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
4059 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
4060 Moved ...
4061 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
4062 ... here.
4063 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4064 Moved ...
4065 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
4066 ... here.
4067 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
4068 Moved ...
4069 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
4070 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4071 Moved ...
4072 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
4073 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
4074 Moved ...
4075 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
4076 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4077 Moved ...
4078 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
4079 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
4080 Moved ...
4081 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
4082 ... here.
4083 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4084 Moved ...
4085 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
4086 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4087 Moved ...
4088 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4089 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4090 Moved ...
4091 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4092 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4093 Moved ...
4094 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4095 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4096 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4097 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4098 Moved ...
4099 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4100 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4101 Moved ...
4102 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4103 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4104 Moved ...
4105 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4106 ... here.
4107 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4108 Moved ...
4109 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4110 ... here.
4111 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4112 Moved ...
4113 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4114 ... here.
4115 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4116 Moved ...
4117 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4118 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4119 Moved ...
4120 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4121 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4122 Moved ...
4123 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4124 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4125 Moved ...
4126 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4127 ... here.
4128 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4129 Moved ...
4130 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4131 ... here.
4132 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4133 Moved ...
4134 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4135 ... here.
4136 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4137 Moved ...
4138 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4139 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4140 Moved ...
4141 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4142
e6d90d67
WD
41432014-06-23 Will Newton <will.newton@linaro.org>
4144 Wilco <wdijkstr@arm.com>
4145
4146 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4147 implementation. Include get-rounding-mode.h.
4148 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4149 [!libc_feholdsetround_noex_ctx]: Define
4150 libc_feholdsetround_noex_ctx.
4151 [!libc_feholdsetround_noexf_ctx]: Define
4152 libc_feholdsetround_noexf_ctx.
4153 [!libc_feholdsetround_noexl_ctx]: Define
4154 libc_feholdsetround_noexl_ctx.
4155 (libc_feholdsetround_ctx): New function.
4156 (libc_feresetround_ctx): New function.
4157 (libc_feholdsetround_noex_ctx): New function.
4158 (libc_feresetround_noex_ctx): New function.
4159
d42df555
RM
41602014-06-23 Roland McGrath <roland@hack.frob.com>
4161
88a46474
RM
4162 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4163 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4164 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4165 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4166 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4167 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4168
15bed472
RM
4169 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4170 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4171 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4172 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4173 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4174 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4175 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4176 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4177 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4178 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4179 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4180 Moved ...
4181 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4182 ... here.
4183 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4184 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4185 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4186 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4187 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4188 Moved ...
4189 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4190 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4191 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4192 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4193 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4194 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4195 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4196 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4197 Moved ...
4198 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4199 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4200 Moved ...
4201 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4202 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4203 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4204 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4205 Moved ...
4206 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4207 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4208 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4209 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4210 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4211 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4212 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4213 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4214 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4215 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4216 Moved ...
4217 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4218 ... here.
4219 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4220 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4221 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4222 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4223 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4224 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4225 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4226 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4227 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4228 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4229 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4230 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4231 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4232 Moved ...
4233 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4234 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4235 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4236 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4237 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4238 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4239 Moved ...
4240 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4241 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4242 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4243 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4244 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4245
d42df555
RM
4246 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4247 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4248 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4249 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4250 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4251 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4252 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4253 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4254 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4255 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4256 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4257 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4258 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4259 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4260 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4261 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4262 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4263 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4264 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4265 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4266 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4267 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4268 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4269 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4270 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4271 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4272 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4273 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4274
76e5216e
JM
42752014-06-23 Joseph Myers <joseph@codesourcery.com>
4276
4277 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4278 (FALLOC_FL_COLLAPSE_RANGE): New macro.
4279 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4280 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4281 (IPV6_PMTUDISC_INTERFACE): Likewise.
4282 (IPV6_PMTUDISC_OMIT): Likewise.
4283
7a81cbcc
AS
42842014-06-23 Andreas Schwab <schwab@suse.de>
4285
4286 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4287 Remove unused errout label.
4288
db224009
AZ
42892014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4290
4291 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4292 macro: hardware supports Vector Crypto instructions.
4293
f393b4aa
WN
42942014-06-23 Will Newton <will.newton@linaro.org>
4295
cc7d0447
WN
4296 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4297 rather than __builtin_expect.
4298
d6d06225
WN
4299 * elf/dl-lookup.c (undefined_msg): Remove variable.
4300 (_dl_lookup_symbol_x): Replace undefined_msg with string
4301 literal.
4302
f393b4aa
WN
4303 * elf/dl-lookup.c (do_lookup_unique): New function.
4304 (do_lookup_x): Move STB_GNU_UNIQUE handling code
4305 to a separate function.
4306
ac60763e
AS
43072014-06-23 Andreas Schwab <schwab@suse.de>
4308
4309 [BZ #17079]
4310 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4311 before reading the next line.
4312
c5c13355
WN
43132014-06-23 Will Newton <will.newton@linaro.org>
4314
4315 * test-skeleton.c (signal_handler): Use printf and %m
4316 rather than perror. Use printf rather than fprintf to
4317 stderr. Use puts rather than fputs to stderr.
4318 (main): Likewise.
4319
bd3675f9
LC
43202014-06-22 Ludovic Courtès <ludo@gnu.org>
4321
4322 * nscd/nscd.c (thread_info_t): Remove typedef.
4323 (thread_info): Remove variable.
4324
d03efb2f
AM
43252014-06-21 Allan McRae <allan@archlinux.org>
4326
4327 * NEWS: Mention CVE-2014-4043.
4328
bc4a86fa
RM
43292014-06-20 Roland McGrath <roland@hack.frob.com>
4330
dc9a54f8
RM
4331 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4332 * nptl/smp.h: ... here.
4333
bd7022c4
RM
4334 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4335
26ffd5e6
RM
4336 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4337 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4338 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4339 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4340
93a6d082
RM
4341 * nptl/allocatestack.c: Include <stack-aliasing.h>.
4342 * nptl/stack-aliasing.h: New file.
4343 * sysdeps/i386/i686/stack-aliasing.h: New file.
4344 * sysdeps/i386/i686/nptl/Makefile: File removed.
4345 * sysdeps/x86_64/stack-aliasing.h: New file.
4346 * sysdeps/x86_64/nptl/Makefile
4347 (CFLAGS-pthread_create.c): Variable removed.
4348
bc4a86fa
RM
4349 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4350 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4351 old file.
4352 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4353 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4354 old file.
4355
2272ffc1
JM
43562014-06-21 Joseph Myers <joseph@codesourcery.com>
4357
4358 * sysdeps/unix/sysv/linux/arm/kernel-features.h
4359 (__ASSUME_SIGFRAME_V2): Remove macro.
4360 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4361 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4362 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4363 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4364 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4365 Declare as function. Remove conditional macro definitions.
4366 (__default_rt_sa_restorer): Likewise.
4367 (__default_sa_restorer_v1): Remove declaration.
4368 (__default_sa_restorer_v2): Likewise.
4369 (__default_rt_sa_restorer_v1): Likewise.
4370 (__default_rt_sa_restorer_v2): Likewise.
4371 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4372 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4373 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4374
4b88139b
RM
43752014-06-20 Roland McGrath <roland@hack.frob.com>
4376
4377 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4378 (libpthread-routines): Add sysdep.
4379 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4380 * sysdeps/unix/sysv/linux/sparc/Versions
4381 (libpthread: GLIBC_2.3.3): New version set.
4382 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4383 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4384 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4385 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4386 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
4387 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4388 Moved ...
4389 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4390 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4391 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4392 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4393 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4394 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4395 * sysdeps/sparc/nptl/sem_init.c: ... here.
4396 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4397 * sysdeps/sparc/nptl/sem_post.c: ... here.
4398 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4399 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4400 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4401 * sysdeps/sparc/nptl/sem_wait.c: ... here.
4402 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4403 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4404 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4405 (libpthread-routines): Add cpu_relax.
4406 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4407 File removed.
4408 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4409 (librt: GLIBC_2.3.3): New version set.
4410 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4411 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4412 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4413 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4414 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4415 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4416 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4417 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4418 Moved ...
4419 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4420 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4421 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4422 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4423 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4424 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4425 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4426 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4427 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4428 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4429 Moved ...
4430 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4431 Update #include.
4432 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4433 Moved ...
4434 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4435 Update #include.
4436 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4437 Moved ...
4438 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4439 Update #include.
4440 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4441 Moved ...
4442 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4443 Update #include.
4444 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4445 Moved ...
4446 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4447 Update #include.
4448 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4449 Moved ...
4450 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4451 Update #include.
4452 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4453 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4454 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4455 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4456 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4457 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4458 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4459 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4460 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4461 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4462 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4463 Moved ...
4464 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4465 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4466 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4467 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4468 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4469
d7109027
JM
44702014-06-20 Joseph Myers <joseph@codesourcery.com>
4471
9bc6103d
JM
4472 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4473 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4474 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4475 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4476 * nscd/nscd.c: Likewise.
4477 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4478 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4479 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4480 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4481
d7109027
JM
4482 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4483 <kernel-features.h>.
4484 (init_mq_netlink): Remove conditional have_sock_cloexec
4485 definitions. Remove code conditional on have_sock_cloexec < 0.
4486 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4487 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4488 * sysdeps/unix/sysv/linux/opensock.c: Do not include
4489 <kernel-features.h>.
4490 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4491 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4492
d92d8f8a
L
44932014-06-20 H.J. Lu <hongjiu.lu@intel.com>
4494
4495 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4496 Add tests for memset_chk and memset.
4497
4498 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4499 with AVX2_Usable.
4500
4e6d2347
MR
45012014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
4502
257ce712
MR
4503 [BZ #16046]
4504 * elf/tst-dl-iter-static.c: New file.
4505 * elf/Makefile (tests-static): Add tst-dl-iter-static.
4506
4e6d2347
MR
4507 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4508 error.
4509
a2a76afe
JM
45102014-06-20 Joseph Myers <joseph@codesourcery.com>
4511
7fd00f99
JM
4512 * sysdeps/unix/sysv/linux/kernel-features.h
4513 (__ASSUME_F_GETOWN_EX): Remove macro.
4514 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4515 <kernel-features.h>.
4516 (miss_F_GETOWN_EX): Remove variable or macro.
4517 (do_fcntl): Do not check miss_F_GETOWN_EX.
4518 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4519
4a103975
JM
4520 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4521 Remove macro.
4522 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4523 [!__ASSUME_AT_RANDOM]: Remove conditional code.
4524 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4525
a2a76afe
JM
4526 * sysdeps/unix/sysv/linux/kernel-features.h
4527 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4528 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4529 [ADJ_OFFSET_SS_READ]: Make code unconditional.
4530 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4531
90e5dd48
MR
45322014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
4533
4534 [BZ #17075]
4535 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4536 Fix calculation of the symbol's value.
4537 * sysdeps/arm/tst-armtlsdescloc.c: New file.
4538 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4539 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4540 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4541 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4542 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4543 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4544 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4545 (modules-names): Add `tst-armtlsdescmod',
4546 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4547 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4548 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4549 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4550 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4551 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4552 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4553 ($(objpfx)tst-armtlsdescloc): New dependency.
4554 ($(objpfx)tst-armtlsdescextnow): Likewise.
4555 ($(objpfx)tst-armtlsdescextlazy): Likewise.
4556 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4557 TLS scheme support.
4558 * sysdeps/arm/configure: Regenerate.
4559
809fdf0d
JM
45602014-06-20 Joseph Myers <joseph@codesourcery.com>
4561
4562 * include/fcntl.h (__atfct_seterrno): Remove prototype.
4563 (__atfct_seterrno_2): Likewise.
4564 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4565 <kernel-features.h>.
4566 (__ASSUME_ATFCTS): Do not undefine and redefine.
4567 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4568 (__have_atfcts): Remove conditional definition.
4569 (__fxstatat([__NR_fstatat64]: Make code unconditional.
4570 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4571 unreachable if [__ASSUME_ATFCTS].
4572 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4573 not undefine and redefine.
4574 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4575 <kernel-features.h>.
4576 (faccessat) [__NR_faccessat]: Make code unconditional.
4577 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4578 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4579 <kernel-features.h>.
4580 (fchmodat) [__NR_fchmodat]: Make code unconditional.
4581 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4582 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4583 <kernel-features.h>.
4584 (fchownat) [__NR_fchownat]: Make code unconditional.
4585 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4586 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
4587 <kernel-features.h>.
4588 (futimesat) [__NR_futimesat]: Make code unconditional.
4589 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
4590 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
4591 <kernel-features.h>.
4592 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4593 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4594 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
4595 <kernel-features.h>.
4596 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
4597 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4598 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
4599 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
4600 <kernel-features.h>.
4601 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
4602 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4603 * sysdeps/unix/sysv/linux/linkat.c: Do not include
4604 <kernel-features.h>.
4605 (linkat) [__NR_linkat]: Make code unconditional.
4606 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4607 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
4608 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
4609 <kernel-features.h>.
4610 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
4611 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
4612 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
4613 <kernel-features.h>.
4614 (mkdirat) [__NR_mkdirat]: Make code unconditional.
4615 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
4616 * sysdeps/unix/sysv/linux/openat.c: Do not include
4617 <kernel-features.h>.
4618 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
4619 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
4620 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
4621 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
4622 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
4623 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
4624 <kernel-features.h>.
4625 (readlinkat) [__NR_readlinkat]: Make code unconditional.
4626 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
4627 result of INLINE_SYSCALL directly, not via int variable.
4628 * sysdeps/unix/sysv/linux/renameat.c: Do not include
4629 <kernel-features.h>.
4630 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
4631 (renameat) [__NR_renameat]: Make code unconditional.
4632 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
4633 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
4634 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
4635 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
4636 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
4637 (__ASSUME_ATFCTS): Do not undefine and redefine.
4638 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
4639 <kernel-features.h>.
4640 (symlinkat) [__NR_symlinkat]: Make code unconditional.
4641 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4642 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
4643 <kernel-features.h>.
4644 (unlinkat) [__NR_unlinkat]: Make code unconditional.
4645 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
4646 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4647 (__ASSUME_ATFCTS): Do not undefine and redefine.
4648 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4649 <kernel-features.h>.
4650 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4651 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4652 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4653 <kernel-features.h>.
4654 (__xmknodat) [__NR_mknodat]: Make code unconditional.
4655 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4656
224c6c51
L
46572014-06-20 H.J. Lu <hongjiu.lu@intel.com>
4658
4659 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4660
aa6ec754
AS
46612014-06-20 Andreas Schwab <schwab@linux-m68k.org>
4662
4663 [BZ #17069]
4664 * posix/regcomp.c (parse_reg_exp): Deallocate partially
4665 constructed tree before returning error.
4666 * posix/bug-regexp36.c: Expand test case.
4667
d8c2869d
SL
46682014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
4669
3ef6b850
SL
4670 [BZ #6803]
4671 * math/libm-test.inc (scalbln_test_date):
4672 Add errno expectations.
4673 * math/w_scalblnf.c: New File.
4674 Add wrapper which checks for setting errno to ERANGE.
4675 Add weak_alias for corresponding scalbln function.
4676 * math/w_scalbln.c: Likewise.
4677 * math/w_scalblnl.c: Likewise.
4678 * math/Makefile (libm-calls): Add w_scalbln.
4679 * sysdeps/ieee754/flt-32/s_scalblnf.c:
4680 Remove weak_alias for corresponding scalbln function.
4681 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4682 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4683 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4684 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4685 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4686 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4687 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4688 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4689 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4690 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4691 Remove long_double_symbol for scalblnl function in libm, libc.
4692 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4693 Add wrapper which checks for setting errno to ERANGE.
4694 Add long_double_symbol for scalblnl function in libm, libc.
4695 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4696 Remove long_double_symbol for scalblnl in libm.
4697 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4698 Add wrapper which checks for setting errno to ERANGE.
4699 Add long_double_symbol for scalblnl function in libm.
4700 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4701 Do not use wrapper because of own implementation.
4702
c8daec5c
L
47032014-06-19 H.J. Lu <hongjiu.lu@intel.com>
4704
4705 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4706 3 bytes for __pad1 for x32.
4707 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4708
5c74e47c
LM
47092014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
4710 H.J. Lu <hongjiu.lu@intel.com>
4711
4712 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4713 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4714 * sysdeps/x86_64/multiarch/memset.S: Likewise.
4715 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4716 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4717
4d43ef1e
AS
47182014-06-19 Andreas Schwab <schwab@linux-m68k.org>
4719
4720 [BZ #17069]
4721 * posix/regcomp.c (parse_expression): Deallocate partially
4722 constructed tree before returning error.
4723 * posix/Makefile.c (tests): Add bug-regex36.
4724 (generated): Add bug-regex36.mtrace.
4725 (tests-special): Add $(objpfx)bug-regex36-mem.out
4726 (bug-regex36-ENV): New variable.
4727 ($(objpfx)bug-regex36-mem.out): New rule.
4728 * posix/bug-regex36.c: New file.
4729
51a7380b
WN
47302014-06-19 Will Newton <will.newton@linaro.org>
4731
4732 * malloc/malloc.c (systrim): If extra is zero then return
4733 early.
4734
91b84fe5
SP
47352014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
4736
4737 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4738
f940b965
RE
47392014-06-19 Richard Earnshaw <rearnsha@arm.com>
4740
4741 * sysdeps/aarch64/strchr.S: New file.
4742
4ba7a00f
JM
47432014-06-18 Joseph Myers <joseph@codesourcery.com>
4744
4745 [BZ #17022]
4746 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4747 from arguments -2 or below.
4748 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4749 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4750
b3a9f56b
AS
47512014-06-18 Andreas Schwab <schwab@suse.de>
4752
4753 [BZ #17062]
4754 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4755 of a bracket expr not to run off the end of the string.
4756 * posix/Makefile (tests): Add tst-fnmatch3.
4757 * posix/tst-fnmatch3.c: New file.
4758
85d89278
JM
47592014-06-18 Joseph Myers <joseph@codesourcery.com>
4760
4761 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4762 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4763 [$(cross-compiling) = no]: Likewise.
4764 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4765 [$(cross-compiling) = no]: Likewise.
4766
754c5a08
RS
47672014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4768
4769 [BZ #17031]
4770 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4771 double, adjusted for any remainder from the high double.
4772 * math/libm-test.inc (nearbyint): Add tests.
4773 (rint): Likewise.
4774
556f529d
AZ
47752014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4776
4777 * nptl/sysdeps/powerpc/Makefile: Moved ...
4778 * sysdeps/powerpc/nptl/Makefile: ... here.
4779 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4780 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4781 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4782 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4783 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4784 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4785 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4786 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4787 * nptl/sysdeps/powerpc/tls.h: Moved ...
4788 * sysdeps/powerpc/nptl/tls.h: ... here.
4789
91c03c53
JM
47902014-06-16 Joseph Myers <joseph@codesourcery.com>
4791
4792 [BZ #16681]
4793 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4794 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4795 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4796 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4797 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
4798 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
4799 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4800 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4801 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4802
a76e63c5
AS
48032014-06-17 Andreas Schwab <schwab@linux-m68k.org>
4804
4805 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4806
f2f6d82f
AS
48072014-06-16 Andreas Schwab <schwab@linux-m68k.org>
4808
ea8a15f6
AS
4809 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4810 defined operator.
4811
f2f6d82f
AS
4812 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4813 $TIMEOUTFACTOR.
4814
a7291117
FW
48152014-06-16 Florian Weimer <fweimer@redhat.com>
4816
4817 [BZ #17058]
4818 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4819 non-executed part of the test.
4820
3d7c00e3
AS
48212014-06-16 Andreas Schwab <schwab@suse.de>
4822
4823 * string/bits/string2.h (strdup, strndup): Update feature guard.
4824
6957fb31
DM
48252014-06-14 David S. Miller <davem@davemloft.net>
4826
4827 * sysdeps/sparc/fpu/libm-test-ulps: Update.
4828
11b9e55b
AS
48292014-06-14 Andreas Schwab <schwab@linux-m68k.org>
4830
1d2a0492
AS
4831 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4832 that was previously under [RESET_PID].
4833 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4834
11b9e55b
AS
4835 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4836 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4837 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4838 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4839 (__libc_vfork): New strong alias.
4840 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4841
0f6901d0
AK
48422014-06-14 Andi Kleen <ak@linux.intel.com>
4843
4844 * sysdeps/generic/elide.h: New file.
4845
38bbbb9f
SL
48462014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4847
4848 * Makefile (installed-headers): Adjust path of pthread.h header.
4849
45193bb8
RM
48502014-06-13 Roland McGrath <roland@hack.frob.com>
4851
9a25fd1e
RM
4852 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4853 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4854 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4855 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4856
4004f7e4
RM
4857 * nptl/sysdeps/s390/Makefile: Moved ...
4858 * sysdeps/s390/nptl/Makefile: ... here.
4859 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4860 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4861 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4862 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4863 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4864 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4865 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4866 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4867 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4868 * sysdeps/s390/nptl/pthreaddef.h: ... here.
4869 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4870 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4871 * nptl/sysdeps/s390/tls.h: Moved ...
4872 * sysdeps/s390/nptl/tls.h: ... here.
4873
45193bb8
RM
4874 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4875 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4876
f6fdf533
DM
48772014-06-13 David S. Miller <davem@davemloft.net>
4878
4879 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4880 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4881 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4882 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4883 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4884 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4885 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4886 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4887 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4888 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4889 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4890 Remove RESET_PID cpp guards.
4891 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4892 Remove RESET_PID cpp guards.
4893 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4894
f5d71e14
AS
48952014-06-13 Andreas Schwab <schwab@linux-m68k.org>
4896
4897 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4898 __sp to uintptr_t.
4899
b7aa8caa
AK
49002014-06-13 Andi Kleen <ak@linux.intel.com>
4901
4b266200
AZ
4902 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4903 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4904 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4905 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4906 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4907 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4908 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4909 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4910 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4911 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4912 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4913 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4914 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4915 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4916 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4917 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4918 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4919 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4920 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4921 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
4922
4923 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
4924 (pthread_rwlock_rdlock): Add elision.
4925 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4926 (pthread_rwlock_wrlock): Add elision.
4927 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4928 (pthread_rwlock_trywrlock): Add elision.
4929 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4930 (pthread_rwlock_tryrdlock): Add elision.
4931 * nptl/pthread_rwlock_unlock.c: Include elide.h.
4932 (pthread_rwlock_tryrdlock): Add elision unlock.
4933 * nptl/sysdeps/pthread/pthread.h:
4934 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4935 (PTHREAD_RWLOCK_INITIALIZER,
4936 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4937 Handle new elision field.
4938 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4939 * sysdeps/arm/nptl/bits/pthreadtypes.h
4940 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4941 * sysdeps/sh/nptl/bits/pthreadtypes.h
4942 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4943 * sysdeps/tile/nptl/bits/pthreadtypes.h
4944 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4945 * sysdeps/a/nptl/bits/pthreadtypes.h
4946 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4947 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4948 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4949 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4950 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4951 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4952 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4953 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4954 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4955 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4956 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4957 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4958 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4959 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4960 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4961 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4962 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4963 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4964 (elision_init): Set try_xbegin to zero when no RTM.
4965 * sysdeps/x86/nptl/bits/pthreadtypes.h
4966 (pthread_rwlock_t): Change __pad1 to __rwelision.
4967 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 4968
a832bdd3
AK
49692014-06-13 Andi Kleen <ak@linux.intel.com>
4970
4971 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4972 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4973 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4974 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4975
995a46bb
MI
49762014-06-13 Meador Inge <meadori@codesourcery.com>
4977
4978 [BZ #16996]
03ed7738 4979 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
4980 that the cached result has been set before returning it.
4981
45262aee
RM
49822014-06-12 Roland McGrath <roland@hack.frob.com>
4983
febf6cc5
RM
4984 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4985 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4986 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4987 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4988 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4989 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4990
e2682246
RM
4991 * nptl/sysdeps/sparc/Makefile: Moved ...
4992 * sysdeps/sparc/nptl/Makefile: ... here.
4993 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4994 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4995 * nptl/sysdeps/sparc/tls.h: Moved ...
4996 * sysdeps/sparc/nptl/tls.h: ... here.
4997 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4998 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4999 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
5000 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
5001 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
5002 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
5003 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
5004 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
5005 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
5006 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
5007 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
5008 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
5009 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
5010 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
5011 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
5012 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
5013 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
5014 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
5015 Update #include.
5016 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
5017 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
5018 Update #include.
5019 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
5020 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
5021 Update #include.
5022 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
5023 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
5024 Update #include.
5025
b0725f43
RM
5026 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5027
b14368b8
RM
5028 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
5029 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
5030
c5620eb3
RM
5031 * sysdeps/pthread/posix-timer.h: Include <list.h>.
5032 (struct list_links): Type removed.
5033 (struct thread_node, struct timer_node): Replace struct list_links
5034 with struct list_head.
5035 (list_unlink_ip): Likewise.
5036 * sysdeps/pthread/timer_routines.c
5037 (timer_free_list, thread_free_list, thread_active_list): Likewise.
5038 (list_append, list_insbefore): Likewise.
5039 (list_init): Function removed.
5040 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
5041 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
5042 * sysdeps/pthread/Makefile: ... here, new file.
5043
5044 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
5045 * sysdeps/nptl/Implies: ... here.
5046 * sysdeps/unix/sysv/linux/Implies: Add nptl.
5047 * nptl/sysdeps/pthread/list.h: Moved ...
5048 * include/list.h: ... here.
5049 * nptl/sysdeps/pthread/createthread.c: Moved ...
5050 * nptl/createthread.c: ... here.
5051 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
5052 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
5053 * nptl/pt-longjmp.c: ... here.
5054 * nptl/sysdeps/pthread/Makefile: Moved ...
5055 * sysdeps/nptl/Makefile: ... here.
5056 * nptl/sysdeps/pthread/Subdirs: Moved ...
5057 * sysdeps/nptl/Subdirs: ... here.
5058 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
5059 * sysdeps/nptl/aio_misc.h: ... here.
5060 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
5061 * sysdeps/nptl/bits/libc-lock.h: ... here.
5062 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
5063 * sysdeps/nptl/bits/libc-lockP.h: ... here.
5064 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
5065 * sysdeps/nptl/bits/stdio-lock.h: ... here.
5066 * nptl/sysdeps/pthread/configure: Moved ...
5067 * sysdeps/nptl/configure: ... here.
5068 * nptl/sysdeps/pthread/configure.ac: Moved ...
5069 * sysdeps/nptl/configure.ac: ... here.
5070 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
5071 * sysdeps/nptl/gai_misc.h: ... here.
5072 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
5073 * sysdeps/nptl/librt-cancellation.c: ... here.
5074 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
5075 * sysdeps/nptl/malloc-machine.h: ... here.
5076 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
5077 * sysdeps/nptl/pthread-functions.h: ... here.
5078 * nptl/sysdeps/pthread/pthread.h: Moved ...
5079 * sysdeps/nptl/pthread.h: ... here.
5080 * nptl/sysdeps/pthread/setxid.h: Moved ...
5081 * sysdeps/nptl/setxid.h: ... here.
5082 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
5083 * sysdeps/nptl/sigfillset.c: ... here.
5084 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
5085 * sysdeps/nptl/tcb-offsets.h: ... here.
5086 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5087 * sysdeps/nptl/tst-mqueue8x.c: ... here.
5088 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5089 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5090 * nptl/sysdeps/pthread/allocalim.h: Moved ...
5091 * sysdeps/pthread/allocalim.h: ... here.
5092 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5093 * sysdeps/pthread/bits/sigthread.h: ... here.
5094 * nptl/sysdeps/pthread/flockfile.c: Moved ...
5095 * sysdeps/pthread/flockfile.c: ... here.
5096 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5097 * sysdeps/pthread/ftrylockfile.c: ... here.
5098 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5099 * sysdeps/pthread/funlockfile.c: ... here.
5100 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5101 * sysdeps/pthread/posix-timer.h: ... here.
5102 * nptl/sysdeps/pthread/timer_create.c: Moved ...
5103 * sysdeps/pthread/timer_create.c: ... here.
5104 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5105 * sysdeps/pthread/timer_delete.c: ... here.
5106 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5107 * sysdeps/pthread/timer_getoverr.c: ... here.
5108 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5109 * sysdeps/pthread/timer_gettime.c: ... here.
5110 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5111 * sysdeps/pthread/timer_routines.c: ... here.
5112 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5113 * sysdeps/pthread/timer_settime.c: ... here.
5114 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5115 * sysdeps/pthread/tst-timer.c: ... here.
5116 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5117 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5118
e876b090
RM
5119 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5120 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5121
f6b07b3d
RM
5122 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5123 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5124 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5125 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5126 Update #include target.
5127 * nptl/sysdeps/i386/i686/Makefile: Moved ...
5128 * sysdeps/i386/i686/nptl/Makefile: ... here.
5129 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5130 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5131 Update #include target.
5132 * nptl/sysdeps/i386/i686/tls.h: Moved ...
5133 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
5134 * nptl/sysdeps/i386/Makefile: Moved ...
5135 * sysdeps/i386/nptl/Makefile: ... here.
5136 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5137 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5138 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5139 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5140 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5141 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5142 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5143 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5144 * sysdeps/i386/nptl/pthreaddef.h: ... here.
5145 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5146 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5147 * nptl/sysdeps/i386/tls.h: Moved ...
5148 * sysdeps/i386/nptl/tls.h: ... here.
5149
45262aee
RM
5150 * sysdeps/sh/Makefile [$(subdir) = csu]
5151 (gen-as-const-headers): Add tcb-offsets.sym.
5152 * nptl/sysdeps/sh/Makefile: File removed.
5153 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5154 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5155 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5156 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5157 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5158 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5159 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5160 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5161 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5162 * sysdeps/sh/nptl/pthreaddef.h: ... here.
5163 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5164 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5165 * nptl/sysdeps/sh/tls.h: Moved ...
5166 * sysdeps/sh/nptl/tls.h: ... here.
5167 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5168 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5169 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5170 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5171 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5172 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5173 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5174 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5175 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5176 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5177 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5178 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5179 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5180 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5181 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5182 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5183 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5184 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5185 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5186 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5187 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5188 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5189 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5190 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5191 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5192 Moved ...
5193 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5194 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5195 Moved ...
5196 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5197 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5198 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5199 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5200 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5201 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5202 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5203 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5204 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5205 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5206 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5207 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5208 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5209 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5210 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5211 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5212 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5213 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5214 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5215
35a5e3e3
SL
52162014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
5217
5218 * posix/spawn_faction_addopen.c: Include string.h.
5219
14642b85
RM
52202014-06-11 Roland McGrath <roland@hack.frob.com>
5221
5222 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5223 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5224 * nptl/sysdeps/x86_64/Makefile: Moved ...
5225 * sysdeps/x86_64/nptl/Makefile: ... here.
5226 * nptl/sysdeps/x86_64/configure: Moved ...
5227 * sysdeps/x86_64/nptl/configure: ... here.
5228 * nptl/sysdeps/x86_64/configure.ac: Moved ...
5229 * sysdeps/x86_64/nptl/configure.ac: ... here.
5230 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5231 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5232 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5233 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5234 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5235 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5236 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5237 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5238 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5239 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5240 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5241 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5242 * nptl/sysdeps/x86_64/tls.h: Moved ...
5243 * sysdeps/x86_64/nptl/tls.h: ... here.
5244 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5245 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5246 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5247 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5248
5249 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5250
31c44fea
AZ
52512014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5252
5253 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5254
e81a4f9a
JM
52552014-06-11 Joseph Myers <joseph@codesourcery.com>
5256
5257 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5258 type.
5259 [POSIX] (off_t): Likewise.
5260 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5261 [POSIX] (S_ISBLK): Require macro.
5262 [POSIX] (S_ISCHR): Likewise.
5263 [POSIX] (S_ISDIR): Likewise.
5264 [POSIX] (S_ISFIFO): Likewise.
5265 [POSIX] (S_ISREG): Likewise.
5266 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5267 optional-macro.
5268 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5269 type.
5270 [POSIX] (time_t): Likewise.
5271 [POSIX] (timer_t): Likewise.
5272
89e435f3
FW
52732014-06-11 Florian Weimer <fweimer@redhat.com>
5274
5275 [BZ #17048]
5276 * posix/spawn_int.h (struct __spawn_action): Make the path string
5277 non-const to support deallocation.
5278 * posix/spawn_faction_addopen.c
5279 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5280 * posix/spawn_faction_destroy.c
5281 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
5282 path in all spawn_do_open actions.
5283 * posix/tst-spawn.c (do_test): Exercise the copy operation in
5284 posix_spawn_file_actions_addopen.
5285
c3a2ebe1
CM
52862014-06-11 Chris Metcalf <cmetcalf@tilera.com>
5287
5288 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5289 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5290 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5291 conditional code always true.
5292 (__libc_vfork): New alias.
5293
9503784a
RM
52942014-06-11 Roland McGrath <roland@hack.frob.com>
5295
c9cab3d2
RM
5296 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5297 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5298
d3996c79
RM
5299 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5300
ba5ec611
RM
5301 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5302 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5303
f12b4814
RM
5304 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5305 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5306
9503784a
RM
5307 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5308 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5309
e23d3d26
VR
53102014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
5311
5312 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5313 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5314 multiarch strcmp for PPC64.
5315 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5316 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5317 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5318 multiarch optimizations.
5319 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5320 (__libc_ifunc_impl_list): Likewise.
5321
42b1161e
SP
53222014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
5323
5324 * benchtests/scripts/validate_benchout.py: New script.
5325 * benchtests/Makefile (bench-func): Call it.
5326 * benchtests/scripts/benchout.schema.json: New file.
5327
2d0fc4dc
CM
53282014-06-10 Chris Metcalf <cmetcalf@tilera.com>
5329
4a594c34
AZ
5330 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5331 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5332 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5333 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5334 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5335 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5336 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5337 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5338 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5339 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5340 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5341 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5342 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5343 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5344 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5345 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5346 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 5347 Moved ...
4a594c34 5348 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 5349 ... here.
4a594c34 5350 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 5351 Moved ...
4a594c34
AZ
5352 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5353 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 5354 Moved ...
4a594c34 5355 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 5356 ... here.
4a594c34 5357 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 5358 Moved ...
4a594c34 5359 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 5360 ... here.
4a594c34 5361 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 5362 Moved ...
4a594c34
AZ
5363 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5364 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 5365 Moved ...
4a594c34 5366 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 5367 ... here.
4a594c34 5368 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 5369 Moved ...
4a594c34 5370 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 5371 ... here.
4a594c34 5372 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 5373 Moved ...
4a594c34
AZ
5374 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5375 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 5376 Moved ...
4a594c34 5377 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 5378 ... here.
4a594c34 5379 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 5380 Moved ...
4a594c34 5381 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 5382 ... here.
4a594c34 5383 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 5384 Moved ...
4a594c34 5385 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 5386 ... here.
4a594c34 5387 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 5388 Moved ...
4a594c34
AZ
5389 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5390 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 5391 Moved ...
4a594c34 5392 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 5393 ... here.
4a594c34 5394 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 5395 Moved ...
4a594c34 5396 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 5397 ... here.
4a594c34 5398 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 5399 Moved ...
4a594c34 5400 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 5401 ... here.
4a594c34 5402 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 5403 Moved ...
4a594c34
AZ
5404 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5405 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 5406 Moved ...
4a594c34 5407 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 5408 ... here.
4a594c34 5409 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 5410 Moved ...
4a594c34 5411 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 5412 ... here.
4a594c34 5413 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 5414 Moved ...
4a594c34
AZ
5415 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5416 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 5417 Moved ...
4a594c34 5418 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 5419 ... here.
4a594c34 5420 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 5421 Moved ...
4a594c34
AZ
5422 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5423 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 5424 Moved ...
4a594c34
AZ
5425 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5426 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 5427 Moved ...
4a594c34 5428 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 5429 ... here.
4a594c34 5430 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 5431 Moved ...
4a594c34 5432 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 5433 ... here.
4a594c34 5434 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 5435 Moved ...
4a594c34 5436 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 5437 ... here.
4a594c34 5438 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 5439 Moved ...
4a594c34
AZ
5440 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5441 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 5442 Moved ...
4a594c34 5443 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 5444 ... here.
4a594c34 5445 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 5446 Moved ...
4a594c34 5447 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 5448 ... here.
4a594c34
AZ
5449 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5450 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5451 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5452 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5453 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 5454 Moved ...
4a594c34 5455 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 5456 ... here.
4a594c34
AZ
5457 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5458 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5459 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5460 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5461 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5462 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5463 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5464 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5465 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5466 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5467 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5468 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5469 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 5470 Moved ...
4a594c34
AZ
5471 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5472 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 5473 Moved ...
4a594c34
AZ
5474 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5475 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5476 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5477 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 5478 Moved ...
4a594c34
AZ
5479 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5480 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5481 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5482 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5483 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5484 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5485 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 5486
0570cfed
W
54872014-06-10 Wilco <wdijkstr@arm.com>
5488
5489 * math/test-fenv-return.c: New file.
5490 * math/Makefile: Add new test test-fenv-return.
5491
f8ba1b56
JM
54922014-06-10 Joseph Myers <joseph@codesourcery.com>
5493
5494 [BZ #17042]
5495 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5496 when x - 1 is zero.
5497 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5498 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5499 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5500 0.0L for an argument of 1.0L.
5501 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5502 Likewise.
5503 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5504 value when x - 1 is zero.
5505 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5506 * sysdeps/i386/fpu/libm-test-ulps: Update.
5507 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5508
2c3520d9
BO
55092014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
5510
5511 [BZ #15119]
5512 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5513
acaa4d24
RM
55142014-06-09 Roland McGrath <roland@hack.frob.com>
5515
5516 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5517 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5518
962b744d
RM
55192014-06-09 Roland McGrath <roland@hack.frob.com>
5520
d752f0cc
RM
5521 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5522 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5523
34eda6d1
RM
5524 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5525 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5526
50f0a637
RM
5527 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5528 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5529
08f41f04
RM
5530 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5531 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5532
962b744d
RM
5533 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5534 if not already defined.
5535 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5536 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5537 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5538 (TLS_INIT_TP): Use it.
5539 (TLS_DEFINE_INIT_TP): New macro.
5540 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5541
09f19b05
JM
55422014-06-09 Joseph Myers <joseph@codesourcery.com>
5543
5544 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5545 constant.
5546 [POSIX] (IXANY): Likewise.
5547 [POSIX] (OLCUC): Likewise.
5548 [POSIX || POSIX2008] (CBAUD): Do not allow.
5549 [POSIX || POSIX2008] (DEFECHO): Likewise.
5550 [POSIX || POSIX2008] (ECHOCTL): Likewise.
5551 [POSIX || POSIX2008] (ECHOKE): Likewise.
5552 [POSIX || POSIX2008] (ECHOPRT): Likewise.
5553 [POSIX || POSIX2008] (EXTA): Likewise.
5554 [POSIX || POSIX2008] (EXTB): Likewise.
5555 [POSIX || POSIX2008] (FLUSHO): Likewise.
5556 [POSIX || POSIX2008] (LOBLK): Likewise.
5557 [POSIX || POSIX2008] (PENDIN): Likewise.
5558 [POSIX || POSIX2008] (SWTCH): Likewise.
5559 [POSIX || POSIX2008] (VDISCARD): Likewise.
5560 [POSIX || POSIX2008] (VDSUSP): Likewise.
5561 [POSIX || POSIX2008] (VLNEXT): Likewise.
5562 [POSIX || POSIX2008] (VREPRINT): Likewise.
5563 [POSIX || POSIX2008] (VSTATUS): Likewise.
5564 [POSIX || POSIX2008] (VWERASE): Likewise.
5565 (B*): Change to B[0123456789]*.
5566 * conform/data/time.h-data [POSIX || UNIX98]
5567 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5568 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5569 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5570 [POSIX] (tm_*): Do not allow.
5571
686554bf
JM
55722014-06-07 Joseph Myers <joseph@codesourcery.com>
5573
5574 * Makefile (install): Don't set LANGUAGE.
5575 * Makefile.in (install): Likewise.
5576 * assert/Makefile (test-assert-ENV): Remove variable.
5577 (test-assert-perr-ENV): Likewise.
5578 * elf/Makefile (neededtest4-ENV): Likewise.
5579 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5580 [$(cross-compiling) = no]: Don't set LANGUAGE.
5581 * io/ftwtest-sh (LANG): Remove variable.
5582 * libio/Makefile (tst-widetext-ENV): Likewise.
5583 * manual/install.texi (Running make install): Don't refer to
5584 environment settings for make install.
5585 * INSTALL: Regenerated.
5586 * nptl/tst-tls6.sh: Don't set LANG.
5587 * posix/globtest.sh (LANG): Remove variable.
5588 * string/Makefile (tester-ENV): Likewise.
5589 (inl-tester-ENV): Likewise.
5590 (noinl-tester-ENV): Likewise.
5591 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5592 [$(cross-compiling) = no]: Don't set LANGUAGE.
5593 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
5594 without explicit environment settings.
5595
68e6b6b1
RM
55962014-06-06 Roland McGrath <roland@hack.frob.com>
5597
5598 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
5599 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
5600 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
5601 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
5602
4d3ae034
CM
56032014-06-06 Chris Metcalf <cmetcalf@tilera.com>
5604
5605 * crypt/crypt-private.h [DOS]: Add some includes taken from the
5606 other files in the crypt directory.
5607 * crypt/crypt.c: Remove duplicate includes.
5608 * crypt/crypt-entry.c: Likewise.
5609 * crypt/crypt_util.c: Likewise.
5610
8540f6d2
JM
56112014-06-06 Joseph Myers <joseph@codesourcery.com>
5612
5613 * Makeconfig (run-program-env): New variable.
5614 (run-program-prefix-before-env): Likewise.
5615 (run-program-prefix-after-env): Likewise.
5616 (run-program-prefix): Define in terms of new variables.
5617 (built-program-cmd-before-env): New variable.
5618 (built-program-cmd-after-env): Likewise.
5619 (built-program-cmd): Define in terms of new variables.
5620 (test-program-prefix-before-env): New variable.
5621 (test-program-prefix-after-env): Likewise.
5622 (test-program-prefix): Define in terms of new variables.
5623 (test-program-cmd-before-env): New variable.
5624 (test-program-cmd-after-env): Likewise.
5625 (test-program-cmd): Define in terms of new variables.
5626 * Rules (make-test-out): Use $(run-program-env).
5627 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
5628 (help): Do not mention environment variables. Mention
5629 --timeoutfactor option.
5630 (timeoutfactor): New variable.
5631 (blacklist_exports): Remove function.
5632 (exports): Remove variable.
5633 (command): Do not include ${exports}.
5634 * manual/install.texi (Configuring and compiling): Do not mention
5635 test wrappers preserving environment variables. Mention that last
5636 assignment to a variable must take precedence.
5637 * INSTALL: Regenerated.
5638 * benchtests/Makefile (run-bench): Use $(run-program-env).
5639 * catgets/Makefile ($(objpfx)test1.cat): Use
5640 $(built-program-cmd-before-env), $(run-program-env) and
5641 $(built-program-cmd-after-env).
5642 ($(objpfx)test2.cat): Do not specify environment variables
5643 explicitly.
5644 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
5645 $(run-program-env) and $(built-program-cmd-after-env).
5646 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5647 $(run-program-env) and $(test-program-cmd-after-env).
5648 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5649 explicitly.
5650 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5651 run_program_env and test_program_cmd_after_env arguments.
5652 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5653 * elf/tst-pathopt.sh: Use run_program_env argument.
5654 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5655 $(test-wrapper-env) and $(run-program-env).
5656 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5657 run_program_env arguments.
5658 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5659 * intl/Makefile ($(objpfx)tst-gettext.out): Use
5660 $(test-program-prefix-before-env), $(run-program-env) and
5661 $(test-program-prefix-after-env).
5662 ($(objpfx)tst-gettext2.out): Likewise.
5663 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5664 run_program_env and test_program_prefix_after_env arguments.
5665 * intl/tst-gettext2.sh: Likewise.
5666 * intl/tst-gettext4.sh: Do not set environment variables
5667 explicitly.
5668 * intl/tst-gettext6.sh: Likewise.
5669 * intl/tst-translit.sh: Likewise.
5670 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5671 $(test-program-prefix-before-env), $(run-program-env) and
5672 $(test-program-prefix-after-env).
5673 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5674 run_program_env and test_program_prefix_after_env arguments.
5675 * math/Makefile (run-regen-ulps): Use $(run-program-env).
5676 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5677 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
5678 explicitly with each use of ${test_wrapper_env}.
5679 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5680 $(test-program-prefix-before-env), $(run-program-env) and
5681 $(test-program-prefix-after-env).
5682 * posix/tst-getconf.sh: Do not set environment variables
5683 explicitly.
5684 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5685 run_program_env and test_program_prefix_after_env arguments.
5686 * stdio-common/tst-printf.sh: Do not set environment variables
5687 explicitly.
5688 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5689 $(test-program-prefix-before-env), $(run-program-env) and
5690 $(test-program-prefix-after-env).
5691 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5692 run_program_env and test_program_prefix_after_env arguments.
5693 Split $test calls into $test_pre and $test.
5694 * timezone/Makefile (build-testdata): Use
5695 $(built-program-cmd-before-env), $(run-program-env) and
5696 $(built-program-cmd-after-env).
5697
ed36bfa1
AZ
56982014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5699
5700 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5701 strlen for non SHARED builds.
5702
fc75bf46
SP
57032014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5704
5705 * nptl/allocatestack.c (check_list): Inlined function...
5706 (__reclaim_stacks): ... here.
5707
d89b3d80
OB
57082014-06-05 Ondřej Bílka <neleai@seznam.cz>
5709
5710 [BZ #15698]
5711 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5712 memory overrun.
5713
2bf18041
JM
57142014-06-05 Joseph Myers <joseph@codesourcery.com>
5715
5716 * Rules (make-test-out): Include
5717 LOCPATH=$(common-objpfx)localedata in default environment.
5718 * debug/Makefile (tst-chk1-ENV): Remove variable.
5719 (tst-chk2-ENV): Likewise.
5720 (tst-chk3-ENV): Likewise.
5721 (tst-chk4-ENV): Likewise.
5722 (tst-chk5-ENV): Likewise.
5723 (tst-chk6-ENV): Likewise.
5724 (tst-lfschk1-ENV): Likewise.
5725 (tst-lfschk2-ENV): Likewise.
5726 (tst-lfschk3-ENV): Likewise.
5727 (tst-lfschk4-ENV): Likewise.
5728 (tst-lfschk5-ENV): Likewise.
5729 (tst-lfschk6-ENV): Likewise.
5730 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5731 (tst-iconv7-ENV): Likewise.
5732 * intl/Makefile (LOCPATH-ENV): Likewise.
5733 (tst-codeset-ENV): Likewise.
5734 (tst-gettext3-ENV): Likewise.
5735 (tst-gettext5-ENV): Likewise.
5736 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5737 (tst-fopenloc-ENV): Likewise.
5738 (tst-fgetws-ENV): Remove variable.
5739 (tst-ungetwc1-ENV): Likewise.
5740 (tst-ungetwc2-ENV): Likewise.
5741 (bug-ungetwc2-ENV): Likewise.
5742 (tst-swscanf-ENV): Likewise.
5743 (bug-ftell-ENV): Likewise.
5744 (tst-fgetwc-ENV): Likewise.
5745 (tst-fseek-ENV): Likewise.
5746 (tst-ftell-partial-wide-ENV): Likewise.
5747 (tst-ftell-active-handler-ENV): Likewise.
5748 (tst-ftell-append-ENV): Likewise.
5749 * posix/Makefile (tst-fnmatch-ENV): Likewise.
5750 (tst-regexloc-ENV): Likewise.
5751 (bug-regex1-ENV): Likewise.
5752 (tst-regex-ENV): Likewise.
5753 (tst-regex2-ENV): Likewise.
5754 (bug-regex5-ENV): Likewise.
5755 (bug-regex6-ENV): Likewise.
5756 (bug-regex17-ENV): Likewise.
5757 (bug-regex18-ENV): Likewise.
5758 (bug-regex19-ENV): Likewise.
5759 (bug-regex20-ENV): Likewise.
5760 (bug-regex22-ENV): Likewise.
5761 (bug-regex23-ENV): Likewise.
5762 (bug-regex25-ENV): Likewise.
5763 (bug-regex26-ENV): Likewise.
5764 (bug-regex30-ENV): Likewise.
5765 (bug-regex32-ENV): Likewise.
5766 (bug-regex33-ENV): Likewise.
5767 (bug-regex34-ENV): Likewise.
5768 (bug-regex35-ENV): Likewise.
5769 (tst-rxspencer-ENV): Likewise.
5770 (tst-rxspencer-no-utf8-ENV): Likewise.
5771 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5772 (tst-sscanf-ENV): Likewise.
5773 (tst-swprintf-ENV): Likewise.
5774 (tst-swscanf-ENV): Likewise.
5775 (test-vfprintf-ENV): Likewise.
5776 (scanf13-ENV): Likewise.
5777 (bug14-ENV): Likewise.
5778 (tst-grouping-ENV): Likewise.
5779 * stdlib/Makefile (tst-strtod-ENV): Likewise.
5780 (tst-strtod3-ENV): Likewise.
5781 (tst-strtod4-ENV): Likewise.
5782 (tst-strtod5-ENV): Likewise.
5783 (testmb2-ENV): Likewise./
5784 * string/Makefile (tst-strxfrm-ENV): Likewise.
5785 (tst-strxfrm2-ENV): Likewise.
5786 (bug-strcoll1-ENV): Likewise.
5787 (test-strcasecmp-ENV): Likewise.
5788 (test-strncasecmp-ENV): Likewise.
5789 * time/Makefile (tst-strptime-ENV): Likewise.
5790 (tst-ftime_l-ENV): Likewise.
5791 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5792 (tst-mbrtowc-ENV): Likewise.
5793 (tst-wcrtomb-ENV): Likewise.
5794 (tst-mbrtowc2-ENV): Likewise.
5795 (tst-c16c32-1-ENV): Likewise.
5796 (tst-mbsnrtowcs-ENV): Likewise.
5797
cd1fb604
OB
57982014-06-05 Ondřej Bílka <neleai@seznam.cz>
5799
5800 * manual/resource.texi (How to get information about the memory
5801 subsystem?): Fix typo.
5802 Reported by Peon de la Parra Ivan <peon@keba.com>
5803
b42eca7d
GY
58042014-06-03 Guo Yixuan <culu.gyx@gmail.com>
5805
5806 [BZ #16882]
5807 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5808 (pthread_spin_lock): Branch out of spin loop to proper location.
5809 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5810 (pthread_spin_lock): Likewise.
5811
902b71f9
DM
5812 * nptl/tst-spin4.c: New test.
5813 * nptl/Makefile (tests): Add tst-spin4.
5814
f9d2d032
AS
58152014-06-03 Andreas Schwab <schwab@suse.de>
5816
5817 [BZ #15946]
5818 * resolv/res_send.c (send_dg): Reload file descriptor after
5819 calling reopen.
5820
cf7bfd28
SL
58212014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
5822
5823 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5824
111cc714
RH
58252014-06-03 Richard Henderson <rth@redhat.com>
5826
89b4bd6b
RH
5827 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5828 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5829 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5830 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
5831 in the SAVE_PID block.
5832 (__libc_vfork): New alias.
71840409 5833 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 5834
111cc714
RH
5835 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5836 child in registers, not on the stack. Remove RESET_PID conditionals.
5837 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5838
ccc39911
MS
58392014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
5840
5841 * sysdeps/aarch64/libm-test-ulps: Regenerate.
5842
693096cc
W
58432014-06-03 Wilco <wdijkstr@arm.com>
5844
5845 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5846 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5847 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5848 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5849 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5850 Likewise.
5851
0b4366bc
W
58522014-06-03 Wilco <wdijkstr@arm.com>
5853
5854 * sysdeps/aarch64/fpu/math_private.h
5855 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5856 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5857 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5858 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5859 Fix declarations.
5860
8747cd03
KS
58612014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
5862
5863 * crypt/crypt-private.h: Include ufc-crypt.h.
5864 (__b64_from_24bit): Declare extern.
5865 * crypt/crypt_util.c(__b64_from_24bit): New function.
5866 (b64t): New static const variable.
5867 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5868 (b64t): Remove variable.
5869 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5870 * crypt/sha256-crypt.c: Include crypt-private.h.
5871 (b64t): Remove variable.
5872 (__sha256_crypt_r): Remove b64_from_24bit and replace
5873 with __b64_from_24bit.
5874 * crypt/sha512-crypt.c: Likewise.
5875
d936d379
RM
58762014-06-02 Roland McGrath <roland@hack.frob.com>
5877
5878 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5879 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5880 Label the code __libc_vfork rather than __vfork.
5881 [!NOT_IN_libc] (vfork): Define as weak alias.
5882 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5883 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5884 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5885
9fa76613
SP
58862014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
5887
5888 * malloc/malloc.c (malloc_info): Fix format specifier for
5889 n_mmaps.
5890
a88dadbe
W
58912014-06-02 Wilco <wdijkstr@arm.com>
5892
5893 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5894 FPCR write.
5895
c95b3011
W
58962014-06-02 Wilco <wdijkstr@arm.com>
5897
5898 [BZ #17009]
5899 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5900 Rewrite to reduce FPCR/FPSR accesses.
5901
6b4d7a90
DM
59022014-06-01 David S. Miller <davem@davemloft.net>
5903
5904 * sysdeps/sparc/fpu/libm-test-ulps: Update.
5905
30f3d07c
DM
59062014-05-31 David S. Miller <davem@davemloft.net>
5907
5908 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5909 to occur in round to nearest mode when |x| >= 2.0
5910
74f31c18
RH
59112014-05-30 Richard Henderson <rth@twiddle.net>
5912
f0712b54
RH
5913 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5914 (PSEUDO_RET_NOERRNO): Remove.
5915 (ret): Don't redefine.
5916 (ret_NOERRNO): Define in terms of ret.
5917 (ret_ERRVAL): Likewise.
5918
74f31c18
RH
5919 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5920 use of PSEUDO_RET; perform the error check directly.
5921
30477995
MM
59222014-05-30 Marko Myllynen <myllynen@redhat.com>
5923
5924 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5925 with __int128_t.
5926
62a58816
SP
59272014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
5928
5929 * malloc/malloc (malloc_info): Fix formatting.
5930
4d653a59
SP
59312014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
5932 Roland McGrath <roland@hack.frob.com>
5933
5934 * malloc/malloc (malloc_info): Also print mmapped statistics.
5935
5190c17f
RM
59362014-05-30 Roland McGrath <roland@hack.frob.com>
5937
5938 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5939 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5940
987c0269
OB
59412014-05-30 Ondřej Bílka <neleai@seznam.cz>
5942
5943 * malloc/malloc.c (malloc_info): Inline mi_arena.
5944
af4e8ef9
RH
59452014-05-29 Richard Henderson <rth@twiddle.net>
5946
1670e207
RH
5947 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5948 Remove comma before expanding ASM_ARGS_##nr.
5949 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5950 Make _x0 a strict output; make _x8 a strict input; adjust expansion
5951 of ASM_ARGS_##nr.
5952 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5953 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5954 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5955 (ASM_ARGS_1): Add leading comma.
5956
11a28aee
RH
5957 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5958 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5959 to __errno_location.
5960 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5961 Remove the expected plt for __errno_location.
5962
a17e5ffb 5963 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 5964 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
5965 call to __read_tp.
5966
b5be4597
RH
5967 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5968 Always allocate 64 bytes of stack frame. Use ldp/stp to create
5969 it and break it down.
5970 (DOCARGS_0, DOCARGS_1): Do nothing.
5971 (DOCARGS_2): Update to store into the new stack frame.
5972 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5973 (UNDOCARGS_1): Update to restore from the new stack frame.
5974 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5975 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5976
645d44ab
RH
5977 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5978 (SINGLE_THREAD_P): New parameter for result regno.
5979 (PSEUDO): Update to match; use cbz instead of beq.
5980
a8b4f04a
RH
5981 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5982 Use ENTRY to define the _nocancel entry point. Share the syscall
5983 and syscall error check paths with the cancel path.
5984 (PSEUDO_END): New.
5985
af4e8ef9
RH
5986 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5987 whitespace; tabs before and after asm mnemonics.
5988
26b0d2e1
EW
59892014-05-29 Eric Wong <normalperson@yhbt.net>
5990
5991 [BZ #15132]
5992 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5993 Call fstat64 or stat64 internally, depending on arguments passed.
5994 Replace stat buffer argument with file descriptor argument.
5995 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5996 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5997 Pass fd to __internal_statvfs instead of calling fstat64.
5998 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5999 Pass fd to __internal_statvfs64 instead of calling fstat64.
6000 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
6001 Pass -1 to __internal_statvfs instead of calling stat64.
6002 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
6003 Pass -1 to __internal_statvfs64 instead of calling stat64.
6004
1efe2bd9
RM
60052014-05-28 Roland McGrath <roland@hack.frob.com>
6006
0d3b7a19
RM
6007 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
6008 that was previously under [RESET_PID].
6009 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
6010
1efe2bd9
RM
6011 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
6012 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
6013
a6bea3ca
RM
60142014-05-27 Roland McGrath <roland@hack.frob.com>
6015
30b6629e
RM
6016 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
6017
a6bea3ca
RM
6018 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
6019 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
6020
3dfb9a5c
OB
60212014-05-27 Ondřej Bílka <neleai@seznam.cz>
6022
6023 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
6024
774f9285
AS
60252014-05-27 Andreas Schwab <schwab@suse.de>
6026
6027 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
6028 TLS_INIT_TP macro.
6029 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6030 * elf/rtld.c (init_tls, dl_main): Likewise.
6031 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
6032 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
6033 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
6034 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
6035 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
6036 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
6037 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
6038 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
6039 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
6040 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
6041 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
6042 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
6043 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
6044 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
6045 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
6046 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
6047 * sysdeps/generic/tls.h: Update description.
6048
36ffe739
WN
60492014-05-27 Will Newton <will.newton@linaro.org>
6050
6051 [BZ #16990]
6052 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
6053 and restore r2 rather than just restoring.
6054
2482ae43
SP
60552014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
6056
6057 [BZ #16724]
6058 * libio/tst-ftell-append.c: New test case.
6059 * libio/Makefile (tests): Add test case.
6060 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
6061 append mode.
6062 * libio/wfileops.c (do_ftell_wide): Likewise.
6063
3d1024e8
AZ
60642014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6065
bab90016
AZ
6066 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6067
c7a8d667
AZ
6068 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
6069 ...
6070 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
6071 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6072 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
6073 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
6074 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
6075 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
6076 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
6077 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
6078 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6079 Moved ...
6080 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
6081 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6082 Moved ...
6083 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
6084 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
6085 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
6086 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6087 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6088 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6089 ...
6090 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6091 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6092 Moved ...
6093 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6094 here.
6095 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6096 ...
6097 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6098 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6099 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6100
daee7851
AZ
6101 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6102 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6103 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6104 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6105
50a40819
AZ
6106 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6107 merge into ...
6108 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6109 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6110 ...
6111 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6112 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6113 ...
6114 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6115 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6116 Moved ...
6117 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6118 here.
6119 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6120 Moved ...
6121 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6122 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6123 Moved ...
6124 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6125
8464c2a1
AZ
6126 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6127 conditional [RESET_PID].
6128 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6129 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6130 removed.
6131 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6132 removed.
6133
3d1024e8
AZ
6134 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6135 <tcb-offsets.h>.
6136 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6137 (__libc_vfork): New strong alias.
6138 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6139 removed.
6140 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6141 Removed.
6142
6143 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6144 <tcb-offsets.h>.
6145 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6146 (__libc_vfork): New strong alias.
6147 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6148 removed.
6149 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6150 removed.
6151
fdfd175d
CD
61522014-05-26 Carlos O'Donell <carlos@redhat.com>
6153
6154 * malloc/malloc.c (mi_arena): New function.
6155 (malloc_info): Remove nested function mi_arena. Call non-nosted
6156 function mi_arena.
6157
d298c416
AZ
61582014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6159
6160 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6161 by insrwi.
6162 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6163 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6164 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6165 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6166 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6167 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6168 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6169
b60ea6ff
AS
61702014-05-26 Andreas Schwab <schwab@suse.de>
6171
6172 [BZ #16984]
6173 * locale/programs/repertoire.c (repertoire_read): Add slash
6174 between I18NPATH element and file name.
6175 * locale/programs/locfile.c (locfile_read): Likewise.
6176
67365926
SL
61772014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
6178
6179 * nptl/pthread_mutexattr_settype.c
6180 (__pthread_mutexattr_settype):
6181 Disable lock elision for PTHREAD_MUTEX_NORMAL.
6182
f8bdf1f0
SL
61832014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
6184
6185 * nptl/tst-mutex5 (do_test):
6186 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6187
15eaf6ff
SP
61882014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6189
6190 * benchtests/README: Document 'init' directive.
6191 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6192 BENCH_INIT.
6193 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6194 (parse_file): Recognize 'init' directive.
6195
75f11331
KM
61962014-05-26 Kyle McMartin <kyle@redhat.com>
6197
6198 [BZ #16796]
6199 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6200 alignment of struct pthread.
6201
c3ec475c
SP
62022014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6203
6204 [BZ #16878]
6205 * nscd/netgroupcache.c (addgetnetgrentX): Look for
6206 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6207 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6208 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6209
82aab97c
RH
62102014-05-25 Richard Henderson <rth@twiddle.net>
6211
aa2f176d
RH
6212 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6213 (SINGLE_THREAD_P_PIC): Remove.
6214 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6215 (SINGLE_THREAD_P_PIC): Remove.
6216
ca3cfa40
RH
6217 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6218 branch to syscall error ...
6219 (PSEUDO): ... here.
6220 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6221 from __local_syscall_error to .Lsyscall_error.
6222 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6223 (SYSCALL_ERROR): Update label name.
6224
6e6c2d01
RH
6225 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6226 Do not use DOARGS/UNDOARGS.
6227 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6228 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6229 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6230 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6231 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6232
c69abcee
RH
6233 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6234 block comment.
6235
82aab97c
RH
6236 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6237 define if !NOT_IN_libc.
6238 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6239 define with non-default symbol versions.
6240
8820e3ac
RH
62412014-05-23 Richard Henderson <rth@twiddle.net>
6242
900e445f
RH
6243 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6244 (vfork, __vfork): Define via compat_symbol.
6245
8820e3ac
RH
6246 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6247 [!HAVE_IFUNC] (vfork_compat): Remove.
6248 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6249
e59252a5
JM
62502014-05-23 Joseph Myers <joseph@codesourcery.com>
6251
6252 [BZ #16978]
6253 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6254 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6255 variable.
6256
132c7f5f
RH
62572014-05-23 Richard Henderson <rth@twiddle.net>
6258
bc89e962
RH
6259 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6260 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6261 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6262 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6263
6264 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6265 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6266 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6267 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6268 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6269 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6270 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6271 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6272 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6273 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6274 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6275 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6276 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6277 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6278 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6279 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6280 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6281 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6282 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6283 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6284 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6285 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6286 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6287 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6288 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6289 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6290 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6291 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6292 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6293 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6294 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6295 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6296 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6297 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6298 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6299 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6300 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6301 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6302 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6303 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6304 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6305 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6306 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6307 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6308 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6309 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6310 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6311 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6312 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6313 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6314 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6315 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6316 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6317 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6318 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6319 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6320
e2fa4bc2
RH
6321 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6322 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6323 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
6324 before exiting on error.
6325 (__libc_vfork): New strong alias.
6326 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6327 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6328
279b24e2
RH
6329 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6330 that was previously under [RESET_PID].
6331 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6332
132c7f5f
RH
6333 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6334
b72592e7
JM
63352014-05-23 Joseph Myers <joseph@codesourcery.com>
6336
6337 [BZ #16977]
6338 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6339 value when x - 1 is zero.
6340 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6341 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6342 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6343 0.0L for an argument of 1.0L.
6344 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6345 Likewise.
6346 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6347 value when x - 1 is zero.
6348 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6349 * sysdeps/i386/fpu/libm-test-ulps: Update.
6350 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6351
2302d679
RV
63522014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
6353
6354 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6355 alphasort and versionsort.
6356
32999d63
AZ
63572014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6358
6359 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6360 macro.
6361 [copysignf]: Likewise.
6362
019324d0
SP
63632014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
6364
6365 * crypt/md5-crypt.c: Fix formatting.
6366
34fff5c2
KS
63672014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
6368
6369 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6370 (b64_from_24bit): New function.
6371
3d2badac
AZ
63722014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6373
6374 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6375 libc_hidden_builtin_def to ifunc.
6376 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6377 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6378
f7bb179f 63792014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
6380
6381 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6382 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6383
4134b50d
JM
63842014-05-21 Joseph Myers <joseph@codesourcery.com>
6385
bb7d0337
JM
6386 * nscd/Depend (linuxthreads): Remove.
6387 (nptl): Add.
6388 * resolv/Depend (linuxthreads): Remove.
6389 * rt/Depend (linuxthreads): Remove.
6390
4134b50d
JM
6391 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6392 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6393 $(common-objpfx)elf/.
6394 (link-libc-before-gnulib): Likewise.
6395 (elfobjdir): Remove variable.
6396 * Makefile (install): Use $(elf-objpfx) instead of
6397 $(common-objpfx)elf/.
6398 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6399 $(elfobjdir)/.
6400 (link-libc-deps): Likewise.
6401 ($(common-objpfx)libc.so): Likewise.
6402 ($(common-objpfx)linkobj/libc.so): Likewise.
6403 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6404 instead of $(common-objpfx)elf/.
6405 (symbolic-link-list): Likewise.
6406 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6407 [$(cross-compiling) = no]: Likewise.
6408 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6409 $(elfobjdir)/.
6410 (static-gnulib-arch): Likewise.
6411 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6412 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6413 $(common-objpfx)elf/.
6414
3612eb8f
RH
64152014-05-21 Richard Henderson <rth@redhat.com>
6416
a6b3657b
RH
6417 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6418 (SINGLE_THREAD_P): Use the correct width load. Fold
6419 into the ldr offset.
6420
3612eb8f
RH
6421 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6422 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6423
175cef41
JM
64242014-05-20 Joseph Myers <joseph@codesourcery.com>
6425
6426 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6427 (libgcc_s_resume): Use __attribute_used__.
6428 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6429 Likewise.
6430
e13bccd3
AZ
64312014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6432
6433 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6434 optimization when used with float constants.
6435
7c112a38
AZ
6436 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6437
ae75a883
AJ
64382014-05-20 Aurelien Jarno <aurelien@aurel32.net>
6439
6440 [BZ #16915]
6441 * locale/nl_langinfo_l.c: Make direct reference to every
6442 _nl_current_CATEGORY symbol.
6443 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6444 (tests-static): Add tst-langinfo-static.
6445 (tests-special): Add tst-langinfo-static.out.
6446 ($(objpfx)tst-langinfo.out): Redirect output.
6447 ($(objpfx)tst-langinfo-static.out): New.
6448 * localedata/tst-langinfo.sh: Send output to stdout.
6449 * localedata/tst-langinfo-static.c: New file.
6450
4406c41c
AJ
6451 [BZ #16965]
6452 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6453 when the shift amount is modulo the limb size.
6454
4c0a1e63
RH
64552014-05-20 Richard Henderson <rth@redhat.com>
6456
de9d8f20
RH
6457 [BZ #16967]
6458 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6459 Change type of sa_flags from unsigned int to int.
6460
4c0a1e63
RH
6461 [BZ #16966]
6462 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
6463
6464 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6465
a60339aa
WN
64662014-05-20 Will Newton <will.newton@linaro.org>
6467
6468 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6469 Test the return value of the system call in the nocancel case.
6470
7d05a816
YR
64712014-05-20 Will Newton <will.newton@linaro.org>
6472 Yvan Roux <yvan.roux@linaro.org>
6473
6474 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6475 #include of asm/ptrace.h.
6476 (PTRACE_GET_THREAD_AREA): Remove #undef.
6477 (PTRACE_GETHBPREGS): Likewise.
6478 (PTRACE_SETHBPREGS): Likewise.
6479 (struct user_regs_struct): New structure.
6480 (struct user_fpsimd_struct): New structure.
6481 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6482 #include of asm/ptrace.h and second #include of sys/user.h.
6483 (PTRACE_GET_THREAD_AREA): Remove #undef.
6484 (PTRACE_GETHBPREGS): Likewise.
6485 (PTRACE_SETHBPREGS): Likewise.
6486 (ELF_NGREG): Use new struct user_regs_struct.
6487 (elf_fpregset_t): Use new struct user_fpsimd_struct.
6488
af121e37
AZ
64892014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6490
6491 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6492 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6493
834caf06
JM
64942014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
6495
6496 [BZ #16958]
6497 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6498 membar to avoid block loads/stores to overlap previous stores.
6499
e184a918
RH
65002014-05-17 Richard Henderson <rth@redhat.com>
6501
6502 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6503 Create the __##syscall_name##_nocancel entry point.
6504 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6505 Remove; let the sysdep-cancel.h code create it.
6506
f56c7a6a
DM
65072014-05-17 David S. Miller <davem@davemloft.net>
6508
6509 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6510 Protect with __USE_GNU.
6511 (TIOCSET_TEMPT): Likewise.
6512 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6513 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6514 these are already provided in bits/ioctl-types.h
6515
f75616b2
RM
65162014-05-16 Roland McGrath <roland@hack.frob.com>
6517
3edeca86
RM
6518 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6519 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6520
f75616b2
RM
6521 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6522 Use wait4 regardless of [__NR_waitpid].
6523
deb0f7f6
MR
65242014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6525
6526 PR libgcc/60166
6527 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6528 (_FP_NANSIGN_Q): Set the quiet bit.
6529
79520f4b
JM
65302014-05-16 Joseph Myers <joseph@codesourcery.com>
6531
6532 * benchtests/Makefile
6533 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6534 not $(common-objpfx)math/libm.so.
6535 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6536 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6537 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6538 $(common-objpfx)dlfcn/libdl.so.
6539 ($(objpfx)tst-audit8): Depend on $(libm), not
6540 $(common-objpfx)math/libm.so.
6541 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6542 not $(common-objpfx)dlfcn/libdl.so.
6543 * math/Makefile
6544 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6545 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
6546 [$(build-shared) = yes].
6547 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6548 $(common-objpfx)nptl/libpthread.so.
6549 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6550 $(common-objpfx)math/libm.so$(libm.so-version) or
6551 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6552 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6553 $(common-objpfx)dlfcn/libdl.so.
6554 * setjmp/Makefile (link-libm): Remove variable.
6555 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6556 * stdio-common/Makefile (link-libm): Remove variable.
6557 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6558 * stdlib/Makefile (link-libm): Remove variable.
6559 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6560 ($(objpfx)tst-strtod-round): Likewise.
6561 ($(objpfx)tst-tininess): Likewise.
6562 ($(objpfx)tst-strtod-underflow): Likewise.
6563 ($(objpfx)tst-strtod6): Likewise.
6564 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6565 $(libdl), not $(common-objpfx)nptl/libpthread.so and
6566 $(common-objpfx)dlfcn/libdl.so.
6567
026b0fe4
AZ
65682014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6569
6570 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6571 BSD terminal modes definitions.
6572
def4bcb2
RM
65732014-05-16 Roland McGrath <roland@hack.frob.com>
6574
fe39b021
RM
6575 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
6576 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
6577
1d1fc46e 6578 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
6579 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6580 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6581 Don't do #include_next.
6582 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6583 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6584 Don't do #include_next.
6585 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6586 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
6587 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
6588 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
6589
c72399fb
AM
65902014-05-16 Allan McRae <allan@archlinux.org>
6591
d51d659d
AM
6592 * po/sv.po: Update Swedish translation from translation project.
6593
c72399fb
AM
6594 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
6595 in sed expression.
6596
d0583c40
AJ
65972014-05-16 Aurelien Jarno <aurelien@aurel32.net>
6598
6599 [BZ #16917]
6600 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
6601 errno if the TIOCGPTN ioctl fails with an error different than
6602 EINVAL.
6603 * login/tst-ptsname.c: New file.
6604 * login/Makefile (tests): Add tst-ptsname.
6605
d16e6ec7
AJ
6606 [BZ #16943]
6607 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
6608 and prlimit64.
6609
cf26a0cb
SP
66102014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
6611
6612 [BZ #16849]
6613 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
6614 herrno to return EAI_AGAIN.
6615
5675da1e
RM
66162014-05-14 Roland McGrath <roland@hack.frob.com>
6617
a5d87b3d
RM
6618 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
6619 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
6620 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
6621 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
6622 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
6623 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
6624 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
6625 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
6626 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
6627 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
6628 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
6629 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
6630 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
6631 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
6632 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
6633 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
6634 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
6635 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
6636 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
6637 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
6638 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
6639 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
6640 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
6641 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
6642 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
6643 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
6644 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
6645 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
6646 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6647 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6648 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6649 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6650 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6651 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6652 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6653 Moved ...
6654 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6655 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6656 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6657 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6658 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6659 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6660 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6661 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6662 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6663 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6664 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6665 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6666 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6667 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6668 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6669 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6670 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6671 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6672 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6673 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6674 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6675 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6676 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6677 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6678 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6679 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6680 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6681 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6682 Moved ...
6683 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6684 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6685 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6686 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6687 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6688 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6689 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6690 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6691 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6692 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6693 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6694 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6695 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6696 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6697 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6698 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6699 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6700 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6701 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6702 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6703 Moved ...
6704 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6705 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6706 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6707
039890a6
RM
6708 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6709 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6710 (libpthread-sysdep_routines): Add elision-related stuff here instead.
6711 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6712 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6713 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6714 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6715 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6716 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6717 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6718 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6719 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6720 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6721 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6722 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6723 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6724 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6725 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6726 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6727 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6728 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6729 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6730 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6731 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6732 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6733 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6734 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6735 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6736 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6737 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6738 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6739
65c89320
RM
6740 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6741 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6742
348f8e8c
RM
6743 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6744 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6745 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6746 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6747 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6748 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6749 Moved ...
6750 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6751 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6752 Moved ...
6753 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6754 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6755 Moved ...
6756 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6757 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6758 Moved ...
6759 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6760 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6761 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6762 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6763 Moved ...
6764 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6765 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6766 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6767 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6768 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6769 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6770 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6771 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6772 Moved ...
6773 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6774 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6775 Moved ...
6776 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6777 ... here.
6778 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6779 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6780 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6781 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6782 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6783 Moved ...
6784 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6785 ... here.
6786 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6787 Moved ...
6788 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6789 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6790 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6791 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6792 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6793 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6794 Moved ...
6795 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6796 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6797 Moved ...
6798 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
6799 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6800 Moved ...
6801 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6802 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6803 Moved ...
6804 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6805 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6806 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6807 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6808 Moved ...
6809 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6810 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6811 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6812 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6813 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6814 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6815 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6816 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6817 Moved ...
6818 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6819 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6820 Moved ...
6821 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6822 ... here.
6823 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6824 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6825 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6826 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6827 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6828 Moved ...
6829 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6830 ... here.
6831 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6832 Moved ...
6833 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6834 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6835 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6836 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6837 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6838 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6839 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6840 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6841 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6842 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6843 Moved ...
6844 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6845 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6846 Moved ...
6847 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6848 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6849 Moved ...
6850 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6851 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6852 Moved ...
6853 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6854 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6855 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6856 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6857 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6858 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6859 Moved ...
6860 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6861 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6862 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6863 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6864 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6865 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6866 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6867 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6868 Moved ...
6869 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6870 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6871 Moved ...
6872 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6873 ... here.
6874 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6875 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6876 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6877 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6878 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6879 Moved ...
6880 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6881 ... here.
6882 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6883 Moved ...
6884 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6885 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6886 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6887 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6888 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6889 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6890 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6891 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6892 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6893 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6894 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6895
5085af05
RM
6896 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6897 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6898
708f0813
RM
6899 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6900 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6901
c96067bc
RM
6902 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6903 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6904 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6905 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6906 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6907 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6908 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6909 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6910 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6911 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6912 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6913 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6914 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6915 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6916 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6917 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6918 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6919 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6920 Moved ...
6921 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6922 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6923 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6924 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6925 Moved ...
6926 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6927 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6928 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6929 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6930 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6931 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6932 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6933 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6934 Moved ...
6935 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6936 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6937 Moved ...
6938 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6939 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6940 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6941 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6942 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6943 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6944 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6945 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6946 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6947 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6948 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6949 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6950 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6951 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6952 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6953 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6954 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6955
ec136444
RM
6956 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6957 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6958 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6959 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6960 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6961
2fbdf533
RM
6962 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6963 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6964 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6965 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6966 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6967 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6968 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6969 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6970 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6971 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6972
4c68138b
RM
6973 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6974 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6975
4eaae765
RM
6976 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6977 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
6978 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6979 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6980 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6981 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6982 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6983 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6984 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6985 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6986 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6987 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6988 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6989 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6990 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6991 Update #include.
6992 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6993 Likewise.
6994 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6995 Likewise.
6996 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6997 Likewise.
6998 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6999 Likewise.
7000 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
7001 Likewise.
7002 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
7003 Likewise.
7004 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7005 Likewise.
7006 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
7007 Likewise.
7008 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
7009 Likewise.
4ef6befa
RM
7010 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
7011 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
7012 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
7013 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
7014 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
7015 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
7016 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
7017 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
7018 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
7019 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
7020 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
7021 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
7022 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
7023 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
7024 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 7025
941d7dfd
RM
7026 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
7027 that was previously under [RESET_PID].
7028 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7029 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
7030 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
7031
1b731c35
RM
7032 * sysdeps/i386/nptl/Implies: New file.
7033 * sysdeps/x86_64/nptl/Implies: New file.
7034 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
7035 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
7036 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
7037 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
7038
e2787137
RM
7039 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
7040 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7041 (__libc_vfork): New strong alias.
7042 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
7043 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
7044
7045 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
7046 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7047 (__libc_vfork): New strong alias.
7048 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
7049 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
7050
5675da1e
RM
7051 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
7052 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7053 (__libc_vfork): New strong alias.
7054 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
7055 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
7056 * nptl/pt-vfork.c: New file.
7057 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
7058 (libpthread: GLIBC_2.20): New version set (empty).
7059
4f02e2b8
WN
70602014-05-14 Will Newton <will.newton@linaro.org>
7061
7062 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
7063 rather than #if.
7064
0bf061d3
JM
70652014-05-14 Joseph Myers <joseph@codesourcery.com>
7066
1a84c3d6
JM
7067 [BZ #16564]
7068 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
7069 arguments with exponent 65 or above.
7070 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
7071 arguments 0x1p113L or above.
7072 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
7073 to arguments 0x1p107L or above.
7074 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
7075 positive arguments with exponent 65 or above.
7076 * math/auto-libm-test-in: Add more tests of log1p.
7077 * math/auto-libm-test-out: Regenerated.
7078
01dbacd2
JM
7079 [BZ #16928]
7080 * math/s_cacos.c (__cacos): Ensure zero real part of result from
7081 non-finite arguments is +0.
7082 * math/s_cacosf.c (__cacosf): Likewise.
7083 * math/s_cacosl.c (__cacosl): Likewise.
7084 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
7085 * sysdeps/i386/fpu/libm-test-ulps: Update.
7086 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7087
913d03c8
JM
7088 [BZ #16927]
7089 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7090 value.
7091 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7092 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7093 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7094 for explicit high bit of mantissa when testing for argument equal
7095 to 1.
7096 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7097 * sysdeps/i386/fpu/libm-test-ulps: Update.
7098 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7099
0bf061d3
JM
7100 [BZ #16516]
7101 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7102 (__erf): Scale by 16 instead of 8 in potentially underflowing
7103 case. Ensure exception if result actually underflows.
7104 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7105 (__erff): Scale by 16 instead of 8 in potentially underflowing
7106 case. Ensure exception if result actually underflows.
7107 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
7108 (efx8): Remove variable.
7109 (__erfl): Scale by 16 instead of 8 in potentially underflowing
7110 case. Ensure exception if result actually underflows.
7111 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7112 (efx8): Remove variable.
7113 (__erfl): Scale by 16 instead of 8 in potentially underflowing
7114 case. Ensure exception if result actually underflows.
7115 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7116 (efx8): Remove variable.
7117 (__erfl): Scale by 16 instead of 8 in potentially underflowing
7118 case. Ensure exception if result actually underflows.
7119 * math/auto-libm-test-in: Add more tests of erf.
7120 * math/auto-libm-test-out: Regenerated.
7121
73ba67cb
AS
71222014-05-14 Andreas Schwab <schwab@suse.de>
7123
3d8c8bff
AS
7124 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7125 Remove code conditionalized on USE___THREAD.
7126
73ba67cb
AS
7127 * config.h.in (HAVE_PT_CHOWN): Define as 0.
7128 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7129 not definedness.
7130
5c521ecd
JM
71312014-05-14 Joseph Myers <joseph@codesourcery.com>
7132
5e7698c6
JM
7133 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7134 Define unconditionally.
7135 (__ASSUME_O_CLOEXEC): Likewise.
7136 (__ASSUME_SOCK_CLOEXEC): Likewise.
7137 (__ASSUME_IN_NONBLOCK): Likewise.
7138 (__ASSUME_PIPE2): Likewise.
7139 (__ASSUME_EVENTFD2): Likewise.
7140 (__ASSUME_SIGNALFD4): Likewise.
7141 (__ASSUME_DUP3): Likewise.
7142 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7143 (__ASSUME_DUP3): Do not define.
7144 (__ASSUME_EVENTFD2): Likewise.
7145 (__ASSUME_IN_NONBLOCK): Likewise.
7146 (__ASSUME_O_CLOEXEC): Likewise.
7147 (__ASSUME_PIPE2): Likewise.
7148 (__ASSUME_SIGNALFD4): Likewise.
7149 (__ASSUME_SOCK_CLOEXEC): Likewise.
7150 (__ASSUME_UTIMES): Undefine.
7151 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7152 (__ASSUME_UTIMES): Do not define.
7153 (__ASSUME_O_CLOEXEC): Likewise.
7154 (__ASSUME_SOCK_CLOEXEC): Likewise.
7155 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7156 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7157 0x020621].
7158 (__ASSUME_PIPE2): Likewise.
7159 (__ASSUME_EVENTFD2): Likewise.
7160 (__ASSUME_SIGNALFD4): Likewise.
7161 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7162 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7163 Do not define.
7164 (__ASSUME_EVENTFD2): Likewise.
7165 (__ASSUME_SIGNALFD4): Likewise.
7166 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7167 (__ASSUME_32BITUIDS): Likewise.
7168 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7169 (__ASSUME_IPC64): Likewise.
7170 (__ASSUME_ST_INO_64_BIT): Likewise.
7171 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7172 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7173 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7174 (__ASSUME_UTIMES): Do not define.
7175 (__ASSUME_PSELECT): Likewise.
7176 (__ASSUME_PPOLL): Likewise.
7177 (__ASSUME_O_CLOEXEC): Likewise.
7178 (__ASSUME_SOCK_CLOEXEC): Likewise.
7179 (__ASSUME_IN_NONBLOCK): Likewise.
7180 (__ASSUME_PIPE2): Likewise.
7181 (__ASSUME_EVENTFD2): Likewise.
7182 (__ASSUME_SIGNALFD4): Likewise.
7183 (__ASSUME_DUP3): Likewise.
7184 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7185 (__ASSUME_UTIMES): Likewise.
7186 (__ASSUME_O_CLOEXEC): Likewise.
7187 (__ASSUME_SOCK_CLOEXEC): Likewise.
7188 (__ASSUME_IN_NONBLOCK): Likewise.
7189 (__ASSUME_PIPE2): Likewise.
7190 (__ASSUME_EVENTFD2): Likewise.
7191 (__ASSUME_SIGNALFD4): Likewise.
7192 (__ASSUME_DUP3): Likewise.
7193 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7194 (__ASSUME_UTIMES): Likewise.
7195 (__ASSUME_O_CLOEXEC): Likewise.
7196 (__ASSUME_SOCK_CLOEXEC): Likewise.
7197 (__ASSUME_IN_NONBLOCK): Likewise.
7198 (__ASSUME_PIPE2): Likewise.
7199 (__ASSUME_EVENTFD2): Likewise.
7200 (__ASSUME_SIGNALFD4): Likewise.
7201 (__ASSUME_DUP3): Likewise.
7202 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7203 Likewise.
7204 (__ASSUME_UTIMES): Likewise.
7205 (__ASSUME_EVENTFD2): Likewise.
7206 (__ASSUME_SIGNALFD4): Likewise.
7207 * sysdeps/unix/sysv/linux/tile/kernel-features.h
7208 (__ASSUME_O_CLOEXEC): Likewise.
7209 (__ASSUME_SOCK_CLOEXEC): Likewise.
7210 (__ASSUME_IN_NONBLOCK): Likewise.
7211 (__ASSUME_PIPE2): Likewise.
7212 (__ASSUME_EVENTFD2): Likewise.
7213 (__ASSUME_SIGNALFD4): Likewise.
7214 (__ASSUME_DUP3): Likewise.
7215 (__ASSUME_UTIMES): Undefine.
7216
5c521ecd
JM
7217 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7218 feclearexcept. Remove symbol versioning code.
7219 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
7220 symbol versioning code.
7221 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
7222 symbol versioning code.
7223 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7224 feupdateenv. Remove symbol versioning code.
7225 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7226 fegetexceptflag. Remove symbol versioning code.
7227 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7228 fesetexceptflag. Remove symbol versioning code.
7229 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7230 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
7231 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7232 (__posix_fadvise64_l32): Remove prototype.
7233 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7234 code.
7235
5da9dfad
RM
72362014-05-13 Roland McGrath <roland@hack.frob.com>
7237
7238 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7239 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7240 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7241 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7242
893b4f37
SK
72432014-05-13 Sami Kerola <kerolasa@iki.fi>
7244
7245 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7246 current working directory
7247
e0db6517
RM
72482014-05-13 Roland McGrath <roland@hack.frob.com>
7249
58aa195d
RM
7250 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7251 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7252 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7253 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7254 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7255 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7256 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7257 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7258 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7259 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7260 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7261 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7262 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7263 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7264 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7265 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7266 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7267 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7268 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7269 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7270 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7271 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7272 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7273 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7274 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7275 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7276 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7277 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7278 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7279 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7280 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7281 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7282 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7283 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7284 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7285 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7286 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7287 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7288 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7289 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7290 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7291 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7292
8c6d01f0
RM
7293 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7294 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7295
7296 * sysdeps/unix/sysv/linux/arm/Makefile
7297 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7298 Add rt-aeabi_unwind_cpp_pr1.
7299 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7300 Add nptl-aeabi_unwind_cpp_pr1.
7301 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7302 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7303 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7304 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7305 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7306 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7307
7308 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7309 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7310 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7311 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7312
bba6da4e
RM
7313 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7314 Deconditionalize the code that was previously under [RESET_PID].
7315 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7316
e0db6517
RM
7317 * sysdeps/generic/exit-thread.h: New file.
7318 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7319 * include/unistd.h (__exit_thread): Remove declaration.
7320 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7321 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7322 * csu/libc-start.c: Include <exit-thread.h>.
7323 (LIBC_START_MAIN): Pass no argument to __exit_thread.
7324 * nptl/pthread_create.c: Include <exit-thread.h>.
7325 (start_thread): Call __exit_thread in place of __exit_thread_inline.
7326 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7327 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7328 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7329 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7330 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7331 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7332 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7333 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7334 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7335 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7336 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7337 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7338 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7339 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7340 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7341 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7342
01eb16fd
AS
73432014-05-13 Andreas Schwab <schwab@suse.de>
7344
7345 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7346
637461d9
JM
73472014-05-12 Joseph Myers <joseph@codesourcery.com>
7348
7349 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7350 (__ASSUME_UTIMES): Do not condition on kernel version.
7351 (__ASSUME_PSELECT): Define unconditionally.
7352 (__ASSUME_PPOLL): Likewise.
7353 (__ASSUME_ATFCTS): Likewise.
7354 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7355 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7356 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7357 (__ASSUME_UTIMENSAT): Define unconditionally.
7358 (__ASSUME_PRIVATE_FUTEX): Likewise.
7359 (__ASSUME_FALLOCATE): Likewise.
7360 (__ASSUME_O_CLOEXEC): Likewise.
7361 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7362 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7363 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7364 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7365 (__ASSUME_IN_NONBLOCK): Likewise.
7366 (__ASSUME_PIPE2): Likewise.
7367 (__ASSUME_EVENTFD2): Likewise.
7368 (__ASSUME_SIGNALFD4): Likewise.
7369 (__ASSUME_DUP3): Likewise.
7370 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7371 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7372 (__ASSUME_AT_RANDOM): Likewise.
7373 (__ASSUME_PREADV): Likewise.
7374 (__ASSUME_PWRITEV): Likewise.
7375 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7376 (__ASSUME_F_GETOWN_EX): Define unconditionally.
7377 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7378 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7379 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7380 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7381 (__ASSUME_O_CLOEXEC): Define unconditionally.
7382 (__ASSUME_PSELECT): Do not undefine conditionally.
7383 (__ASSUME_PPOLL): Likewise.
7384 (__ASSUME_ATFCTS): Likewise.
7385 (__ASSUME_SET_ROBUST_LIST): Likewise.
7386 (__ASSUME_UTIMENSAT): Likewise.
7387 (__ASSUME_FDATASYNC): Define unconditionally.
7388 * sysdeps/unix/sysv/linux/arm/kernel-features.h
7389 (__ASSUME_SIGFRAME_V2): Likewise.
7390 )__ASSUME_EVENTFD2): Likewise.
7391 (__ASSUME_SIGNALFD4): Likewise.
7392 (__ASSUME_PSELECT): Do not undefine conditionally.
7393 (__ASSUME_PPOLL): Likewise.
7394 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7395 (__ASSUME_PSELECT): Define unconditionally.
7396 (__ASSUME_PPOLL): Likewise.
7397 (__ASSUME_O_CLOEXEC): Likewise.
7398 (__ASSUME_SOCK_CLOEXEC): Likewise.
7399 (__ASSUME_IN_NONBLOCK): Likewise.
7400 (__ASSUME_PIPE2): Likewise.
7401 (__ASSUME_EVENTFD2): Likewise.
7402 (__ASSUME_SIGNALFD4): Likewise.
7403 (__ASSUME_DUP3): Likewise.
7404 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7405 (__ASSUME_O_CLOEXEC): Likewise.
7406 (__ASSUME_SOCK_CLOEXEC): Likewise.
7407 (__ASSUME_IN_NONBLOCK): Likewise.
7408 (__ASSUME_PIPE2): Likewise.
7409 (__ASSUME_EVENTFD2): Likewise.
7410 (__ASSUME_SIGNALFD4): Likewise.
7411 (__ASSUME_DUP3): Likewise.
7412 * sysdeps/unix/sysv/linux/mips/kernel-features.h
7413 (__ASSUME_EVENTFD2): Likewise.
7414 (__ASSUME_SIGNALFD4): Likewise.
7415 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7416
315eb1d8
AS
74172014-05-12 Andreas Schwab <schwab@suse.de>
7418
7419 [BZ #16932]
7420 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7421 (_nss_nis_gethostbyname4_r): Return error if item length is larger
7422 than maximum RPC packet size.
7423 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7424 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7425 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7426 (_nss_nis_getservbyport_r): Likewise.
7427
91df99f7
WN
74282014-05-12 Will Newton <will.newton@linaro.org>
7429
7430 * malloc/Makefile (tests): Add tst-mallopt.
7431 * malloc/tst-mallopt.c: New file.
7432
0a982a29
RM
74332014-05-09 Roland McGrath <roland@hack.frob.com>
7434
7435 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7436 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7437
0ded08a5
AZ
74382014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7439
7440 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7441 (tst-tlsmod6.so): Likewise.
7442
55d4d550
RM
74432014-05-09 Roland McGrath <roland@hack.frob.com>
7444
7445 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7446
77d08aca
JM
74472014-05-09 Joseph Myers <joseph@codesourcery.com>
7448
7449 [BZ #16064]
7450 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7451 and <dl-procinfo.h>.
7452 (__fegetenv): Save SSE state in envp->__eip if supported.
7453 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7454 envp->__eip if supported.
7455 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7456 and <dl-procinfo.h>.
7457 (__fesetenv): Always set __eip, __cs_selector, __opcode,
7458 __data_offset and __data_selector in environment to 0. Set SSE
7459 state if supported.
7460 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7461 test-fenv-sse.
7462 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7463 -mfpmath=sse.
7464 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7465
28162f4d
WN
74662014-05-09 Will Newton <will.newton@linaro.org>
7467
7468 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7469 and libc_relro_required for ARM.
7470 * sysdeps/arm/preconfigure: Regenerate.
7471
5a414ff7
DV
74722014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
7473 Stefan Liebler <stli@linux.vnet.ibm.com>
7474
7475 * config.make.in (enable-lock-elision): New Makefile variable.
7476 * configure.ac: Likewise.
7477 * configure: Regenerate.
7478 * sysdeps/s390/configure.ac:
7479 Add check for gcc transactions support.
7480 * sysdeps/s390/configure: Regenerate.
7481 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7482 Build elision files if enabled.
7483 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7484 Add lock elision support for s390.
7485 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7486 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7487 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7488 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7489 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7490 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7491 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7492 Likewise.
7493 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7494 Likewise.
7495 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7496 Likewise.
7497 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7498 Likewise.
7499 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7500 (__lll_timedlock_elision, __lll_lock_elision)
7501 (__lll_unlock_elision, __lll_trylock_elision)
7502 (lll_timedlock_elision, lll_lock_elision)
7503 (lll_unlock_elision, lll_trylock_elision): Add.
7504 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7505 (pthread_mutex_t): Add lock elision support for s390.
7506
1a2f40e5
W
75072014-05-14 Wilco <wdijkstr@arm.com>
7508
7509 * sysdeps/arm/fclrexcpt.c: Cleanup.
7510 * sysdeps/arm/fedisblxcpt.c: Cleanup.
7511 * sysdeps/arm/feenablxcpt.c: Cleanup.
7512 * sysdeps/arm/fegetenv.c: Cleanup.
7513 * sysdeps/arm/fegetexcept.c: Cleanup.
7514 * sysdeps/arm/fegetround.c: Cleanup.
7515 * sysdeps/arm/feholdexcpt.c: Cleanup.
7516 * sysdeps/arm/fesetenv.c: Cleanup.
7517 * sysdeps/arm/fesetround.c: Cleanup.
7518 * sysdeps/arm/feupdateenv.c: Cleanup.
7519 * sysdeps/arm/fgetexcptflg.c: Cleanup.
7520 * sysdeps/arm/fraiseexcpt.c: Cleanup.
7521 * sysdeps/arm/fsetexcptflg.c: Cleanup.
7522 * sysdeps/arm/ftestexcept.c: Cleanup.
7523 * sysdeps/arm/get-rounding-mode.h: Cleanup.
7524 * sysdeps/arm/setfpucw.c: Cleanup.
7525
f63c86fe
WN
75262014-05-09 Will Newton <will.newton@linaro.org>
7527
7528 * sysdeps/arm/armv7/strcmp.S: New file.
7529 * NEWS: Mention addition of ARMv7 optimized strcmp.
7530
7a1a51b5
RM
75312014-05-08 Roland McGrath <roland@hack.frob.com>
7532
95afbbe5
RM
7533 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7534 look for %.ac rather than %.in.
7535
7536 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7537 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7538 * sysdeps/mach/hurd/configure: Regenerated.
7539 * sysdeps/unix/sysv/linux/configure: Regenerated.
7540
7a1a51b5
RM
7541 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7542
5057ad3b
SE
75432014-05-07 Steve Ellcey <sellcey@mips.com>
7544
7545 [BZ# 16922]
7546 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7547 (LONG_SUB): Ditto.
7548 (PTR_SUB): Ditto.
7549
8dc97517
AS
75502014-05-07 Andreas Schwab <schwab@suse.de>
7551
7552 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7553 when skipping over non-matching result from nscd.
7554
ce0c5b8f
OB
75552014-05-07 Ondřej Bílka <neleai@seznam.cz>
7556
7557 [BZ #16876]
7558 * nptl/sockperf.c (client): Check socket return value.
8dc97517 7559
a1189263
OB
7560 [BZ #16877]
7561 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7562 nscd security class.
ce0c5b8f 7563
0f58d252
RM
75642014-05-06 Roland McGrath <roland@hack.frob.com>
7565
7566 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7567 * sysdeps/arm/unwind.h: ... here.
7568
83df9ad0
AJ
75692014-05-06 Aurelien Jarno <aurelien@aurel32.net>
7570
ce0c5b8f
OB
7571 [BZ# 16916]
7572 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7573 Define.
83df9ad0 7574
f360f94a
VR
75752014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
7576
7577 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7578 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7579 multiarch strncpy for PPC64.
7580 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7581 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7582 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7583 multiarch optimizations.
7584 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7585 (__libc_ifunc_impl_list): Likewise.
7586 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
7587 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
7588 multiarch stpncpy for PPC64.
7589 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
7590 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
7591
978a41c3
AS
75922014-05-06 Andreas Schwab <schwab@suse.de>
7593
7594 [BZ #16912]
7595 * gmon/mcount.c (_MCOUNT_DECL): Use
7596 atomic_compare_and_exchange_bool_acq instead of
7597 catomic_compare_and_exchange_bool_acq.
7598
eb1ed03d
RM
75992014-05-05 Roland McGrath <roland@hack.frob.com>
7600
fe658845
RM
7601 * elf/Makefile (others, install-bin): Remove pldd.
7602 (pldd-modules): Variable removed.
7603 ($(objpfx)pldd): Target removed.
7604 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
7605 (others, install-bin): Append pldd here.
7606 ($(objpfx)pldd): New target.
7607
eb1ed03d
RM
7608 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
7609 to 0, so the first #if test emitted later doesn't see it undefined.
7610 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
7611 * sysdeps/gnu/errlist.c: Regenerated.
7612
19c4bec0
AZ
76132014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7614
7615 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
7616 [libc_hidden_builtin_def]: Define to empty value.
7617 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
7618 [libc_hidden_builtin_def]: Likewise.
7619 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
7620 [libc_hidden_builtin_def]: Likewise.
7621 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
7622 [libc_hidden_builtin_def]: Likewise.
7623 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
7624 __redirect_memcpy and define ifunc as default hidden symbol.
7625 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
7626 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
7627
7776e669
AC
76282014-05-04 Adam Conrad <adconrad@0c3.net>
7629
7630 * locale/iso-4217.def: Reintroduce XDR currency.
7631
d69aeb12
AM
76322014-05-04 Allan McRae <allan@archlinux.org>
7633
7634 * po/eo.po: Update Esperanto translation from translation project.
7635
8f1df5cf
CD
76362014-05-02 Carlos O'Donell <carlos@redhat.com>
7637
7638 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
7639 and FEATURE_INDEX_MAX to 1.
7640 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
7641
13e402e7
SE
76422014-05-01 Steve Ellcey <sellcey@mips.com>
7643
7644 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
7645 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
7646 * iconvdata/big5.c (ONE_DIRECTION): Define.
7647 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7648 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7649 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7650 * iconvdata/cp932.c (ONE_DIRECTION): Define.
7651 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7652 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7653 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7654 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7655 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7656 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7657 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7658 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7659 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7660 * iconvdata/gbk.c (ONE_DIRECTION): Define.
7661 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7662 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7663 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7664 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7665 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7666 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7667 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7668 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7669 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7670 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7671 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7672 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7673 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7674 * iconvdata/iso646.c (ONE_DIRECTION): Define.
7675 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7676 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7677 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7678 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7679 * iconvdata/johab.c (ONE_DIRECTION): Define.
7680 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7681 * iconvdata/sjis.c (ONE_DIRECTION): Define.
7682 * iconvdata/t.61.c (ONE_DIRECTION): Define.
7683 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7684 * iconvdata/tscii.c (ONE_DIRECTION): Define.
7685 * iconvdata/uhc.c (ONE_DIRECTION): Define.
7686 * iconvdata/unicode.c (ONE_DIRECTION): Define.
7687 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7688 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7689 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7690
c727f032
RM
76912014-05-01 Roland McGrath <roland@hack.frob.com>
7692
8f2f08d0
RM
7693 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7694 (_IO_JUMPS_OFFSET): Define to 0.
7695
c727f032
RM
7696 * nptl/sysdeps/pthread/bits/libc-lock.h
7697 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7698 (__libc_lock_define_initialized_recursive): Always define using
7699 initializer. Modern compilers treat uninitialized (implicit zero) and
7700 explicit zero initializers the same (i.e. put the datum in bss).
7701
a849e800
AS
77022014-05-01 Andreas Schwab <schwab@linux-m68k.org>
7703
7704 * nscd/nscd-client.h: Include <string.h>.
7705
5331255b
DM
77062014-05-01 David S. Miller <davem@davemloft.net>
7707
7708 [BZ #16885]
7709 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7710 multiple zero bytes exist at the end of a string.
7711 Reported by Aurelien Jarno <aurelien@aurel32.net>
7712
7713 * string/test-strcmp.c (check): Add explicit test for situations where
7714 there are multiple zero bytes after the first.
7715
4fdfe821
AS
77162014-05-01 Andreas Schwab <schwab@linux-m68k.org>
7717
7718 [BZ #16890]
7719 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7720 when compiling wprintf.
7721 * stdio-common/tstdiomisc.c (t3): New function.
7722 (main): Call it.
7723
0cdddc25
SE
77242014-05-01 Steve Ellcey <sellcey@mips.com>
7725
7726 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7727 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7728 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7729 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7730
6426d77e
SE
77312014-05-01 Steve Ellcey <sellcey@mips.com>
7732
7733 * stdlib/longlong.h: Updated from GCC.
7734
6d96f5e4
WN
77352014-05-01 Will Newton <will.newton@linaro.org>
7736 Bernard Ogden <bernie.ogden@linaro.org>
7737
7470db0c
WN
7738 * NEWS: Update fixed bug list.
7739
6d96f5e4
WN
7740 [BZ #15119]
7741 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7742
211d653c
DM
77432014-04-30 David S. Miller <davem@davemloft.net>
7744
4fa262fa
DM
7745 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7746 (libc_feholdexcept_setround_sparc_ctx): New function.
7747 (libc_fesetenv_sparc_ctx): Likewise.
7748 (libc_feupdateenv_sparc_ctx): Likewise.
7749 (libc_feholdsetround_sparc_ctx): Likewise.
7750 (libc_feholdexcept_setround_ctx): Define.
7751 (libc_feholdexcept_setroundf_ctx): Likewise.
7752 (libc_feholdexcept_setroundl_ctx): Likewise.
7753 (libc_fesetenv_ctx): Likewise.
7754 (libc_fesetenvf_ctx): Likewise.
7755 (libc_fesetenvl_ctx): Likewise.
7756 (libc_feupdateenv_ctx): Likewise.
7757 (libc_feupdateenvf_ctx): Likewise.
7758 (libc_feupdateenvl_ctx): Likewise.
7759 (libc_feresetround_ctx): Likewise.
7760 (libc_feresetroundf_ctx): Likewise.
7761 (libc_feresetroundl_ctx): Likewise.
7762 (libc_feholdsetround_ctx): Likewise.
7763 (libc_feholdsetroundf_ctx): Likewise.
7764 (libc_feholdsetroundl_ctx): Likewise.
7765
1d3d93ef
DM
7766 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7767 with __USE_GNU instead of XOPEN cpp guards.
7768
8aa583c3
DM
7769 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7770 0.
7771
211d653c
DM
7772 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7773 with XOPEN cpp guards.
7774
60c8f1f6
JB
77752014-04-30 Julian Brown <julian@codesourcery.com>
7776
7777 [BZ #16888]
7778 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7779 handling.
7780
9a461d46
JM
77812014-04-30 Joseph Myers <joseph@codesourcery.com>
7782
d0f5b3f8
JM
7783 [BZ #9894]
7784 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7785 Change to 2.6.32.
7786 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7787 * sysdeps/unix/sysv/linux/configure: Regenerated.
7788 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7789 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7790 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7791 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7792 * README: Update reference to required Linux kernel version.
7793 * manual/install.texi (Linux): Update reference to required Linux
7794 kernel headers version.
7795 * INSTALL: Regenerated.
7796
9a461d46
JM
7797 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
7798 header inclusion.
7799 [POSIX] (limits.h): Likewise.
7800 [POSIX] (math.h): Likewise.
7801 [POSIX] (sys/wait.h): Likewise.
7802 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7803 function.
7804 [POSIX] (stddef.h): Do not allow header inclusion.
7805
1775babf
AZ
78062014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7807
57f41c40 7808 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 7809
8f630cca
YY
78102014-04-30 Yang Yingliang <yangyingliang@huawei.com>
7811
7812 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7813 Return immediately after lll_futex_wake.
7814
1cdeb237
SP
78152014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
7816
bc8f194c
SP
7817 [BZ #16791]
7818 * nscd/nscd-client.h (datahead_init_common): Initialize entire
7819 structure.
7820 (datahead_init_pos): Call datahead_init_common early.
7821 (datahead_init_neg): Likewise.
7822
1cdeb237
SP
7823 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7824 datahead_init_neg): New functions.
7825 * nscd/aicache.c (addhstaiX): Use them.
7826 * nscd/grpcache.c (cache_addgr): Likewise.
7827 * nscd/hstcache.c (cache_addhst): Likewise.
7828 * nscd/initgrcache.c (addinitgroupsX): Likewise.
7829 * nscd/netgroupcache.c (do_notfound): Likewise.
7830 (addgetnetgrentX): Likewise.
7831 (addinnetgrX): Likewise.
7832 * nscd/pwdcache.c (cache_addpw): Likewise.
7833 * nscd/servicescache.c (cache_addserv): Likewise.
7834
16b293a7
SP
78352014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
7836 Atsushi Onoe <atsushi@onoe.org>
7837
7838 [BZ #14308]
7839 [BZ #12994]
7840 [BZ #13651]
7841 * resolv/res_query.c (__libc_res_nsearch): Return if at least
7842 one response is valid.
7843 * resolv/res_send.c (send_dg): Check for validity of other
7844 response if the current response is a referral.
7845
a28a9b94
SE
78462014-04-29 Steve Ellcey <sellcey@mips.com>
7847
7848 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7849
2ca180e9
SL
78502014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
7851
7852 [BZ #16823]
7853 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7854 Always divide by positive zero when computing -Inf result.
7855 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7856 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7857
18f2945a
AZ
78582014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7859
7860 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7861 FPSCR if value do not change.
7862 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7863 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7864 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7865 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7866 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7867 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7868 function.
7869
5abebba4
CD
78702014-05-29 Carlos O'Donell <carlos@systemhalted.org>
7871
7872 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7873 * sysdeps/unix/sysv/linux/hppa: Move directory from
7874 ports/systeps/unix/sysv/linux/hppa.
7875 * README: Update listing for hppa-*-linux-gnu.
7876
f7ed60c2
OB
78772014-04-28 Ondřej Bílka <neleai@seznam.cz>
7878
fff763a5
OB
7879 [BZ #16754]
7880 * manual/stdio.texi (Hook functions): Fix types of stream hook
7881 functions.
f7ed60c2
OB
7882 [BZ #16854]
7883 * socket/sys/socket.h: Fix typo in comment.
7884
df639d73
WD
78852014-04-28 Wilco <wdijkstr@arm.com>
7886
f7ed60c2 7887 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
7888 * sysdeps/arm/math_private.h: New file.
7889 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7890
48332d82
L
78912014-04-25 H.J. Lu <hongjiu.lu@intel.com>
7892
7893 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7894 with __int128_t.
7895 (La_x86_64_retval): Likewise.
7896
e5e0d9a4
IB
78972014-04-24 Ian Bolton <ian.bolton@arm.com>
7898
7899 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7900 fpsr if value didn't change.
7901 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7902 to fpcr if value didn't change.
7903 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7904 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7905 fpsr or fpcr if value didn't change.
7906 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7907 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7908 fpcr if value didn't change.
7909 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7910 to fpsr if value didn't change.
7911
bacc75f7
SP
79122014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
7913
7914 * nptl/tst-sem3.c: Use test-skeleton.c
7915 (main): Rename to do_test. Use return instead of
7916 exit.
7917 * nptl/tst-sem4.c: Use test-skeleton.c
7918 (main): Rename to do_test.
7919
a059d359
DM
79202014-04-22 David S. Miller <davem@davemloft.net>
7921
7922 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7923 (struct sigaction): New struct member __glibc_reserved0, change
7924 type of sa_flags to int.
7925
ea6c92f3
YZ
79262014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
7927
7928 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7929 (COUNT_LEADING_ZEROS_0): Define for AArch64.
7930
766c4a36
SP
79312014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
7932
7933 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7934 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7935
140cc7ab
VK
79362014-04-22 Will Newton <will.newton@linaro.org>
7937 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
7938
7939 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7940 (__longjmp): Add longjmp and longjmp_target SystemTap
7941 probes.
7942 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7943 (__sigsetjmp): Add setjmp SystemTap probe.
7944
c54e5cf7
CD
79452014-04-17 Carlos O'Donell <carlos@redhat.com>
7946
7947 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7948 match manual order.
7949
75ffb047
AZ
79502014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7951
7952 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7953
2cd925f7
AZ
7954 * sysdeps/powerpc/fpu/fenv_private.h
7955 (libc_feholdexcept_setroundl_ctx): Define to
7956 libc_feholdexcept_setround_ppc_ctx.
7957 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7958 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7959 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7960 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7961
39e6cd8d
IB
79622014-04-17 Ian Bolton <ian.bolton@arm.com>
7963
7964 * sysdeps/aarch64/math-tests.h: New file.
7965
f9281df9
SY
79662014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
7967
7968 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7969 New.
7970 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7971 Check and set bit_AVX2_Usable.
7972 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7973 macro.
7974 (bit_AVX2): Likewise.
7975 (index_AVX2_Usable): Likewise.
7976 (CPUID_AVX2): Likewise.
7977 (HAS_AVX2): Likewise.
7978
37d35007
WN
79792014-04-17 Will Newton <will.newton@linaro.org>
7980
7c677662
WN
7981 * manual/setjmp.texi (System V contexts): Add note that
7982 calling setcontext on a context created by a call to a
7983 signal handler is undefined. Update text to note that
7984 setcontext from a signal handler is possible but not
7985 recommended.
7986
37d35007 7987 [BZ #16629]
e04a4e9d
WN
7988 * stdlib/tst-setcontext.c: Include signal.h.
7989 (main): Check that the signal stack before and
7990 after swapcontext is the same.
7991
37d35007
WN
7992 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7993 Re-implement to restore registers in user code and avoid
7994 rt_sigreturn system call.
7995
423a7160
W
79962014-04-17 Wilco <wdijkstr@arm.com>
7997
7998 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7999 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
8000 * math/test-fenv.c: Skip exception trap tests on targets which only
8001 support non-stop mode.
8002
bc93ab29
IB
80032014-04-17 Ian Bolton <ian.bolton@arm.com>
8004 Wilco Dijkstra <wilco.dijkstra@arm.com>
8005
8006 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
8007 (libc_feholdsetround_aarch64_ctx)
8008 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
8009 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
8010 (libc_feresetround_ctx, libc_feresetroundf_ctx)
8011 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
8012 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
8013 (libc_feresetround_noexl_ctx): Define.
8014
95fc5fa3
RH
80152014-04-16 Richard Henderson <rth@redhat.com>
8016
ddb04724
RH
8017 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
8018
d77c0899
RH
8019 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
8020 unwind tables.
8021
a3df56fc
RH
8022 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
8023 const from the non-libc, non-ldso copy.
8024
95fc5fa3
RH
8025 * sysdeps/alpha/libm-test-ulps: Regenerate.
8026
7e0b6763
IB
80272014-04-16 Ian Bolton <ian.bolton@arm.com>
8028 Wilco Dijkstra <wilco.dijkstra@arm.com>
8029
8030 * sysdeps/aarch64/fpu/math_private.h: New file.
8031
a9ea2e0c
MS
80322014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
8033
8034 * sysdeps/aarch64/libm-test-ulps: Regenerate.
8035
ea8ba7cd
IZ
80362014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
8037
7e54fd04 8038 [BZ #16275]
ea8ba7cd
IZ
8039 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
8040 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
8041 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
8042 Intel MPX bound registers before _dl_profile_fixup.
8043 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
8044 registers after _dl_profile_fixup. Save and restore bound
8045 registers bnd0/bnd1 when calling _dl_call_pltexit.
8046 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
8047 (LR_BND_OFFSET): Likewise.
8048 (LRV_BND0_OFFSET): Likewise.
8049 (LRV_BND1_OFFSET): Likewise.
8050
9f2a4fbc
ST
80512014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
8052
8053 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
8054 to...
8055 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
8056 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
8057 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
8058 fields.
9f2a4fbc 8059
fd15a59b
ST
80602014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
8061
8062 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
8063
f19dfa0a
SL
80642014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
8065
8066 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8067
4fa8bc3b
SL
80682014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
8069
8070 [BZ #14770]
8071 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
8072 * sysdeps/s390/configure: Regenerate.
8073
8ea587db
SL
8074 [BZ #16824]
8075 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
8076 Set round-to-nearest internally to reduce error accumulation.
8077
aa5f0ff1
AM
80782014-04-16 Alan Modra <amodra@gmail.com>
8079
8080 [BZ #16740]
8081 [BZ #16619]
8082 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
8083 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 8084 * NEWS: Update fixed bug list.
aa5f0ff1 8085
bb9c256f
SP
80862014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
8087
8088 * benchtests/Makefile: Depend on libraries in build directory.
8089 (bench-math): Separate out math tests.
8090 (bench-pthread): Separate out pthread tests.
8091 (bench): Include math and pthread tests.
8092
f737dfd0
CD
80932014-04-14 Carlos O'Donell <carlos@redhat.com>
8094
8095 [BZ #16831]
8096 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8097 _dl_debug_initialize.
8098
0699f766
CD
8099 * configure.ac: Remove SELinux header check.
8100 * configure: Regenerate.
8101 * nscd/selinux.c (perms): Array of const char* to permission names.
8102 (nscd_request_avc_has_perm): Call security_deny_unknown to find
8103 default policy. Call string_to_security_class and string_to_av_perm to
8104 translate strings. Enforce default policy and call avs_has_perm with
8105 results of translated strings.
8106
809bd45f
DM
81072014-04-13 David S. Miller <davem@davemloft.net>
8108
8109 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8110
89e691f2
AM
81112014-04-12 Allan McRae <allan@archlinux.org>
8112
8113 [BZ #16838]
8114 * manual/string.texi (Collation Functions): Fix qsort argument
8115 order in example.
8116 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8117
9c9daaeb
CM
81182014-04-11 Chris Metcalf <cmetcalf@tilera.com>
8119
8120 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8121 Make the test a no-op if there are no exceptions defined.
8122
95561fb9
PP
81232014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
8124
fe8d072c 8125 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
8126 enable-hardcoded-path-in-tests
8127
970c602a
WN
81282014-04-11 Will Newton <will.newton@linaro.org>
8129
8130 * benchtests/Makefile (extra-objs): Add json-lib.o.
8131 (bench-func): Tidy up JSON output.
8132 * benchtests/bench-skeleton.c: Include json-lib.h.
8133 (main): Use JSON library functions to do output of
8134 benchmark results.
8135 * benchtests/bench-timing-type.c (main): Output the
8136 timing type simply, leaving formatting to the user.
8137 * benchtests/json-lib.c: New file.
8138 * benchtests/json-lib.h: Likewise.
8139
36875b06
TR
81402014-04-11 Torvald Riegel <triegel@redhat.com>
8141
8142 [BZ #15215]
8143 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8144 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
8145 memory barriers. Add comments.
8146 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8147 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8148 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8149 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8150 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8151 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8152
579db35a
SL
81532014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
8154
8155 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8156 * sysdeps/s390/s390-64/configure.ac: ... this ...
8157 * sysdeps/s390/configure.ac: ... to here.
8158 * sysdeps/s390/s390-32/configure: Delete file.
8159 * sysdeps/s390/s390-64/configure: Delete file.
8160 * sysdeps/s390/configure: Regenerate.
8161
c12e9f37
JAPH
81622014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
8163
8164 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8165
439bda32
WN
81662014-04-11 Will Newton <will.newton@linaro.org>
8167
8168 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8169 to zero if it is not defined elsewhere. (mtrim): Test
8170 the value of MALLOC_DEBUG with #if rather than #ifdef.
8171
6a5d6ea1
TR
81722014-04-10 Torvald Riegel <triegel@redhat.com>
8173
8174 * benchtests/pthread_once-inputs: New file.
8175 * benchtests/pthread_once-source.c: New file.
8176 * benchtests/README: Update documentation.
8177
a4c75cfd
IZ
81782014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
8179 H.J. Lu <hongjiu.lu@intel.com>
8180
7e54fd04 8181 [BZ #16275]
a4c75cfd
IZ
8182 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8183 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8184 * sysdeps/x86_64/configure: Regenerated.
8185 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8186 macro.
8187 (REGISTER_SAVE_RAX): Likewise.
8188 (REGISTER_SAVE_RCX): Likewise.
8189 (REGISTER_SAVE_RDX): Likewise.
8190 (REGISTER_SAVE_RSI): Likewise.
8191 (REGISTER_SAVE_RDI): Likewise.
8192 (REGISTER_SAVE_R8): Likewise.
8193 (REGISTER_SAVE_R9): Likewise.
8194 (REGISTER_SAVE_BND0): Likewise.
8195 (REGISTER_SAVE_BND1): Likewise.
8196 (REGISTER_SAVE_BND2): Likewise.
8197 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
8198 bound registers when calling _dl_fixup.
8199
27822ce6
AZ
82002014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8201
8202 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
8203 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8204 of its definition.
27822ce6
AZ
8205 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8206 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8207 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8208 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8209 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8210 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8211 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8212
a88ddc90
PTB
82132014-04-09 Peter Brett <peter@peter-b.co.uk>
8214
8215 [BZ #15514]
8216 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8217 pathconf(_PC_NAME_MAX).
8218
01f8eac2
AZ
82192014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8220
8221 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8222 Remove macro usage.
8223 (__PTHREAD_SPINS): Move definition to ...
8224 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8225 (__PTHREAD_SPINS): ... here.
8226 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8227 (__PTHREAD_SPIN): Likewise.
8228 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8229 (__PTHREAD_SPIN): Likewise.
8230 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8231 (__PTHREAD_SPIN): Likewise.
8232 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8233 (__PTHREAD_SPIN): Likewise.
8234 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8235 (__PTHREAD_SPIN): Likewise.
8236 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8237 (__PTHREAD_SPIN): Likewise.
8238 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8239 (__PTHREAD_SPIN): Likewise.
8240 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8241 (__PTHREAD_SPIN): Likewise.
8242 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8243 (__PTHREAD_SPIN): Likewise.
8244 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8245 (__PTHREAD_SPIN): Likewise.
8246 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8247 (__PTHREAD_SPIN): Likewise.
8248 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8249 (__PTHREAD_SPIN): Likewise.
8250
de21c33c
AZ
8251 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8252 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8253 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8254 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8255 imply folder.
8256 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8257 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8258 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8259 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8260 correct imply path.
8261 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8262 strlen symbol for non multi-arch builds.
8263 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8264 missing hidden_def and weak_alias.
8265
862c472e
CD
82662014-04-08 Carlos O'Donell <carlos@redhat.com>
8267
8268 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8269
8667f90e
WN
82702014-04-07 Will Newton <will.newton@linaro.org>
8271
8272 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8273 and contents. [!_LIBC] Remove #ifndef and contents.
8274 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
8275 * string/memccpy.c (__memccpy): Use ANSI prototype.
8276 * string/memfrob.c (memfrob): Likewise.
8277 * string/strcoll.c (STRCOLL): Likewise.
8278 * string/strlen.c (strlen): Likewise.
8279 * string/strtok.c (STRTOK): Likewise.
8280 * string/strcat.c: Remove unused #include of memcopy.h.
8281 (strcat): Use ANSI prototype.
8282 * string/strchr.c: Remove unused #include of memcopy.h.
8283 (strchr): Use ANSI prototype.
8284 * string/strcmp.c: Remove unused #include of memcopy.h.
8285 (strcmp): Use ANSI prototype.
8286 * string/strcpy.c: Remove unused #include of memcopy.h.
8287 (strcpy): Use ANSI prototype.
8288
7ffa9423
AZ
82892014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8290
8291 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8292 * config.make.in (config-extra-cppflags): Set it from
8293 libc_extra_cppflags.
8294 * configure.ac (libc_extra_cflags): Make it accumulate over
8295 configure fragments.
8296 (libc_extra_cppflags): New flag.
8297 * configure. Regenerate.
8298 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
8299 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8300 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
8301 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8302
8bd70862
AZ
8303 [BZ #16815]
8304 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8305 result for FE_DOWNWARD rounding mode.
8306 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8307 Likewise.
8308 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8309
d42f3448
CM
83102014-04-04 Chris Metcalf <cmetcalf@tilera.com>
8311
8312 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8313 in function argument name.
8314
1c21d115
DS
83152014-04-03 David Svoboda <svoboda@cert.org>
8316
8317 [BZ #5666]
8318 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8319 explicitly.
8320
fcccd512
RM
83212014-04-03 Roland McGrath <roland@hack.frob.com>
8322
8323 * elf/dl-unmap-segments.h: New file.
8324 * sysdeps/generic/ldsodefs.h
8325 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8326 * elf/dl-close.c: Include <dl-unmap-segments.h>.
8327 * elf/dl-fptr.c: Likewise.
8328 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8329 * sysdeps/aarch64/tlsdesc.c: Likewise.
8330 * sysdeps/arm/tlsdesc.c: Likewise.
8331 * sysdeps/i386/tlsdesc.c: Likewise.
8332 * sysdeps/tile/dl-runtime.c: Likewise.
8333 * sysdeps/x86_64/tlsdesc.c: Likewise.
8334 * elf/dl-load.h: New file.
8335 * elf/dl-load.c: Include it.
8336 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8337 Macros moved to dl-load.h.
8338 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8339 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8340 Use _dl_unmap_segments in place of __munmap.
8341 Break out segment-mapping loop into ...
8342 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8343
f6488e2b
WN
83442014-04-03 Will Newton <will.newton@linaro.org>
8345
8346 * elf/dl-lookup.c (do_lookup_x): Remove comment
8347 referring to nested function and move variable
8348 declarations down to before first use.
8349
6f05bafe
JM
83502014-04-02 Joseph Myers <joseph@codesourcery.com>
8351
a84e78c8
JM
8352 [BZ #16799]
8353 [BZ #16800]
8354 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8355 with 0 numerator.
8356 * math/s_catanf.c (__catanf): Likewise.
8357 * math/s_catanh.c (__catanh): Likewise.
8358 * math/s_catanhf.c (__catanhf): Likewise.
8359 * math/s_catanhl.c (__catanhl): Likewise.
8360 * math/s_catanl.c (__catanl): Likewise.
8361 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8362 by positive zero when computing -Inf result.
8363 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8364 (catanh_test): Likewise.
8365 * sysdeps/i386/fpu/libm-test-ulps: Update.
8366 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8367
6f05bafe
JM
8368 [BZ #16789]
8369 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8370 instead of using underflowing value in computing result.
8371 * math/s_clog10.c (__clog10): Likewise.
8372 * math/s_clog10f.c (__clog10f): Likewise.
8373 * math/s_clog10l.c (__clog10l): Likewise.
8374 * math/s_clogf.c (__clogf): Likewise.
8375 * math/s_clogl.c (__clogl): Likewise.
8376 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8377 (clog10_test): Likewise.
8378 * sysdeps/i386/fpu/libm-test-ulps: Update.
8379 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8380
b0abbc21
AM
83812014-04-02 Alan Modra <amodra@gmail.com>
8382
8383 [BZ #16739]
8384 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8385 output when value is near a power of two. Use int64_t for lx and
8386 remove casts. Use decimal rather than hex exponent constants.
8387 Don't use long double multiplication when double will suffice.
8388 * math/libm-test.inc (nextafter_test_data): Add tests.
8389 * NEWS: Add 16739 and 16786 to bug list.
8390
af6b1797
AM
8391 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8392
483818d7
AM
8393 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8394
f6c55796
WN
83952014-04-01 Will Newton <will.newton@linaro.org>
8396
8397 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8398 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
8399
13f7fe35
FW
84002014-04-01 Florian Weimer <fweimer@redhat.com>
8401
8402 [BZ #13347]
8403 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8404 * nptl/tst-setuid2.c: New file.
8405 * nptl/Makefile (xtests): Add tst-setuid2.
8406
c859b32e
AM
84072014-04-01 Alan Modra <amodra@gmail.com>
8408
8409 [BZ #16786]
8410 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8411
54fa2475
JM
84122014-03-31 Joseph Myers <joseph@codesourcery.com>
8413
8795b4a4
JM
8414 [BZ #6803]
8415 [BZ #6804]
8416 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8417 set errno as appropriate.
8418 * math/w_scalbf.c (__scalbf): Likewise.
8419 * math/w_scalbl.c (__scalbl): Likewise.
8420 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8421 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8422 * math/libm-test.inc (scalb_test_data): Add errno expectations.
8423 Add more NaN tests.
8424
54fa2475
JM
8425 [BZ #16349]
8426 * math/w_atan2.c: Include <errno.h>.
8427 (__atan2): Set errno for result underflowing to zero.
8428 * math/w_atan2f.c: Include <errno.h>.
8429 (__atan2f): Set errno for result underflowing to zero.
8430 * math/w_atan2l.c: Include <errno.h>.
8431 (__atan2l): Set errno for result underflowing to zero.
8432 * math/auto-libm-test-in: Don't allow missing errno for some atan2
8433 tests.
8434 * math/auto-libm-test-out: Regenerated.
8435
757d9dd5
AZ
84362014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8437
8438 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8439 Encode instruction correctly in little endian.
8440 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8441 Likewise.
8442 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8443 Likewise.
8444 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8445 Likewise.
8446 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8447 Likewise.
8448
d7a68734
JM
84492014-03-31 Joseph Myers <joseph@codesourcery.com>
8450
47c5adeb
JM
8451 [BZ #9894]
8452 * sysdeps/unix/sysv/linux/kernel-features.h
8453 [__sparc__ && !__arch64__ && !__sparc_v9__]
8454 (__ASSUME_SET_ROBUST_LIST): Do not define.
8455 [__sparc__ && !__arch64__ && !__sparc_v9__]
8456 (__ASSUME_FUTEX_LOCK_PI): Likewise.
8457 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8458 Likewise.
8459 * sysdeps/unix/sysv/linux/arm/kernel-features.h
8460 (__ASSUME_FUTEX_LOCK_PI): Undefine.
8461 (__ASSUME_REQUEUE_PI): Likewise.
8462 (__ASSUME_SET_ROBUST_LIST): Likewise.
8463 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8464 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8465 Undefine.
8466 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8467 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8468 Likewise.
8469 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8470 Likewise.
8471 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8472 Likewise.
8473 * sysdeps/unix/sysv/linux/mips/kernel-features.h
8474 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8475 Undefine.
8476 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8477 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8478 Likewise.
8479
d7a68734
JM
8480 [BZ #16648]
8481 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8482 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8483 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8484
c760f5c2
WN
84852014-03-31 Will Newton <will.newton@linaro.org>
8486
8487 * benchtests/Makefile (bench): Add ffs and ffsll to list
8488 of tests.
8489 * benchtests/ffs-inputs: New file.
8490 * benchtests/ffsll-inputs: Likewise.
8491
ea6029b1
JM
84922014-03-29 Joseph Myers <joseph@codesourcery.com>
8493
8494 [BZ #16770]
8495 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8496 too large before casting to int.
8497 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8498 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8499 * math/libm-test.inc (scalb_test_data): Add more tests.
8500
cf806aff
SP
85012014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
8502
56737508
SP
8503 * benchtests/Makefile (DETAILED_OPT): New make option.
8504 (bench-func): Run benchmark program with -d if DETAILED_OPT is
8505 set.
8506 * benchtests/bench-skeleton.c: Include stdbool.h.
8507 (main): Store and print timings per input.
8508 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8509 member to each argument value.
8510 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8511 (_print_arg_data): Initialize per-input timing to 0.
8512
cb5e4aad
SP
8513 * benchtests/Makefile (timing-type): New binary.
8514 (bench-clean): Also remove bench-timing-type.
8515 (bench): New target for timing-type.
8516 (bench-func): Print output in JSON format.
8517 * benchtests/bench-skeleton.c (main): Print output in JSON
8518 format.
8519 * benchtests/bench-timing-type.c: New file.
8520 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8521 (TIMING_PRINT_STATS): Remove.
8522 * benchtests/scripts/bench.py (_print_arg_data): Store variant
8523 name separately.
8524
cf806aff
SP
8525 * benchtests/bench-modf.c: Remove.
8526 * benchtests/modf-inputs: New inputs file.
8527
289e0779
JM
85282014-03-28 Joseph Myers <joseph@codesourcery.com>
8529
8530 [BZ #16362]
8531 * math/s_clog10.c (M_PI_LOG10E): New macro.
8532 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8533 imaginary parts are 0.
8534 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8535 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8536 imaginary parts are 0.
8537 * math/s_clog10l.c (M_PI_LOG10El): New macro.
8538 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8539 imaginary parts are 0.
8540 * math/libm-test.inc (clog10_test_data): Update expected results
8541 for when real and imaginary parts are 0.
8542
277ae3f1
PP
85432014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
8544
8545 * elf/dl-load.c: Finish conversion of __builtin_expect into
8546 __glibc_{un}likely.
8547
03a7091f
JM
85482014-03-27 Joseph Myers <joseph@codesourcery.com>
8549
8550 [BZ #16348]
8551 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8552 1+x for argument with exponent below -67.
8553 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8554 Likewise.
8555 * math/auto-libm-test-in: Add more tests of exp.
8556 * math/auto-libm-test-out: Regenerated.
8557
ea7d8b95
SP
85582014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
8559
dd3022d7
SP
8560 [BZ #16759]
8561 * inet/getnetgrent_r.c (get_nonempty_val): New function.
8562 (nscd_getnetgrent): Use it.
8563
ea7d8b95
SP
8564 [BZ #16760]
8565 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8566 of stpcpy.
8567
df5b85da
AK
85682014-03-27 Andi Kleen <ak@linux.intel.com>
8569
57f41c40
AS
8570 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8571 (lll_robust_lock, lll_cond_lock, lll_timedlock)
8572 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8573 (lll_robust_unlock): Remove out of line section. Use cfi
8574 intrinsics.
df5b85da 8575 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
8576 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
8577 (lll_robust_lock, lll_cond_lock, lll_timedlock)
8578 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8579 (lll_robust_unlock): Remove out of line section. Use cfi
8580 intrinsics.
df5b85da
AK
8581 (LLL_STUB_UNWIND_INFO*): Remove.
8582
fbd6b5a4
SP
85832014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
8584
8585 [BZ #16758]
8586 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
8587 blank values.
8588
1b26b855
PP
85892014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
8590
8591 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
8592
9be36fb8
JM
85932014-03-26 Joseph Myers <joseph@codesourcery.com>
8594
8595 [BZ #16198]
8596 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
8597 fnstenv.
8598 * math/test-fenv-preserve.c: New file.
8599 * math/Makefile (tests): Add test-fenv-preserve.
8600
60a2f3c1
WN
86012014-03-26 Will Newton <will.newton@linaro.org>
8602
8603 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
8604
a5e5f1e2
RM
86052014-03-25 Roland McGrath <roland@hack.frob.com>
8606
8607 * scripts/versionlist.awk: Partition the version sets and emit all
8608 GLIBC_* (sorted) before all others (sorted).
8609
00f4012a
JM
86102014-03-25 Joseph Myers <joseph@codesourcery.com>
8611
8612 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
8613 GLIBC_2.2.5 version.
8614
7bc5a741
AZ
86152014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8616
8617 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
8618 calls.
8619
7578473b
AZ
8620 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
8621 previous change.
8622
f3f1dab3
AZ
8623 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8624
6da36183
AS
86252014-03-25 Andreas Schwab <schwab@suse.de>
8626
8627 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
8628 label to be used after in6ailist is initialized.
8629
f3f1dab3 86302014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 8631
7578473b 8632 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
8633 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8634
046651c1
JM
86352014-03-25 Joseph Myers <joseph@codesourcery.com>
8636
8637 [BZ #16357]
8638 [BZ #16599]
8639 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
8640 min_plus_half.
8641 (fp_formats): Update initializers.
8642 (init_fp_formats): Initialize new field.
8643 (output_for_one_input_case): Allow underflow for results up to
8644 min_plus_half.
8645 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
8646 * math/auto-libm-test-in: Don't mark some underflows from asin and
8647 atanh as spurious.
8648 * math/auto-libm-test-out: Regenerated.
8649 * sysdeps/i386/fpu/libm-test-ulps: Update.
8650 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8651
003e49ed
AS
86522014-03-25 Andreas Schwab <schwab@suse.de>
8653
8654 * libio/Makefile (tst-ftell-partial-wide-ENV)
8655 (tst-ftell-active-handler-ENV): Define.
8656
de031874
SL
86572014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
8658
8659 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8660
55a81e3b
PP
86612014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
8662
8663 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8664
f3426898
JM
86652014-03-24 Joseph Myers <joseph@codesourcery.com>
8666
8667 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8668 * sysdeps/x86_64/fpu/multiarch/e_exp.c
8669 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8670
a42faf59
PP
86712014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
8672
8673 [BZ #16634]
a42faf59 8674 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
8675 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8676 (open_path): Change from boolean 'secure' to complete flag 'mode'
8677 (_dl_map_object): Adjust.
a42faf59
PP
8678 * elf/Makefile (tests): Add tst-dlopen-aout.
8679 * elf/tst-dlopen-aout.c: New test.
8680
50936127
SL
86812014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
8682
8683 [BZ #16714]
8684 * sysdeps/unix/sysv/linux/s390/bits/stat.h
8685 (struct stat): Rename member pad0 to __glibc_reserved0.
8686
26011b5c
SL
8687 [BZ #16712]
8688 * sysdeps/s390/s390-32/bits/wordsize.h
8689 (__WORDSIZE32_SIZE_ULONG): New define.
8690 * sysdeps/s390/s390-64/bits/wordsize.h
8691 (__WORDSIZE32_SIZE_ULONG): Likewise.
8692 * sysdeps/generic/stdint.h (SIZE_MAX):
8693 Define as UL if __WORDSIZE32_SIZE_ULONG.
8694
a2d86bf1
SL
8695 [BZ #16713]
8696 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8697 (__glibc_reserved0): New variable.
8698 (sa_flags): Change type to int.
8699
78b6eebc
SL
8700 * posix/Makefile (before-compile): Use += before-compile instead
8701 of a :=.
8702
f1399b5a
SL
8703 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8704 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8705
a071766e
AS
87062014-03-20 Andreas Schwab <schwab@suse.de>
8707
8708 [BZ #16743]
8709 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8710 non-matching result from nscd.
8711
27c673b8
SP
87122014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
8713
8714 * scripts/bench.py: Moved to ...
8715 * benchtests/scripts/bench.py: ... here.
8716 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8717
44152e4b
AS
87182014-03-24 Andreas Schwab <schwab@suse.de>
8719
8720 [BZ #16002]
8721 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8722 alloca_account and account alloca use for struct in6ailist.
8723
b376a11a
JM
87242014-03-24 Joseph Myers <joseph@codesourcery.com>
8725
8726 [BZ #16284]
8727 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8728 rounding mode to recompute results that overflow to infinity or
8729 underflow to zero.
8730 * math/auto-libm-test-in: Don't mark tests as expected to fail for
8731 bug 16284.
8732 * math/auto-libm-test-out: Regenerated.
8733 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8734 (ccosh_test): Likewise.
8735 (csin_test_data): Use plus_oflow.
8736 (csin_test): Use ALL_RM_TEST.
8737 (csinh_test_data): Use plus_oflow.
8738 (csinh_test): Use ALL_RM_TEST.
8739 * sysdeps/i386/fpu/libm-test-ulps: Update.
8740 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8741
f7be7376
JM
87422014-03-21 Joseph Myers <joseph@codesourcery.com>
8743
1ca2d03e
JM
8744 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8745 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8746 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8747
f7be7376
JM
8748 [BZ #16731]
8749 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8750 when x - 1 is zero.
8751 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8752 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8753 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8754 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8755 argument is 1.
8756 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8757 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8758 zero.
8759 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8760 * sysdeps/i386/fpu/libm-test-ulps: Update.
8761 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8762
fdf4534d
SP
87632014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
8764
df26ea53
SP
8765 * scripts/bench.pl: Remove file.
8766 * scripts/bench.py: New benchmark script.
8767 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8768 * benchtests/README: Mention python dependency.
8769 * scripts/pylintrc: New file.
8770 * scripts/pylint: New file.
8771
fdf4534d
SP
8772 * bits/mathdef.h: Use #ifdef instead of #if.
8773 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8774 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8775 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8776 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8777 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8778 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8779
6f23d093
AZ
87802014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8781 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
8782
8783 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8784 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8785 and strpbrk-ppc64 objects.
8786 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8787 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8788 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8789 multiarch strpbrk for POWER7.
8790 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8791 multiarch strpbrk for PPC64.
8792 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8793 ifunc selector.
8794 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8795 strpbrk for POWER7.
8796
8c92dfff
JM
87972014-03-20 Joseph Myers <joseph@codesourcery.com>
8798
8799 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8800 (atan_test): Likewise.
8801 (atanh_test_data): Use NO_TEST_INLINE for two tests.
8802 (atanh_test): Use ALL_RM_TEST.
8803 (atan2_test_data): Likewise.
8804 (cabs_test): Likewise.
8805 (cacosh_test): Likewise.
8806 (carg_test): Likewise.
8807 (casin_test): Likewise.
8808 (casinh_test): Likewise.
8809 (cbrt_test): Likewise.
8810 (csqrt_test): Likewise.
8811 (erf_test): Likewise.
8812 (erfc_test): Likewise.
8813 (pow10_test): Likewise.
8814 (exp2_test): Likewise.
8815 (hypot_test): Likewise.
8816 (j0_test): Likewise.
8817 (j1_test): Likewise.
8818 (lgamma_test): Likewise.
8819 (gamma_test): Likewise.
8820 (sincos_test): Likewise.
8821 (tanh_test): Likewise.
8822 (y0_test): Likewise.
8823 (y1_test): Likewise.
8824 * sysdeps/i386/fpu/libm-test-ulps: Update.
8825 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8826
6eaf95cb
AZ
88272014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8828
a387428c
SP
8829 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8830 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
8831 and strcspn-ppc64 objects.
8832 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8833 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8834 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8835 multiarch strcspn for POWER7.
8836 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8837 multiarch strcspn for PPC64.
8838 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8839 ifunc selector.
8840 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8841 strcspn for POWER7.
8842
ae3a5dff
JM
88432014-03-20 Joseph Myers <joseph@codesourcery.com>
8844
8845 * math/gen-libm-test.pl (generate_testfile): Expect only function
8846 name as argument to AUTO_TESTS_* and pass results for all rounding
8847 modes to parse_args.
8848 (parse_auto_input): Separate inputs of automatic tests from
8849 outputs before storing in %auto_tests.
8850 * math/libm-test.inc (acos_test_data): Update call to
8851 AUTO_TESTS_f_f.
8852 (acos_test): Use ALL_RM_TEST.
8853 (acos_tonearest_test_data): Remove.
8854 (acos_test_tonearest): Likewise.
8855 (acos_towardzero_test_data): Likewise.
8856 (acos_test_towardzero): Likewise.
8857 (acos_downward_test_data): Likewise.
8858 (acos_test_downward): Likewise.
8859 (acos_upward_test_data): Likewise.
8860 (acos_test_upward): Likewise.
8861 (acosh_test_data): Update call to AUTO_TESTS_f_f.
8862 (asin_test_data): Likewise.
8863 (asin_test): Use ALL_RM_TEST.
8864 (asin_tonearest_test_data): Remove.
8865 (asin_test_tonearest): Likewise.
8866 (asin_towardzero_test_data): Likewise.
8867 (asin_test_towardzero): Likewise.
8868 (asin_downward_test_data): Likewise.
8869 (asin_test_downward): Likewise.
8870 (asin_upward_test_data): Likewise.
8871 (asin_test_upward): Likewise.
8872 (asinh_test_data): Update call to AUTO_TESTS_f_f.
8873 (atan_test_data): Likewise.
8874 (atanh_test_data): Likewise.
8875 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8876 (cabs_test_data): Update call to AUTO_TESTS_c_f.
8877 (carg_test_data): Likewise.
8878 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8879 (ccos_test_data): Update call to AUTO_TESTS_c_c.
8880 (ccosh_test_data): Likewise.
8881 (cexp_test_data): Likewise.
8882 (clog_test_data): Likewise.
8883 (clog10_test_data): Likewise.
8884 (cos_test_data): Update call to AUTO_TESTS_f_f.
8885 (cos_test): Use ALL_RM_TEST.
8886 (cos_tonearest_test_data): Remove.
8887 (cos_test_tonearest): Likewise.
8888 (cos_towardzero_test_data): Likewise.
8889 (cos_test_towardzero): Likewise.
8890 (cos_downward_test_data): Likewise.
8891 (cos_test_downward): Likewise.
8892 (cos_upward_test_data): Likewise.
8893 (cos_test_upward): Likewise.
8894 (cosh_test_data): Update call to AUTO_TESTS_f_f.
8895 (cosh_test): Use ALL_RM_TEST.
8896 (cosh_tonearest_test_data): Remove.
8897 (cosh_test_tonearest): Likewise.
8898 (cosh_towardzero_test_data): Likewise.
8899 (cosh_test_towardzero): Likewise.
8900 (cosh_downward_test_data): Likewise.
8901 (cosh_test_downward): Likewise.
8902 (cosh_upward_test_data): Likewise.
8903 (cosh_test_upward): Likewise.
8904 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8905 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8906 (ctan_test_data): Likewise.
8907 (ctan_test): Use ALL_RM_TEST.
8908 (ctan_tonearest_test_data): Remove.
8909 (ctan_test_tonearest): Likewise.
8910 (ctan_towardzero_test_data): Likewise.
8911 (ctan_test_towardzero): Likewise.
8912 (ctan_downward_test_data): Likewise.
8913 (ctan_test_downward): Likewise.
8914 (ctan_upward_test_data): Likewise.
8915 (ctan_test_upward): Likewise.
8916 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8917 (ctanh_test): Use ALL_RM_TEST.
8918 (ctanh_tonearest_test_data): Remove.
8919 (ctanh_test_tonearest): Likewise.
8920 (ctanh_towardzero_test_data): Likewise.
8921 (ctanh_test_towardzero): Likewise.
8922 (ctanh_downward_test_data): Likewise.
8923 (ctanh_test_downward): Likewise.
8924 (ctanh_upward_test_data): Likewise.
8925 (ctanh_test_upward): Likewise.
8926 (erf_test_data): Update call to AUTO_TESTS_f_f.
8927 (erfc_test_data): Likewise.
8928 (exp_test_data): Likewise.
8929 (exp_test): Use ALL_RM_TEST.
8930 (exp_tonearest_test_data): Remove.
8931 (exp_test_tonearest): Likewise.
8932 (exp_towardzero_test_data): Likewise.
8933 (exp_test_towardzero): Likewise.
8934 (exp_downward_test_data): Likewise.
8935 (exp_test_downward): Likewise.
8936 (exp_upward_test_data): Likewise.
8937 (exp_test_upward): Likewise.
8938 (exp10_test_data): Update call to AUTO_TESTS_f_f.
8939 (exp10_test): Use ALL_RM_TEST.
8940 (exp10_tonearest_test_data): Remove.
8941 (exp10_test_tonearest): Likewise.
8942 (exp10_towardzero_test_data): Likewise.
8943 (exp10_test_towardzero): Likewise.
8944 (exp10_downward_test_data): Likewise.
8945 (exp10_test_downward): Likewise.
8946 (exp10_upward_test_data): Likewise.
8947 (exp10_test_upward): Likewise.
8948 (exp2_test_data): Update call to AUTO_TESTS_f_f.
8949 (expm1_test_data): Likewise.
8950 (expm1_test): Use ALL_RM_TEST.
8951 (expm1_tonearest_test_data): Remove.
8952 (expm1_test_tonearest): Likewise.
8953 (expm1_towardzero_test_data): Likewise.
8954 (expm1_test_towardzero): Likewise.
8955 (expm1_downward_test_data): Likewise.
8956 (expm1_test_downward): Likewise.
8957 (expm1_upward_test_data): Likewise.
8958 (expm1_test_upward): Likewise.
8959 (fma_test_data): Update call to AUTO_TESTS_fff_f.
8960 (fma_test): Use ALL_RM_TEST.
8961 (fma_towardzero_test_data): Remove.
8962 (fma_test_towardzero): Likewise.
8963 (fma_downward_test_data): Likewise.
8964 (fma_test_downward): Likewise.
8965 (fma_upward_test_data): Likewise.
8966 (fma_test_upward): Likewise.
8967 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8968 (j0_test_data): Update call to AUTO_TESTS_f_f.
8969 (j1_test_data): Likewise.
8970 (jn_test_data): Update call to AUTO_TESTS_if_f.
8971 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8972 (log_test_data): Update call to AUTO_TESTS_f_f.
8973 (log10_test_data): Likewise.
8974 (log1p_test_data): Likewise.
8975 (log2_test_data): Likewise.
8976 (pow_test_data): Update call to AUTO_TESTS_ff_f.
8977 (pow_tonearest_test_data): Likewise.
8978 (sin_test_data): Update call to AUTO_TESTS_f_f.
8979 (sin_test): Use ALL_RM_TEST.
8980 (sin_tonearest_test_data): Remove.
8981 (sin_test_tonearest): Likewise.
8982 (sin_towardzero_test_data): Likewise.
8983 (sin_test_towardzero): Likewise.
8984 (sin_downward_test_data): Likewise.
8985 (sin_test_downward): Likewise.
8986 (sin_upward_test_data): Likewise.
8987 (sin_test_upward): Likewise.
8988 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8989 (sinh_test_data): Update call to AUTO_TESTS_f_f.
8990 (sinh_test): Use ALL_RM_TEST.
8991 (sinh_tonearest_test_data): Remove.
8992 (sinh_test_tonearest): Likewise.
8993 (sinh_towardzero_test_data): Likewise.
8994 (sinh_test_towardzero): Likewise.
8995 (sinh_downward_test_data): Likewise.
8996 (sinh_test_downward): Likewise.
8997 (sinh_upward_test_data): Likewise.
8998 (sinh_test_upward): Likewise.
8999 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
9000 (sqrt_test): Use ALL_RM_TEST.
9001 (sqrt_tonearest_test_data): Remove.
9002 (sqrt_test_tonearest): Likewise.
9003 (sqrt_towardzero_test_data): Likewise.
9004 (sqrt_test_towardzero): Likewise.
9005 (sqrt_downward_test_data): Likewise.
9006 (sqrt_test_downward): Likewise.
9007 (sqrt_upward_test_data): Likewise.
9008 (sqrt_test_upward): Likewise.
9009 (tan_test_data): Update call to AUTO_TESTS_f_f.
9010 (tan_test): Use ALL_RM_TEST.
9011 (tan_tonearest_test_data): Remove.
9012 (tan_test_tonearest): Likewise.
9013 (tan_towardzero_test_data): Likewise.
9014 (tan_test_towardzero): Likewise.
9015 (tan_downward_test_data): Likewise.
9016 (tan_test_downward): Likewise.
9017 (tan_upward_test_data): Likewise.
9018 (tan_test_upward): Likewise.
9019 (tanh_test_data): Update call to AUTO_TESTS_f_f.
9020 (tgamma_test_data): Likewise.
9021 (y0_test_data): Likewise.
9022 (y1_test_data): Likewise.
9023 (yn_test_data): Update call to AUTO_TESTS_if_f.
9024 (main): Do not call removed functions.
9025
d71aeee8
JM
90262014-03-19 Joseph Myers <joseph@codesourcery.com>
9027
9028 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
9029 (ldexp_test_data): Remove.
9030 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
9031 scalbn_test_data.
9032 (scalb_test): Use ALL_RM_TEST.
9033
baaf1ded
AS
90342014-03-19 Andreas Schwab <schwab@suse.de>
9035
9036 * nscd/nscd.service: Also invalidate netgroup cache on reload.
9037
b1115e91
JM
90382014-03-19 Joseph Myers <joseph@codesourcery.com>
9039
9040 [BZ #16649]
9041 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9042 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
9043 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
9044 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9045 (__ASSUME_PREADV): Undefine.
9046 (__ASSUME_PWRITEV): Likewise.
9047
0283ecca
RM
90482014-03-18 Roland McGrath <roland@hack.frob.com>
9049
7d375303
RM
9050 * bits/mman-linux.h: Add comment about non-Linux use.
9051 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
9052 bits/mman-linux.h resting place.
9053
0283ecca
RM
9054 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
9055 * bits/mman-linux.h: ... here.
9056
aebe1003
AZ
90572014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9058
9059 * conform/conformtest.pl: Add standard definition when calling C
9060 preprocessor on data files.
9061 (checknamespace): Remove unused variable.
9062
b29b6bb8
JM
90632014-03-18 Joseph Myers <joseph@codesourcery.com>
9064
9065 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
9066 minus_oflow, plus_uflow and minus_uflow in expected results.
9067 * math/libm-test.inc (scalbn_test_data): Add more tests of
9068 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
9069 minus_uflow.
9070 (scalbn_test): Use ALL_RM_TEST.
9071 (scalbln_test_data): Add more tests of negative arguments. Use
9072 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
9073 (scalbln_test): Use ALL_RM_TEST.
9074
c8f8fa15
RM
90752014-03-18 Roland McGrath <roland@hack.frob.com>
9076
9077 * scripts/abilist.awk: Ignore symbols marked with .hidden.
9078
fede7a5f
WN
90792014-03-18 Will Newton <will.newton@linaro.org>
9080
9081 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
9082 inaccurate comment.
9083
80cf0a58
JM
90842014-03-18 Joseph Myers <joseph@codesourcery.com>
9085
9086 * Makerules [!subdir] (check-abi): Exit with error status if a
9087 test failed.
9088
b3620862
JM
90892014-03-17 Joseph Myers <joseph@codesourcery.com>
9090
9091 * math/libm-test.inc (nearbyint_test_data): Include all tests used
9092 for rint. Include results for all rounding modes.
9093 (nearbyint_test): Use ALL_RM_TEST.
9094 (rint_test_data): Include all tests used for nearbyint.
9095
788bba36
WN
90962014-03-17 Will Newton <will.newton@linaro.org>
9097
04ec140a
WN
9098 * nptl/sysdeps/pthread/pthread.h: Revert previous
9099 change.
9100
7579d8d5
WN
9101 * sysdeps/generic/ldsodefs.h: Revert previous
9102 change.
9103
c15cf13a
WN
9104 * libio/genops.c: Revert previous change.
9105 * libio/libioP.h: Likewise.
9106 * stdio-common/vfprintf.c: Likewise.
9107
d0ac1324
WN
9108 * sysdeps/generic/math_private.h: Revert previous
9109 change.
9110
9290130a
WN
9111 * sysdeps/generic/math_private.h: Check whether
9112 HAVE_RM_CTX is defined with #ifdef rather
9113 than #if.
9114
afb466fc
WN
9115 * argp/argp-fmtstream.h: Check whether
9116 __STRICT_ANSI__ is defined with #ifdef rather
9117 than #if.
9118 * argp/argp.h: Likewise.
9119
f7efd7c3
WN
9120 * libio/genops.c: Check whether
9121 _IO_JUMPS_OFFSET is defined with #ifdef rather
9122 than #if.
9123 * libio/libioP.h: Likewise.
9124 * stdio-common/vfprintf.c: Likewise.
9125
53f1bed3
WN
9126 * sysdeps/generic/ldsodefs.h: Check whether
9127 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9128 than #if.
9129
788bba36
WN
9130 * nptl/sysdeps/pthread/pthread.h: Check
9131 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9132 its value.
9133
fcd89ebe
SP
91342014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
9135
ae42bbc5
SP
9136 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9137 setting O_APPEND.
9138 * libio/tst-ftell-active-handler.c (do_append_test): Add a
9139 test case.
9140
ea33158c
SP
9141 [BZ #16680]
9142 * libio/fileops.c (_IO_file_open): Seek to end of file but
9143 don't cache the offset.
9144 (get_file_offset): Remove function.
9145 (do_ftell): Use cached offset when available.
9146 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9147 don't cache the offset.
9148 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9149 case.
9150 (do_one_test): Call it.
9151 (do_ftell_test): Fix up expected old offset for a+ mode.
9152 * libio/wfileops.c (do_ftell_wide): Used cached offset when
9153 available.
9154
b1dbb426
SP
9155 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9156 up test status with function return status.
9157 (do_write_test): Likewise.
9158 (do_append_test): Likewise.
9159
fcd89ebe
SP
9160 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9161 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9162 Remove.
9163
9962a2d3
JM
91642014-03-17 Joseph Myers <joseph@codesourcery.com>
9165
9166 * math/gen-libm-test.pl (parse_args): Handle results specified for
9167 each rounding mode separately.
9168 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9169 tests and results from lrint_tonearest_test_data,
9170 lrint_towardzero_test_data, lrint_downward_test_data and
9171 lrint_upward_test_data.
9172 (lrint_test): Use ALL_RM_TEST.
9173 (lrint_tonearest_test_data): Remove.
9174 (lrint_test_tonearest): Likewise.
9175 (lrint_towardzero_test_data): Likewise.
9176 (lrint_test_towardzero): Likewise.
9177 (lrint_downward_test_data): Likewise.
9178 (lrint_test_downward): Likewise.
9179 (lrint_upward_test_data): Likewise.
9180 (lrint_test_upward): Likewise.
9181 (llrint_test_data): Merge in per-rounding-mode tests and results
9182 from llrint_tonearest_test_data, llrint_towardzero_test_data,
9183 llrint_downward_test_data and llrint_upward_test_data.
9184 (llrint_test): Use ALL_RM_TEST.
9185 (llrint_tonearest_test_data): Remove.
9186 (llrint_test_tonearest): Likewise.
9187 (llrint_towardzero_test_data): Likewise.
9188 (llrint_test_towardzero): Likewise.
9189 (llrint_downward_test_data): Likewise.
9190 (llrint_test_downward): Likewise.
9191 (llrint_upward_test_data): Likewise.
9192 (llrint_test_upward): Likewise.
9193 (rint_test_data): Merge in per-rounding-mode tests and results
9194 from rint_tonearest_test_data, rint_towardzero_test_data,
9195 rint_downward_test_data and rint_upward_test_data. Add
9196 per-rounding-mode results for tests not in those arrays.
9197 (rint_test): Use ALL_RM_TEST.
9198 (rint_tonearest_test_data): Remove.
9199 (rint_test_tonearest): Likewise.
9200 (rint_towardzero_test_data): Likewise.
9201 (rint_test_towardzero): Likewise.
9202 (rint_downward_test_data): Likewise.
9203 (rint_test_downward): Likewise.
9204 (rint_upward_test_data): Likewise.
9205 (rint_test_upward): Likewise.
9206 (main): Don't call removed functions.
9207
5006148e
RM
92082014-03-14 Roland McGrath <roland@hack.frob.com>
9209
9210 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9211 "Compiled on ..." crapola. It is anti-useful.
9212
d6fe5e58
JM
92132014-03-14 Joseph Myers <joseph@codesourcery.com>
9214
9215 * scripts/evaluate-test.sh: Handle fourth argument to determine
9216 whether test run should stop on failure.
9217 * Makeconfig (stop-on-test-failure): New variable.
9218 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9219 $(stop-on-test-failure).
9220 * Makefile (tests): Give a summary of results from testing and
9221 exit with failure status if they include an ERROR or FAIL.
9222 (xtests): Likewise.
9223 * manual/install.texi (Configuring and compiling): Mention
9224 stop-on-test-failure=y.
9225 * INSTALL: Regenerated.
9226
498a2233
RM
92272014-03-14 Roland McGrath <roland@hack.frob.com>
9228
22dbc19d
RM
9229 * scripts/versionlist.awk: New file.
9230 * Makerules [$(build-shared) = yes]
9231 (postclean-generated): Add Versions.def, not Versions.def.v and
9232 Versions.def.v.i.
9233 ($(common-objpfx)Versions.def.v.i): Target removed.
9234 ($(common-objpfx)Versions.def): New target.
9235 ($(common-objpfx)Versions.all): Depend on that rather that
9236 $(common-objpfx)Versions.def.v.
9237 * Versions.def: File removed.
9238
498a2233
RM
9239 * Makeconfig (+gccwarn): Add -Wundef.
9240 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9241 a dl-sysdep.h breaking its contract.
9242 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9243 * include/stackinfo.h: New file.
9244 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9245 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9246 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9247 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9248 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9249 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9250 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9251 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9252 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9253 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9254 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9255 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9256 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9257 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9258 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9259
c7de5025
AZ
92602014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9261
9262 [BZ #16707]
9263 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9264 implementation.
9265 * math/libm-test.inc (round_test_data): Add more tests.
9266
98fb27a3
AZ
9267 [BZ #16706]
9268 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9269 implementation.
9270 * math/libm-test.inc (nearbyint_test_data): Add more tests.
9271
374f7f61
AZ
9272 [BZ #16701]
9273 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9274 implementation.
9275 * math/libm-test.inc (ceil_test_data): Add more tests.
9276
4655c291
AZ
9277 * math/libm-test.inc (trunc_test_data): Add more tests related to
9278 BZ#16414.
9279
d7329d4b
RM
92802014-03-14 Roland McGrath <roland@hack.frob.com>
9281
9282 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9283 with #if rather than #ifdef.
9284 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9285
aa4de9ce
L
92862014-03-14 H.J. Lu <hongjiu.lu@intel.com>
9287
9288 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9289 first. Disable AVX-512 GCC support if assembler doesn't support
9290 it.
9291 * sysdeps/x86_64/configure: Regenerated.
9292
2e03fae7
CD
92932014-03-13 Carlos O'Donell <carlos@redhat.com>
9294
9295 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9296 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9297 (__old_pthread_attr_setstack): Likewise.
9298 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9299 [!_STACK_GROWS_DOWN]: Likewise.
9300
43ca83ec
MF
93012014-03-13 Mike Frysinger <vapier@gentoo.org>
9302
9303 * config.make.in (have-bash2): Delete.
9304 * configure.ac (libc_cv_have_bash2): Delete.
9305 * configure: Regenerate.
9306 * elf/Makefile (common-ldd-rewrite): Rename to ...
9307 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
9308 (sh-ldd-rewrite): Delete.
9309 (bash-ldd-rewrite): Delete.
9310 (have-bash2): Delete checks.
57f41c40
AS
9311 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9312 ldd-rewrite.
c66e48b4
MF
9313
9314 * config.make.in (have-ksh): Delete.
9315 (KSH): Delete.
9316 * configure.ac (libc_cv_have_ksh): Delete.
9317 * configure: Regenerate.
9318
b93834ef
MF
9319 * elf/Makefile: Delete $(have-ksh) check.
9320 ($(objpfx)sotruss): Change KSH to BASH.
9321 * elf/sotruss.ksh: Rename to ...
9322 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
9323 function style to match POSIX. Drop ksh vim mode setting.
9324
f3a4632a
MF
9325 * manual/time.texi (Specifying the Time Zone with TZ): Change
9326 Tuesday to Thursday.
9327
5896c8bd
MF
9328 * debug/tst-longjmp_chk2.c: Update header comment.
9329 (stackoverflow_handler): Add comment. Call assert on pass value.
9330
2d63a517
IZ
93312014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
9332
7e54fd04 9333 [BZ #16194]
2d63a517
IZ
9334 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9335 (HAVE_AVX512_ASM_SUPPORT): Likewise.
9336 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9337 (La_x86_64_vector): Add zmm.
9338 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9339 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9340 ($(objpfx)tst-audit10): New target.
9341 ($(objpfx)tst-audit10.out): Likewise.
9342 (tst-audit10-ENV): New.
9343 (AVX512-CFLAGS): Likewise.
9344 (CFLAGS-tst-audit10.c): Likewise.
9345 (CFLAGS-tst-auditmod10a.c): Likewise.
9346 (CFLAGS-tst-auditmod10b.c): Likewise.
9347 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9348 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9349 * sysdeps/x86_64/configure: Regenerated.
9350 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9351 AVX-512 zmm register support.
9352 (_dl_x86_64_save_sse): Likewise.
9353 (_dl_x86_64_restore_sse): Likewise.
9354 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9355 size vector registers.
9356 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9357 (ZMM_SIZE): Likewise.
9358 * sysdeps/x86_64/tst-audit10.c: New file.
9359 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9360 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9361
44c4e5d5
RM
93622014-03-13 Roland McGrath <roland@hack.frob.com>
9363
9364 * configure.ac (HAVE_EHDR_START): New check.
9365 * configure: Regenerated.
9366 * config.h.in (HAVE_EHDR_START): New #undef.
9367 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9368 assuming the lowest-addressed segment maps the start of the file.
9369
acd6e389
JM
93702014-03-13 Joseph Myers <joseph@codesourcery.com>
9371
9372 * INSTALL: Regenerated.
9373
6f918f36
WN
93742014-03-13 Will Newton <will.newton@linaro.org>
9375
9376 * manual/setjmp.texi (System V contexts): Improve
9377 clarity and grammar of documentation.
9378
798212a0
PP
93792014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
9380
9381 [BZ #16381]
798212a0 9382 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 9383 (tests-pie): Add tst-pie2.
798212a0
PP
9384 * elf/tst-pie2.c: New file.
9385 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9386 for ET_EXEC.
9387 * elf/rtld.c (map_doit): Load executable as lt_executable.
9388 (dl_main): Likewise.
9389
abe6d90c
JM
93902014-03-12 Joseph Myers <joseph@codesourcery.com>
9391
9392 [BZ #16642]
9393 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9394 (__ASSUME_PSELECT): Undefine.
9395
dd3946c6
AZ
93962014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9397
9398 [BZ #16689]
9399 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9400 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9401 static build.
9402 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9403 selector for static builds.
9404
c44496df
SP
94052014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
9406
9407 [BZ #16695]
9408 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9409 key in the buffer.
9410
27c7220a
AZ
94112014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9412
57f41c40
AS
9413 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9414 IFUNC selector for static builds.
27c7220a 9415
600fa361
JM
94162014-03-11 Joseph Myers <joseph@codesourcery.com>
9417
76c96cf7
JM
9418 * sysdeps/mips/math_private.h [__mips_hard_float]
9419 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9420 libc_feresetround_mips_ctx.
9421 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9422 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9423 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9424
600fa361
JM
9425 [BZ #16677]
9426 * math/s_nextafter.c (__nextafter): Do not return value from
9427 overflowing computation.
9428 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9429 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9430 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9431 Likewise.
9432 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9433 Likewise.
9434 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9435 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9436
d7706c32
RM
94372014-03-11 Roland McGrath <roland@hack.frob.com>
9438
9439 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9440 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9441 Move sfi_sp use from the load-multiple (that no longer sets sp) to
9442 the new mov targetting sp.
9443
4facea47
AZ
94442014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9445
9446 [BZ #16683]
9447 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9448 Define it for static builds as well.
9449 (NO_BZERO_IMPL): Likewise.
9450
e65caf1f
VR
94512014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9452
9453 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9454 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9455 multiarch strspn for PPC64.
9456 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9457 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9458 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9459 (__libc_ifunc_impl_list): Likewise.
9460 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9461 multiarch optimizations
9462 * string/strspn.c (strspn): Using macro to redefine symbol name.
9463
ba9cc071
AZ
94642014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9465 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9466
9467 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9468 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9469 multiarch strncat for PPC64.
9470 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9471 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9472 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9473 (__libc_ifunc_impl_list): Likewise.
9474 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9475 multiarch optimizations
9476
8b4ff974
SP
94772014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
9478
9479 [BZ #16639]
9480 * nscd/nscd.service: Make service type forking.
9481
54b46a4b
AZ
94822014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9483
9484 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9485 sign in non default rounding modes.
9486 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9487
e9996ef7
JM
94882014-03-08 Joseph Myers <joseph@codesourcery.com>
9489
9490 * math/libm-test.inc (ALL_RM_TEST): New macro.
9491 (ceil_test): Use ALL_RM_TEST.
9492 (cimag_test): Likewise.
9493 (conj_test): Likewise.
9494 (copysign_test): Likewise.
9495 (cproj_test): Likewise.
9496 (creal_test): Likewise.
9497 (fabs_test): Likewise.
9498 (floor_test): Likewise.
9499 (fmax_test): Likewise.
9500 (fmin_test): Likewise.
9501 (fmod_test): Likewise.
9502 (fpclassify_test): Likewise.
9503 (frexp_test): Likewise.
9504 (ilogb_test): Likewise.
9505 (isfinite_test): Likewise.
9506 (finite_test): Likewise.
9507 (isgreater_test): Likewise.
9508 (isgreaterequal_test): Likewise.
9509 (isinf_test): Likewise.
9510 (isless_test): Likewise.
9511 (islessequal_test): Likewise.
9512 (islessgreater_test): Likewise.
9513 (isnan_test): Likewise.
9514 (isnormal_test): Likewise.
9515 (issignaling_test): Likewise.
9516 (isunordered_test): Likewise.
9517 (logb_test): Likewise.
9518 (logb_downward_test_data): Remove.
9519 (logb_test_downward): Likewise.
9520 (lround_test): Use ALL_RM_TEST.
9521 (llround_test): Likewise.
9522 (modf_test): Likewise.
9523 (nexttoward_test): Likewise.
9524 (remainder_test): Likewise.
9525 (drem_test): Likewise.
9526 (remainder_tonearest_test_data): Likewise.
9527 (remainder_test_tonearest): Likewise.
9528 (drem_test_tonearest): Likewise.
9529 (remainder_towardzero_test_data): Likewise.
9530 (remainder_test_towardzero): Likewise.
9531 (drem_test_towardzero): Likewise.
9532 (remainder_downward_test_data): Likewise.
9533 (remainder_test_downward): Likewise.
9534 (drem_test_downward): Likewise.
9535 (remainder_upward_test_data): Likewise.
9536 (remainder_test_upward): Likewise.
9537 (drem_test_upward): Likewise.
9538 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
9539 (round_test): Use ALL_RM_TEST.
9540 (signbit_test): Likewise.
9541 (trunc_test): Likewise.
9542 (significand_test): Likewise.
9543 (main): Don't call removed functions.
9544
bc61d27c
JM
95452014-03-07 Joseph Myers <joseph@codesourcery.com>
9546
5c780849
JM
9547 [BZ #16674]
9548 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9549 || __USE_XOPEN2K8].
9550 (ILL_ILLOPN): Likewise.
9551 (ILL_ILLADR): Likewise.
9552 (ILL_ILLTRP): Likewise.
9553 (ILL_PRVOPC): Likewise.
9554 (ILL_PRVREG): Likewise.
9555 (ILL_COPROC): Likewise.
9556 (ILL_BADSTK): Likewise.
9557 (FPE_INTDIV): Likewise.
9558 (FPE_INTOVF): Likewise.
9559 (FPE_FLTDIV): Likewise.
9560 (FPE_FLTOVF): Likewise.
9561 (FPE_FLTUND): Likewise.
9562 (FPE_FLTRES): Likewise.
9563 (FPE_FLTINV): Likewise.
9564 (FPE_FLTSUB): Likewise.
9565 (SEGV_MAPERR): Likewise.
9566 (SEGV_ACCERR): Likewise.
9567 (BUS_ADRALN): Likewise.
9568 (BUS_ADRERR): Likewise.
9569 (BUS_OBJERR): Likewise.
9570 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9571 (TRAP_TRACE): Likewise.
9572 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9573 __USE_XOPEN2K8].
9574 (CLD_KILLED): Likewise.
9575 (CLD_DUMPED): Likewise.
9576 (CLD_TRAPPED): Likewise.
9577 (CLD_STOPPED): Likewise.
9578 (CLD_CONTINUED): Likewise.
9579 (POLL_IN): Likewise.
9580 (POLL_OUT): Likewise.
9581 (POLL_MSG): Likewise.
9582 (POLL_ERR): Likewise.
9583 (POLL_PRI): Likewise.
9584 (POLL_HUP): Likewise.
9585 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9586 Likewise.
9587 (ILL_ILLOPN): Likewise.
9588 (ILL_ILLADR): Likewise.
9589 (ILL_ILLTRP): Likewise.
9590 (ILL_PRVOPC): Likewise.
9591 (ILL_PRVREG): Likewise.
9592 (ILL_COPROC): Likewise.
9593 (ILL_BADSTK): Likewise.
9594 (FPE_INTDIV): Likewise.
9595 (FPE_INTOVF): Likewise.
9596 (FPE_FLTDIV): Likewise.
9597 (FPE_FLTOVF): Likewise.
9598 (FPE_FLTUND): Likewise.
9599 (FPE_FLTRES): Likewise.
9600 (FPE_FLTINV): Likewise.
9601 (FPE_FLTSUB): Likewise.
9602 (SEGV_MAPERR): Likewise.
9603 (SEGV_ACCERR): Likewise.
9604 (BUS_ADRALN): Likewise.
9605 (BUS_ADRERR): Likewise.
9606 (BUS_OBJERR): Likewise.
9607 (BUS_MCEERR_AR): Likewise.
9608 (BUS_MCEERR_AO): Likewise.
9609 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9610 (TRAP_TRACE): Likewise.
9611 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9612 __USE_XOPEN2K8].
9613 (CLD_KILLED): Likewise.
9614 (CLD_DUMPED): Likewise.
9615 (CLD_TRAPPED): Likewise.
9616 (CLD_STOPPED): Likewise.
9617 (CLD_CONTINUED): Likewise.
9618 (POLL_IN): Likewise.
9619 (POLL_OUT): Likewise.
9620 (POLL_MSG): Likewise.
9621 (POLL_ERR): Likewise.
9622 (POLL_PRI): Likewise.
9623 (POLL_HUP): Likewise.
9624 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
9625 (ILL_ILLOPN): Likewise.
9626 (ILL_ILLADR): Likewise.
9627 (ILL_ILLTRP): Likewise.
9628 (ILL_PRVOPC): Likewise.
9629 (ILL_PRVREG): Likewise.
9630 (ILL_COPROC): Likewise.
9631 (ILL_BADSTK): Likewise.
9632 (FPE_INTDIV): Likewise.
9633 (FPE_INTOVF): Likewise.
9634 (FPE_FLTDIV): Likewise.
9635 (FPE_FLTOVF): Likewise.
9636 (FPE_FLTUND): Likewise.
9637 (FPE_FLTRES): Likewise.
9638 (FPE_FLTINV): Likewise.
9639 (FPE_FLTSUB): Likewise.
9640 (SEGV_MAPERR): Likewise.
9641 (SEGV_ACCERR): Likewise.
9642 (BUS_ADRALN): Likewise.
9643 (BUS_ADRERR): Likewise.
9644 (BUS_OBJERR): Likewise.
9645 (BUS_MCEERR_AR): Likewise.
9646 (BUS_MCEERR_AO): Likewise.
9647 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9648 (TRAP_TRACE): Likewise.
9649 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9650 __USE_XOPEN2K8].
9651 (CLD_KILLED): Likewise.
9652 (CLD_DUMPED): Likewise.
9653 (CLD_TRAPPED): Likewise.
9654 (CLD_STOPPED): Likewise.
9655 (CLD_CONTINUED): Likewise.
9656 (POLL_IN): Likewise.
9657 (POLL_OUT): Likewise.
9658 (POLL_MSG): Likewise.
9659 (POLL_ERR): Likewise.
9660 (POLL_PRI): Likewise.
9661 (POLL_HUP): Likewise.
9662 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9663 Likewise.
9664 (ILL_ILLOPN): Likewise.
9665 (ILL_ILLADR): Likewise.
9666 (ILL_ILLTRP): Likewise.
9667 (ILL_PRVOPC): Likewise.
9668 (ILL_PRVREG): Likewise.
9669 (ILL_COPROC): Likewise.
9670 (ILL_BADSTK): Likewise.
9671 (ILL_BADIADDR): Likewise.
9672 (ILL_BREAK): Likewise.
9673 (FPE_INTDIV): Likewise.
9674 (FPE_INTOVF): Likewise.
9675 (FPE_FLTDIV): Likewise.
9676 (FPE_FLTOVF): Likewise.
9677 (FPE_FLTUND): Likewise.
9678 (FPE_FLTRES): Likewise.
9679 (FPE_FLTINV): Likewise.
9680 (FPE_FLTSUB): Likewise.
9681 (FPE_DECOVF): Likewise.
9682 (FPE_DECDIV): Likewise.
9683 (FPE_DECERR): Likewise.
9684 (FPE_INVASC): Likewise.
9685 (FPE_INVDEC): Likewise.
9686 (SEGV_MAPERR): Likewise.
9687 (SEGV_ACCERR): Likewise.
9688 (SEGV_PSTKOVF): Likewise.
9689 (BUS_ADRALN): Likewise.
9690 (BUS_ADRERR): Likewise.
9691 (BUS_OBJERR): Likewise.
9692 (BUS_MCEERR_AR): Likewise.
9693 (BUS_MCEERR_AO): Likewise.
9694 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9695 (TRAP_TRACE): Likewise.
9696 (TRAP_BRANCH): Likewise.
9697 (TRAP_HWBKPT): Likewise.
9698 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9699 __USE_XOPEN2K8].
9700 (CLD_KILLED): Likewise.
9701 (CLD_DUMPED): Likewise.
9702 (CLD_TRAPPED): Likewise.
9703 (CLD_STOPPED): Likewise.
9704 (CLD_CONTINUED): Likewise.
9705 (POLL_IN): Likewise.
9706 (POLL_OUT): Likewise.
9707 (POLL_MSG): Likewise.
9708 (POLL_ERR): Likewise.
9709 (POLL_PRI): Likewise.
9710 (POLL_HUP): Likewise.
9711 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9712 (ILL_ILLOPN): Likewise.
9713 (ILL_ILLADR): Likewise.
9714 (ILL_ILLTRP): Likewise.
9715 (ILL_PRVOPC): Likewise.
9716 (ILL_PRVREG): Likewise.
9717 (ILL_COPROC): Likewise.
9718 (ILL_BADSTK): Likewise.
9719 (FPE_INTDIV): Likewise.
9720 (FPE_INTOVF): Likewise.
9721 (FPE_FLTDIV): Likewise.
9722 (FPE_FLTOVF): Likewise.
9723 (FPE_FLTUND): Likewise.
9724 (FPE_FLTRES): Likewise.
9725 (FPE_FLTINV): Likewise.
9726 (FPE_FLTSUB): Likewise.
9727 (SEGV_MAPERR): Likewise.
9728 (SEGV_ACCERR): Likewise.
9729 (BUS_ADRALN): Likewise.
9730 (BUS_ADRERR): Likewise.
9731 (BUS_OBJERR): Likewise.
9732 (BUS_MCEERR_AR): Likewise.
9733 (BUS_MCEERR_AO): Likewise.
9734 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9735 (TRAP_TRACE): Likewise.
9736 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9737 __USE_XOPEN2K8].
9738 (CLD_KILLED): Likewise.
9739 (CLD_DUMPED): Likewise.
9740 (CLD_TRAPPED): Likewise.
9741 (CLD_STOPPED): Likewise.
9742 (CLD_CONTINUED): Likewise.
9743 (POLL_IN): Likewise.
9744 (POLL_OUT): Likewise.
9745 (POLL_MSG): Likewise.
9746 (POLL_ERR): Likewise.
9747 (POLL_PRI): Likewise.
9748 (POLL_HUP): Likewise.
9749 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9750 (ILL_ILLOPN): Likewise.
9751 (ILL_ILLADR): Likewise.
9752 (ILL_ILLTRP): Likewise.
9753 (ILL_PRVOPC): Likewise.
9754 (ILL_PRVREG): Likewise.
9755 (ILL_COPROC): Likewise.
9756 (ILL_BADSTK): Likewise.
9757 (FPE_INTDIV): Likewise.
9758 (FPE_INTOVF): Likewise.
9759 (FPE_FLTDIV): Likewise.
9760 (FPE_FLTOVF): Likewise.
9761 (FPE_FLTUND): Likewise.
9762 (FPE_FLTRES): Likewise.
9763 (FPE_FLTINV): Likewise.
9764 (FPE_FLTSUB): Likewise.
9765 (SEGV_MAPERR): Likewise.
9766 (SEGV_ACCERR): Likewise.
9767 (BUS_ADRALN): Likewise.
9768 (BUS_ADRERR): Likewise.
9769 (BUS_OBJERR): Likewise.
9770 (BUS_MCEERR_AR): Likewise.
9771 (BUS_MCEERR_AO): Likewise.
9772 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9773 (TRAP_TRACE): Likewise.
9774 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9775 __USE_XOPEN2K8].
9776 (CLD_KILLED): Likewise.
9777 (CLD_DUMPED): Likewise.
9778 (CLD_TRAPPED): Likewise.
9779 (CLD_STOPPED): Likewise.
9780 (CLD_CONTINUED): Likewise.
9781 (POLL_IN): Likewise.
9782 (POLL_OUT): Likewise.
9783 (POLL_MSG): Likewise.
9784 (POLL_ERR): Likewise.
9785 (POLL_PRI): Likewise.
9786 (POLL_HUP): Likewise.
9787 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9788 (ILL_ILLOPN): Likewise.
9789 (ILL_ILLADR): Likewise.
9790 (ILL_ILLTRP): Likewise.
9791 (ILL_PRVOPC): Likewise.
9792 (ILL_PRVREG): Likewise.
9793 (ILL_COPROC): Likewise.
9794 (ILL_BADSTK): Likewise.
9795 (FPE_INTDIV): Likewise.
9796 (FPE_INTOVF): Likewise.
9797 (FPE_FLTDIV): Likewise.
9798 (FPE_FLTOVF): Likewise.
9799 (FPE_FLTUND): Likewise.
9800 (FPE_FLTRES): Likewise.
9801 (FPE_FLTINV): Likewise.
9802 (FPE_FLTSUB): Likewise.
9803 (SEGV_MAPERR): Likewise.
9804 (SEGV_ACCERR): Likewise.
9805 (BUS_ADRALN): Likewise.
9806 (BUS_ADRERR): Likewise.
9807 (BUS_OBJERR): Likewise.
9808 (BUS_MCEERR_AR): Likewise.
9809 (BUS_MCEERR_AO): Likewise.
9810 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9811 (TRAP_TRACE): Likewise.
9812 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9813 __USE_XOPEN2K8].
9814 (CLD_KILLED): Likewise.
9815 (CLD_DUMPED): Likewise.
9816 (CLD_TRAPPED): Likewise.
9817 (CLD_STOPPED): Likewise.
9818 (CLD_CONTINUED): Likewise.
9819 (POLL_IN): Likewise.
9820 (POLL_OUT): Likewise.
9821 (POLL_MSG): Likewise.
9822 (POLL_ERR): Likewise.
9823 (POLL_PRI): Likewise.
9824 (POLL_HUP): Likewise.
9825 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9826 (ILL_ILLOPN): Likewise.
9827 (ILL_ILLADR): Likewise.
9828 (ILL_ILLTRP): Likewise.
9829 (ILL_PRVOPC): Likewise.
9830 (ILL_PRVREG): Likewise.
9831 (ILL_COPROC): Likewise.
9832 (ILL_BADSTK): Likewise.
9833 (ILL_DBLFLT): Likewise.
9834 (ILL_HARDWALL): Likewise.
9835 (FPE_INTDIV): Likewise.
9836 (FPE_INTOVF): Likewise.
9837 (FPE_FLTDIV): Likewise.
9838 (FPE_FLTOVF): Likewise.
9839 (FPE_FLTUND): Likewise.
9840 (FPE_FLTRES): Likewise.
9841 (FPE_FLTINV): Likewise.
9842 (FPE_FLTSUB): Likewise.
9843 (SEGV_MAPERR): Likewise.
9844 (SEGV_ACCERR): Likewise.
9845 (BUS_ADRALN): Likewise.
9846 (BUS_ADRERR): Likewise.
9847 (BUS_OBJERR): Likewise.
9848 (BUS_MCEERR_AR): Likewise.
9849 (BUS_MCEERR_AO): Likewise.
9850 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9851 (TRAP_TRACE): Likewise.
9852 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9853 __USE_XOPEN2K8].
9854 (CLD_KILLED): Likewise.
9855 (CLD_DUMPED): Likewise.
9856 (CLD_TRAPPED): Likewise.
9857 (CLD_STOPPED): Likewise.
9858 (CLD_CONTINUED): Likewise.
9859 (POLL_IN): Likewise.
9860 (POLL_OUT): Likewise.
9861 (POLL_MSG): Likewise.
9862 (POLL_ERR): Likewise.
9863 (POLL_PRI): Likewise.
9864 (POLL_HUP): Likewise.
9865 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9866 (ILL_ILLOPN): Likewise.
9867 (ILL_ILLADR): Likewise.
9868 (ILL_ILLTRP): Likewise.
9869 (ILL_PRVOPC): Likewise.
9870 (ILL_PRVREG): Likewise.
9871 (ILL_COPROC): Likewise.
9872 (ILL_BADSTK): Likewise.
9873 (FPE_INTDIV): Likewise.
9874 (FPE_INTOVF): Likewise.
9875 (FPE_FLTDIV): Likewise.
9876 (FPE_FLTOVF): Likewise.
9877 (FPE_FLTUND): Likewise.
9878 (FPE_FLTRES): Likewise.
9879 (FPE_FLTINV): Likewise.
9880 (FPE_FLTSUB): Likewise.
9881 (SEGV_MAPERR): Likewise.
9882 (SEGV_ACCERR): Likewise.
9883 (BUS_ADRALN): Likewise.
9884 (BUS_ADRERR): Likewise.
9885 (BUS_OBJERR): Likewise.
9886 (BUS_MCEERR_AR): Likewise.
9887 (BUS_MCEERR_AO): Likewise.
9888 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9889 (TRAP_TRACE): Likewise.
9890 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9891 __USE_XOPEN2K8].
9892 (CLD_KILLED): Likewise.
9893 (CLD_DUMPED): Likewise.
9894 (CLD_TRAPPED): Likewise.
9895 (CLD_STOPPED): Likewise.
9896 (CLD_CONTINUED): Likewise.
9897 (POLL_IN): Likewise.
9898 (POLL_OUT): Likewise.
9899 (POLL_MSG): Likewise.
9900 (POLL_ERR): Likewise.
9901 (POLL_PRI): Likewise.
9902 (POLL_HUP): Likewise.
9903 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9904 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9905
bc61d27c
JM
9906 [BZ #16670]
9907 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9908 before #include of <time.h>.
9909 [!__USE_XOPEN2K] (__need_timespec): Likewise.
9910 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9911 (test-xfail-UNIX98/sched.h/conform): Likewise.
9912
302949e2
MS
99132014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
9914
9915 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9916 error absence of trapping exception support.
9917 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9918
a00f522a
JM
99192014-03-07 Joseph Myers <joseph@codesourcery.com>
9920
6f99f280
JM
9921 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9922 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9923 * timezone/Makefile (testdata): Move definition above include of
9924 Rules.
9925 (test-zones): New variable.
9926 (tests-special): Add zone files.
9927 (build-testdata): Use $(evaluate-test).
9928
0b20a9e8
JM
9929 * elf/Makefile (tests-special): Rename tests to end with .out.
9930 ($(objpfx)noload-mem): Likewise.
9931 ($(objpfx)tst-leaks1-mem): Likewise.
9932 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9933 * iconv/Makefile (xtests-special): Change test-iconvconfig to
9934 $(objpfx)test-iconvconfig.out.
9935 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
9936 set -e inside subshell and redirect output to file.
9937 * iconvdata/Makefile (generated): Rename tests to end with .out.
9938 Correct type.
9939 (tests-special): Rename tests to end with .out.
9940 ($(objpfx)mtrace-tst-loading): Likewise.
9941 * intl/Makefile (generated): Likewise.
9942 (tests-special): Likewise.
9943 ($(objpfx)mtrace-tst-gettext): Likewise.
9944 * misc/Makefile (generated): Likewise.
9945 (tests-special): Likewise.
9946 ($(objpfx)tst-error1-mem): Likewise.
9947 * nptl/Makefile (tests-special): Likewise.
9948 ($(objpfx)tst-stack3-mem): Likewise.
9949 (generated): Likewise.
9950 * posix/Makefile (generated): Likewise.
9951 (tests-special): Likewise.
9952 (xtests-special): Likewise.
9953 ($(objpfx)tst-fnmatch-mem): Likewise.
9954 ($(objpfx)bug-regex2-mem): Likewise.
9955 ($(objpfx)bug-regex14-mem): Likewise.
9956 ($(objpfx)bug-regex21-mem): Likewise.
9957 ($(objpfx)bug-regex31-mem): Likewise.
9958 ($(objpfx)tst-vfork3-mem): Likewise.
9959 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9960 ($(objpfx)tst-pcre-mem): Likewise.
9961 ($(objpfx)tst-boost-mem): Likewise.
9962 ($(objpfx)bug-ga2-mem): Likewise.
9963 ($(objpfx)bug-glob2-mem): Likewise.
9964 * resolv/Makefile (generate): Likewise.
9965 (tests-special): Likewise.
9966 (xtests-special): Likewise.
9967 (generated): Likewise.
9968 ($(objpfx)mtrace-tst-leaks): Likewise.
9969 ($(objpfx)mtrace-tst-leaks2): Likewise.
9970
265d52ab
JM
9971 * scripts/merge-test-results.sh: New file.
9972 * Makefile (tests-special-notdir): New variable.
9973 (tests): Run merge-test-results.sh.
9974 (xtests): Likewise.
9975 * Rules (tests-special-notdir): New variable.
9976 (xtests-special-notdir): Likewise.
9977 (tests): Run merge-test-results.sh
9978 (xtests): Likewise.
9979
54ee292d
JM
9980 * Makeconfig (test-xfail-name): New variable.
9981 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9982 compute variable name for expected failures.
9983 * conform/Makefile (conformtest-headers-data): New variable.
9984 (conformtest-standards): Likewise.
9985 (conformtest-headers-ISO): Likewise.
9986 (conformtest-headers-ISO99): Likewise.
9987 (conformtest-headers-ISO11): Likewise.
9988 (conformtest-headers-POSIX): Likewise.
9989 (conformtest-headers-XPG3): Likewise.
9990 (conformtest-headers-XPG4): Likewise.
9991 (conformtest-headers-UNIX98): Likewise.
9992 (conformtest-headers-XOPEN2K): Likewise.
9993 (conformtest-headers-POSIX2008): Likewise.
9994 (conformtest-headers-XOPEN2K8): Likewise.
9995 (conformtest-header-list-base): Likewise.
9996 (conformtest-header-list-tests): Likewise.
9997 (conformtest-header-base): Likewise.
9998 (conformtest-header-tests): Likewise.
9999 (tests-special): Add $(conformtest-header-list-tests). If
10000 [$(fast-check) && !$(cross-compiling)], add
10001 $(conformtest-header-tests) instead of
10002 $(objpfx)run-conformtest.out.
10003 (generated): Add $(conformtest-header-list-base). If
10004 [$(fast-check) && !$(cross-compiling)], add
10005 $(conformtest-header-base). Remove previous setting.
10006 ($(conformtest-header-list-tests)): New target.
10007 (test-xfail-run-conformtest): Remove variable.
10008 ($(objpfx)run-conformtest.out): Remove target.
10009 (test-xfail-ISO11/complex.h/conform): New variable.
10010 (test-xfail-ISO11/stdalign.h/conform): Likewise.
10011 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
10012 (test-xfail-XPG3/varargs.h/conform): Likewise.
10013 (test-xfail-XPG4/varargs.h/conform): Likewise.
10014 (test-xfail-UNIX98/varargs.h/conform): Likewise.
10015 (test-xfail-XPG4/ndbm.h/conform): Likewise.
10016 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
10017 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
10018 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
10019 (test-xfail-XPG3/fcntl.h/conform): Likewise.
10020 (test-xfail-XPG3/ftw.h/conform): Likewise.
10021 (test-xfail-XPG3/grp.h/conform): Likewise.
10022 (test-xfail-XPG3/langinfo.h/conform): Likewise.
10023 (test-xfail-XPG3/limits.h/conform): Likewise.
10024 (test-xfail-XPG3/pwd.h/conform): Likewise.
10025 (test-xfail-XPG3/search.h/conform): Likewise.
10026 (test-xfail-XPG3/signal.h/conform): Likewise.
10027 (test-xfail-XPG3/stdio.h/conform): Likewise.
10028 (test-xfail-XPG3/stdlib.h/conform): Likewise.
10029 (test-xfail-XPG3/string.h/conform): Likewise.
10030 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
10031 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
10032 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10033 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
10034 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
10035 (test-xfail-XPG3/sys/types.h/conform): Likewise.
10036 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
10037 (test-xfail-XPG3/termios.h/conform): Likewise.
10038 (test-xfail-XPG3/time.h/conform): Likewise.
10039 (test-xfail-XPG3/unistd.h/conform): Likewise.
10040 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
10041 (test-xfail-XPG4/fcntl.h/conform): Likewise.
10042 (test-xfail-XPG4/langinfo.h/conform): Likewise.
10043 (test-xfail-XPG4/netdb.h/conform): Likewise.
10044 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
10045 (test-xfail-XPG4/signal.h/conform): Likewise.
10046 (test-xfail-XPG4/stdio.h/conform): Likewise.
10047 (test-xfail-XPG4/stdlib.h/conform): Likewise.
10048 (test-xfail-XPG4/stropts.h/conform): Likewise.
10049 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10050 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
10051 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10052 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10053 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10054 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
10055 (test-xfail-XPG4/sys/time.h/conform): Likewise.
10056 (test-xfail-XPG4/sys/types.h/conform): Likewise.
10057 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
10058 (test-xfail-XPG4/termios.h/conform): Likewise.
10059 (test-xfail-XPG4/ucontext.h/conform): Likewise.
10060 (test-xfail-XPG4/unistd.h/conform): Likewise.
10061 (test-xfail-XPG4/utmpx.h/conform): Likewise.
10062 (test-xfail-POSIX/sched.h/conform): Likewise.
10063 (test-xfail-POSIX/signal.h/conform): Likewise.
10064 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10065 (test-xfail-POSIX/tar.h/conform): Likewise.
10066 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
10067 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
10068 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
10069 (test-xfail-UNIX98/netdb.h/conform): Likewise.
10070 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
10071 (test-xfail-UNIX98/sched.h/conform): Likewise.
10072 (test-xfail-UNIX98/signal.h/conform): Likewise.
10073 (test-xfail-UNIX98/stdio.h/conform): Likewise.
10074 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
10075 (test-xfail-UNIX98/stropts.h/conform): Likewise.
10076 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10077 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10078 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10079 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10080 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10081 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
10082 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
10083 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
10084 (test-xfail-UNIX98/unistd.h/conform): Likewise.
10085 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
10086 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10087 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10088 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10089 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10090 (test-xfail-XOPEN2K/math.h/conform): Likewise.
10091 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10092 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10093 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10094 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10095 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10096 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10097 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10098 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10099 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10100 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10101 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10102 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10103 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10104 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10105 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10106 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10107 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10108 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10109 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10110 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10111 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10112 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10113 (test-xfail-POSIX2008/signal.h/conform): Likewise.
10114 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10115 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10116 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10117 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10118 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10119 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10120 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10121 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10122 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10123 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10124 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10125 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10126 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10127 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10128 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10129 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10130 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10131 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10132 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10133 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10134 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10135 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10136 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10137 (conformtest-cc-flags): Likewise.
10138 ($(conformtest-header-tests): New target.
10139 * conform/check-header-lists.sh: New file.
10140 * conform/run-conformtest.sh: Remove.
10141
a00f522a
JM
10142 * conform/conformtest.pl: Allow ' and \ in values given for
10143 constants.
10144 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10145 inclusion.
10146 [POSIX] (sys/types.h): Likewise.
10147 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10148 inclusion.
10149 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10150 inclusion.
10151 * conform/data/signal.h-data (SIGIO): Remove expectation.
10152 [XPG3] (SIGBUS): Do not expect.
10153 [POSIX || XPG3] (SIGPOLL): Likewise.
10154 [POSIX || XPG3] (SIGPROF): Likewise.
10155 [POSIX || XPG3] (SIGSYS): Likewise.
10156 [XPG3] (SIGTRAP): Likewise.
10157 [POSIX || XPG3] (SIGURG): Likewise.
10158 [POSIX || XPG3] (SIGVTALRM): Likewise.
10159 [POSIX || XPG3] (SIGXCPU): Likewise.
10160 [POSIX || XPG3] (SIGXFSZ): Likewise.
10161 [POSIX] (SA_SIGINFO): Expect.
10162 [XPG3] (siginfo_t): Do not expect type or contents.
10163 [POSIX] (si_pid): Do not expect element.
10164 [POSIX] (si_uid): Likewise.
10165 [POSIX] (si_addr): Likewise.
10166 [POSIX] (si_status): Likewise.
10167 [POSIX] (si_band): Likewise.
10168 [XPG4] (si_value): Likewise.
10169 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10170 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10171 [POSIX || XPG3] (ILL_ILLADR): Likewise.
10172 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10173 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10174 [POSIX || XPG3] (ILL_PRVREG): Likewise.
10175 [POSIX || XPG3] (ILL_COPROC): Likewise.
10176 [POSIX || XPG3] (ILL_BADSTK): Likewise.
10177 [POSIX || XPG3] (FPE_INTDIV): Likewise.
10178 [POSIX || XPG3] (FPE_INTOVF): Likewise.
10179 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10180 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10181 [POSIX || XPG3] (FPE_FLTUND): Likewise.
10182 [POSIX || XPG3] (FPE_FLTRES): Likewise.
10183 [POSIX || XPG3] (FPE_FLTINV): Likewise.
10184 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10185 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10186 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10187 [POSIX || XPG3] (BUS_ADRALN): Likewise.
10188 [POSIX || XPG3] (BUS_ADRERR): Likewise.
10189 [POSIX || XPG3] (BUS_OBJERR): Likewise.
10190 [POSIX || XPG3] (CLD_EXITED): Likewise.
10191 [POSIX || XPG3] (CLD_KILLED): Likewise.
10192 [POSIX || XPG3] (CLD_DUMPED): Likewise.
10193 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10194 [POSIX || XPG3] (CLD_STOPPED): Likewise.
10195 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10196 [POSIX || XPG3] (POLL_IN): Likewise.
10197 [POSIX || XPG3] (POLL_OUT): Likewise.
10198 [POSIX || XPG3] (POLL_MSG): Likewise.
10199 [POSIX || XPG3] (POLL_ERR): Likewise.
10200 [POSIX || XPG3] (POLL_PRI): Likewise.
10201 [POSIX || XPG3] (POLL_HUP): Likewise.
10202 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10203 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10204 (SIG*): Do not allow.
10205 [XPG3] (si_*): Likewise.
10206 [XPG3] (SI_*): Likewise.
10207 [XPG3 || XPG4] (sigev_*): Likewise.
10208 [XPG3 || XPG4] (SIGEV_*): Likewise.
10209 [XPG3 || XPG4] (sival_*): Likewise.
10210 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10211 [POSIX || XPG3] (BUS_*): Likewise.
10212 [POSIX || XPG3] (CLD_*): Likewise.
10213 [POSIX || XPG3] (FPE_*): Likewise.
10214 [POSIX || XPG3] (ILL_*): Likewise.
10215 [POSIX || XPG3] (POLL_*): Likewise.
10216 [POSIX || XPG3] (SEGV_*): Likewise.
10217 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10218 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10219 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10220 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10221 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10222 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10223 Specify type and value.
10224 (TVERSLEN): Likewise.
10225 (REGTYPE): Likewise.
10226 (AREGTYPE): Likewise.
10227 (LNKTYPE): Likewise.
10228 (SYMTYPE): Likewise.
10229 (CHRTYPE): Likewise.
10230 (BLKTYPE): Likewise.
10231 (DIRTYPE): Likewise.
10232 (FIFOTYPE): Likewise.
10233 (CONTTYPE): Likewise.
10234 (TSUID): Likewise.
10235 (TSGID): Likewise.
10236 (TSVTX): Likewise.
10237 (TUREAD): Likewise.
10238 (TUWRITE): Likewise.
10239 (TUEXEC): Likewise.
10240 (TGREAD): Likewise.
10241 (TGWRITE): Likewise.
10242 (TGEXEC): Likewise.
10243 (TOREAD): Likewise.
10244 (TOWRITE): Likewise.
10245 (TOEXEC): Likewise.
10246 [POSIX] (TSVTX): Expect constant.
10247
aa97dee1
JM
102482014-03-06 Joseph Myers <joseph@codesourcery.com>
10249
f214606a
JM
10250 * Makefile (tests): Change dependencies to ....
10251 (tests-special): ... additions to this variable.
10252 (tests): Depend on $(tests-special).
10253 * Makerules (check-abi-list): New variable.
10254 (check-abi): Depend on $(check-abi-list).
10255 [$(subdir) = elf] (tests-special): Add
10256 $(objpfx)check-abi-libc.out.
10257 [$(build-shared) = yes && subdir] (tests-special): Add
10258 $(check-abi-list).
10259 [$(build-shared) = yes && subdir] (tests): Do not depend on
10260 check-abi.
10261 * Rules (tests): Depend on $(tests-special).
10262 (xtests): Depend on $(xtests-special).
10263 * catgets/Makefile (tests): Change dependencies to ....
10264 (tests-special): ... additions to this variable.
10265 * conform/Makefile (tests): Change dependencies to ....
10266 (tests-special): ... additions to this variable.
10267 * elf/Makefile (tests): Change dependencies to ....
10268 (tests-special): ... additions to this variable.
10269 * grp/Makefile (tests): Change dependencies to ....
10270 (tests-special): ... additions to this variable.
10271 * iconv/Makefile (xtests): Change dependencies to ....
10272 (xtests-special): ... additions to this variable.
10273 * iconvdata/Makefile (tests): Change dependencies to ....
10274 (tests-special): ... additions to this variable.
10275 * intl/Makefile (tests): Change dependencies to ....
10276 (tests-special): ... additions to this variable. Also add
10277 $(objpfx)tst-gettext.out.
10278 * io/Makefile (tests): Change dependencies to ....
10279 (tests-special): ... additions to this variable.
10280 * libio/Makefile (tests): Change dependencies to ....
10281 (tests-special): ... additions to this variable.
10282 * malloc/Makefile (tests): Change dependencies to ....
10283 (tests-special): ... additions to this variable.
10284 * misc/Makefile (tests): Change dependencies to ....
10285 (tests-special): ... additions to this variable.
10286 * nptl/Makefile (tests): Change dependencies to ....
10287 (tests-special): ... additions to this variable.
10288 * nptl_db/Makefile (tests): Change dependencies to ....
10289 (tests-special): ... additions to this variable.
10290 * posix/Makefile (tests): Change dependencies to ....
10291 (tests-special): ... additions to this variable.
10292 (xtests): Change dependencies to ....
10293 (xtests-special): ... additions to this variable.
10294 * resolv/Makefile (tests): Change dependencies to ....
10295 (tests-special): ... additions to this variable.
10296 (xtests): Change dependencies to ....
10297 (xtests-special): ... additions to this variable.
10298 * stdio-common/Makefile (tests): Change dependencies to ....
10299 (tests-special): ... additions to this variable.
10300 (do-tst-unbputc): Remove target.
10301 (do-tst-printf): Likewise.
10302 * stdlib/Makefile (tests): Change dependencies to ....
10303 (tests-special): ... additions to this variable.
10304 * string/Makefile (tests): Change dependencies to ....
10305 (tests-special): ... additions to this variable.
10306 * sysdeps/x86/Makefile (tests): Change dependencies to ....
10307 (tests-special): ... additions to this variable.
10308
81700b53
JM
10309 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10310 whole file.
10311 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10312 whole file.
10313 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10314 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10315
2ea18461
JM
10316 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10317 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10318 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10319 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10320 * conform/data/libgen.h-data [XPG3]: Likewise.
10321 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10322 * conform/data/ndbm.h-data [XPG3]: Likewise.
10323 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10324 * conform/data/netdb.h-data [XPG3]: Likewise.
10325 * conform/data/netinet/in.h-data [XPG3]: Likewise.
10326 * conform/data/poll.h-data [XPG3]: Likewise.
10327 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10328 * conform/data/strings.h-data [XPG3]: Likewise.
10329 * conform/data/stropts.h-data [XPG3]: Likewise.
10330 * conform/data/sys/mman.h-data [XPG3]: Likewise.
10331 * conform/data/sys/resource.h-data [XPG3]: Likewise.
10332 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10333 Likewise.
10334 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10335 * conform/data/sys/time.h-data [XPG3]: Likewise.
10336 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10337 * conform/data/sys/uio.h-data [XPG3]: Likewise.
10338 * conform/data/sys/un.h-data [XPG3]: Likewise.
10339 * conform/data/syslog.h-data [XPG3]: Likewise.
10340 * conform/data/ucontext.h-data [XPG3]: Likewise.
10341 * conform/data/utmpx.h-data [XPG3]: Likewise.
10342 * conform/data/varargs.h-data [UNIX98]: Enable file.
10343
355bc986
JM
10344 * manual/Makefile (INSTALL_INFO): Remove variable setting.
10345
215db402
JM
10346 * math/libm-test.inc (struct test_f_f_data): Move expected results
10347 into structure for each rounding mode.
10348 (struct test_ff_f_data): Likewise.
10349 (struct test_ff_f_data_nexttoward): Likewise.
10350 (struct test_fi_f_data): Likewise.
10351 (struct test_fl_f_data): Likewise.
10352 (struct test_if_f_data): Likewise.
10353 (struct test_fff_f_data): Likewise.
10354 (struct test_c_f_data): Likewise.
10355 (struct test_f_f1_data): Likewise.
10356 (struct test_fF_f1_data): Likewise.
10357 (struct test_ffI_f1_data): Likewise.
10358 (struct test_c_c_data): Likewise.
10359 (struct test_cc_c_data): Likewise.
10360 (struct test_f_i_data): Likewise.
10361 (struct test_ff_i_data): Likewise.
10362 (struct test_f_l_data): Likewise.
10363 (struct test_f_L_data): Likewise.
10364 (struct test_fFF_11_data): Likewise.
10365 (RM_): New macro.
10366 (RM_FE_DOWNWARD): Likewise.
10367 (RM_FE_TONEAREST): Likewise.
10368 (RM_FE_TOWARDZERO): Likewise.
10369 (RM_FE_UPWARD): Likewise.
10370 (RUN_TEST_LOOP_f_f): Update references to expected results.
10371 (RUN_TEST_LOOP_2_f): Likewise.
10372 (RUN_TEST_LOOP_fff_f): Likewise.
10373 (RUN_TEST_LOOP_c_f): Likewise.
10374 (RUN_TEST_LOOP_f_f1): Likewise.
10375 (RUN_TEST_LOOP_fF_f1): Likewise.
10376 (RUN_TEST_LOOP_fI_f1): Likewise.
10377 (RUN_TEST_LOOP_ffI_f1): Likewise.
10378 (RUN_TEST_LOOP_c_c): Likewise.
10379 (RUN_TEST_LOOP_cc_c): Likewise.
10380 (RUN_TEST_LOOP_f_i): Likewise.
10381 (RUN_TEST_LOOP_f_i_tg): Likewise.
10382 (RUN_TEST_LOOP_ff_i_tg): Likewise.
10383 (RUN_TEST_LOOP_f_b): Likewise.
10384 (RUN_TEST_LOOP_f_b_tg): Likewise.
10385 (RUN_TEST_LOOP_f_l): Likewise.
10386 (RUN_TEST_LOOP_f_L): Likewise.
10387 (RUN_TEST_LOOP_fFF_11): Likewise.
10388 * math/gen-libm-test.pl (parse_args): Output four copies of
10389 expected results for each test.
10390
67737b8f
JM
10391 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10392 (__ASSUME_UTIMES): Remove.
10393 * sysdeps/unix/sysv/linux/tile/kernel-features.h
10394 (__ASSUME_UTIMES): Likewise.
10395
aa97dee1
JM
10396 * math/gen-auto-libm-tests.c: Update comment on output format.
10397 (output_for_one_input_case): Generate before-rounding and
10398 after-rounding information as conditions on output flags not
10399 floating-point format.
10400 * math/auto-libm-test-out: Regenerated.
10401 * math/gen-libm-test.pl (cond_value): New function.
10402 (or_cond_value): Use cond_value.
10403 (generate_testfile): Handle conditional exceptions.
10404
e6b6a857
JM
104052014-03-05 Joseph Myers <joseph@codesourcery.com>
10406
2f0a0f44
JM
10407 * math/libm-test.inc (max_valid_error): New variable.
10408 (init_max_error): Take new argument specifying whether function
10409 results are exactly determined. Set max_valid_error and bound
10410 other variables for errors based on this argument.
10411 (set_max_error): Do not record results above max_valid_error.
10412 (check_float_internal): Only accept errors of up to 0.5ulps if
10413 also at most max_valid_error.
10414 (START): Take new argument EXACT and pass it to init_max_error.
10415 (acos_test): Update call to START.
10416 (acos_test_tonearest): Likewise.
10417 (acos_test_towardzero): Likewise.
10418 (acos_test_downward): Likewise.
10419 (acos_test_upward): Likewise.
10420 (acosh_test): Likewise.
10421 (asin_test): Likewise.
10422 (asin_test_tonearest): Likewise.
10423 (asin_test_towardzero): Likewise.
10424 (asin_test_downward): Likewise.
10425 (asin_test_upward): Likewise.
10426 (asinh_test): Likewise.
10427 (atan_test): Likewise.
10428 (atanh_test): Likewise.
10429 (atan2_test): Likewise.
10430 (cabs_test): Likewise.
10431 (cacos_test): Likewise.
10432 (cacosh_test): Likewise.
10433 (carg_test): Likewise.
10434 (casin_test): Likewise.
10435 (casinh_test): Likewise.
10436 (catan_test): Likewise.
10437 (catanh_test): Likewise.
10438 (cbrt_test): Likewise.
10439 (ccos_test): Likewise.
10440 (ccosh_test): Likewise.
10441 (ceil_test): Likewise.
10442 (cexp_test): Likewise.
10443 (cimag_test): Likewise.
10444 (clog_test): Likewise.
10445 (clog10_test): Likewise.
10446 (conj_test): Likewise.
10447 (copysign_test): Likewise.
10448 (cos_test): Likewise.
10449 (cos_test_tonearest): Likewise.
10450 (cos_test_towardzero): Likewise.
10451 (cos_test_downward): Likewise.
10452 (cos_test_upward): Likewise.
10453 (cosh_test): Likewise.
10454 (cosh_test_tonearest): Likewise.
10455 (cosh_test_towardzero): Likewise.
10456 (cosh_test_downward): Likewise.
10457 (cosh_test_upward): Likewise.
10458 (cpow_test): Likewise.
10459 (cproj_test): Likewise.
10460 (creal_test): Likewise.
10461 (csin_test): Likewise.
10462 (csinh_test): Likewise.
10463 (csqrt_test): Likewise.
10464 (ctan_test): Likewise.
10465 (ctan_test_tonearest): Likewise.
10466 (ctan_test_towardzero): Likewise.
10467 (ctan_test_downward): Likewise.
10468 (ctan_test_upward): Likewise.
10469 (ctanh_test): Likewise.
10470 (ctanh_test_tonearest): Likewise.
10471 (ctanh_test_towardzero): Likewise.
10472 (ctanh_test_downward): Likewise.
10473 (ctanh_test_upward): Likewise.
10474 (erf_test): Likewise.
10475 (erfc_test): Likewise.
10476 (exp_test): Likewise.
10477 (exp_test_tonearest): Likewise.
10478 (exp_test_towardzero): Likewise.
10479 (exp_test_downward): Likewise.
10480 (exp_test_upward): Likewise.
10481 (exp10_test): Likewise.
10482 (exp10_test_tonearest): Likewise.
10483 (exp10_test_towardzero): Likewise.
10484 (exp10_test_downward): Likewise.
10485 (exp10_test_upward): Likewise.
10486 (pow10_test): Likewise.
10487 (exp2_test): Likewise.
10488 (expm1_test): Likewise.
10489 (expm1_test_tonearest): Likewise.
10490 (expm1_test_towardzero): Likewise.
10491 (expm1_test_downward): Likewise.
10492 (expm1_test_upward): Likewise.
10493 (fabs_test): Likewise.
10494 (fdim_test): Likewise.
10495 (floor_test): Likewise.
10496 (fma_test): Likewise.
10497 (fma_test_towardzero): Likewise.
10498 (fma_test_downward): Likewise.
10499 (fma_test_upward): Likewise.
10500 (fmax_test): Likewise.
10501 (fmin_test): Likewise.
10502 (fmod_test): Likewise.
10503 (fpclassify_test): Likewise.
10504 (frexp_test): Likewise.
10505 (hypot_test): Likewise.
10506 (ilogb_test): Likewise.
10507 (isfinite_test): Likewise.
10508 (finite_test): Likewise.
10509 (isgreater_test): Likewise.
10510 (isgreaterequal_test): Likewise.
10511 (isinf_test): Likewise.
10512 (isless_test): Likewise.
10513 (islessequal_test): Likewise.
10514 (islessgreater_test): Likewise.
10515 (isnan_test): Likewise.
10516 (isnormal_test): Likewise.
10517 (issignaling_test): Likewise.
10518 (isunordered_test): Likewise.
10519 (j0_test): Likewise.
10520 (j1_test): Likewise.
10521 (jn_test): Likewise.
10522 (ldexp_test): Likewise.
10523 (lgamma_test): Likewise.
10524 (gamma_test): Likewise.
10525 (lrint_test): Likewise.
10526 (lrint_test_tonearest): Likewise.
10527 (lrint_test_towardzero): Likewise.
10528 (lrint_test_downward): Likewise.
10529 (lrint_test_upward): Likewise.
10530 (llrint_test): Likewise.
10531 (llrint_test_tonearest): Likewise.
10532 (llrint_test_towardzero): Likewise.
10533 (llrint_test_downward): Likewise.
10534 (llrint_test_upward): Likewise.
10535 (log_test): Likewise.
10536 (log10_test): Likewise.
10537 (log1p_test): Likewise.
10538 (log2_test): Likewise.
10539 (logb_test): Likewise.
10540 (logb_test_downward): Likewise.
10541 (lround_test): Likewise.
10542 (llround_test): Likewise.
10543 (modf_test): Likewise.
10544 (nearbyint_test): Likewise.
10545 (nextafter_test): Likewise.
10546 (nexttoward_test): Likewise.
10547 (pow_test): Likewise.
10548 (pow_test_tonearest): Likewise.
10549 (pow_test_towardzero): Likewise.
10550 (pow_test_downward): Likewise.
10551 (pow_test_upward): Likewise.
10552 (remainder_test): Likewise.
10553 (drem_test): Likewise.
10554 (remainder_test_tonearest): Likewise.
10555 (drem_test_tonearest): Likewise.
10556 (remainder_test_towardzero): Likewise.
10557 (drem_test_towardzero): Likewise.
10558 (remainder_test_downward): Likewise.
10559 (drem_test_downward): Likewise.
10560 (remainder_test_upward): Likewise.
10561 (drem_test_upward): Likewise.
10562 (remquo_test): Likewise.
10563 (rint_test): Likewise.
10564 (rint_test_tonearest): Likewise.
10565 (rint_test_towardzero): Likewise.
10566 (rint_test_downward): Likewise.
10567 (rint_test_upward): Likewise.
10568 (round_test): Likewise.
10569 (scalb_test): Likewise.
10570 (scalbn_test): Likewise.
10571 (scalbln_test): Likewise.
10572 (signbit_test): Likewise.
10573 (sin_test): Likewise.
10574 (sin_test_tonearest): Likewise.
10575 (sin_test_towardzero): Likewise.
10576 (sin_test_downward): Likewise.
10577 (sin_test_upward): Likewise.
10578 (sincos_test): Likewise.
10579 (sinh_test): Likewise.
10580 (sinh_test_tonearest): Likewise.
10581 (sinh_test_towardzero): Likewise.
10582 (sinh_test_downward): Likewise.
10583 (sinh_test_upward): Likewise.
10584 (sqrt_test): Likewise.
10585 (sqrt_test_tonearest): Likewise.
10586 (sqrt_test_towardzero): Likewise.
10587 (sqrt_test_downward): Likewise.
10588 (sqrt_test_upward): Likewise.
10589 (tan_test): Likewise.
10590 (tan_test_tonearest): Likewise.
10591 (tan_test_towardzero): Likewise.
10592 (tan_test_downward): Likewise.
10593 (tan_test_upward): Likewise.
10594 (tanh_test): Likewise.
10595 (tgamma_test): Likewise.
10596 (trunc_test): Likewise.
10597 (y0_test): Likewise.
10598 (y1_test): Likewise.
10599 (yn_test): Likewise.
10600 (significand_test): Likewise.
10601
e6b6a857
JM
10602 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
10603 individual tests in comment.
10604 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
10605 (prev_max_error): New variable.
10606 (prev_real_max_error): Likewise.
10607 (prev_imag_max_error): Likewise.
10608 (compare_ulp_data): Don't refer to test names in comment.
10609 (find_test_ulps): Remove function.
10610 (find_function_ulps): Likewise.
10611 (find_complex_function_ulps): Likewise.
10612 (init_max_error): Take function name as argument. Look up ulps
10613 for that function.
10614 (print_ulps): Remove function.
10615 (print_max_error): Use prev_max_error instead of calling
10616 find_function_ulps.
10617 (print_complex_max_error): Use prev_real_max_error and
10618 prev_imag_max_error instead of calling find_complex_function_ulps.
10619 (check_float_internal): Take max_ulp parameter instead of calling
10620 find_test_ulps. Don't call print_ulps.
10621 (check_float): Update call to check_float_internal.
10622 (check_complex): Update calls to check_float_internal.
10623 (START): Pass argument to init_max_error.
10624 * math/gen-libm-test.pl (%results): Don't include "kind"
10625 information.
10626 (parse_ulps): Don't handle ulps of individual tests.
10627 (print_ulps_file): Likewise.
10628 (output_ulps): Likewise.
10629 * math/README.libm-test: Update.
10630 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
10631 individual tests.
10632 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
10633 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
10634 * sysdeps/arm/libm-test-ulps: Likewise.
10635 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
10636 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
10637 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
10638 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
10639 * sysdeps/microblaze/libm-test-ulps: Likewise.
10640 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
10641 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10642 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
10643 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
10644 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
10645 * sysdeps/sh/libm-test-ulps: Likewise.
10646 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10647 * sysdeps/tile/libm-test-ulps: Likewise.
10648 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10649
45adef3c
JM
106502014-03-04 Joseph Myers <joseph@codesourcery.com>
10651
10652 * math/libm-test.inc (print_complex_max_error): Check separately
10653 whether real and imaginary errors are within allowed range and
10654 pass 0 to print_complex_function_ulps instead of value within
10655 allowed range.
10656
000232b9
SP
106572014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
10658
d4b17258
SP
10659 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10660 formatting.
10661 (get_handles_fopen): Likewise.
10662 (do_write_test): Likewise.
10663
091eff71
SP
10664 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10665
fa3cd248
SP
10666 * libio/fileops.c (do_ftell): Use cached offset when
10667 available.
10668 * libio/iofwide.c (do_ftell_wide): Likewise.
10669 * libio/iofdopen.c (_IO_new_fdopen): Don't use
10670 _IO_file_attach.
10671 * libio/wfileops.c (_IO_fwide): Don't cache offset.
10672
000232b9
SP
10673 [BZ #16532]
10674 * libio/libioP.h (get_file_offset): New function.
10675 * libio/fileops.c (get_file_offset): Likewise.
10676 (do_ftell): Likewise.
10677 (_IO_new_file_seekoff): Split out ftell logic.
10678 * libio/wfileops.c (do_ftell_wide): Likewise.
10679 (_IO_wfile_seekoff): Split out ftell logic.
10680 * libio/tst-ftell-active-handler.c: New test case.
10681 * libio/Makefile (tests): Add it.
10682
116f4d1a
RM
106832014-03-03 Roland McGrath <roland@hack.frob.com>
10684
10685 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10686 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10687
532a6035
SP
106882014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
10689
10690 [BZ #16639]
10691 * nscd/connections.c (nscd_init): Call do_exit.
10692 (start_threads): Call do_exit and notify_parent.
10693 (begin_drop_privileges): Call do_exit.
10694 (finish_drop_privileges): Likewise.
10695 * nscd/selinux.c (preserve_capabilities): Likewise.
10696 (install_real_capabilities): Likewise.
10697 (nscd_selinux_enabled): Likewise.
10698 (avc_create_thread): Likewise.
10699 (avc_alloc_lock): Likewise.
10700 (nscd_avc_init): Likewise.
10701 * nscd/nscd.c (parent_fd): New static variable.
10702 (main): Create a pipe between parent and child processes.
10703 Skip closing parent_fd.
10704 (monitor_child): New function.
10705 (do_exit): Likewise.
10706 (notify_parent): Likewise.
10707 * nscd/nscd.h (notify_parent): Likewise.
10708 (do_exit): Likewise.
10709
d6285c9f
CD
107102014-03-03 Carlos O'Donell <carlos@redhat.com>
10711
10712 * malloc/malloc.c (__libc_calloc): Revert last change.
10713
2b85d2a0
AZ
107142014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10715
10716 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10717
c7debbdf
RS
107182014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10719
10720 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10721 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10722 implementation.
10723 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10724 (__libc_ifunc_impl_list): Likewise.
10725 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10726 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10727 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10728 * string/strrchr.c: Define STRRCHR.
10729
235eed86
OB
107302014-02-28 Ondřej Bílka <neleai@seznam.cz>
10731
10732 * benchtest/bench-strtok.c (simple_strtok): Delete.
10733 (strtok_string): Use as benchmark.
10734 * string/strtok (STRTOK): New macro.
10735
8e25d1e7
CD
107362014-02-28 Carlos O'Donell <carlos@redhat.com>
10737
ef563f92
CD
10738 * manual/threads.texi: Add header and standard comments to all
10739 functions.
10740
8e25d1e7
CD
10741 * elf/dl-lookup.c (check_match): New function.
10742 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10743 (do_lookup_x): Remove nested function check_match. Use non-nested
10744 function check_match.
10745
ff71cc37
RM
107462014-02-28 Roland McGrath <roland@hack.frob.com>
10747
f08e9a26
RM
10748 * csu/Makefile (generated, before-compile): Use += rather than =.
10749 * catgets/Makefile (generated, generated-dirs): Likewise.
10750 * debug/Makefile (generated): Likewise.
10751 * dlfcn/Makefile (generated): Likewise.
10752 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10753 * iconvdata/Makefile (before-compile, generated): Likewise.
10754 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10755 * libio/Makefile (generated): Likewise.
10756 * malloc/Makefile (generated): Likewise.
10757 * manual/Makefile (generated, generated-dirs): Likewise.
10758 * misc/Makefile (generated): Likewise.
10759 * posix/Makefile (generated): Likewise.
10760 * resolv/Makefile (generated): Likewise.
10761 * sunrpc/Makefile (generated, generated-dirs): Likewise.
10762 * timezone/Makefile (generated, generated-dirs): Likewise.
10763
ff71cc37
RM
10764 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10765
fe13a20c
AZ
107662014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10767
57f41c40
AS
10768 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10769 power8 implementation.
10770 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10771 file: POWER8 llround ifunc implementation.
10772 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10773 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
10774 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10775 POWER8 llround implementation.
10776
57f41c40
AS
10777 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10778 power8 implementation.
10779 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10780 file: POWER8 llrint ifunc implementation.
10781 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10782 Add POWER8 implementation.
1ad8950a
AZ
10783 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10784 POWER8 llrint implementation.
10785
57f41c40
AS
10786 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10787 power8 implementation.
10788 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10789 file: POWER8 finite ifunc implementation.
10790 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10791 Add POWER8 implementation.
cac626d6
AZ
10792 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10793 Likewise.
10794 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10795 POWER8 finite implementation.
10796 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10797
57f41c40
AS
10798 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
10799 power8 implementation.
10800 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10801 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
10802 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10803 POWER8 implementation.
10804 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10805 Likewise.
57f41c40
AS
10806 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10807 isinf implementation.
4393fc11
AZ
10808 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10809
57f41c40
AS
10810 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10811 (INIT_ARCH): Add hwcap2 initialization.
10812 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10813 power8 implementation.
10814 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10815 file: POWER8 isnan ifunc implementation.
487972ae
AZ
10816 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10817 POWER8 implementation.
10818 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10819 Likewise.
57f41c40
AS
10820 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10821 isnan implementation.
487972ae
AZ
10822 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10823
7d92b787
JY
108242014-02-27 Joey Ye <joey.ye@arm.com>
10825
10826 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10827 (_FP_NANFRAC_Q): Set to zero.
10828
1cadc858
SP
108292014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
10830
10831 [BZ #16623]
10832 * math/auto-libm-test-in: New test inputs.
10833 * math/auto-libm-test-out: Regenerate.
10834 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10835 and DA.
10836 (__cos): Likewise.
10837 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10838
f8c17e79
JM
108392014-02-27 Joseph Myers <joseph@codesourcery.com>
10840
10841 * scripts/evaluate-test.sh: Take new argument indicating whether
10842 failure is expected.
10843 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10844 indicating whether failure is expected.
10845 * conform/Makefile (test-xfail-run-conformtest): New variable.
10846 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10847 level.
10848 * posix/Makefile (test-xfail-annexc): New variable.
10849 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10850
a5f891ac
JM
108512014-02-26 Joseph Myers <joseph@codesourcery.com>
10852
10853 * argp/Makefile: Include Makeconfig immediately after defining
10854 subdir.
10855 * assert/Makefile: Likewise.
10856 * benchtests/Makefile: Likewise.
10857 * catgets/Makefile: Likewise.
10858 * conform/Makefile: Likewise.
10859 * crypt/Makefile: Likewise.
10860 * csu/Makefile: Likewise.
10861 (all): Remove target.
10862 * ctype/Makefile: Include Makeconfig immediately after defining
10863 subdir.
10864 * debug/Makefile: Likewise.
10865 * dirent/Makefile: Likewise.
10866 * dlfcn/Makefile: Likewise.
10867 * gmon/Makefile: Likewise.
10868 * gnulib/Makefile: Likewise.
10869 * grp/Makefile: Likewise.
10870 * gshadow/Makefile: Likewise.
10871 * hesiod/Makefile: Likewise.
10872 * hurd/Makefile: Likewise.
10873 (all): Remove target.
10874 * iconvdata/Makefile: Include Makeconfig immediately after
10875 defining subdir.
10876 * inet/Makefile: Likewise.
10877 * intl/Makefile: Likewise.
10878 * io/Makefile: Likewise.
10879 * libio/Makefile: Likewise.
10880 (all): Remove target.
10881 * locale/Makefile: Include Makeconfig immediately after defining
10882 subdir.
10883 * login/Makefile: Likewise.
10884 * mach/Makefile: Likewise.
10885 (all): Remove target.
10886 * malloc/Makefile: Include Makeconfig immediately after defining
10887 subdir.
10888 (all): Remove target.
10889 * manual/Makefile: Include Makeconfig immediately after defining
10890 subdir.
10891 * math/Makefile: Likewise.
10892 * misc/Makefile: Likewise.
10893 * nis/Makefile: Likewise.
10894 * nss/Makefile: Likewise.
10895 * po/Makefile: Likewise.
10896 (all): Remove target.
10897 * posix/Makefile: Include Makeconfig immediately after defining
10898 subdir.
10899 * pwd/Makefile: Likewise.
10900 * resolv/Makefile: Likewise.
10901 * resource/Makefile: Likewise.
10902 * rt/Makefile: Likewise.
10903 * setjmp/Makefile: Likewise.
10904 * shadow/Makefile: Likewise.
10905 * signal/Makefile: Likewise.
10906 * socket/Makefile: Likewise.
10907 * soft-fp/Makefile: Likewise.
10908 * stdio-common/Makefile: Likewise.
10909 * stdlib/Makefile: Likewise.
10910 * streams/Makefile: Likewise.
10911 * string/Makefile: Likewise.
10912 * sunrpc/Makefile: Likewise.
10913 (all): Remove target.
10914 * sysvipc/Makefile: Include Makeconfig immediately after defining
10915 subdir.
10916 * termios/Makefile: Likewise.
10917 * time/Makefile: Likewise.
10918 * timezone/Makefile: Likewise.
10919 (all): Remove target.
10920 * wcsmbs/Makefile: Include Makeconfig immediately after defining
10921 subdir.
10922 * wctype/Makefile: Likewise.
10923
5b456e9d
SE
109242014-02-26 Steve Ellcey <sellcey@mips.com>
10925
10926 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10927 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10928 (libc_feholdexcept_setround_mips): Ditto.
10929 (libc_feholdsetround): New.
10930 (libc_feholdsetroundf): New.
10931 (libc_feholdsetroundl): New.
10932 (libc_feupdateenv_test_mips): New.
10933 (libc_feupdateenv_test): New.
10934 (libc_feupdateenv_testf): New.
10935 (libc_feupdateenv_testl): New.
10936 (libc_feresetround): New.
10937 (libc_feresetroundf): New.
10938 (libc_feresetroundl): New.
10939 (libc_fetestexcept_mips): New.
10940 (libc_fetestexcept): New.
10941 (libc_fetestexceptf): New.
10942 (libc_fetestexceptl): New.
10943 (HAVE_RM_CTX): New.
10944 (libc_feholdexcept_setround_mips_ctx): New.
10945 (libc_feholdexcept_setround_ctx): New.
10946 (libc_feholdexcept_setroundf_ctx): New.
10947 (libc_feholdexcept_setroundl_ctx): New.
10948 (libc_fesetenv_mips_ctx): New.
10949 (libc_fesetenv_ctx): New.
10950 (libc_fesetenv_ctxf): New.
10951 (libc_fesetenv_ctxl): New.
10952 (libc_feupdateenv_mips_ctx): New.
10953 (libc_feupdateenv_ctx): New.
10954 (libc_feupdateenvf_ctx): New.
10955 (libc_feupdateenvl_ctx): New.
10956 (libc_feholdsetround_mips_ctx): New.
10957 (libc_feholdsetround_ctx): New.
10958 (libc_feholdsetroundf_ctx): New.
10959 (libc_feholdsetroundl_ctx): New.
10960 (libc_feresetround_mips_ctx): New.
10961 (libc_feresetround_ctx): New.
10962 (libc_feresetroundf_ctx): New.
10963 (libc_feresetroundl_ctx): New.
10964
085d0e35
CD
109652014-02-26 Carlos O'Donell <carlos@redhat.com>
10966
f067bf1f
CD
10967 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10968
085d0e35
CD
10969 * manual/ipc.texi: New file.
10970 * manual/Makefile (chapters): Add ipc.
10971 * manual/job.texi: Add "Inter-Process Communication" to next.
10972 * manual/process.texi: Add "Inter-Process Communication" to prev.
10973
86e58c08
AZ
109742014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10975
10976 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10977
4248f0da
OB
109782014-02-26 Ondřej Bílka <neleai@seznam.cz>
10979
10980 * malloc/malloc.c (__libc_calloc): Simplify implementation.
10981
cf822e3c
OB
10982 * manual/arith.texi: Fix spaces after sentences.
10983 * manual/charset.texi: Likewise.
10984 * manual/errno.texi: Likewise.
10985 * manual/install.texi: Likewise.
10986 * manual/llio.texi: Likewise.
10987 * manual/locale.texi: Likewise.
10988 * manual/maint.texi: Likewise.
10989 * manual/math.texi: Likewise.
10990 * manual/memory.texi: Likewise.
10991 * manual/message.texi: Likewise.
10992 * manual/probes.texi: Likewise.
10993 * manual/resource.texi: Likewise.
10994 * manual/signal.texi: Likewise.
10995 * manual/socket.texi: Likewise.
10996 * manual/stdio.texi: Likewise.
10997 * manual/string.texi: Likewise.
10998 * manual/time.texi: Likewise.
10999 * manual/users.texi: Likewise.
11000
ade40b10
CD
110012014-02-25 Carlos O'Donell <carlos@redhat.com>
11002
11003 [BZ #16632]
11004 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
11005 _DEFAULT_SOURCE is defined.
11006
d0503676
CD
110072014-02-25 Ulrich Drepper <drepper@gmail.com>
11008 Carlos O'Donell <carlos@redhat.com>
11009
11010 [BZ #16613]
11011 * elf/dl-tls.c (_dl_count_modids): New function.
11012 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
11013 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
11014 audit library and increment generation counter.
11015 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
11016 * elf/tst-audit9.c: New file.
11017 * elf/tst-auditmod9a.c: New file.
11018 * elf/tst-auditmod9b.c: New file.
11019 * elf/Makefile: Add rules to build and run tst-audit9.
11020
4cbf380c
FW
110212014-02-25 Florian Weimer <fweimer@redhat.com>
11022
11023 [BZ #15347]
11024 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
11025
80a56cc3
WN
110262014-02-25 Will Newton <will.newton@linaro.org>
11027
11028 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
11029 (__longjmp): Restore sp and lr before restoring callee
11030 saved registers. Add longjmp and longjmp_target
11031 SystemTap probe point.
11032 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
11033 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
11034 Define to zero to match jmpbuf layout.
11035 * sysdeps/arm/setjmp.S: Include stap-probe.h.
11036 (__sigsetjmp): Save sp and lr before saving callee
11037 saved registers. Add setjmp SystemTap probe point.
11038
3ea0f74e
SL
110392014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
11040
11041 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11042
b04acb26
AS
110432014-02-24 Andreas Schwab <schwab@suse.de>
11044
11045 [BZ #15804]
11046 * elf/pldd.c (wait_for_ptrace_stop): New function.
11047 (main): Call it after attaching.
11048
098ad55c
RM
110492014-02-22 Roland McGrath <roland@hack.frob.com>
11050
d4ec6ae1
RM
11051 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
11052 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
11053 Versions files is now verboten.
11054 * hurd/Versions (libc: GLIBC_2.0):
11055 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
11056 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
11057 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
11058 * mach/Versions: Likewise.
11059
098ad55c
RM
11060 * csu/Versions: Remove unused %include.
11061 * resolv/Versions: Likewise.
11062
acd7f096
JM
110632014-02-21 Joseph Myers <joseph@codesourcery.com>
11064
f0881698
JM
11065 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
11066 ($(objpfx)check-local-headers.out): Likewise.
11067 ($(objpfx)begin-end-check.out): Likewise.
11068 * Makerules (check-abi-%.out): Likewise.
11069 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
11070 ($(objpfx)test2.cat): Likewise.
11071 ($(objpfx)de/libc.cat): Likewise.
11072 ($(objpfx)test-gencat.out): Likewise.
11073 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
11074 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
11075 ($(objpfx)noload-mem): Likewise.
11076 ($(objpfx)tst-pathopt.out): Likewise.
11077 ($(objpfx)tst-rtld-load-self.out): Likewise.
11078 ($(objpfx)tst-array1-cmp.out): Likewise.
11079 ($(objpfx)tst-array1-static-cmp.out): Likewise.
11080 ($(objpfx)tst-array2-cmp.out): Likewise.
11081 ($(objpfx)tst-array3-cmp.out): Likewise.
11082 ($(objpfx)tst-array4-cmp.out): Likewise.
11083 ($(objpfx)tst-array5-cmp.out): Likewise.
11084 ($(objpfx)tst-array5-static-cmp.out): Likewise.
11085 ($(objpfx)check-textrel.out): Likewise.
11086 ($(objpfx)check-execstack.out): Likewise.
11087 ($(objpfx)check-localplt.out): Likewise.
11088 ($(objpfx)order2-cmp.out): Likewise.
11089 ($(objpfx)tst-leaks1-mem): Likewise.
11090 ($(objpfx)tst-leaks1-static-mem): Likewise.
11091 ($(objpfx)tst-initorder-cmp.out): Likewise.
11092 ($(objpfx)tst-initorder2-cmp.out): Likewise.
11093 ($(objpfx)tst-unused-dep.out): Likewise.
11094 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11095 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11096 * iconv/Makefile (test-iconvconfig): Likewise.
11097 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11098 ($(objpfx)iconv-test.out): Likewise.
11099 ($(objpfx)tst-tables.out): Likewise.
11100 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11101 ($(objpfx)tst-gettext.out): Likewise.
11102 ($(objpfx)tst-translit.out): Likewise.
11103 ($(objpfx)tst-gettext2.out): Likewise.
11104 ($(objpfx)tst-gettext4.out): Likewise.
11105 ($(objpfx)tst-gettext6.out): Likewise.
11106 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11107 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11108 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11109 ($(objpfx)tst-fopenloc-mem.out): Likewise.
11110 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11111 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11112 * posix/Makefile ($(objpfx)globtest.out): Likewise.
11113 ($(objpfx)wordexp-tst.out): Likewise.
11114 ($(objpfx)annexc.out): Likewise.
11115 ($(objpfx)tst-fnmatch-mem): Likewise.
11116 ($(objpfx)bug-regex2-mem): Likewise.
11117 ($(objpfx)bug-regex14-mem): Likewise.
11118 ($(objpfx)bug-regex21-mem): Likewise.
11119 ($(objpfx)bug-regex31-mem): Likewise.
11120 ($(objpfx)tst-vfork3-mem): Likewise.
11121 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11122 ($(objpfx)tst-pcre-mem): Likewise.
11123 ($(objpfx)tst-boost-mem): Likewise.
11124 ($(objpfx)tst-getconf.out): Likewise.
11125 ($(objpfx)bug-ga2-mem): Likewise.
11126 ($(objpfx)bug-glob2-mem): Likewise.
11127 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11128 ($(objpfx)mtrace-tst-leaks2): Likewise.
11129 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11130 ($(objpfx)tst-printf.out): Likewise.
11131 ($(objpfx)tst-setvbuf1.out): Likewise.
11132 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11133 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11134 ($(objpfx)tst-fmtmsg.out): Likewise.
11135 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11136 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11137
acd7f096
JM
11138 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11139 * bits/sigaction.h [__USE_MISC]: Likewise.
11140 * bits/waitstatus.h: Update #endif comments.
11141 * ctype/ctype.h: Likewise.
11142 * dirent/dirent.h: Likewise.
11143 [__USE_MISC]: Remove redundant conditionals.
11144 * grp/grp.h: Update #endif comments.
11145 [__USE_GNU]: Remove redundant conditionals.
11146 [__USE_MISC]: Likewise.
11147 * inet/netinet/in.h [__USE_GNU]: Likewise.
11148 * io/sys/stat.h [__USE_MISC]: Likewise.
11149 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11150 * libio/bits/stdio.h: Update #endif comments.
11151 [__USE_MISC]: Remove redundant conditionals.
11152 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11153 * libio/stdio.h: Update #endif comments.
11154 [__USE_MISC]: Remove redundant conditionals.
11155 * math/bits/math-finite.h [__USE_MISC]: Likewise.
11156 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11157 * math/math.h: Update #else and #endif comments.
11158 [__USE_MISC]: Remove redundant conditionals.
11159 * misc/sys/uio.h: Update #endif comments.
11160 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11161 * posix/glob.h [__USE_MISC]: Likewise.
11162 * posix/sys/types.h: Update #endif comments.
11163 [__USE_MISC]: Remove redundant conditionals.
11164 * posix/sys/wait.h: Update #endif comments.
11165 [__USE_MISC]: Remove redundant conditionals.
11166 * posix/unistd.h: Update #endif comments.
11167 [__USE_MISC]: Remove redundant conditionals.
11168 * pwd/pwd.h [__USE_GNU]: Likewise.
11169 [__USE_MISC]: Likewise.
11170 * resolv/netdb.h [__USE_GNU]: Likewise.
11171 * signal/signal.h: Update #endif comments.
11172 [__USE_MISC]: Remove redundant conditionals.
11173 * stdlib/stdlib.h: Update #else and #endif comments.
11174 [__USE_MISC]: Remove redundant conditionals.
11175 [__USE_GNU]: Likewise.
11176 * string/bits/string2.h [__USE_MISC]: Likewise.
11177 * string/string.h: Update #endif comments.
11178 [__USE_MISC]: Remove redundant conditionals.
11179 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11180 Likewise.
11181 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11182 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11183 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11184 Likewise.
11185 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11186 Likewise.
11187 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11188 comments.
11189 [__USE_MISC]: Remove redundant conditionals.
11190 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11191 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11192 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11193 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11194 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11195 Likewise.
11196 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11197 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11198 Likewise.
11199 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11200 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11201 Likewise.
11202 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11203 Likewise.
11204 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11205 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11206 Likewise.
11207 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11208 Likewise.
11209 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11210 * sysdeps/x86/bits/string.h: Update #endif comments.
11211 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11212 conditionals.
11213 * time/sys/time.h: Update #endif comments.
11214 * time/time.h: Likewise.
11215 [__USE_MISC]: Remove redundant conditionals.
11216
a5d82e4e
YG
112172014-02-21 Yury Gribov <y.gribov@samsung.com>
11218
11219 [BZ #16600]
11220 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11221
9a80491d
AS
112222014-02-21 Andreas Schwab <schwab@linux-m68k.org>
11223
11224 * Versions.def (librt): Add GLIBC_2.17.
11225
105fa381
AC
112262014-02-21 Adam Conrad <adconrad@0c3.net>
11227
11228 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11229 synonym for _SYS_AUXV_H to allow direct inclusion.
11230 * sysdeps/sparc/bits/hwcap.h: Likewise.
11231 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11232 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11233 * sysdeps/sparc/sysdep.h: Likewise.
11234
b8cd1c4e
SP
112352014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
11236
11237 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11238
bd939d23
RS
112392014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11240
11241 * benchtests/bench-strrchr.c: Print length instead of position.
11242
5d7b57ca
JM
112432014-02-20 Joseph Myers <joseph@codesourcery.com>
11244
bc688c10
JM
11245 [BZ #16611]
11246 * sysdeps/unix/sysv/linux/kernel-features.h
11247 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11248 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11249 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11250 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11251 Likewise.
11252 [__i386__ || __powerpc__ || __sh__ || __sparc__]
11253 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11254 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11255 (__ASSUME_SENDMMSG): Define instead of using previous
11256 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11257 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11258 (__ASSUME_SENDMMSG_SYSCALL): Define.
11259 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11260 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11261 Likewise.
11262 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11263 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11264 Likewise.
11265 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11266 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11267 Likewise.
11268 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11269 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11270 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11271 [__ASSUME_SENDMMSG]: Change conditionals to
11272 [__ASSUME_SENDMMSG_SOCKETCALL].
11273 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11274 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11275 Define.
11276 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11277 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11278 Likewise.
11279 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11280 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11281 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11282 [!__ASSUME_SENDMMSG]: Change conditional to
11283 [!__ASSUME_SENDMMSG_SOCKETCALL].
11284 * sysdeps/unix/sysv/linux/tile/kernel-features.h
11285 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11286 Define.
11287
0e31b18c
JM
11288 [BZ #16610]
11289 * sysdeps/unix/sysv/linux/kernel-features.h
11290 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11291 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11292 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11293 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11294 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11295 [__i386__ || __sparc__]
11296 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11297 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11298 (__ASSUME_RECVMMSG): Define instead of using previous
11299 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11300 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11301 (__ASSUME_RECVMMSG_SYSCALL): Define.
11302 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11303 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11304 Likewise.
11305 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11306 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11307 Likewise.
11308 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11309 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11310 Likewise.
11311 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11312 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11313 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11314 [__ASSUME_RECVMMSG]: Change condition to
11315 [__ASSUME_RECVMMSG_SOCKETCALL].
11316 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11317 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11318 Define.
11319 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11320 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11321 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11322 Likewise.
11323 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11324 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11325 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11326 [!__ASSUME_RECVMMSG]: Change condition to
11327 [!__ASSUME_RECVMMSG_SOCKETCALL].
11328 * sysdeps/unix/sysv/linux/tile/kernel-features.h
11329 (__ASSUME_RECVMMSG_SYSCALL): Define.
11330
dd481ccf
JM
11331 [BZ #16609]
11332 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11333 __powerpc__ || __s390__ || __sh__ || __sparc__]
11334 (__ASSUME_SOCKETCALL): Define.
11335 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11336 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11337 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11338 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11339 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11340 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11341 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11342 (__ASSUME_ACCEPT4): Define instead of using previous
11343 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11344 __powerpc__ || __sparc__ || __s390__)] condition.
11345 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11346 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11347 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11348 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11349 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11350 [!__ASSUME_ACCEPT4]: Change condition to
11351 [!__ASSUME_ACCEPT4_SOCKETCALL].
11352 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11353 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
11354 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11355 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11356 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11357 __ASSUME_ACCEPT4_SYSCALL.
11358 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11359 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11360 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11361 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11362 __ASSUME_ACCEPT4_SYSCALL.
11363 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11364 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11365 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11366 [__ASSUME_ACCEPT4]: Change condition to
11367 [__ASSUME_ACCEPT4_SOCKETCALL].
11368 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11369 (__ASSUME_SOCKETCALL): Define.
11370 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11371 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11372 (__ASSUME_SOCKETCALL): Define.
11373 (__ASSUME_ACCEPT4): Remove.
11374 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11375 Define.
11376 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11377 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11378 Likewise.
11379 * sysdeps/unix/sysv/linux/tile/kernel-features.h
11380 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11381
5d7b57ca
JM
11382 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11383 macro.
11384 (HWCAP_ARM_LPAE): Likewise.
11385 (HWCAP_ARM_EVTSTRM): Likewise.
11386 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11387 Add vpfd32, lpae and evtstrm.
11388 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11389 Increase to 22.
11390
63689d61
JM
113912014-02-19 Joseph Myers <joseph@codesourcery.com>
11392
11393 * math/auto-libm-test-in: Add tests of clog10.
11394 * math/auto-libm-test-out: Regenerated.
11395 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11396 * sysdeps/i386/fpu/libm-test-ulps: Update.
11397 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11398
ab09bf61
AS
113992014-02-18 Andreas Schwab <schwab@suse.de>
11400
11401 [BZ #16574]
11402 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11403 Store non-zero if the second buffer was newly allocated.
11404 (send_dg): Likewise.
11405 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11406 to send_vc and send_dg.
11407 (res_nsend): Pass NULL for ansp2_malloced.
11408 * resolv/res_query.c (__libc_res_nquery): Add parameter
11409 answerp2_malloced and pass it down to __libc_res_nsend.
11410 (res_nquery): Pass additional NULL to __libc_res_nquery.
11411 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11412 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
11413 second answer buffer if answerp2_malloced was set.
11414 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11415 (__libc_res_nquerydomain): Add parameter
11416 answerp2_malloced and pass it down to __libc_res_nquery.
11417 (res_nquerydomain): Pass additional NULL to
11418 __libc_res_nquerydomain.
11419 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11420 additional NULL to __libc_res_nsend and __libc_res_nquery.
11421 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11422 additional NULL to __libc_res_nsearch.
11423 (_nss_dns_gethostbyname4_r): Revert last change. Use new
11424 parameter of __libc_res_nsearch to check for separately allocated
11425 second buffer.
11426 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11427 __libc_res_nquery.
11428 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11429 additional NULL to __libc_res_nquery.
11430 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11431 __libc_res_nsearch.
11432 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11433 * include/resolv.h: Update prototypes of __libc_res_nquery,
11434 __libc_res_nsearch, __libc_res_nsend.
11435
a4fb7861
JM
114362014-02-18 Joseph Myers <joseph@codesourcery.com>
11437
c6af2d89
JM
11438 * math/auto-libm-test-in: Add tests of fma.
11439 * math/auto-libm-test-out: Regenerated.
11440 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11441 (fma_towardzero_test_data): Likewise.
11442 (fma_downward_test_data): Likewise.
11443 (fma_upward_test_data): Likewise.
11444 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11445 mpc_mode.
11446 (rounding_modes): Add values for new field.
11447 (func_calc_method): Add value mpfr_fff_f.
11448 (func_calc_desc): Add mpfr_fff_f union field.
11449 (test_function): Add field exact_args.
11450 (FUNC): Add macro argument EXACT_ARGS.
11451 (FUNC_mpfr_f_f): Update call to FUNC.
11452 (FUNC_mpfr_f_f): Likewise.
11453 (FUNC_mpfr_ff_f): Likewise.
11454 (FUNC_mpfr_if_f): Likewise.
11455 (FUNC_mpc_c_f): Likewise.
11456 (FUNC_mpc_c_c): Likewise.
11457 (test_functions): Add fma. Update calls to FUNC.
11458 (handle_input_arg): Add argument exact_args.
11459 (add_test): Update call to handle_input_arg.
11460 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
11461 (output_for_one_input_case): Update call to calc_generic_results.
11462 Recalculate exact zero results in each rounding mode.
11463
a4fb7861
JM
11464 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11465 non-negative before setting low bit.
11466 * math/auto-libm-test-in: Mark one asin test possibly having
11467 spurious underflow.
11468 * math/auto-libm-test-out: Regenerated.
11469 * sysdeps/i386/fpu/libm-test-ulps: Update.
11470 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11471
ef114eaf
DH
114722014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
11473
2b7f4f2c
SP
11474 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11475 * sysdeps/unix/sysv/linux/microblaze: Move directory from
11476 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
11477 * README: Add missing listing for microblaze*-*-linux-gnu.
11478
8125aedc
AM
114792014-02-16 Ondřej Bílka <neleai@seznam.cz>
11480
11481 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11482 duplicate code
11483
c70a4b1d
MF
114842014-02-16 Mike Frysinger <vapier@gentoo.org>
11485
11486 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11487 * sysdeps/unix/sysv/linux/ia64: Move directory from
11488 ports/sysdeps/unix/sysv/linux/ia64.
11489 * README: Update listing for ia64-*-linux-gnu.
11490
591aeaf7
TD
114912014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
11492 Joseph Myers <joseph@codesourcery.com>
11493
11494 * Makeconfig (test-name): New variable.
11495 (evaluate-test): Likewise.
11496 * Makerules (do-test-clean): Remove .test-result files.
11497 (common-mostlyclean): Likewise.
11498 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11499 * scripts/evaluate-test.sh: New file.
11500
6e89caf1
JM
115012014-02-14 Joseph Myers <joseph@codesourcery.com>
11502
7f98f180
JM
11503 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11504 separate $(objpfx)tst-fopenloc-cmp.out and
11505 $(objpfx)tst-fopenloc-mem.out targets.
11506 (tests): Update dependencies.
11507 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11508 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11509 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11510 (tst-rxspencer-no-utf8-ARGS): New variable.
11511 (tst-rxspencer-no-utf8-ENV): Likewise.
11512 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11513 instead of $(objpfx)tst-rxspencer-mem.
11514 ($(objpfx)tst-rxspencer-mem): Change target to
11515 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
11516 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11517 * posix/tst-rxspencer-no-utf8.c: New file.
11518
6e89caf1
JM
11519 * elf/Makefile ($(objpfx)order.out): Remove rule.
11520 [$(run-built-tests) = yes] (tests): Depend on
11521 $(objpfx)order-cmp.out.
11522 ($(objpfx)order-cmp.out): New rule.
11523 [$(run-built-tests) = yes] (tests): Depend on
11524 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11525 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11526 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11527 $(objpfx)tst-array5-static-cmp.out.
11528 ($(objpfx)tst-array1.out): Remove rule.
11529 ($(objpfx)tst-array1-cmp.out): New rule.
11530 ($(objpfx)tst-array1-static.out): Remove rule.
11531 ($(objpfx)tst-array1-static-cmp.out): New rule.
11532 ($(objpfx)tst-array2.out): Remove rule.
11533 ($(objpfx)tst-array2-cmp.out): New rule.
11534 ($(objpfx)tst-array3.out): Remove rule.
11535 ($(objpfx)tst-array3-cmp.out): New rule.
11536 ($(objpfx)tst-array4.out): Remove rule.
11537 ($(objpfx)tst-array4-cmp.out): New rule.
11538 ($(objpfx)tst-array5.out): Remove rule.
11539 ($(objpfx)tst-array5-cmp.out): New rule.
11540 ($(objpfx)tst-array5-static.out): Remove rule.
11541 ($(objpfx)tst-array5-static-cmp.out): New rule.
11542 [$(run-built-tests) = yes] (tests): Depend on
11543 $(objpfx)order2-cmp.out.
11544 ($(objpfx)order2.out): Remove rule.
11545 ($(objpfx)order2-cmp.out): New rule.
11546 ($(objpfx)tst-initorder.out): Remove rule.
11547 [$(run-built-tests) = yes] (tests): Depend on
11548 $(objpfx)tst-initorder-cmp.out.
11549 ($(objpfx)tst-initorder-cmp.out): New rule.
11550 ($(objpfx)tst-initorder2.out): Remove rule.
11551 [$(run-built-tests) = yes] (tests): Depend on
11552 $(objpfx)tst-initorder2-cmp.out.
11553 ($(objpfx)tst-initorder2-cmp.out): New rule.
11554 [$(run-built-tests) = yes] (tests): Depend on
11555 $(objpfx)tst-unused-dep-cmp.out.
11556 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11557 ($(objpfx)tst-unused-dep-cmp.out): New rule.
11558 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11559 on $(objpfx)tst-setvbuf1-cmp.out.
11560 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11561 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11562 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11563 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11564 ($(objpfx)tst-svc.out): Remove rule.
11565 ($(objpfx)tst-svc-cmp.out): New rule.
11566
ed9a38e2
JM
115672014-02-13 Joseph Myers <joseph@codesourcery.com>
11568
11569 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11570 * ctype/ctype.h [__USE_MISC]: Likewise.
11571 * dirent/dirent.h [__USE_MISC]: Likewise.
11572 * grp/grp.h [__USE_MISC]: Likewise.
11573 * io/fcntl.h [__USE_MISC]: Likewise.
11574 * io/sys/stat.h [__USE_MISC]: Likewise.
11575 * libio/stdio.h [__USE_MISC]: Likewise.
11576 * posix/unistd.h [__USE_MISC]: Likewise.
11577 * pwd/pwd.h [__USE_MISC]: Likewise.
11578 * stdlib.h [__USE_MISC]: Likewise.
11579 * string/bits/string2.h [__USE_MISC]: Likewise.
11580 * string/string.h [__USE_MISC]: Likewise.
11581 * time/time.h [__USE_MISC]: Likewise.
11582
d6680619
AS
115832014-02-13 Andreas Schwab <schwab@suse.de>
11584
11585 [BZ #16574]
11586 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
11587 second answer buffer if it was separately allocated.
11588
ace614b8
JM
115892014-02-12 Joseph Myers <joseph@codesourcery.com>
11590
743151ae
JM
11591 * sysdeps/mips/math-tests.h: Include <features.h>.
11592 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11593 (ROUNDING_TESTS_long_double): Do not define.
11594 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
11595 (EXCEPTION_TESTS_long_double): Likewise.
11596 * sysdeps/mips/mips64/libm-test-ulps: Update.
11597
498afc54
JM
11598 * include/features.h (__USE_BSD): Remove macro definitions.
11599 (__USE_SVID): Likewise.
11600 (_BSD_SOURCE): Likewise.
11601 (_SVID_SOURCE): Likewise.
11602 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
11603 from definition of _DEFAULT_SOURCE.
11604 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
11605 [_DEFAULT_SOURCE].
11606 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
11607 * bits/mman.h [__USE_BSD]: Likewise.
11608 * bits/termios.h [__USE_BSD]: Likewise.
11609 * bits/waitstatus.h [__USE_BSD]: Likewise.
11610 * ctype/ctype.h [__USE_SVID]: Likewise.
11611 * dirent/dirent.h [__USE_BSD]: Likewise.
11612 * grp/grp.h [__USE_SVID]: Likewise.
11613 [__USE_BSD]: Likewise.
11614 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
11615 * io/fcntl.h [__USE_BSD]: Likewise.
11616 * io/ftw.h [__USE_BSD]: Likewise.
11617 * io/sys/stat.h [__USE_BSD]: Likewise.
11618 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
11619 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
11620 * libio/stdio.h [__USE_SVID]: Likewise.
11621 [__USE_BSD]: Likewise.
11622 * math/math.h [__USE_SVID]: Likewise.
11623 [__USE_BSD]: Likewise.
11624 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
11625 * misc/bits/syslog.h [__USE_BSD]: Likewise.
11626 * misc/search.h [__USE_SVID]: Likewise.
11627 * misc/sys/mman.h [__USE_BSD]: Likewise.
11628 * misc/sys/syslog.h [__USE_BSD]: Likewise.
11629 * misc/sys/uio.h [__USE_BSD]: Likewise.
11630 * posix/bits/unistd.h [__USE_BSD]: Likewise.
11631 * posix/glob.h [__USE_BSD]: Likewise.
11632 * posix/regex.h [__USE_BSD]: Likewise.
11633 * posix/sys/types.h [__USE_BSD]: Likewise.
11634 [__USE_SVID]: Likewise.
11635 * posix/sys/utsname.h [__USE_SVID]: Likewise.
11636 * posix/sys/wait.h [__USE_BSD]: Likewise.
11637 [__USE_SVID]: Likewise.
11638 * posix/unistd.h [__USE_BSD]: Likewise.
11639 [__USE_SVID]: Likewise.
11640 * pwd/pwd.h [__USE_SVID]: Likewise.
11641 * resolv/netdb.h [__USE_BSD]: Likewise.
11642 * setjmp/setjmp.h [__USE_BSD]: Likewise.
11643 * signal/signal.h [__USE_BSD]: Likewise.
11644 [__USE_SVID]: Likewise.
11645 * socket/sys/socket.h [__USE_BSD]: Likewise.
11646 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11647 * stdlib/stdlib.h [__USE_BSD]: Likewise.
11648 [__USE_SVID]: Likewise.
11649 * string/bits/string2.h [__USE_BSD]: Likewise.
11650 [__USE_SVID]: Likewise.
11651 * string/bits/string3.h [__USE_BSD]: Likewise.
11652 * string/endian.h [__USE_BSD]: Likewise.
11653 * string/string.h [__USE_SVID]: Likewise.
11654 [__USE_BSD]: Likewise.
11655 * string/strings.h [__USE_BSD]: Likewise.
11656 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11657 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11658 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11659 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11660 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11661 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11662 Likewise.
11663 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11664 Likewise.
11665 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11666 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11667 Likewise.
11668 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11669 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11670 Likewise.
11671 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11672 Likewise.
11673 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11674 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11675 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11676 Likewise.
11677 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11678 Likewise.
11679 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11680 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11681 * termios/termios.h [__USE_BSD]: Likewise.
11682 * time/sys/time.h [__USE_BSD]: Likewise.
11683 * time/time.h [__USE_BSD]: Likewise.
11684 [__USE_SVID]: Likewise.
11685
dd7b064c
JM
11686 * Makefile (subdir_targets): Remove subdir_lint.out.
11687
a2c4c199
JM
11688 * stdio-common/Makefile (do-tst-unbputc): Remove target.
11689 (do-tst-printf): Likewise.
11690 (tests): Depend directly on $(objpfx)tst-unbputc.out and
11691 $(objpfx)tst-printf.out.
11692
8756f740
JM
11693 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11694
1b6dd3f1
JM
11695 * Makerules (check-abi-%): Change target to
11696 $(objpfx)check-abi-%.out.
11697 (check-abi target): Update dependencies.
11698 (check-abi-pattern variable): Redirect output of diff to $@.
11699 (check-abi variable): Likewise.
11700 * elf/Makefile (check-abi): Update dependencies.
11701
ace614b8
JM
11702 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11703 unused.
11704 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11705 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11706 subnormal range.
11707 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11708 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11709 value has largest subnormal exponent.
11710 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11711 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11712 * sysdeps/aarch64/soft-fp/sfp-machine.h
11713 (_FP_TININESS_AFTER_ROUNDING): New macro.
11714 * sysdeps/alpha/soft-fp/sfp-machine.h
11715 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11716 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11717 Likewise.
11718 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11719 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11720 * sysdeps/mips/soft-fp/sfp-machine.h
11721 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11722 * sysdeps/powerpc/soft-fp/sfp-machine.h
11723 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11724 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11725 Likewise.
11726 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11727 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11728 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11729 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11730 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11731 Likewise.
11732
fbfdf9cb
DAS
117332014-02-12 Dylan Alex Simon <dylan@dylex.net>
11734
11735 [BZ #16545]
11736 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11737 model 1.
11738
68b7efaa
RH
117392014-02-12 Richard Henderson <rth@redhat.com>
11740
c70a4b1d 11741 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
11742 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11743 * sysdeps/unix/sysv/linux/alpha: Move directory from
11744 ports/sysdeps/unix/sysv/linux/alpha.
11745 * README: Update listing for alpha-*-linux-gnu.
11746
cb4a2928
JM
117472014-02-11 Joseph Myers <joseph@codesourcery.com>
11748
c941736c
JM
11749 * include/features.h: Update comment documenting feature test
11750 macros.
11751 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
11752 _DEFAULT_SOURCE.
11753 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11754 (_SVID_SOURCE): Likewise.
11755 (_DEFAULT_SOURCE): Update description of default features.
11756 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11757 with _GNU_SOURCE.
11758 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11759 (S_ISVTX): Likewise.
11760 * manual/math.texi (Mathematical Constants): Likewise.
11761 * manual/signal.texi (Interrupted Primitives): Likewise.
11762 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11763 * math/test-matherr.c (_SVID_SOURCE): Do not define.
11764 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11765 Don't refer to _SVID_SOURCE in warning text.
11766
e8d8d7ec
JM
11767 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11768
cb4a2928
JM
11769 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11770 already defined.
11771 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11772 * sysdeps/mips/dl-lookup.c: Remove.
11773 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11774
7e6424e3
AK
117752014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
11776
11777 [BZ #16447]
11778 * math/auto-libm-test-in: Add testcase for expl.
11779 * math/auto-libm-test-out: Regenerate.
11780 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11781 calculation of unsafe.
11782 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11783
75eff3fe
MS
117842014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
11785
11786 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11787 * sysdeps/unix/sysv/linux/aarch64: Move directory from
11788 ports/sysdeps/unix/sysv/linux/aarch64.
11789 * README: Update listing for aarch64*-*-linux-gnu.
11790
d35f1e80
WN
117912014-02-11 Will Newton <will.newton@linaro.org>
11792
11793 * manual/probes.texi (Mathematical Function Probes): Use
11794 "triggered" instead of "hit".
11795
7b3436d4
WN
11796 * manual/probes.texi (Internal Probes): Add documentation
11797 of setjmp, longjmp and longjmp_target probes.
11798
b4f12ca3
WN
11799 * include/stap-probe.h: Add comment about probe argument
11800 format.
11801
c13a72b7
WN
11802 * malloc/mtrace.c (attribute_hidden): Remove unused macro
11803 definition. (tr_where, tr_freehook, tr_mallochook,
11804 tr_reallochook, tr_memalignhook): Use ANSI protoype.
11805
195b8165
DM
118062014-02-11 David S. Miller <davem@davemloft.net>
11807
11808 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11809 processing int_tests.
11810
2ad7600b
JM
118112014-02-10 Joseph Myers <joseph@codesourcery.com>
11812
11813 * sysdeps/mips: Move directory from ports/sysdeps/mips.
11814 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11815 * sysdeps/unix/sysv/linux/mips: Move directory from
11816 ports/sysdeps/unix/sysv/linux/mips.
11817 * README: Update listing for mips-*-linux-gnu and
11818 mips64-*-linux-gnu.
11819
73588a72
AS
118202014-02-10 Andreas Schwab <schwab@linux-m68k.org>
11821
11822 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11823 * sysdeps/unix/sysv/linux/m68k: Move directory from
11824 ports/sysdeps/unix/sysv/linux/m68k.
11825 * README: Update listing for m68k-*-linux-gnu.
11826
4372980f
CM
118272014-02-10 Chris Metcalf <cmetcalf@tilera.com>
11828
11829 * sysdeps/tile: Move directory from ports/sysdeps/tile.
11830 * sysdeps/unix/sysv/linux/generic: Move directory from
11831 ports/sysdeps/unix/sysv/linux/generic.
11832 * sysdeps/unix/sysv/linux/tile: Move directory from
11833 ports/sysdeps/unix/sysv/linux/tile.
11834 * README: Update listing for tile*-*-linux-gnu.
11835
a1ffb40e
OB
118362014-02-10 Ondřej Bílka <neleai@seznam.cz>
11837
57f41c40
AS
11838 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11839 __builtin_expect.
a1ffb40e
OB
11840 * benchtests/bench-memmem.c (simple_memmem): Likewise.
11841 * catgets/open_catalog.c (__open_catalog): Likewise.
11842 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11843 * debug/confstr_chk.c: Likewise.
11844 * debug/fread_chk.c (__fread_chk): Likewise.
11845 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11846 * debug/getgroups_chk.c: Likewise.
11847 * debug/mbsnrtowcs_chk.c: Likewise.
11848 * debug/mbsrtowcs_chk.c: Likewise.
11849 * debug/mbstowcs_chk.c: Likewise.
11850 * debug/memcpy_chk.c: Likewise.
11851 * debug/memmove_chk.c: Likewise.
11852 * debug/mempcpy_chk.c: Likewise.
11853 * debug/memset_chk.c: Likewise.
11854 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11855 * debug/strcat_chk.c (__strcat_chk): Likewise.
11856 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11857 * debug/strncat_chk.c (__strncat_chk): Likewise.
11858 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11859 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11860 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11861 * debug/wcpncpy_chk.c: Likewise.
11862 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11863 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11864 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11865 * debug/wcsncpy_chk.c: Likewise.
11866 * debug/wcsnrtombs_chk.c: Likewise.
11867 * debug/wcsrtombs_chk.c: Likewise.
11868 * debug/wcstombs_chk.c: Likewise.
11869 * debug/wmemcpy_chk.c: Likewise.
11870 * debug/wmemmove_chk.c: Likewise.
11871 * debug/wmempcpy_chk.c: Likewise.
11872 * debug/wmemset_chk.c: Likewise.
11873 * dirent/scandirat.c (SCANDIRAT): Likewise.
11874 * dlfcn/dladdr1.c (dladdr1): Likewise.
11875 * dlfcn/dladdr.c (dladdr): Likewise.
11876 * dlfcn/dlclose.c (dlclose_doit): Likewise.
11877 * dlfcn/dlerror.c (__dlerror): Likewise.
11878 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11879 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11880 * dlfcn/dlopen.c (dlopen_doit): Likewise.
11881 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11882 * dlfcn/dlsym.c (dlsym_doit): Likewise.
11883 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11884 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11885 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11886 Likewise.
11887 * elf/dl-conflict.c: Likewise.
11888 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11889 * elf/dl-dst.h: Likewise.
11890 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11891 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11892 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11893 * elf/dl-init.c (call_init, _dl_init): Likewise.
11894 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
11895 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11896 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11897 Likewise.
a1ffb40e
OB
11898 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11899 Likewise.
11900 * elf/dl-minimal.c (__libc_memalign): Likewise.
11901 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11902 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11903 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11904 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
11905 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11906 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
11907 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11908 * elf/dl-writev.h (_dl_writev): Likewise.
11909 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
11910 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11911 (dl_main): Likewise.
a1ffb40e
OB
11912 * elf/setup-vdso.h (setup_vdso): Likewise.
11913 * grp/compat-initgroups.c (compat_call): Likewise.
11914 * grp/fgetgrent.c (fgetgrent): Likewise.
11915 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11916 * grp/putgrent.c (putgrent): Likewise.
11917 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11918 Likewise.
11919 * hurd/hurdinit.c: Likewise.
11920 * iconvdata/8bit-gap.c (struct): Likewise.
11921 * iconvdata/ansi_x3.110.c : Likewise.
11922 * iconvdata/big5.c : Likewise.
11923 * iconvdata/big5hkscs.c : Likewise.
11924 * iconvdata/cp1255.c: Likewise.
11925 * iconvdata/cp1258.c : Likewise.
11926 * iconvdata/cp932.c : Likewise.
11927 * iconvdata/euc-cn.c: Likewise.
11928 * iconvdata/euc-jisx0213.c : Likewise.
11929 * iconvdata/euc-jp.c: Likewise.
11930 * iconvdata/euc-jp-ms.c : Likewise.
11931 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11932 * iconvdata/gb18030.c : Likewise.
11933 * iconvdata/gbbig5.c (const): Likewise.
11934 * iconvdata/gbgbk.c: Likewise.
11935 * iconvdata/gbk.c : Likewise.
11936 * iconvdata/ibm1364.c : Likewise.
11937 * iconvdata/ibm930.c : Likewise.
11938 * iconvdata/ibm932.c: Likewise.
11939 * iconvdata/ibm933.c : Likewise.
11940 * iconvdata/ibm935.c : Likewise.
11941 * iconvdata/ibm937.c : Likewise.
11942 * iconvdata/ibm939.c : Likewise.
11943 * iconvdata/ibm943.c: Likewise.
11944 * iconvdata/iso_11548-1.c: Likewise.
11945 * iconvdata/iso-2022-cn.c : Likewise.
11946 * iconvdata/iso-2022-cn-ext.c : Likewise.
11947 * iconvdata/iso-2022-jp-3.c: Likewise.
11948 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11949 * iconvdata/iso-2022-kr.c : Likewise.
11950 * iconvdata/iso646.c (gconv_end): Likewise.
11951 * iconvdata/iso_6937-2.c : Likewise.
11952 * iconvdata/iso_6937.c : Likewise.
11953 * iconvdata/iso8859-1.c: Likewise.
11954 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11955 * iconvdata/shift_jisx0213.c : Likewise.
11956 * iconvdata/sjis.c : Likewise.
11957 * iconvdata/t.61.c : Likewise.
11958 * iconvdata/tcvn5712-1.c : Likewise.
11959 * iconvdata/tscii.c: Likewise.
11960 * iconvdata/uhc.c : Likewise.
11961 * iconvdata/unicode.c (gconv_end): Likewise.
11962 * iconvdata/utf-16.c (gconv_end): Likewise.
11963 * iconvdata/utf-32.c (gconv_end): Likewise.
11964 * iconvdata/utf-7.c (base64): Likewise.
11965 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11966 * iconv/gconv_close.c (__gconv_close): Likewise.
11967 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
11968 * iconv/gconv_simple.c (internal_ucs4_loop_single)
11969 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11970 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11971 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11972 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
11973 * iconv/iconv.c (iconv): Likewise.
11974 * iconv/iconv_close.c: Likewise.
11975 * iconv/loop.c (SINGLE): Likewise.
11976 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11977 * include/atomic.h: Likewise.
11978 * inet/inet6_option.c (option_alloc): Likewise.
11979 * intl/bindtextdom.c (set_binding_values): Likewise.
11980 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11981 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11982 * intl/localealias.c (read_alias_file): Likewise.
11983 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
11984 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11985 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
11986 * libio/fmemopen.c (fmemopen): Likewise.
11987 * libio/iofgets.c (_IO_fgets): Likewise.
11988 * libio/iofgets_u.c (fgets_unlocked): Likewise.
11989 * libio/iofgetws.c (fgetws): Likewise.
11990 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11991 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
11992 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11993 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
11994 * locale/findlocale.c (_nl_find_locale): Likewise.
11995 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11996 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11997 Likewise.
11998 * locale/setlocale.c (setlocale): Likewise.
11999 * login/programs/pt_chown.c (main): Likewise.
12000 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
12001 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
12002 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
12003 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
12004 * math/e_exp2l.c: Likewise.
12005 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
12006 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
12007 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
12008 * math/s_catan.c (__catan): Likewise.
12009 * math/s_catanf.c (__catanf): Likewise.
12010 * math/s_catanh.c (__catanh): Likewise.
12011 * math/s_catanhf.c (__catanhf): Likewise.
12012 * math/s_catanhl.c (__catanhl): Likewise.
12013 * math/s_catanl.c (__catanl): Likewise.
12014 * math/s_ccosh.c (__ccosh): Likewise.
12015 * math/s_ccoshf.c (__ccoshf): Likewise.
12016 * math/s_ccoshl.c (__ccoshl): Likewise.
12017 * math/s_cexp.c (__cexp): Likewise.
12018 * math/s_cexpf.c (__cexpf): Likewise.
12019 * math/s_cexpl.c (__cexpl): Likewise.
12020 * math/s_clog10.c (__clog10): Likewise.
12021 * math/s_clog10f.c (__clog10f): Likewise.
12022 * math/s_clog10l.c (__clog10l): Likewise.
12023 * math/s_clog.c (__clog): Likewise.
12024 * math/s_clogf.c (__clogf): Likewise.
12025 * math/s_clogl.c (__clogl): Likewise.
12026 * math/s_csin.c (__csin): Likewise.
12027 * math/s_csinf.c (__csinf): Likewise.
12028 * math/s_csinh.c (__csinh): Likewise.
12029 * math/s_csinhf.c (__csinhf): Likewise.
12030 * math/s_csinhl.c (__csinhl): Likewise.
12031 * math/s_csinl.c (__csinl): Likewise.
12032 * math/s_csqrt.c (__csqrt): Likewise.
12033 * math/s_csqrtf.c (__csqrtf): Likewise.
12034 * math/s_csqrtl.c (__csqrtl): Likewise.
12035 * math/s_ctan.c (__ctan): Likewise.
12036 * math/s_ctanf.c (__ctanf): Likewise.
12037 * math/s_ctanh.c (__ctanh): Likewise.
12038 * math/s_ctanhf.c (__ctanhf): Likewise.
12039 * math/s_ctanhl.c (__ctanhl): Likewise.
12040 * math/s_ctanl.c (__ctanl): Likewise.
12041 * math/w_pow.c: Likewise.
12042 * math/w_powf.c: Likewise.
12043 * math/w_powl.c: Likewise.
12044 * math/w_scalb.c (sysv_scalb): Likewise.
12045 * math/w_scalbf.c (sysv_scalbf): Likewise.
12046 * math/w_scalbl.c (sysv_scalbl): Likewise.
12047 * misc/error.c (error_tail): Likewise.
12048 * misc/pselect.c (__pselect): Likewise.
12049 * nis/nis_callback.c (__nis_create_callback): Likewise.
12050 * nis/nis_call.c (__nisfind_server): Likewise.
12051 * nis/nis_creategroup.c (nis_creategroup): Likewise.
12052 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
12053 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
12054 * nis/nis_getservlist.c (nis_getservlist): Likewise.
12055 * nis/nis_lookup.c (nis_lookup): Likewise.
12056 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
12057 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
12058 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 12059 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
12060 * nis/nss_compat/compat-grp.c (getgrent_next_file)
12061 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
12062 * nis/nss_compat/compat-initgroups.c (add_group)
12063 (internal_getgrent_r): Likewise.
12064 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
12065 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
12066 * nis/nss_compat/compat-spwd.c (getspent_next_file)
12067 (internal_getspnam_r): Likewise.
12068 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
12069 (_nss_nis_getaliasbyname_r): Likewise.
12070 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
12071 (_nss_nis_getntohost_r): Likewise.
12072 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
12073 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
12074 (_nss_nis_getgrgid_r): Likewise.
12075 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
12076 (internal_nis_gethostent_r, internal_gethostbyname2_r)
12077 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
12078 (_nss_nis_gethostbyname4_r): Likewise.
12079 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
12080 (initgroups_netid): Likewise.
a1ffb40e 12081 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
12082 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
12083 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
12084 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
12085 (_nss_nis_getprotobynumber_r): Likewise.
12086 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12087 (_nss_nis_getsecretkey): Likewise.
12088 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12089 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12090 (_nss_nis_getpwuid_r): Likewise.
12091 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12092 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12093 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12094 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12095 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12096 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
12097 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12098 Likewise.
57f41c40
AS
12099 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12100 (_nss_nisplus_getntohost_r): Likewise.
12101 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12102 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12103 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12104 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 12105 Likewise.
57f41c40
AS
12106 * nis/nss_nisplus/nisplus-initgroups.c
12107 (_nss_nisplus_initgroups_dyn): Likewise.
12108 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12109 (_nss_nisplus_getnetbyaddr_r): Likewise.
12110 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12111 (_nss_nisplus_getprotobynumber_r): Likewise.
12112 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12113 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
12114 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12115 Likewise.
57f41c40
AS
12116 * nis/nss_nisplus/nisplus-service.c
12117 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12118 (_nss_nisplus_getservbyport_r): Likewise.
12119 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12120 (_nss_nisplus_getspnam_r): Likewise.
12121 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12122 Likewise.
a1ffb40e
OB
12123 * nscd/aicache.c (addhstaiX): Likewise.
12124 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
12125 * nscd/connections.c (register_traced_file, send_ro_fd)
12126 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12127 (main_loop_epoll): Likewise.
a1ffb40e
OB
12128 * nscd/grpcache.c (addgrbyX): Likewise.
12129 * nscd/hstcache.c (addhstbyX): Likewise.
12130 * nscd/initgrcache.c (addinitgroupsX): Likewise.
12131 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
12132 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12133 (addinnetgrX): Likewise.
12134 * nscd/nscd-client.h (__nscd_acquire_maplock)
12135 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
12136 * nscd/nscd_getai.c (__nscd_getai): Likewise.
12137 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12138 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12139 Likewise.
12140 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12141 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
12142 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12143 (__nscd_get_map_ref): Likewise.
a1ffb40e 12144 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
12145 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12146 Likewise.
a1ffb40e
OB
12147 * nscd/pwdcache.c (addpwbyX): Likewise.
12148 * nscd/selinux.c (preserve_capabilities): Likewise.
12149 * nscd/servicescache.c (addservbyX): Likewise.
12150 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12151 * posix/fnmatch.c (fnmatch): Likewise.
12152 * posix/getopt.c (_getopt_internal_r): Likewise.
12153 * posix/glob.c (glob, glob_in_dir): Likewise.
12154 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
12155 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12156 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
12157 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12158 * resolv/res_init.c: Likewise.
12159 * resolv/res_mkquery.c (res_nmkquery): Likewise.
12160 * resolv/res_query.c (__libc_res_nquery): Likewise.
12161 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12162 Likewise.
12163 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12164 * stdio-common/perror.c (perror): Likewise.
12165 * stdio-common/printf_fp.c (___printf_fp): Likewise.
12166 * stdio-common/tmpnam.c (tmpnam): Likewise.
12167 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12168 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
12169 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12170 Likewise.
a1ffb40e
OB
12171 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12172 * stdlib/putenv.c (putenv): Likewise.
12173 * stdlib/setenv.c (__add_to_environ): Likewise.
12174 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12175 * stdlib/strtol_l.c (INTERNAL): Likewise.
12176 * string/memmem.c (memmem): Likewise.
12177 * string/strerror.c (strerror): Likewise.
12178 * string/strnlen.c (__strnlen): Likewise.
12179 * string/test-memmem.c (simple_memmem): Likewise.
12180 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12181 * sunrpc/pm_getport.c (__get_socket): Likewise.
12182 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12183 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
12184 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12185 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
12186 Likewise.
12187 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12188 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12189 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12190 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12191 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
12192 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12193 Likewise.
12194 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12195 Likewise.
a1ffb40e
OB
12196 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12197 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12198 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12199 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12200 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12201 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12202 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12203 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12204 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12205 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12206 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12207 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12208 Likewise.
12209 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12210 Likewise.
12211 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12212 Likewise.
12213 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12214 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12215 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12216 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12217 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12218 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12219 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12220 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12221 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12222 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12223 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12224 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12225 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12226 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12227 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
12228 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12229 Likewise.
a1ffb40e
OB
12230 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12231 Likewise.
12232 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12233 Likewise.
12234 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12235 Likewise.
12236 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12237 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12238 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12239 Likewise.
12240 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12241 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12242 * sysdeps/posix/opendir.c (__opendirat): Likewise.
12243 * sysdeps/posix/sleep.c: Likewise.
12244 * sysdeps/posix/tempname.c: Likewise.
12245 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12246 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12247 Likewise.
57f41c40
AS
12248 * sysdeps/powerpc/powerpc32/dl-machine.h
12249 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
12250 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12251 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12252 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12253 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12254 Likewise.
12255 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12256 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12257 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12258 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12259 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
12260 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12261 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12262 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12263 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12264 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12265 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12266 (elf_machine_lazy_rel): Likewise.
a1ffb40e 12267 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12268 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12269 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
12270 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12271 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12272 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12273 * sysdeps/unix/grantpt.c (grantpt): Likewise.
12274 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12275 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12276 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12277 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12278 Likewise.
12279 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12280 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12281 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12282 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12283 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12284 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12285 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12286 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12287 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12288 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12289 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12290 Likewise.
12291 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12292 (__posix_fallocate64_l64): Likewise.
12293 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12294 (posix_fallocate): Likewise.
57f41c40
AS
12295 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12296 Likewise.
a1ffb40e 12297 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
12298 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12299 (getifaddrs_internal): Likewise.
a1ffb40e
OB
12300 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12301 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12302 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12303 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12304 * sysdeps/unix/sysv/linux/posix_fallocate64.c
12305 (__posix_fallocate64_l64): Likewise.
12306 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12307 Likewise.
12308 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
12309 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12310 (__get_clockfreq): Likewise.
a1ffb40e
OB
12311 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12312 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12313 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12314 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12315 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12316 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12317 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12318 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12319 Likewise.
12320 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12321 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12322 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12323 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12324 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12325 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12326 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12327 Likewise.
12328 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12329 (posix_fallocate): Likewise.
12330 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12331 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12332 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12333 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12334 (elf_machine_rela, elf_machine_rela_relative)
12335 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
12336 * time/asctime.c (asctime_internal): Likewise.
12337 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12338 * time/tzset.c (__tzset_parse_tz): Likewise.
12339 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12340 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12341 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12342 * wcsmbs/wcsmbsload.h: Likewise.
12343
f3d338c9
OB
12344 [BZ #15894]
12345 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12346
57f41c40
AS
12347 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12348 (arena_get2): Remove THREAD_STATS conditionals.
12349 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12350 (__malloc_stats, int): Likewise.
bdfe308a 12351
d674667c
MF
123522014-02-08 Mike Frysinger <vapier@gentoo.org>
12353
12354 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12355 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
12356
6349768c
MF
12357 * manual/setjmp.texi: Fix typos/grammar errors.
12358
0b7c7473
MF
12359 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12360 Only return early when n is <= 0. Delete unused return statement.
12361
ac8cc9e3
MF
12362 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12363 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12364 * debug/tst-longjmp_chk3.c: New file.
12365
c5bb8e23
MF
12366 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12367 (test_main): Replace code with set_fortify_handler call.
12368 * debug/test-strcpy_chk.c: Likewise.
12369 * debug/tst-chk1.c: Likewise.
12370 * debug/tst-longjmp_chk.c: Likewise.
12371 * test-skeleton.c: Include fcntl.h & paths.h
12372 (set_fortify_handler): Define.
12373
10444e42
MF
12374 * debug/tst-longjmp_chk.c: Add header comment and include
12375 ../test-skeleton.c.
12376 (do_test): Mark static.
12377 (TEST_FUNCTION): Define.
12378
1e805e8d
MF
12379 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12380 (IP_PMTUDISC_INTERFACE): Likewise.
12381 (IP_MULTICAST_IF): Likewise.
12382 (IP_MULTICAST_TTL): Likewise.
12383 (IP_MULTICAST_LOOP): Likewise.
12384 (IP_ADD_MEMBERSHIP): Likewise.
12385 (IP_DROP_MEMBERSHIP): Likewise.
12386 (IP_UNBLOCK_SOURCE): Likewise.
12387 (IP_BLOCK_SOURCE): Likewise.
12388 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12389 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12390 (IP_MSFILTER): Likewise.
12391 (MCAST_JOIN_GROUP): Likewise.
12392 (MCAST_BLOCK_SOURCE): Likewise.
12393 (MCAST_UNBLOCK_SOURCE): Likewise.
12394 (MCAST_LEAVE_GROUP): Likewise.
12395 (MCAST_JOIN_SOURCE_GROUP): Likewise.
12396 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12397 (MCAST_MSFILTER): Likewise.
12398 (IP_MULTICAST_ALL): Likewise.
12399 (IP_UNICAST_IF): Likewise.
12400
73f79bb7
MF
12401 * timezone/Makefile: Delete $(have-ksh) check.
12402 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12403 * timezone/tzselect.ksh: Add +x mode bits.
12404
8da79b60
MF
12405 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12406 (ANON_INODE_FS_MAGIC): Likewise.
12407 (BDEVFS_MAGIC): Likewise.
12408 (BINFMTFS_MAGIC): Likewise.
12409 (BTRFS_TEST_MAGIC): Likewise.
12410 (CRAMFS_MAGIC_WEND): Likewise.
12411 (DEBUGFS_MAGIC): Likewise.
12412 (ECRYPTFS_SUPER_MAGIC): Likewise.
12413 (EXT3_SUPER_MAGIC): Likewise.
12414 (EXT4_SUPER_MAGIC): Likewise.
12415 (FUTEXFS_SUPER_MAGIC): Likewise.
12416 (HOSTFS_SUPER_MAGIC): Likewise.
12417 (HUGETLBFS_MAGIC): Likewise.
12418 (MINIX3_SUPER_MAGIC): Likewise.
12419 (MTD_INODE_FS_MAGIC): Likewise.
12420 (NILFS_SUPER_MAGIC): Likewise.
12421 (OPENPROM_SUPER_MAGIC): Likewise.
12422 (PIPEFS_MAGIC): Likewise.
12423 (PSTOREFS_MAGIC): Likewise.
12424 (QNX6_SUPER_MAGIC): Likewise.
12425 (RAMFS_MAGIC): Likewise.
12426 (REISERFS_SUPER_MAGIC_STRING): Likewise.
12427 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12428 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12429 (SECURITYFS_MAGIC): Likewise.
12430 (SELINUX_MAGIC): Likewise.
12431 (SMACK_MAGIC): Likewise.
12432 (SOCKFS_MAGIC): Likewise.
12433 (SQUASHFS_MAGIC): Likewise.
12434 (STACK_END_MAGIC): Likewise.
12435 (TMPFS_MAGIC): Likewise.
12436 (USBDEVICE_SUPER_MAGIC): Likewise.
12437 (V9FS_MAGIC): Likewise.
12438 (XENFS_SUPER_MAGIC): Likewise.
12439 (CRAMFS_MAGIC): Fix typo in comment.
12440 (EXT2_SUPER_MAGIC): Update comment.
12441 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12442
464263cc
JM
124432014-02-08 Joseph Myers <joseph@codesourcery.com>
12444
c6bfe5c4
JM
12445 * sysdeps/arm: Move directory from ports/sysdeps/arm.
12446 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12447 * sysdeps/unix/sysv/linux/arm: Move directory from
12448 ports/sysdeps/unix/sysv/linux/arm.
12449 * README: Update listing for arm-*-linux-gnueabi.
12450
464263cc
JM
12451 * README: Remove mention of am33.
12452
32749f6c
RM
124532014-02-07 Roland McGrath <roland@hack.frob.com>
12454
12455 * bits/sigset.h (__sigemptyset): Use a statement expression rather
12456 than the comma operator, to avoid "rhs of comma has no effect"
12457 compiler warnings.
12458 (__sigfillset, __sigandset, __sigorset): Likewise.
12459 * include/signal.h (__sigemptyset): Likewise.
12460 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12461
d5b396c1
AM
124622014-02-07 Allan McRae <allan@archlinux.org>
12463
12464 * version.h (RELEASE): Set to "development".
12465 (VERSION): Set to "2.19.90"
12466 * NEWS: Add 2.20 section.
12467
3bfff2ed
CD
124682014-02-06 Carlos O'Donell <carlos@redhat.com>
12469
12470 [BZ #16529]
12471 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12472
ee7cc385
SP
124732014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
12474
12475 * manual/contrib.texi: Update entry for Carlos O'Donell,
12476 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12477
f877c4f2
CD
124782014-02-05 Carlos O'Donell <carlos@rehdat.com>
12479
27e839f6
CD
12480 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12481
f877c4f2
CD
12482 * sysdeps/unix/sysv/linux/kernel-features.h
12483 [__LINUX_KERNEL_VERSION >= 0x020621]
12484 (__ASSUME_PROC_PID_TASK_COMM): Define.
12485
68159946
SP
124862014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
12487
ba17cdbd
SP
12488 [BZ #16398]
12489 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12490 conversion when destination buffer does not have enough space.
12491 * libio/tst-ftell-partial-wide.c: New test case.
12492 * libio/Makefile (tests): Add tst-ftell-partial-wide.
12493
68159946
SP
12494 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12495 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
12496 Leonard and Allan McRae.
12497
2b528732
DM
124982014-02-04 David S. Miller <davem@davemloft.net>
12499
12500 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12501 32-bit.
12502
0ff82463
AZ
125032014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12504
57f41c40
AS
12505 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12506 New file
c01603f7
AZ
12507 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12508 New file
57f41c40
AS
12509 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12510 New file.
12511 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12512 New file.
c01603f7
AZ
12513 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12514 New file.
57f41c40
AS
12515 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12516 New file.
12517 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12518 New file.
c01603f7
AZ
12519 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12520 New file.
12521 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12522 New file.
12523 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12524 New file.
12525 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12526 New file.
12527 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12528 New file.
12529 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12530 New file.
12531
125322014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12533
0ff82463
AZ
12534 * nptl/shlib-versions: Change powerpc*le start to 2.17.
12535 * shlib-versions: Likewise.
12536
1695c773
AZ
125372014-02-04 Roland McGrath <roland@hack.frob.com>
12538 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12539
12540 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12541 (abilist-pattern): New variable, set to %-le.abilist.
12542
12543 * Makerules (abilist-pattern): New variable.
12544 (vpath): Use $(abilist-pattern) in place of %.abilist.
12545 (check-abi-% pattern rule): Likewise.
12546 (check-abi, update-abi): Likewise.
12547
6c0ce4b4
EW
125482014-02-04 Eric Wong <normalperson@yhbt.net>
12549
12550 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12551
481e3524
CD
125522014-02-03 Carlos O'Donell <carlos@redhat.com>
12553
12554 * manual/startup.texi: Add next, previous, and top entries for
12555 the `Program Arguments' and `Environment Variables' nodes.
12556
375592d3
AO
125572014-02-03 Alexandre Oliva <aoliva@redhat.com>
12558
12559 * manual/macros.texi: Add comments before MTASC-safety macros.
12560
f54838ba
AO
12561 * manual/users.texi: Document MTASC-safety properties.
12562
57f41c40
AS
12563 * manual/threads.texi (pthread_key_create, pthread_key_delete)
12564 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
12565 @deftypefun, and add @safety note.
12566 * manual/signal.texi: Move comments that analyze the above
12567 functions to their home place.
12568
fd3daba4
AM
125692014-02-03 Allan McRae <allan@archlinux.org>
12570
12571 * po/sl.po: Update Slovenian translation from translation project.
12572
597636d7
AO
125732014-02-02 Alexandre Oliva <aoliva@redhat.com>
12574
12575 * manual/time.texi (timegm): Add missing blank after @c.
12576 Reported by Joseph Myers <joseph@codesourcery.com>.
12577
ee196e3c
AO
125782014-02-01 Alexandre Oliva <aoliva@redhat.com>
12579
12580 * manual/check-safety.sh: New.
12581 * manual/Makefile ($(objpfx)stamp-summary): Run it.
12582
f8d529d5
AO
12583 * manual/terminal.texi: Document MTASC-safety properties.
12584
de55fdf4
AO
12585 * manual/filesys.texi: Document MTASC-safety properties.
12586
c3299c08
AO
12587 * manual/errno.texi: Document MTASC-safety properties.
12588
06e90b14
AO
12589 * manual/intro.texi: Document safety identifiers and
12590 conditionals.
12591
1acd4371
AO
12592 * manual/string.texi (wcstok): Fix prototype.
12593 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
12594
23e5b8cb
AO
12595 * manual/time.texi: Document MTASC-safety properties.
12596
11087373
AO
12597 * manual/string.texi: Document MTASC-safety properties.
12598
5da2c93d
AO
12599 * manual/threads.texi: Document MTASC-safety properties.
12600
171e9210
AO
12601 * manual/stdio.texi: Document MTASC-safety properties.
12602
d9e02532
AO
12603 * manual/syslog.texi: Document MTASC-safety properties.
12604
6af8bab7
AO
12605 * manual/sysinfo.texi: Document MTASC-safety properties.
12606
663b02d7
AO
12607 * manual/startup.texi: Document MTASC-safety properties.
12608
973f180b
AO
12609 * manual/socket.texi: Document MTASC-safety properties.
12610
8f3c25c8
AO
12611 * manual/signal.texi: Document MTASC-safety properties.
12612
542210fb
AO
126132014-01-31 Alexandre Oliva <aoliva@redhat.com>
12614
12615 * manual/setjmp.texi: Document MTASC-safety properties.
12616
433c45a2
AO
12617 * manual/search.texi: Document MTASC-safety properties.
12618
c8ce789c
AO
12619 * manual/resource.texi: Document MTASC-safety properties.
12620
19f5d29c
AO
12621 * manual/process.texi: Document MTASC-safety properties.
12622
e2dfb7f4
AO
12623 * manual/platform.texi: Document MTASC-safety properties.
12624
8c1413f5
AO
12625 * manual/pipe.texi: Document MTASC-safety properties.
12626
03483ada
AO
12627 * manual/pattern.texi: Document MTASC-safety properties.
12628
29e7e2df
AO
12629 * manual/message.texi: Document MTASC-safety properties.
12630
9f529d7c
AO
12631 [BZ #12751]
12632 * manual/memory.texi: Document MTASC-safety properties.
12633
27aaa791
AO
12634 * manual/math.texi: Document MTASC-safety properties.
12635
f2d58726
AO
12636 * manual/locale.texi: Document MTASC-safety properties.
12637
2cc3615c
AO
12638 * manual/llio.texi: Document MTASC-safety properties.
12639
d9f0ec97
AO
12640 * manual/libdl.texi: New.
12641
e7c4409a
AO
12642 * manual/lang.texi: Document MTASC-safety properties.
12643
27bdc63c
AO
12644 * manual/job.texi: Document MTASC-safety properties.
12645
a7b90ea9
AO
12646 * manual/getopt.texi: Document MTASC-safety properties.
12647
c49130e3
AO
12648 * manual/ctype.texi: Document MTASC-safety properties.
12649
0d23a5c1
MR
126502014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
12651
12652 [BZ #16046]
12653 * csu/libc-tls.c (static_map): Remove variable.
12654 (__libc_setup_tls): Use main executable's link map for TLS data.
12655 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12656 casing for LM_ID_BASE and GL(dl_nns).
12657 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12658 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
12659 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12660 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12661 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12662 member.
12663 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12664 l_phnum members.
12665
0037bb60
AO
126662014-01-30 Alexandre Oliva <aoliva@redhat.com>
12667
12668 * manual/debug.texi: Document MTASC-safety properties.
12669
409e00bd
L
126702014-01-29 H.J. Lu <hongjiu.lu@intel.com>
12671
12672 [BZ #16510]
12673 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12674 of __x86_64__ when disabling x87 inline functions.
12675
86e60666
AO
126762014-01-29 Alexandre Oliva <aoliva@redhat.com>
12677
12678 * manual/charset.texi: Document MTASC-safety properties.
12679
76167637
AO
12680 * manual/crypt.texi: Document MTASC-safety properties.
12681
e567f2a0
AO
12682 * manual/conf.texi: Document MTASC-safety properties.
12683
b719dafd
AO
12684 * manual/arith.texi: Document MTASC-safety properties.
12685
4a16c662
AO
12686 * manual/argp.texi: Document MTASC-safety properties.
12687
0a57b83e
AO
12688 * manual/macros.texi: Introduce macros to document multi
12689 thread, asynchronous signal and asynchronous cancellation
12690 safety properties.
12691 * manual/intro.texi: Introduce the properties themselves.
12692
feab2397
KK
126932014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12694
12695 * sysdeps/sh/sh4/Makefile: New file.
12696
1c0d11bc
AS
126972014-01-27 Andreas Schwab <schwab@linux-m68k.org>
12698
12699 * math/gen-libm-test.pl ($srcdir): New variable.
12700 ($auto_input): Use it.
12701
af37a8a3
SP
127022014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12703
d7b00f98
SP
12704 [BZ #16506]
12705 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12706 access beyond array bounds when parsing netgroups file.
12707
af37a8a3
SP
12708 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12709 the old buffer before realloc.
12710
0c00f062
AM
127112014-01-27 Allan McRae <allan@archlinux.org>
12712
12713 * po/fr.po: Update French translation from translation project.
12714
7d69a1b0
KK
127152014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12716
12717 * sysdeps/sh/libm-test-ulps: Regenerate.
12718
6e697ff7
DM
127192014-01-24 David S. Miller <davem@davemloft.net>
12720
12721 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12722
9cadb35c
KK
127232014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12724
12725 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12726 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12727
5d41dadf
SP
127282013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
12729
12730 [BZ #16474]
12731 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12732 string pointers after reallocation.
12733
0bad441c
KK
127342014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12735
12736 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12737 __SH4A__ instead of __SH_FPU_ANY__.
12738
7007c661
KK
127392014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12740
12741 * sysdeps/sh/fpu_control.h: New file.
12742 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12743 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12744 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12745 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12746 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12747 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12748 * sysdeps/sh/sys/ucontext.h: Remove.
12749 * sysdeps/sh/sys: Remove directory.
12750
0f0c35e4
AK
127512014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12752
12753 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12754 s390/sys/ucontext.h.
12755 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12756 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12757
4959e284
L
127582014-01-20 H.J. Lu <hongjiu.lu@intel.com>
12759
12760 [BZ #15605]
12761 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12762
d98720e0
AZ
127632014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12764
12765 [BZ#16431]
12766 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12767 Adjust the vDSO correctly for internal calls.
12768 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12769
91cbd0bc
AM
127702014-01-20 Allan McRae <allan@archlinux.org>
12771
12772 * po/ca.po: Update Catalan translation from translation project.
12773
7a02cfad
MF
127742014-01-16 Mike Frysinger <vapier@gentoo.org>
12775
12776 * sysdeps/s390/sotruss-lib.c: New file.
12777
736c304a
AZ
127782014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12779
12780 [BZ#16430]
6e077ee5 12781 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
12782 (__GI___gettimeofday): Alias for a different internal symbol to avoid
12783 local calls issues by not having a PLT stub required for IFUNC calls.
12784 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12785
94d0cea0
JM
127862014-01-16 Joseph Myers <joseph@codesourcery.com>
12787
12788 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12789 * math/test-fpucw-static.c: Likewise.
12790
980cb518
SP
127912013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
12792
12793 [BZ #16453]
12794 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12795
2393fc01
AZ
127962014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12797
12798 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
12799 implementation for powerpc.
12800
d359bcc2
OB
128012014-01-15 Ondřej Bílka <neleai@seznam.cz>
12802
12803 [BZ #14782]
12804 * sysdeps/posix/system.c (__libc_system): Do not enable
12805 asynchronous cancellation.
12806
7beb48cb
AK
128072014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12808
12809 [BZ #16427]
12810 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12811 handling only for numbers special also in the IEEE case.
12812
c20d5bf5
AK
128132014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12814
12815 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12816
e83bd4ee
AM
128172014-01-11 Allan McRae <allan@archlinux.org>
12818
76d0ea69
AM
12819 * po/bg.po: Update Bulgarian translation from translation project.
12820
e83bd4ee
AM
12821 * po/de.po: Update German translation from translation project.
12822
bc2ba20a
RM
128232014-01-10 Roland McGrath <roland@hack.frob.com>
12824
12825 * sysdeps/generic/gcc-compat.h: New file.
12826
649ecea2
SP
128272014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
12828
12829 * benchtests/asin-inputs: Correct slow inputs.
12830 * benchtests/acos-inputs: Likewise.
12831
1b19c006
AM
128322014-01-10 Allan McRae <allan@archlinux.org>
12833
a46dab08
AM
12834 * po:sv.po: Update Swedish translation from translation project.
12835
421df74a
AM
12836 * po/vi.po: Update Vietnamese translation from translation project.
12837
d61c51a7
AM
12838 * po/eo.po: Update Esperanto translation from translation project.
12839
0339a319
AM
12840 * po/cs.po: Update Czech translation from translation project.
12841
94ad3e99
AM
12842 * po/nl.po: Update Dutch translation from translation project.
12843
e349ca71
AM
12844 * po/pl.po: Update Polish translation from translation project.
12845
ddf930c1
AM
12846 * po/ru.po: Update Russian translation from translation project.
12847
1b19c006
AM
12848 * po/uk.po: Update Ukrainian translation from translation project.
12849
9f236c49
BM
128502014-01-08 Brooks Moses <bmoses@google.com>
12851
12852 * elf/dl-load.c: Fix comment typo.
12853
cd6701cf
CD
128542014-01-08 Carlos O'Donell <carlos@redhat.com>
12855
12856 * po/header.pot: Rename to...
12857 * po/pot.header: ... this.
12858 * po/Makefile: Use pot.header.
12859
66671c84
YK
128602014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
12861 Maxim Kuvyrkov <maxim@kugelworks.com>
12862
12863 [BZ #16394]
cd6701cf
CD
12864 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12865 SRC and DEST against LEN.
66671c84 12866
38f34581
AZ
128672014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12868
12869 [BZ #16414]
12870 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12871 implementation.
12872 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12873
128742014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
12875
12876 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12877
4c327f2a
JM
128782014-01-08 Joseph Myers <joseph@codesourcery.com>
12879
12880 [BZ #16408]
12881 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12882 for large positive arguments.
12883
b821f414
JM
128842014-01-07 Joseph Myers <joseph@codesourcery.com>
12885
1f0f2067
JM
12886 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12887
a5a326f6
JM
12888 * math/auto-libm-test-in: Mark various tests with
12889 xfail-rounding:ldbl-128ibm.
12890 * math/auto-libm-test-out: Regenerated.
12891
b821f414
JM
12892 [BZ #16407]
12893 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12894 Increase overflow threshold.
12895
94c8a4bc
OB
128962014-01-07 Ondřej Bílka <neleai@seznam.cz>
12897
12898 [BZ #14286]
12899 * stdio-common/vfprintf.c: Check for integer overflow.
12900
87ded0c3
AK
129012014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12902
12903 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12904 the first argument and return value of __tls_get_addr_internal.
12905
c5eebdd0
AK
129062014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12907
12908 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12909 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12910
05d138ef
AK
129112014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12912
12913 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12914 * sysdeps/s390/rtld-global-offsets.sym: New file.
12915 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12916 GLIBC_2.19 symbol.
12917 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12918 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12919 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12920 ... this.
12921 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12922 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12923 ... this.
12924 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12925 Regenerate.
12926 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12927 Regenerate.
12928 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12929 halfs of GPRs for high_gprs contexts.
12930 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12931 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
12932 field.
12933 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12934 uc_flags field.
12935 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12936 64 bit versions:
12937 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12938 for high GPRs (uc_high_gprs) and for future extensions
12939 (__reserved).
12940 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12941 for future extensions (__reserved).
12942 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12943 64 bit versions:
12944 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12945 SC_HIGHGPRS offset definition.
12946 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12947 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12948
93a45ff1
AK
12949 * Versions.def: Add GLIBC_2.19 for libpthread.
12950 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12951 siglongjmp for libpthread with GLIBC_2.19 symver.
12952 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12953 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12954 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12955 * sysdeps/s390/__longjmp.c: New file.
12956 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12957 * sysdeps/s390/longjmp.c: New file.
12958 * sysdeps/s390/setjmp.S: New file.
12959 * sysdeps/s390/sigjmp.S: New file.
12960 * sysdeps/s390/v1-longjmp.c: New file.
12961 * sysdeps/s390/v1-setjmp.h: New file.
12962 * sysdeps/s390/v1-sigjmp.c: New file.
12963 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12964 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12965 GLIBC_2.19 version.
12966 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12967 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12968 versioned symbols for ____longjmp_chk.
12969 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12970 Likewise.
12971 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12972 Regenerate.
12973 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12974 Regenerate.
12975 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12976 Regenerate.
12977 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12978 Regenerate.
12979 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12980 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12981 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12982 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12983 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12984 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12985 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12986 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12987 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12988 * sysdeps/s390/rtld-__longjmp.c: New file.
12989 * sysdeps/s390/rtld-setjmp.S: New file.
12990
eb3fc44b
JM
129912014-01-06 Joseph Myers <joseph@codesourcery.com>
12992
12993 [BZ #16400]
12994 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12995 Return -__logl (x) for small positive arguments without evaluating
12996 a polynomial.
12997
9341dde4
MF
129982014-01-06 Mike Frysinger <vapier@gentoo.org>
12999
13000 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
13001 Rename to ...
13002 (__ptrace_peeksiginfo_args): ... this.
13003 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
13004 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
13005 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
13006
4cff0293
AM
130072014-01-06 Allan McRae <allan@archlinux.org>
13008
13009 * inet/netinet/in.h: Fix typo in comment.
13010
75595dcf
AJ
130112014-01-05 Andreas Jaeger <aj@suse.de>
13012
13013 * sysdeps/i386/fpu/libm-test-ulps: Update.
13014
79c1e109
AM
130152014-01-05 Allan McRae <allan@archlinux.org>
13016
dd804818
AM
13017 * po/libc.pot: Regenerated.
13018
79c1e109
AM
13019 * malloc/memusagestat.c: Fix gettext call formatting.
13020
0c813d1f
SK
130212014-01-04 Sami Kerola <kerolasa@iki.fi>
13022
13023 * nscd/nscd.c: Improve usage() output.
13024
20f4a8d9
MF
130252014-01-04 Mike Frysinger <vapier@gentoo.org>
13026
13027 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
13028 * sysdeps/unix/sysv/linux/configure: Regenerated.
13029 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
13030 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
13031
22562bb2
JM
130322014-01-03 Joseph Myers <joseph@codesourcery.com>
13033
13034 [BZ #16390]
13035 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
13036 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
13037
d7ad2d9b
AZ
130382014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13039
13040 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
13041 extra tokens at end of #undef directive.
13042 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
13043 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
13044 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
13045
7dd009d8
JM
130462014-01-03 Joseph Myers <joseph@codesourcery.com>
13047
24db925a
JM
13048 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13049
7dd009d8
JM
13050 * math/auto-libm-test-in: Mark various tests with
13051 xfail-rounding:ldbl-128ibm.
13052 * math/auto-libm-test-out: Regenerated.
13053
396e3ecf
JM
130542014-01-02 Joseph Myers <joseph@codesourcery.com>
13055
819e5d50
JM
13056 [BZ #16386]
13057 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
13058 numbers with subnormal high part when calculating exponent.
13059
90b6a1e5
JM
13060 [BZ #16385]
13061 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
13062 fabs.
13063
396e3ecf
JM
13064 [BZ #16384]
13065 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
13066 M_LN2l.
13067 (__ieee754_acoshl): Use __log1pl not __log1p.
13068
6c8dbf00
OB
130692013-01-02 Ondřej Bílka <neleai@seznam.cz>
13070
57f41c40
AS
13071 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
13072 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
13073 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
13074 (grow_heap, heap_trim, _int_new_arena, get_free_list)
13075 (reused_arena, arena_get2): Convert to GNU style.
13076 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
13077 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
13078 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 13079 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
13080 * malloc/malloc.c (__malloc_assert, malloc_init_state)
13081 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
13082 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
13083 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
13084 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
13085 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 13086 * malloc/malloc.h: Likewise.
57f41c40
AS
13087 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13088 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 13089 * malloc/mcheck.h: Likewise.
57f41c40
AS
13090 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13091 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
13092 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13093 * malloc/morecore.c (__default_morecore): Likewise.
13094 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
13095 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13096 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13097 (print_and_abort): Likewise.
6c8dbf00
OB
13098 * malloc/obstack.h: Likewise.
13099 * malloc/set-freeres.c (__libc_freeres): Likewise.
13100 * malloc/tst-mallocstate.c (main): Likewise.
13101 * malloc/tst-mtrace.c (main): Likewise.
13102 * malloc/tst-realloc.c (do_test): Likewise.
13103
d4124212
SP
131042013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
13105
9a3c6a6f
SP
13106 [BZ #16366]
13107 * nscd/netgroupcache.c (do_notfound): New function.
13108 (addgetnetgrentX): Use it.
13109
d4124212
SP
13110 [BZ # 16365]
13111 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13112 NSS_STATUS_NOTFOUND.
13113
97b9a009
JM
131142014-01-01 Joseph Myers <joseph@codesourcery.com>
13115
13116 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13117 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13118
d4697bc9
AM
131192014-01-01 Allan McRae <allan@archlinux.org>
13120
ddb3687f
AM
13121 * scripts/update-copyrights: Update configure input file suffix.
13122
88726d48
AM
13123 * NEWS: Update copyright year.
13124 * catgets/gencat.c: Likewise.
13125 * csu/version.c: Likewise.
13126 * debug/catchsegv.sh: Likewise.
13127 * debug/pcprofiledump.c: Likewise.
13128 * debug/xtrace.sh: Likewise.
13129 * elf/ldconfig.c: Likewise.
13130 * elf/ldd.bash.in: Likewise.
13131 * elf/pldd.c: Likewise.
13132 * elf/sotruss.ksh: Likewise.
13133 * elf/sprof.c: Likewise.
13134 * iconv/iconv_prog.c: Likewise.
13135 * iconv/iconvconfig.c: Likewise.
13136 * locale/programs/locale.c: Likewise.
13137 * locale/programs/localedef.c: Likewise.
13138 * login/programs/pt_chown.c: Likewise.
13139 * malloc/memusage.sh: Likewise.
13140 * malloc/memusagestat.c: Likewise.
13141 * malloc/mtrace.pl: Likewise.
13142 * manual/libc.texinfo: Likewise.
13143 * nscd/nscd.c: Likewise.
13144 * nss/getent.c: Likewise.
13145 * nss/makedb.c: Likewise.
13146 * posix/getconf.c: Likewise.
13147 * scripts/test-installation.pl: Likewise.
13148
d4697bc9
AM
13149 * All files with FSF copyright notices: Update copyright dates
13150 using scripts/update-copyrights.
13151 * intl/plural.c: Regenerated.
13152 * locale/programs/charmap-kw.h: Likewise.
13153 * locale/programs/locfile-kw.h: Likewise.
13154
c8590f9d
MF
131552013-12-31 Mike Frysinger <vapier@gentoo.org>
13156
13157 * sysdeps/unix/sysv/linux/configure: Regenerated.
13158 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13159 the linux/fanotify.h header.
13160 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13161 HAVE_LINUX_FANOTIFY_H is defined.
13162
b19221b9
SP
131632013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
13164
dd1d85e5
SP
13165 * benchtests/cos-inputs: New inputs.
13166 * benchtests/sin-inputs: Likewise.
13167
1acbb90f
SP
13168 * benchtests/atan-inputs: New inputs. Fix name of multiple
13169 precision fallback inputs.
13170
4c012ed3
SP
13171 * benchtests/atanh-inputs: New inputs.
13172 * benchtests/tanh-inputs: Likewise.
13173
eff98324
SP
13174 * benchtests/acosh-inputs: New inputs.
13175 * benchtests/asinh-inputs: Likewise.
13176
ce641152
SP
13177 * benchtests/cosh-inputs: New inputs.
13178 * benchtests/sinh-inputs: Likewise.
13179
b19221b9
SP
13180 * benchtests/acos-inputs: Add more inputs.
13181 * benchtests/asin-inputs: Likewise.
13182
030a4976 131832013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 13184
030a4976 13185 [BZ #16375]
9dcc8f11
VS
13186 * manual/arith.texi: Fix spelling.
13187 * manual/charset.texi: Likewise.
13188 * manual/errno.texi: Likewise.
13189 * manual/filesys.texi: Likewise.
13190 * manual/lang.texi: Likewise.
13191 * manual/llio.texi: Likewise.
13192 * manual/locale.texi: Likewise.
13193 * manual/message.texi: Likewise.
13194 * manual/resource.texi: Likewise.
13195 * manual/search.texi: Likewise.
13196 * manual/setjmp.texi: Likewise.
13197 * manual/stdio.texi: Likewise.
13198 * manual/string.texi: Likewise.
13199 * manual/sysinfo.texi: Likewise.
13200 * manual/time.texi: Likewise.
13201
11520a57
CD
132022013-12-27 Carlos O'Donell <carlos@redhat.com>
13203
13204 * po/sl.po: New file.
13205
471103ae
MF
132062013-12-27 Mike Frysinger <vapier@gentoo.org>
13207
13208 * .gitignore: Add core/.gdbinit/.gdb_history.
13209
6c9642ed
AM
132102013-12-27 Allan McRae <allan@archlinux.org>
13211
13212 [BZ #16369]
13213 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13214 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13215
3f637079
BM
132162013-12-24 Brooks Moses <bmoses@google.com>
13217
13218 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13219 all compilers that claim C++98 compliance, not just GCC.
13220 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13221 Likewise.
13222
abc26e99
MK
132232013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
13224
13225 * NEWS: Restore accidentally deleted bug-fix entries.
13226
362b47fe
MK
132272013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
13228 Ondřej Bílka <neleai@seznam.cz>
13229
13230 [BZ #15073]
13231 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 13232 have_lock.
362b47fe 13233
b9bcbbcb
OB
132342013-12-23 Ondřej Bílka <neleai@seznam.cz>
13235
13236 [BZ #12986]
13237 * manual/stdio.texi (String Input Conversions): Clarify that character
13238 classes are not supported.
13239
fb55fcd2
AZ
132402013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13241
13242 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13243
ef7344f0
JM
132442013-12-22 Joseph Myers <joseph@codesourcery.com>
13245
4f40e4b3
JM
13246 [BZ #16337]
13247 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13248 Calculate results for small negative arguments directly rather
13249 than using reflection formula with special underflow handling.
13250
ef7344f0
JM
13251 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13252 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13253 sysdeps/unix/bsd/bsd4.4/syscalls.list.
13254 (fchflags): Likewise.
13255 (revoke): Likewise.
13256 (setlogin): Likewise.
13257 (sigaltstack): Likewise.
13258 (wait4): Likewise.
13259 (sigblock): Remove.
13260 (sigsetmask): Likewise.
13261 (wait3): Likewise.
13262 (waitpid): Likewise.
13263 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13264 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13265 file.
13266 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13267 * sysdeps/unix/bsd/Makefile: ... here.
13268 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13269 * sysdeps/unix/bsd/Versions: ... here.
13270 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13271 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13272 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13273 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13274 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13275 * sysdeps/unix/bsd/sigblock.c: ... here.
13276 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13277 * sysdeps/unix/bsd/sigsetmask.c: ... here.
13278 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13279 * sysdeps/unix/bsd/sigvec.c: ... here.
13280 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13281 * sysdeps/unix/bsd/tcdrain.c: ... here.
13282 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13283 * sysdeps/unix/bsd/tcgetattr.c: ... here.
13284 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13285 * sysdeps/unix/bsd/tcsetattr.c: ... here.
13286 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13287 * sysdeps/unix/bsd/wait.c: ... here.
13288 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13289 * sysdeps/unix/bsd/wait3.c: ... here.
13290 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13291 * sysdeps/unix/bsd/waitpid.c: ... here.
13292
5b0626b9
JM
132932013-12-21 Joseph Myers <joseph@codesourcery.com>
13294
13295 [BZ #16356]
13296 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13297 round-to-nearest for [!USE_AS_EXPM1L].
13298 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13299 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
13300 more tests of exp and exp10. Expect some exp10 tests to miss
13301 exceptions or fail in directed rounding modes.
13302 * math/auto-libm-test-out: Regenerated.
13303 * math/libm-test.inc (exp10_tonearest_test_data): New array.
13304 (exp10_test_tonearest): New function.
13305 (exp10_towardzero_test_data): New array.
13306 (exp10_test_towardzero): New function.
13307 (exp10_downward_test_data): New array.
13308 (exp10_test_downward): New function.
13309 (exp10_upward_test_data): New array.
13310 (exp10_test_upward): New function.
13311 (main): Call the new functions.
13312 * sysdeps/i386/fpu/libm-test-ulps: Update.
13313 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13314
7fda5682
JM
133152013-12-20 Joseph Myers <joseph@codesourcery.com>
13316
31e3a405
JM
13317 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13318 asinh, atan, atan2, atanh, cbrt, cos and cosh.
13319 * math/auto-libm-test-out: Regenerated.
13320 * math/libm-test.inc (acosh_test_data): Add more tests.
13321 (atanh_test_data): Likewise.
13322 (ceil_test_data): Likewise.
13323 (copysign_test_data): Likewise.
13324 * sysdeps/i386/fpu/libm-test-ulps: Update.
13325 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13326
85bff96a
JM
13327 * timezone/checktab.awk: Update from tzcode 2013i.
13328 * timezone/private.h: Likewise.
13329 * timezone/scheck.c: Likewise.
13330 * timezone/tzfile.h: Likewise.
13331 * timezone/tzselect.ksh: Likewise.
13332 * timezone/zdump.c: Likewise.
13333 * timezone/zic.c: Likewise.
13334
b7867a3b
JM
13335 * math/auto-libm-test-in: Add tests of cpow.
13336 * math/auto-libm-test-out: Regenerated.
13337 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 13338 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
13339 mpc_cc_c.
13340 (func_calc_desc): Add mpc_cc_c union field.
13341 (test_functions): Add cpow.
13342 (special_fill_2pi): New function.
13343 (special_real_inputs): Add 2pi.
13344 (calc_generic_results): Handle mpc_cc_c.
13345 * sysdeps/i386/fpu/libm-test-ulps: Update.
13346 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13347
7fda5682
JM
13348 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13349 csqrt, ctan and ctanh.
13350 * math/auto-libm-test-out: Regenerated.
13351 * math/libm-test.inc (TEST_COND_x86_64): New macro.
13352 (TEST_COND_x86): Likewise.
13353 (ccos_test_data): Use AUTO_TESTS_c_c.
13354 (ccosh_test_data): Likewise.
13355 (cexp_test_data): Likewise.
13356 (clog_test_data): Likewise.
13357 (csqrt_test_data): Likewise.
13358 (ctan_test_data): Likewise.
13359 (ctan_tonearest_test_data): Likewise.
13360 (ctan_towardzero_test_data): Likewise.
13361 (ctan_downward_test_data): Likewise.
13362 (ctan_upward_test_data): Likewise.
13363 (ctanh_test_data): Likewise.
13364 (ctanh_tonearest_test_data): Likewise.
13365 (ctanh_towardzero_test_data): Likewise.
13366 (ctanh_downward_test_data): Likewise.
13367 (ctanh_upward_test_data): Likewise.
13368 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13369 mpc_c_c.
13370 (func_calc_desc): Add mpc_c_c union field.
13371 (FUNC_mpc_c_c): New macro.
13372 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13373 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13374 ctanh.
13375 (special_fill_min_subnorm_p120): New function.
13376 (special_real_inputs): Add min_subnorm_p120.
13377 (calc_generic_results): Handle mpc_c_c.
13378 * sysdeps/i386/fpu/libm-test-ulps: Update.
13379 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13380
5ff8d60e
SP
133812013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
13382
57f41c40
AS
13383 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13384 (do_sin_slow): New functions.
13385 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13386 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 13387
84ba214c
SP
13388 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13389 Use M to change sign of result instead of X. Assume X is
13390 positive.
13391 (csloww1): Likewise.
13392 (__sin): Adjust.
13393 (__cos): Adjust.
13394
975195e4
SP
13395 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13396 arguments A and DA.
13397 (__sin): Adjust.
13398 (__cos): Likewise.
13399
5ff8d60e
SP
13400 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13401 (__cos): Likewise.
13402 (sloww1): Don't adjust sign of DX.
13403 (csloww1): Likewise.
13404 (sloww2): Use X directly and don't adjust sign of DX.
13405 (csloww2): Likewise.
13406
eb983568
JM
134072013-12-19 Joseph Myers <joseph@codesourcery.com>
13408
64a17f1a
JM
13409 * math/auto-libm-test-in: Add tests of cabs and carg.
13410 * math/auto-libm-test-out: Regenerated.
13411 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13412 (carg_test_data): Likewise.
13413 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13414 mpc_c_f.
13415 (func_calc_desc): Add mpc_c_f union field.
13416 (test_functions): Add cabs and carg.
13417 (calc_generic_results): Handle mpc_c_f.
13418
eb983568
JM
13419 * sysdeps/powerpc/powerpc32/libgcc-compat.S
13420 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13421 as a macro and a compat symbol.
13422 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13423 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13424 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13425 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13426 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13427 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13428 not use .hidden.
13429 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13430 Likewise.
13431 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13432 Likewise.
13433 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13434 Likewise.
13435 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13436 Likewise.
13437 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13438 Likewise.
13439 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13440 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13441 from GLIBC_2.3.2.
13442
6eeb678a
AZ
134432013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13444
13445 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13446
6f6fc482
JM
134472013-12-19 Joseph Myers <joseph@codesourcery.com>
13448
21fea2e2
JM
13449 * manual/texinfo.tex: Update to version 2013-11-26.10 with
13450 trailing whitespace removed.
13451 * scripts/config.guess: Update to version 2013-11-29.
13452 * scripts/config.sub: Update to version 2013-10-01.
13453
6f6fc482
JM
13454 * math/auto-libm-test-in: Add tests of sincos.
13455 * math/auto-libm-test-out: Regenerated.
13456 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13457 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13458 mpfr_f_11.
13459 (func_calc_desc): Add mpfr_f_11 union field.
13460 (test_functions): Add sincos.
13461 (calc_generic_results): Handle mpfr_f_11.
13462 * sysdeps/i386/fpu/libm-test-ulps: Update.
13463 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13464
83f5c32d
AS
134652013-12-19 Andreas Schwab <schwab@suse.de>
13466
13467 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13468 CALL_MCOUNT.
13469 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13470 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13471 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13472
c688b419
JM
134732013-12-19 Joseph Myers <joseph@codesourcery.com>
13474
335ee092
JM
13475 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13476 * sysdeps/i386/fpu/libm-test-ulps: Update.
13477 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13478
f88acd39
JM
13479 [BZ #16293]
13480 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13481 round-to-nearest mode when using frndint.
13482 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13483 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13484 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13485 Likewise.
13486 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
13487 sinh test to fail.
13488 * math/auto-libm-test-out: Regenerated.
13489 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13490 (TEST_COND_x86): Likewise.
13491 (expm1_tonearest_test_data): New array.
13492 (expm1_test_tonearest): New function.
13493 (expm1_towardzero_test_data): New array.
13494 (expm1_test_towardzero): New function.
13495 (expm1_downward_test_data): New array.
13496 (expm1_test_downward): New function.
13497 (expm1_upward_test_data): New array.
13498 (expm1_test_upward): New function.
13499 (main): Run the new test functions.
13500 * sysdeps/i386/fpu/libm-test-ulps: Update.
13501 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13502
c688b419
JM
13503 * include/features.h: Update comment documenting feature test
13504 macros. Mention _DEFAULT_SOURCE in comment.
13505 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13506 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13507 _BSD_SOURCE and _SVID_SOURCE.
13508 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13509 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13510 !_SVID_SOURCE]: Likewise.
13511 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13512 (__USE_POSIX_IMPLICITLY): Define.
13513 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13514 (_POSIX_SOURCE): Undefine and redefine.
13515 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13516 (_POSIX_C_SOURCE): Likewise.
13517 * manual/creature.texi (_DEFAULT_SOURCE): Document.
13518 (Feature Test Macros): Update documentation of default features.
13519
9f6e964c
RS
135202013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13521
13522 * benchtests/Makefile: Add bench-strtok.
13523 * benchtests/bench-strtok.c: New file: strtok benchtest.
13524
ee0a148a
AM
135252013-12-19 Allan McRae <allan@archlinux.org>
13526
13527 * manual/install.texi: Suppress menu for plain text output.
13528 * INSTALL: Regenerated.
13529
b9ab448f
BM
135302013-12-18 Brooks Moses <bmoses@google.com>
13531
13532 [BZ #15846]
13533 * misc/getauxval.c: Include errno.h.
13534 (__getauxval): Set errno to ENOENT if the requested type is not
13535 found.
13536 * misc/sys/auxv.h (getauxval): Document that it may set errno;
13537 don't declare with __attribute_const__.
13538 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13539 * manual/startup.texi: Document that getauxval sets errno.
13540
23776487
JM
135412013-12-18 Joseph Myers <joseph@codesourcery.com>
13542
f889953b
JM
13543 * math/auto-libm-test-in: Add tests of jn and yn.
13544 * math/auto-libm-test-out: Regenerated.
13545 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13546 (yn_test_data): Likewise.
13547 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13548 mpfr_if_f.
13549 (func_calc_desc): Add mpfr_if_f union field.
13550 (FUNC_mpfr_if_f): New macro.
13551 (test_functions): Add jn and yn.
13552 (calc_generic_results): Assert type of second input for
13553 mpfr_ff_f. Handle mpfr_if_f.
13554 (output_for_one_input_case): Disable all checking for arguments
13555 fitting floating-point types in case of an integer argument.
13556 * sysdeps/i386/fpu/libm-test-ulps: Update.
13557 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13558
23776487
JM
13559 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13560 Don't expect fegetround reference in libm.so.
13561
cb756c6d
MS
135622013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
13563
13564 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13565 $(config-cflags-nofma).
13566
2dec468f
JM
135672013-12-18 Joseph Myers <joseph@codesourcery.com>
13568
5953eb3a
JM
13569 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13570 * math/auto-libm-test-out: Regenerated.
13571
2dec468f
JM
13572 [BZ #16338]
13573 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13574 to determine exponent and adjust argument to have exponent of -1.
13575 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
13576 log2.
13577 * math/auto-libm-test-out: Regenerated.
13578 * sysdeps/i386/fpu/libm-test-ulps: Update.
13579 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13580
4d84e6ad
OB
135812013-12-18 Ondřej Bílka <neleai@seznam.cz>
13582
13583 * manual/probes.texi: Remove cases when per-thread arenas are
13584 disabled.
13585
1818483b
AS
135862013-12-18 Andreas Schwab <schwab@suse.de>
13587
13588 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
13589 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
13590 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
13591 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
13592 * sysdeps/i386/i686/multiarch/Makefile: Update.
13593 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
13594
25de95bf
JM
135952013-12-17 Joseph Myers <joseph@codesourcery.com>
13596
13597 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
13598 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
13599
674762d9
PE
136002013-12-17 Paul Eggert <eggert@cs.ucla.edu>
13601
ed27ed83 13602 [BZ #15968]
0748546f
PE
13603 Support TZ transition times < 00:00:00.
13604 This is needed for version-3 tz-format files; it supports time
13605 stamps past 2037 for America/Godthab (the only entry in the tz
13606 database for which this change is relevant).
13607 * manual/time.texi (TZ Variable): Document transition times
13608 from -167:59:59 through -00:00:01.
13609 * time/tzset.c (tz_rule): Time of day is now signed.
13610 (__tzset_parse_tz): Parse negative time of day.
13611
4480e934
PE
13612 Document TZ transition times >= 25:00:00.
13613 * manual/time.texi (TZ Variable): Document transition times from
13614 25:00:00 through 167:59:59. These are already supported, and this
13615 support will help with version-3 tz-format files.
13616
69947401
PE
13617 * manual/time.texi (TZ Variable): Modernize North America example
13618 to reflect current (i.e., 2007-and-later) daylight saving rules.
13619
674762d9
PE
13620 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
13621
7011c262
JM
136222013-12-17 Joseph Myers <joseph@codesourcery.com>
13623
2fc6557e
JM
13624 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
13625 * sysdeps/unix/bsd/bits/stat.h: Likewise.
13626 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
13627 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
13628 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
13629 * sysdeps/unix/bsd/bsdstat.h: Likewise.
13630 * sysdeps/unix/bsd/clock.c: Likewise.
13631 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
13632 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
13633 * sysdeps/unix/bsd/init-posix.c: Likewise.
13634 * sysdeps/unix/bsd/poll.c: Likewise.
13635 * sysdeps/unix/bsd/ptsname.c: Likewise.
13636 * sysdeps/unix/bsd/seekdir.c: Likewise.
13637 * sysdeps/unix/bsd/setegid.c: Likewise.
13638 * sysdeps/unix/bsd/seteuid.c: Likewise.
13639 * sysdeps/unix/bsd/setgid.c: Likewise.
13640 * sysdeps/unix/bsd/setrgid.c: Likewise.
13641 * sysdeps/unix/bsd/setruid.c: Likewise.
13642 * sysdeps/unix/bsd/setsid.c: Likewise.
13643 * sysdeps/unix/bsd/setuid.c: Likewise.
13644 * sysdeps/unix/bsd/sigaction.c: Likewise.
13645 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
13646 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13647 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13648 * sysdeps/unix/bsd/telldir.c: Likewise.
13649 * sysdeps/unix/bsd/times.c: Likewise.
13650 * sysdeps/unix/bsd/usleep.c: Likewise.
13651
029c7b25
JM
13652 * misc/Makefile (install-lib): Remove libbsd-compat.a.
13653 ($(objpfx)libbsd-compat.a): Remove rule.
13654
7011c262
JM
13655 * include/features.h (__FAVOR_BSD): Do not define.
13656 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13657 features conflicting with POSIX.
13658 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13659 (_BSD_SOURCE): Remove description of not being a subset of other
13660 feature test macros.
13661 * manual/job.texi (getpgrp): Do not document BSD version.
13662 (getpgid): Do not document by reference to BSD getpgrp.
13663 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13664 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13665 * signal/signal.h [__FAVOR_BSD]: Likewise.
13666 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13667 instead of making contents conditional on [__FAVOR_BSD].
13668 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13669
affb6f78
AZ
136702013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13671
13672 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13673
c88769dd
JM
136742013-12-17 Joseph Myers <joseph@codesourcery.com>
13675
6432a540
JM
13676 [BZ #16314]
13677 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13678 values below 2**-450, not 2**-500.
13679 * math/auto-libm-test-in: Don't allow spurious underflow from
13680 hypot.
13681 * math/auto-libm-test-out: Regenerated.
13682
c88769dd
JM
13683 [BZ #16316]
13684 [BZ #16330]
13685 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13686 values of ha and hb and sort them after adjusting subnormal
13687 arguments.
13688 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13689 Likewise.
13690 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13691 values of ea and eb and sort them after adjusting subnormal
13692 arguments.
13693 * math/auto-libm-test-in: Do not expect some hypot tests of
13694 subnormals to fail. Add more hypot tests.
13695 * math/auto-libm-test-out: Regenerated.
13696
29618f6b
KK
136972013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13698
13699 [BZ #13304]
13700 * sysdeps/sh/s_fma.c: New file.
13701 * sysdeps/sh/s_fmaf.c: New file.
13702 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
13703 version.
13704 * sysdeps/sh/Implies: Add sh/soft-fp.
13705
eacfdfbf
RM
137062013-12-16 Roland McGrath <roland@hack.frob.com>
13707
13708 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
13709 level of indirection to members `objname', `errstring', `malloced'.
13710 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13711 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
13712 it as the __longjmp argument (just pass 1 instead).
13713 (_dl_catch_error): Initialize C with argument pointers and address of
13714 volatile local ERRCODE rather than copying values out of C at return.
13715
ff362e5b
JM
137162013-12-16 Joseph Myers <joseph@codesourcery.com>
13717
13718 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13719 * math/auto-libm-test-out: Regenerated.
13720 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13721 (hypot_test_data): Likewise.
13722 (pow_test_data): Likewise.
13723 (pow_tonearest_test_data): Likewise.
13724 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13725 mpfr_ff_f.
13726 (func_calc_desc): Add mpfr_ff_f union field.
13727 (FUNC_mpfr_ff_f): New macro.
13728 (test_functions): Add atan2, hypot and pow.
13729 (special_fill_min): New function.
13730 (special_fill_minus_min): Likewise.
13731 (special_fill_min_subnorm): Likewise.
13732 (special_fill_minus_min_subnorm): Likewise.
13733 (special_real_inputs): Add min, -min, min_subnorm and
13734 -min_subnorm.
13735 (calc_generic_results): Handle mpfr_ff_f.
13736 * sysdeps/i386/fpu/libm-test-ulps: Update.
13737 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13738
5764c27f
WN
137392013-12-16 Will Newton <will.newton@linaro.org>
13740
13741 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13742 (Aligned Memory Blocks): Add documentation for aligned_alloc
13743 and suggest it as an alternative to posix_memalign.
13744 (Hooks for Malloc): Document __memalign_hook is also called
13745 for aligned_alloc. (Summary of Malloc): Add summary for
13746 aligned alloc. Document __memalign_hook is also called
13747 for aligned_alloc.
13748
0a096e44
WN
137492013-12-16 Will Newton <will.newton@linaro.org>
13750
13751 * manual/memory.texi (Malloc Examples): Clarify default
13752 alignment documentation. Suggest posix_memalign rather
13753 than memalign or valloc.
13754 (Aligned Memory Blocks): Remove suggestion to use memalign
13755 or valloc. Remove obsolete comment about BSD.
13756 Document memalign errno values and mark the function obsolete.
13757 Document posix_memalign returned error codes. Mark valloc
13758 as obsolete. (Hooks for Malloc): __memalign_hook is also
13759 called for posix_memalign and valloc.
13760 (Summary of Malloc): Add posix_memalign to function summary.
13761 __memalign_hook is also called for posix_memalign and valloc.
13762
8d561986
SP
137632013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
13764
13765 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13766 TAYLOR_SIN.
13767 (__sin): Adjust.
13768 (__cos): Likewise.
13769 (sloww): Use mynumber union. Expand ternary operator into
13770 if-else statements.
13771 (cslow): use mynumber union.
13772
73616a74
AM
137732013-12-16 Allan McRae <allan@archlinux.org>
13774
9e8ac24b
AM
13775 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13776 * configure: Regenerated.
13777
6f8e37eb
AM
13778 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13779
8894bad3
AM
13780 [BZ #14120]
13781 * configure.ac: Added --enable-maintainer-mode. Check for
13782 autoconf when enabled.
13783 * configure: Regenerated.
13784
73616a74
AM
13785 * nscd/nscd.service: New file.
13786 * nscd/nscd.tmpfiles: New file.
13787
584b18eb
OB
137882013-12-14 Ondřej Bílka <neleai@seznam.cz>
13789
13790 [BZ #12100]
13791 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13792 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13793 * sysdeps/x86_64/multiarch/strstr.c: ... here.
13794 (strstr): Add __strstr_sse2_unaligned ifunc.
13795 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13796 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13797 (strcasestr): Remove __strcasestr_sse42 ifunc.
13798 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
13799 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13800 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13801
8a5c7897
KK
138022013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13803
13804 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13805 * sysdeps/sh/bits/fenv.h: ... here.
13806 * sysdeps/sh/sh4/fpu/bits: Remove directory.
13807
fd712ef3
AZ
138082013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13809
13810 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13811
42fcb46c
AZ
13812 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13813 hypotf multiarch implementations.
13814 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13815 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13816 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13817 multiarch hypot for PPC64.
13818 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13819 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13820 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13821 multiarch hypotf for PPC64.
13822
83efded4
AZ
13823 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13824 modff multiarch implementations.
13825 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13826 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13827 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13828 multiarch modf for PPC64.
13829 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13830 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13831 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13832 multiarch modff for PPC64.
13833
43e246d2
AZ
13834 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13835 and logl multiarch implementations.
13836 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13837 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13838 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13839 multiarch logb for PPC64.
13840 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13841 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13842 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13843 multiarch logb for PPC64.
13844 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13845 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13846 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13847 multiarch logb for PPC64.
13848
8fdad123
AZ
13849 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13850 isinff multiarch implementation.
13851 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13852 file.
13853 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13854 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13855 multiarch isinf for PPC64.
13856 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13857 file.
13858 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13859 multiarch isinff for PPC64.
13860
1481d706
AZ
13861 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13862 finitef multiarch implementation.
13863 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13864 file.
13865 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13866 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13867 multiarch finite for PPC64.
13868 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13869 file.
13870 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13871 multiarch finitef for PPC64.
13872
5ccd5fc8
AZ
13873 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13874 lrint multiarch implementation.
13875 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13876 file.
13877 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13878 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13879 multiarch llrint for PPC64.
13880 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13881 multiarch lrint for PPC64.
13882
2568f3fa
AZ
13883 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13884 copysignf multiarch implementation.
13885 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13886 file.
13887 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13888 file.
13889 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13890 multiarch copysign for PPC64.
13891 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13892 multiarch copysignf for PPC64.
13893
1cb341fd
AZ
13894 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13895 multiarch implementation.
13896 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13897 file.
13898 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13899 file.
13900 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13901 file.
13902 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13903 file.
13904 multiarch llround for PPC64.
13905 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13906 multiarch trunc for PPC64.
13907 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13908 multiarch truncf for PPC64.
13909
59a3e194
AZ
13910 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13911 multiarch implementation.
13912 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13913 file.
13914 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13915 file.
13916 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13917 file.
13918 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13919 file.
13920 multiarch llround for PPC64.
13921 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13922 multiarch round for PPC64.
13923 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13924 multiarch roundf for PPC64.
13925
357fd3b4
AZ
13926 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13927 multiarch implementation.
13928 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13929 file.
13930 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13931 file.
13932 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13933 file.
13934 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13935 file.
13936 multiarch llround for PPC64.
13937 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13938 multiarch floor for PPC64.
13939 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13940 multiarch floorf for PPC64.
13941
96770f12
AZ
13942 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13943 multiarch implementation.
13944 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13945 file.
13946 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13947 file.
13948 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13949 file.
13950 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13951 file.
13952 multiarch llround for PPC64.
13953 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13954 multiarch ceil for PPC64.
13955 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13956 multiarch ceilf for PPC64.
13957
c3627f6e
AZ
13958 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13959 multiarch implementation.
13960 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13961 file.
13962 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13963 file.
13964 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13965 file.
13966 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13967 multiarch llround for PPC64.
13968 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13969 multiarch lround for PPC64.
13970
b2284ad7
AZ
13971 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13972 multiarch implementation.
13973 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13974 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13975 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13976 file.
13977 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13978 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13979 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13980 multiarch isnan for PPC64.
13981 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13982 multiarch isnanf for PPC64.
13983
69bbc63d
AZ
13984 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13985 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13986 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13987 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13988 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13989 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13990
c24517c9
AZ
13991 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13992 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13993 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13994 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13995
a52374e8
AZ
13996 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13997 multiarch implementations.
13998 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13999 (__libc_ifunc_impl_list): Likewise.
14000 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
14001 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
14002 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
14003 multiarch stpcpy for PPC64.
14004
7f5ec113
AZ
14005 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
14006 multiarch implementations.
14007 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14008 (__libc_ifunc_impl_list): Likewise.
14009 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
14010 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
14011 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
14012 multiarch strcpy for PPC64.
14013
e28bcd42
AZ
14014 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
14015 redefine function name.
14016 (_wordcopy_fwd_dest_aligned): Likewise.
14017 (_wordcopy_bwd_aligned): Likewise.
14018 (_wordcopy_bwd_dest_aligned): Likewise.
14019 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
14020 multiarch implementations.
14021 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14022 (__libc_ifunc_impl_list): Likewise.
14023 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
14024 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
14025 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
14026 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
14027 multiarch wcscpy for PPC64.
14028
92cacfce
AZ
14029 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
14030 multiarch implementations.
14031 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14032 (__libc_ifunc_impl_list): Likewise.
14033 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
14034 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
14035 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
14036 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
14037 multiarch wcscpy for PPC64.
14038
7b714620
AZ
14039 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
14040 multiarch implementations.
14041 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14042 (__libc_ifunc_impl_list): Likewise.
14043 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
14044 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
14045 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
14046 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
14047 multiarch wcsrchr for PPC64.
14048
16fd2ae3
AZ
14049 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
14050 multiarch implementations.
14051 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14052 (__libc_ifunc_impl_list): Likewise.
14053 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
14054 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
14055 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
14056 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
14057 multiarch wcschr for PPC64.
14058
9ee2969b
AZ
14059 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
14060 multiarch implementations.
14061 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14062 (__libc_ifunc_impl_list): Likewise.
14063 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
14064 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
14065 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
14066 multiarch strchrnul for PPC64.
14067
372dc060
AZ
14068 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
14069 implementations.
14070 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14071 (__libc_ifunc_impl_list): Likewise.
14072 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
14073 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
14074 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
14075 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
14076 strchr for PPC64.
14077
24c2c3b9
AZ
14078 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
14079 implementations.
14080 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14081 (__libc_ifunc_impl_list): Likewise.
14082 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
14083 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
14084 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
14085 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
14086 strncmp for PPC64.
14087
1c92d9a0
AZ
14088 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14089 multiarch implementations.
14090 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14091 (__libc_ifunc_impl_list): Likewise.
14092 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14093 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14094 strncasecmp for PPC64.
14095 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14096 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14097 multiarch strncasecmp_l for PPC64.
14098
17de3ee3
AZ
14099 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14100 multiarch implementations.
14101 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14102 (__libc_ifunc_impl_list): Likewise.
14103 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14104 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14105 multiarch strcasecmp for PPC64.
14106 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14107 file.
14108 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14109 multiarch strcasecmp_l for PPC64.
14110
62982bf9
AZ
14111 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14112 implementations.
14113 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14114 (__libc_ifunc_impl_list): Likewise.
14115 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14116 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14117 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14118 strnlen for PPC64.
14119
a65f4904
AZ
14120 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14121 implementations.
14122 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14123 (__libc_ifunc_impl_list): Likewise.
14124 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14125 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14126 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14127 strlen for PPC64.
14128
1fd005ad
AZ
14129 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14130 implementations.
14131 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14132 (__libc_ifunc_impl_list): Likewise.
14133 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14134 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14135 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14136 rawmemrchr for PPC64.
14137
cd05ba91
AZ
14138 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14139 implementation.
14140 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14141 (__libc_ifunc_impl_list): Likewise.
14142 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14143 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14144 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14145 memrchr for PPC64.
14146
870f8676
AZ
14147 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14148 implementation.
14149 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14150 (__libc_ifunc_impl_list): Likewise.
14151 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14152 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14153 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14154 memchr for PPC64.
14155
f00be62b
AZ
14156 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14157 implementation.
14158 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14159 (__libc_ifunc_impl_list): Likewise.
14160 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14161 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14162 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14163 mempcpy for PPC64.
14164
8a29a3d0
AZ
14165 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14166 avoid cretion of __bzero symbol.
14167 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14168 Likewise.
14169 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14170 Likewise.
14171 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14172 Likewise.
14173 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14174 multiarch implementations.
14175 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14176 (__libc_ifunc_impl_list): Likewise.
14177 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14178 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14179 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14180 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14181 bzero for PPC32.
14182 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14183 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14184 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14185 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14186 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14187 memset for PPC64.
14188 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14189
07253fcf
AZ
14190 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14191 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14192 implementations.
14193 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14194 (__libc_ifunc_impl_list): Likewise.
14195 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14196 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14197 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14198 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14199 memcmp for PPC64.
14200
b5beafbc
AZ
14201 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14202 multiarch for POWER/PPC64.
14203 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14204 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14205 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14206 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14207 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14208 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14209 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14210 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14211 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14212 memcpy for PPC64.
14213
5e6a4d4b
AZ
14214 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14215 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14216 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14217 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14218 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14219 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14220 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14221 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14222 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14223 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14224 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14225 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14226 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14227 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14228 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14229 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14230 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14231 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14232 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14233 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14234 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14235 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14236
ddfab6dc
KK
142372013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
14238
14239 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14240
19b5525e
SP
142412013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
14242
14243 * benchtests/Makefile (bench): Add exp2 and log2.
14244 (LDLIBS-bench-exp2): Add -lm.
14245 (LDLIBS-bench-log2): Likewise.
14246 * benchtests/exp2-inputs: New inputs file.
14247 * benchtests/log2-inputs: New inputs file.
14248 * benchtests/log-inputs: Add new inputs.
14249 * benchtests/tan-inputs: Likewise.
14250
196f7f5d
SP
142512013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
14252
7a74607f
SP
14253 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14254 definition...
57f41c40
AS
14255 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14256 (csloww2): ... from here.
7a74607f 14257
196f7f5d
SP
14258 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14259 instead of structures.
14260 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14261 (POLYNOMIAL): Likewise.
14262 (TAYLOR_SLOW): Likewise.
14263 (__sin): Likewise.
14264 (__cos): Likewise.
14265 (slow1): Likewise.
14266 (slow2): Likewise.
14267 (sloww): Likewise.
14268 (sloww1); Likewise.
14269 (sloww2): Likewise.
14270 (bsloww1): Likewise.
14271 (bsloww2): Likewise.
14272 (cslow2): Likewise.
14273 (csloww): Likewise.
14274 (csloww1): Likewise.
14275 (csloww2): Likewise.
14276
0dfa665c
OB
142772013-12-10 Ondřej Bílka <neleai@seznam.cz>
14278
14279 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
14280 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14281 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
14282 * malloc/hooks.c (realloc_check): Likewise.
14283
5782a80f
OB
14284 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14285 * malloc/arena.c: Remove PER_THREAD conditional.
14286 [!PER_THREAD]: Remove code.
14287 (ptmalloc_unlock_all2): Likewise.
14288 (ptmalloc_init): Likewise.
14289 (_int_new_arena): Likewise.
14290 (arena_get2): Likewise.
14291 * malloc/hooks.c (__malloc_get_state): Likewise.
14292 (__malloc_set_state): Likewise.
14293 * malloc/malloc.c: Likewise.
14294 (struct malloc_state): Likewise.
14295 (struct malloc_par): Likewise.
14296 (__libc_realloc): Likewise.
14297 (__libc_mallopt): Likewise.
14298
aeb95445
AZ
142992013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14300
14301 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14302
e8349efd
OB
143032013-12-09 Ondřej Bílka <neleai@seznam.cz>
14304
14305 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14306 macro to a function. Check for zero perturb_byte.
14307 (_int_malloc, _int_free): Remove zero perturb_byte checks.
14308
f3eeb3fc 14309 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
14310 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14311 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
14312 force_reg by atomic_forced_read.
14313 * malloc/arena.c (ptmalloc_init): Likewise.
14314 * malloc/hooks.c (top_check): Likewise.
14315
be2f9009
AZ
143162013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14317
14318 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14319
e7b914bd
MT
143202013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
14321
14322 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14323
9f0be4f8
JM
143242013-12-08 Joseph Myers <joseph@codesourcery.com>
14325
14326 * math/auto-libm-test-in: Add tests of lgamma.
14327 * math/auto-libm-test-out: Regenerated.
14328 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14329 (M_LOG_2_SQRT_PIl): Likewise.
14330 (lgamma_test_data): Use AUTO_TESTS_f_f1.
14331 * math/gen-auto-libm-tests.c (func_calc_method): Add value
14332 mpfr_f_f1.
14333 (func_calc_desc): Add mpfr_f_f1 union field.
14334 (ARGS1): New macro.
14335 (ARGS2): Likewise.
14336 (ARGS3): Likewise.
14337 (ARGS4): Likewise.
14338 (RET1): Likewise.
14339 (RET2): Likewise.
14340 (CALC): Likewise.
14341 (FUNC): Likewise.
14342 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14343 (test_functions): Add lgamma.
14344 (calc_generic_results): Handle mpfr_f_f1.
14345 * sysdeps/i386/fpu/libm-test-ulps: Update.
14346 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14347
24eeafdb
AZ
143482013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14349
14350 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14351 __mpn_add_n for PowerPC64/POWER7.
14352 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14353 __mpn_sub_n for PowerPC64/POWER7.
14354
4a2c0fd4
AZ
14355 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14356 __mpn_addmul_1 for PowerPC64.
14357 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14358 __mpn_submul_1 for PowerPC64.
14359 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14360 for PowerPC64.
14361 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14362 for PowerPC64.
14363
4b5b548c
FS
143642013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
14365
14366 [BZ #15089]
14367 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14368
0a3ac0aa
AZ
143692013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14370
14371 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14372
ccdc8438
AZ
14373 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14374 add multiarch folders.
14375 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14376 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14377 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14378 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14379 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14380 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14381 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14382 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14383 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14384 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14385 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14386 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14387 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14388 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14389 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14390 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14391 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14392
2e973d99
AZ
14393 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14394 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14395 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14396 New file.
14397 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14398 New file.
14399 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14400 multiarch __ieee754_hypot for PowerPC32.
14401 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14402 New file.
14403 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14404 New file.
14405 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14406 multiarch __ieee754_hypotf for PowerPC32.
14407
2d9470b2
AZ
14408 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14409 long_double_symbol only if __logbl is defined.
14410 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14411 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14412 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14413 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14414 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14415 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14416 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14417 path for implementation.
14418 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14419 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14420 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14421 logb, and logbl multiarch implementations for PowerPC32.
14422 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14423 file.
14424 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14425 file.
14426 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14427 multiarch logb for PowerPC32.
14428 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14429 file.
14430 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14431 file.
14432 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14433 multiarch logbf for PowerPC32.
14434 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14435 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14436 file.
14437 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14438 multiarch logbl implementation for PowerPC32.
14439
5212ffce
AZ
14440 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14441 and modff multiarch implementations.
14442 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14443 New file.
14444 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14445 New file.
14446 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14447 multiarch modf for PowerPC32.
14448 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14449 New file.
14450 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14451 New file.
14452 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14453 multiarch modff for PowerPC32.
14454
79dccf31
AZ
14455 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14456 and lrintf multiarch implementations.
14457 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14458 New file.
14459 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14460 New file.
14461 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14462 multiarch lrint for PowerPC32.
14463 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14464 file: multiarch lrintf for PowerPC32.
14465
deb66480
AZ
14466 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14467 and lroundf multiarch implementations.
14468 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14469 New file.
14470 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14471 New file.
14472 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14473 New file.
14474 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14475 multiarch lround for PowerPC32.
14476 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14477 file: multiarch lroundf for PowerPC32.
14478
264b036b
AZ
14479 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14480 copysign and copysignf multiarch implementations.
14481 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14482 New file.
14483 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14484 New file.
14485 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14486 file: multiarch copysign for PowerPC32.
14487 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14488 file: multiarch copysignf for PowerPC32.
14489
d47db6c9
AZ
14490 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14491 and truncf multiarch implementations.
14492 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14493 New file.
14494 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14495 file.
14496 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14497 multiarch trunc for PowerPC32.
14498 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14499 New file.
14500 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14501 New file.
14502 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14503 multiarch truncf for PowerPC32.
14504
ddb60b5a
AZ
14505 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14506 and roundf multiarch implementations.
14507 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14508 New file.
14509 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14510 file.
14511 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14512 multiarch round for PowerPC32.
14513 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14514 New file.
14515 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14516 New file.
14517 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14518 multiarch roundf for PowerPC32.
14519
bedcf49b
AZ
14520 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14521 and floorf multiarch implementations.
14522 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14523 New file.
14524 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14525 file.
14526 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14527 multiarch floor for PowerPC32.
14528 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14529 New file.
14530 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14531 New file.
14532 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14533 multiarch floorf for PowerPC32.
14534
35ae5b40
AZ
14535 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14536 and ceilf multiarch implementations.
14537 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14538 New file.
14539 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14540 file.
14541 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14542 multiarch ceil for PowerPC32.
14543 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14544 New file.
14545 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14546 file.
14547 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14548 multiarch ceilf for PowerPC32.
14549
ae1a4cd9
AZ
14550 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14551 is defined.
14552 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14553 FINITEF is defined.
14554 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14555 and finitef multiarch implementations.
14556 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14557 New file.
14558 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14559 file.
14560 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14561 multiarch finite for PowerPC32.
14562 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14563 New file.
14564 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14565 file: multiarch finitef for PowerPC32.
14566
64fffd65
AZ
14567 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14568 and isinff multiarch implementations.
14569 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14570 file.
14571 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14572 file.
14573 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14574 multiarch isinf for PowerPC32.
14575 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
14576 New file.
14577 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14578 multiarch isinff for PowerPC32.
14579
8e4e7ba2
AZ
14580 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14581 alias when __isnan is defined.
14582 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14583 and isnanf multiarch implementations.
14584 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14585 file.
14586 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
14587 file.
14588 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
14589 file.
14590 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
14591 file.
14592 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
14593 multiarch isnan for PowerPC32.
14594 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
14595 New file.
14596 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
14597 New file.
14598 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
14599 multiarch isnanf for PowerPC32.
14600
ddba588e
AZ
14601 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
14602 and sqrtf multiarch implementations.
14603 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
14604 file.
14605 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
14606 file.
14607 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
14608 multiarch sqrt for PowerPC32.
14609 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
14610 file.
14611 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
14612 file.
14613 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
14614 multiarch sqrtf for PowerPC32.
14615
0f96a2f0
AZ
14616 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
14617 and llroundf multiarch implementations.
14618 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
14619 New file.
14620 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
14621 New file.
14622 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
14623 New file.
14624 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
14625 file: multiarch llround for PowerPC32.
14626 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
14627 file: multiarch llroundf for PowerPC32.
14628
c9b5d79e
AZ
14629 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
14630 multiarch PowerPC32 fpu implementations.
14631 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
14632 New file.
14633 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
14634 New file.
14635 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
14636 multiarch llrint for PowerPC32.
14637 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
14638 New file.
14639 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
14640 New file.
14641 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
14642 file.
14643
9cbb3aab
AZ
14644 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
14645
ea5a72f8
AZ
14646 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14647 file.
14648 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14649 file.
14650 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14651 file.
14652 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14653 multiarch wordcopy for PPC32.
14654 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14655 wordcopy objects.
14656 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14657 (__libc_ifunc_impl_list): Likewise.
14658 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14659 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14660 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14661 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14662 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14663 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14664
93be09e7
AZ
14665 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14666 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14667 file.
14668 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14669 file.
14670 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14671 file.
14672 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14673 multiarch wcscpy for PPC32.
14674 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14675 multiarch objects.
14676 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14677 (__libc_ifunc_impl_list): Likewise.
14678 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14679 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14680 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14681 sysdeps/powerpc/power6/wcscpy.c.
14682
bb04e529
AZ
14683 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14684 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14685 file.
14686 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14687 file.
14688 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14689 file.
14690 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14691 multiarch wcsrchr for PPC32.
14692 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14693 multiarch objects.
14694 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14695 (__libc_ifunc_impl_list): Likewise.
14696 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14697 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14698 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14699 sysdeps/powerpc/power6/wcsrchr.c.
14700
05b5cd1c
AZ
14701 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14702 file.
14703 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14704 file.
14705 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14706 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14707 multiarch wcschr for PPc32.
14708 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14709 multiarch objects.
14710 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14711 (__libc_ifunc_impl_list): Likewise.
14712 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14713 * sysdeps/powerpc/power6/wcschr.c: ... to here.
14714 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14715 sysdeps/powerpc/power6/wcschr.c.
14716
ba964147
AZ
14717 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14718 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14719 file.
14720 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14721 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14722 file: multiarch strchr for PPC32.
14723 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14724 multiarch objects.
14725 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14726 (__libc_ifunc_impl_list): Likewise.
14727
31c81aaa
AZ
14728 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14729 name.
14730 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14731 file.
14732 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14733 file.
14734 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14735 multiarch strchrnul for PPC32.
14736 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14737 multiarch objects.
14738 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14739 (__libc_ifunc_impl_list): Likewise.
14740
0d0607d9
AZ
14741 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14742 file.
14743 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14744 multiarch strncasecmp for PPC32.
14745 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14746 file.
14747 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14748 multiarch strncasecmp_l for PPC32.
14749 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14750 strncasecmp multiarch objects.
14751 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14752 (__libc_ifunc_impl_list): Likewise.
14753
4dfd5c86
AZ
14754 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14755 file.
14756 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14757 multiarch strncasecmp for PPC32.
14758 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14759 New file.
14760 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14761 multiarch strcasecmp_l for PPC32.
14762 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14763 multiarch objects.
14764 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14765 (__libc_ifunc_impl_list): Likewise.
14766
a19e01a3
AZ
14767 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14768 file.
14769 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14770 file.
14771 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14772 multiarch strncmp for PPC32.
14773 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14774 multiarch objects.
14775 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14776 (__libc_ifunc_impl_list): Likewise.
14777
ae9cf7a2
AZ
14778 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14779 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14780 file.
14781 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14782 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14783 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14784 multiarch objects.
14785 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14786 (__libc_ifunc_impl_list): Likewise.
14787
3148bb7d
AZ
14788 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14789 file.
14790 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14791 file.
14792 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14793 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14794 multiarch objects.
14795 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14796 (__libc_ifunc_impl_list): Likewise.
14797
7af8b946
AZ
14798 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
14799 file.
14800 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14801 file.
14802 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14803 multiarch rawmemchr for PPC32.
14804 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14805 multiarch objects.
14806 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14807 (__libc_ifunc_impl_list): Likewise.
14808
03a6aa6a
AZ
14809 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14810 file.
14811 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14812 file.
14813 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14814 file: memrchr multiarch for PPC32.
14815 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14816 multiarch objects.
14817 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14818 (__libc_ifunc_impl_list): Likewise.
14819
1c62e6d9
AZ
14820 * string/memchr.c (__memchr): Using macro to redefine symbol name.
14821 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14822 file.
14823 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14824 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14825 multiarch memchr for PPC32.
14826 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14827 multiarch objects.
14828 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14829 (__libc_ifunc_impl_list): Likewise.
14830
87da8bdb
AZ
14831 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14832 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14833 file.
14834 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14835 file.
14836 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14837 file: multiarch mempcpy for PPC32.
14838 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14839 multiarch objects.
14840 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14841 (__libc_ifunc_impl_list): Likewise.
14842
20ed4714
AZ
14843 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14844 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14845 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14846 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14847 multiarch bzero for PPC32.
14848 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14849 file.
14850 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14851 file.
14852 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14853 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14854 file: multiarch memset for PPC32.
14855 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14856 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14857 memset multiarch objects.
14858 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14859 (__libc_ifunc_impl_list): Likewise.
14860
ab3e3a46
AZ
14861 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14862 file.
14863 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14864 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14865 memcmp for PPC32.
14866 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14867 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14868 multiarch objects.
14869 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14870 (__libc_ifunc_impl_list): Likewise.
14871
930de6f0
AZ
14872 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14873 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14874 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14875 file.
14876 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14877 file.
14878 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14879 file.
14880 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14881 multiarch memcpy for PPC32.
14882 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14883 multiarch objects.
14884 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14885 (__libc_ifunc_impl_list): Likewise.
14886
4c628e00
AZ
14887 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14888 support multiarch for POWER/PPC32.
14889 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14890 Likewise.
14891 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14892 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14893 Implies file to make multiarch folder appers before the fpu and
14894 default folder for power4 configuration.
14895
f4479220
SP
148962013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
14897
14898 * scripts/bench.pl: Append volatile keyword to type.
14899
8517800f
KK
149002013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
14901
14902 * sysdeps/sh/sotruss-lib.c: New file.
14903 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14904
180138f1
AZ
149052013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14906
14907 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14908
bbf37bdc
JM
149092013-12-05 Joseph Myers <joseph@codesourcery.com>
14910
e47cc4e0
JM
14911 [BZ #6810]
14912 * math/w_tgamma.c: Include <errno.h>.
14913 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
14914 * math/w_tgammaf.c: Include <errno.h>.
14915 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
14916 * math/w_tgammal.c: Include <errno.h>.
14917 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
14918 * math/auto-libm-test-in: Do not allow missing errno on tgamma
14919 underflow. Add more tgamma tests.
14920 * math/auto-libm-test-out: Regenerated.
14921 * sysdeps/i386/fpu/libm-test-ulps: Update.
14922 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14923
bbf37bdc
JM
14924 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14925 sin, sinh, tan, tanh, tgamma, y0 and y1.
14926 * math/auto-libm-test-out: Regenerated.
14927 * math/libm-test.inc (TEST_COND_x86_64): New macro.
14928 (TEST_COND_x86): Likewise.
14929 (M_E2l): Remove macro.
14930 (M_E3l): Likewise.
14931 (M_2_SQRT_PIl): Likewise.
14932 (M_SQRT_PIl): Likewise.
14933 (M_1_DIV_El): Likewise.
14934 (log_test_data): Use AUTO_TESTS_f_f.
14935 (log10_test_data): Likewise.
14936 (log1p_test_data): Likewise.
14937 (log2_test_data): Likewise.
14938 (sin_test_data): Likewise.
14939 (sin_tonearest_test_data): Likewise.
14940 (sin_towardzero_test_data): Likewise.
14941 (sin_downward_test_data): Likewise.
14942 (sin_upward_test_data): Likewise.
14943 (sinh_test_data): Likewise.
14944 (sinh_tonearest_test_data): Likewise.
14945 (sinh_towardzero_test_data): Likewise.
14946 (sinh_downward_test_data): Likewise.
14947 (sinh_upward_test_data): Likewise.
14948 (tan_test_data): Likewise.
14949 (tan_tonearest_test_data): Likewise.
14950 (tan_towardzero_test_data): Likewise.
14951 (tan_downward_test_data): Likewise.
14952 (tan_upward_test_data): Likewise.
14953 (tanh_test_data): Likewise.
14954 (tgamma_test_data): Likewise.
14955 (y0_test_data): Likewise.
14956 (y1_test_data): Likewise.
14957 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14958 (special_real_inputs): Add pi/4.
14959 * sysdeps/i386/fpu/libm-test-ulps: Update.
14960 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14961
eb5ad6b9
AZ
149622013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14963
14964 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14965 "longjmp_target" static probes.
14966 (__longjmp): Rename to __longjmp_symbol.
14967 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14968 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14969 on which longjmp to generate.
14970 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14971 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14972 probe.
14973 (__sigsetjmp): Rename to __sigsetjmp_symbol.
14974 (__sigjmp_save): Rename to __sigjmp_save_symbol.
14975 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14976 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14977 and __sigjmp_save_symbol based on which sigsetjmp to generated.
14978 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14979 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14980 __longjmp_symbol based on which __longjmp to generate.
14981 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14982 probe.
14983 (setjmp): Rename to setjmp_symbol.
14984 (__sigsetjmp): Rename to __sigsetjmp_symbol.
14985 (_setjmp): Rename to _setjmp_symbol.
14986 (__sigsetjmp): Rename to __sigsetjmp_symbol.
14987 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14988 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14989 which setjmp to generate.
14990 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14991 "longjmp_target" static probes.
14992
d136c6dc
SP
149932013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
14994
9298ecba
SP
14995 * benchtests/README: Add note about output arguments.
14996 * benchtests/bench-sincos.c: Remove file.
14997 * benchtests/sincos-inputs: New file.
14998 * scripts/bench.pl: Identify output arguments and define
14999 static variables for them.
15000
232983e9
SP
15001 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
15002
d136c6dc
SP
15003 [BZ #15941]
15004 * Makefile (INSTALL): Add install-plain.texi as the primary
15005 dependency.
15006 * manual/install-plain.texi: New file.
15007 * manual/install.texi: Include node directive only for
15008 non-plaintext output.
15009
699ff837
JM
150102013-12-04 Joseph Myers <joseph@codesourcery.com>
15011
ab07cea8
JM
15012 * stdlib/longlong.h: Update from GCC.
15013
699ff837
JM
15014 [BZ #6807]
15015 [BZ #15901]
15016 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
15017 * math/w_j0f.c (y0f): Likewise.
15018 * math/w_j0l.c (__y0l): Likewise.
15019 * math/w_j1.c (y1): Likewise.
15020 * math/w_j1f.c (y1f): Likewise.
15021 * math/w_j1l.c (__y1l): Likewise
15022 * math/w_jn.c (yn): Likewise.
15023 * math/w_jnf.c (ynf): Likewise.
15024 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
15025 Bessel function pole errors in _POSIX_ mode. Use NAN as return
15026 value for Bessel function domain errors outside _SVID_ mode.
15027 Adjust sign of return value for yn (negative integer, 0).
15028 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
15029 by zero in return for negative x and set sign appropriately for
15030 negative n.
15031 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
15032 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
15033 * math/libm-test.inc (y0_test_data): Add more tests and adjust
15034 expectations in error cases.
15035 (y1_test_data): Likewise.
15036 (yn_test_data): Likewise.
15037 * sysdeps/i386/fpu/libm-test-ulps: Update.
15038 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15039
5b118558
UW
150402013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15041
15042 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
15043 "64" to "64-v1". Add "64-v2".
15044 (abi-64-options): Rename to ...
15045 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
15046 (abi-64-condition): Rename to ...
15047 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
15048 (abi-64-ld-soname): Rename to ...
15049 (abi-64-v1-ld-soname): ... this.
15050 (abi-64-v2-options): Define.
15051 (abi-64-v2-condition): Likewise.
15052 (abi-64-v2-ld-soname): Likewise.
15053 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
15054 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
15055 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
15056 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
15057 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
15058
61cd8fe4
UW
150592013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15060 Alan Modra <amodra@gmail.com>
15061
15062 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
15063 New versions for use with the ELFv2 ABI.
15064 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
15065 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
15066 declaration.
15067 (struct La_ppc64v2_retval): Likewise.
15068 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
15069 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
15070 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
15071 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
15072 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
15073 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15074 Do not save or restore CR.
15075 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
15076 (_dl_profile_resolve): Do no save or restore CR. Support extended
15077 return values for ELFv2 ABI. Fix location of FPR return registers.
15078 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
15079 updated values for _CALL_ELF == 2.
15080 (La_regs, La_retval, int_retval): Likewise.
15081
8b8a692c
UW
150822013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15083
15084 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
15085 (FRAME_MIN_SIZE_PARM): Likewise.
15086 (FRAME_BACKCHAIN): Likewise.
15087 (FRAME_CR_SAVE): Likewise.
15088 (FRAME_LR_SAVE): Likewise.
15089 (FRAME_TOC_SAVE): Likewise.
15090 (FRAME_PARM_SAVE): Likewise.
15091 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15092 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15093 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15094 (call_mcount_parm_offset): New macro.
15095 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15096 (PROF): Use symbolic stack frame offsets.
15097 (TAIL_CALL_SYSCALL_ERROR): Likewise.
15098 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15099 Redefine in terms of FRAME_MIN_SIZE.
15100 (_dl_runtime_resolve): Use symbolic stack frame offsets.
15101 (_dl_profile_resolve): Likewise. Update comment.
15102 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15103 symbols stack frame offsets.
15104 (__sigsetjmp): Likewise.
15105 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15106 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15107 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15108 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15109
15110 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15111 (FRAME_BACKCHAIN): Remove.
15112 (FRAME_CR_SAVE): Likewise.
15113 (FRAME_LR_SAVE): Likewise.
15114 (FRAME_COMPILER_DW): Likewise.
15115 (FRAME_LINKER_DW): Likewise.
15116 (FRAME_TOC_SAVE): Likewise.
15117 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
15118 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15119 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15120 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
15121 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15122 (CHECK_SP): Use symbolic stack frame offsets.
15123 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15124 zone" instead of caller's parameter save area for temp storage.
15125 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15126 Likewise. Also, use symbolic stack frame offsets.
15127 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15128 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15129 our own stack frame instead of the caller's.
15130 (__socket): Use symbolic stack frame offsets.
15131
122b66de
UW
151322013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15133 Alan Modra <amodra@gmail.com>
15134
15135 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15136 Define.
57f41c40
AS
15137 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15138 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
15139 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15140 New function.
15141 (elf_machine_fixup_plt): Call it.
15142 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
15143 reloc arguments.
15144 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
15145 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15146 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
15147 r2 before calling target.
15148
696caf1d
UW
151492013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15150 Alan Modra <amodra@gmail.com>
15151
15152 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15153 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15154 versions of macros to support ELFv2 ABI.
15155 (LOCALENTRY): New macro.
15156 (ENTRY, EALIGN): Use it.
15157 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15158 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15159 fall through into ENTRY entry point.
15160 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15161 Only define if _CALL_ELF != 2.
15162
15163 (elf_machine_matches_host): Verify ABI version matches.
15164 (RTLD_START): Use LOCALENTRY.
15165 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15166 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15167 (PLT_ENTRY_WORDS): New macro.
15168 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15169 (elf_machine_runtime_setup): Support ELFv2 ABI.
15170 (elf_machine_fixup_plt): Likewise.
15171 (elf_machine_plt_conflict): Likewise.
15172 (resolve_ifunc): Likewise.
15173 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15174 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15175 Likewise.
15176 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15177 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15178 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15179 (makecontext): Support ELFv2 ABI.
15180 * elf/elf.h (EF_PPC64_ABI): Define.
15181
d31beafa
UW
151822013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15183
57f41c40
AS
15184 * sysdeps/powerpc/powerpc64/sysdep.h
15185 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15186 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15187 (ENTRY) [ASSEMBLER]: ... but instead here ...
15188 (EALIGN) [ASSEMBLER]: ... and here.
15189 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15190 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15191 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
15192 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15193 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
15194 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15195 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
15196 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15197 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15198 Use PPC64_LOAD_FUNCPTR.
15199
b525166b
UW
15200 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15201
7ec07d9a
AM
152022013-12-04 Alan Modra <amodra@gmail.com>
15203
15204 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15205 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15206 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15207 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15208
15209 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15210 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15211 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15212 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15213 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15214 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15215
5162e7dd
UW
152162013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15217
15218 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15219 (__makecontext): Fix incorrect CFI when backtracing out of
15220 context created via makecontext.
15221 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15222 (__setcontext): Fix incorrect CFI during switch to new context.
15223 (__novec_setcontext): Likewise.
15224
19e3372b
OB
152252013-12-04 Ondřej Bílka <neleai@seznam.cz>
15226
15227 [BZ #4772]
15228 * time/strptime_l.c (__strptime_internal): Allow modifiers
15229 in strptime.
15230 * time/tst-strptime.c (day_tests): Add testcase.
15231
ecaf142d
SP
152322013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
15233
15234 * scripts/bench.pl: Skip over blank lines.
15235
fbf964ae
PE
152362013-12-04 Paul Eggert <eggert@cs.ucla.edu>
15237
15238 [BZ #926]
15239 * manual/time.texi (Calendar Time): Clarify what timezone functions
15240 use.
15241
fa60a674
AZ
152422013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15243
15244 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15245
d674f0ef
OB
152462013-12-04 Ondřej Bílka <neleai@seznam.cz>
15247
15248 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15249 implementation.
15250 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15251 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15252 * debug/memset_chk.c (__memset_chk): Likewise.
15253 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15254 * debug/strncpy_chk.c: Likewise.
15255
17dea188
JM
152562013-12-03 Joseph Myers <joseph@codesourcery.com>
15257
749008ff
JM
15258 [BZ #15268]
15259 [BZ #15425]
15260 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15261 (__ieee754_exp): For possibly underflowing results, check size of
15262 result and force underflow exception if required.
15263 * math/auto-libm-test-in: Add more tests of exp.
15264 * math/auto-libm-test-out: Regenerated.
15265 * sysdeps/i386/fpu/libm-test-ulps: Update.
15266 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15267
17dea188
JM
15268 [BZ #16283]
15269 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15270 * math/w_exp2f.c (__exp2f): Likewise.
15271 * math/w_exp2l.c (__exp2l): Likewise.
15272 * math/auto-libm-test-in: Do not allow missing errno on exp2
15273 underflow.
15274 * math/auto-libm-test-out: Regenerated.
15275
b20de2c3
OB
152762013-12-03 Ondřej Bílka <neleai@seznam.cz>
15277
15278 [BZ #16274]
15279 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15280 handle filename validation.
15281 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15282 (do_open): Delete.
15283
d8e2dbe3
JM
152842013-12-03 Joseph Myers <joseph@codesourcery.com>
15285
34e16df5
JM
15286 [BZ #6786]
15287 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15288 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15289 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15290 <float.h>.
15291 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15292 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15293 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15294 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15295 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15296 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15297 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15298 * math/auto-libm-test-in: Don't allow missing errno from erfc.
15299 Add more erfc tests.
15300 * math/auto-libm-test-out: Regenerated.
15301 * sysdeps/i386/fpu/libm-test-ulps: Update.
15302 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15303
d8e2dbe3
JM
15304 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15305 exp2, expm1, j0 and j1.
15306 * math/auto-libm-test-out: Regenerated.
15307 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15308 (erfc_test_data): Likewise.
15309 (exp_test_data): Likewise.
15310 (exp_tonearest_test_data): Likewise.
15311 (exp_towardzero_test_data): Likewise.
15312 (exp_downward_test_data): Likewise.
15313 (exp_upward_test_data): Likewise.
15314 (exp10_test_data): Likewise.
15315 (exp2_test_data): Likewise.
15316 (expm1_test_data): Likewise.
15317 (j0_test_data): Likewise.
15318 (j1_test_data): Likewise.
15319 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15320 (input_flag_type): Add flag_xfail_rounding.
15321 (input_flags): Add xfail-rounding.
15322 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15323 (output_for_one_input_case): Handle flag_xfail_rounding.
15324 * sysdeps/i386/fpu/libm-test-ulps: Update.
15325 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15326
18d14251
AJ
153272013-12-03 Aurelien Jarno <aurelien@aurel32.net>
15328
3d2e6075 15329 [BZ #16289]
18d14251
AJ
15330 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15331 division by 0.
15332
520d437b
SP
153332013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
15334
15335 [BZ #16195]
15336 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15337 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15338 (STAP_PROBE0): New macro.
15339 (STAP_PROBE1): Likewise.
15340 (STAP_PROBE2): Likewise.
15341 (STAP_PROBE3): Likewise.
15342 (STAP_PROBE4): Likewise.
15343
416e0145
OB
153442013-12-02 Ondřej Bílka <neleai@seznam.cz>
15345
15346 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15347
9d17796a
SE
153482013-12-02 Steve Ellcey <sellcey@mips.com>
15349
15350 * benchtests/Makefile (bench): Add sqrt.
15351 (LDLIBS-bench-sqrt): New.
15352 * benchtests/sqrt-input: New.
15353
f524d6a8
PS
153542013-12-02 Pavel Simerda <psimerda@redhat.com>
15355
639a0ef8
PS
15356 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15357 (GAIH_EAI): Likewise.
15358 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15359 (gaih_inet): Likewise.
15360 (getaddrinfo): Don't use GAIH_EAI.
15361
f524d6a8
PS
15362 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15363 (struct gaih): Remove definition.
15364
df3aedaf
SP
153652013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
15366
15367 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15368 Use HERRNOP directly.
15369
1ab19dec
AZ
153702013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15371
b42ad38d 15372 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 15373
176b0c79
JM
153742013-11-30 Joseph Myers <joseph@codesourcery.com>
15375
15376 * math/gen-auto-libm-tests.c (test_functions): Add more
15377 single-argument functions.
15378 (special_fill_pi_2): New function.
15379 (special_fill_minus_pi_2): Likewise.
15380 (special_fill_pi_6): Likewise.
15381 (special_fill_minus_pi_6): Likewise.
15382 (special_fill_pi_3): Likewise.
15383 (special_fill_2pi_3): Likewise.
15384 (special_fill_e): Likewise.
15385 (special_fill_1_e): Likewise.
15386 (special_fill_e_minus_1): Likewise.
15387 (special_real_inputs): Add more special inputs.
15388 (output_for_one_input_case): Do not require ERANGE on underflow to
15389 zero if round-to-nearest result does not underflow to zero, unless
15390 exact results required.
15391 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15392 atan, atanh, cbrt, cos and cosh.
15393 * math/auto-libm-test-out: Regenerated.
15394 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15395 (acos_tonearest_test_data): Likewise.
15396 (acos_towardzero_test_data): Likewise.
15397 (acos_downward_test_data): Likewise.
15398 (acos_upward_test_data): Likewise.
15399 (acosh_test_data): Likewise.
15400 (asin_test_data): Likewise.
15401 (asin_tonearest_test_data): Likewise.
15402 (asin_towardzero_test_data): Likewise.
15403 (asin_upward_test_data): Likewise.
15404 (asinh_test_data): Likewise.
15405 (atan_test_data): Likewise.
15406 (atanh_test_data): Likewise.
15407 (cbrt_test_data): Likewise.
15408 (cos_test_data): Likewise.
15409 (cos_tonearest_test_data): Likewise.
15410 (cos_towardzero_test_data): Likewise.
15411 (cos_downward_test_data): Likewise.
15412 (cos_upward_test_data): Likewise.
15413 (cosh_test_data): Likewise.
15414 (cosh_tonearest_test_data): Likewise.
15415 (cosh_towardzero_test_data): Likewise.
15416 (cosh_downward_test_data): Likewise.
15417 (cosh_upward_test_data): Likewise.
15418 * sysdeps/i386/fpu/libm-test-ulps: Update.
15419 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15420
ffb536d0
JM
154212013-11-29 Joseph Myers <joseph@codesourcery.com>
15422
2a77a467
JM
15423 [BZ #6787]
15424 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15425 * math/w_exp10f.c (__exp10f): Likewise.
15426 * math/w_exp10l.c (__exp10l): Likewise.
15427 * math/libm-test.inc (exp10_test_data): Add more tests and expect
15428 errno settings in existing tests.
15429
ea3bc4e8
JM
15430 [BZ #14032]
15431 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15432 precision control set to double precision.
15433 * sysdeps/i386/fpu/w_sqrt.c: New file.
15434 * math/auto-libm-test-in: Add more tests.
15435 * math/auto-libm-test-out: Update.
15436
0712c9d8
JM
15437 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15438 (sqrt_test_tonearest): New function.
15439 (sqrt_towardzero_test_data): New variable.
15440 (sqrt_test_towardzero): New function.
15441 (sqrt_downward_test_data): New variable.
15442 (sqrt_test_downward): New function.
15443 (sqrt_upward_test_data): New variable.
15444 (sqrt_test_upward): New function.
15445 (main): Call the new functions.
15446
ffb536d0
JM
15447 * math/gen-auto-libm-tests.c: New file.
15448 * math/auto-libm-test-in: Likewise.
15449 * math/auto-libm-test-out: New generated file.
15450 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15451 variables.
15452 (%beautify): Add generated representations of zero.
15453 (top level): Set $auto_input and call parse_auto_input.
15454 (beautify): Remove trailing "f" from hex float constants.
15455 (parse_args): Handle XFAIL_TEST.
15456 (convert_condition): New function.
15457 (or_value): Likewise.
15458 (or_cond_value): Likewise.
15459 (generate_testfile): Handle AUTO_TESTS_* lines.
15460 (parse_auto_input): New function.
15461 * math/libm-test.inc (XFAIL_TEST): New macro.
15462 (ERRNO_UNCHANGED): Update value.
15463 (ERRNO_EDOM): Likewise.
15464 (ERRNO_ERANGE): Likewise.
15465 (IGNORE_RESULT): Likewise.
15466 (TEST_COND_flt_32): New macro.
15467 (TEST_COND_dbl_64): Likewise.
15468 (TEST_COND_ldbl_96_intel): Likewise.
15469 (TEST_COND_ldbl_96_m68k): Likewise.
15470 (TEST_COND_ldbl_128): Likewise.
15471 (TEST_COND_ldbl_128ibm): Likewise.
15472 (TEST_COND_long32): Likewise.
15473 (TEST_COND_long64): Likewise.
15474 (TEST_COND_before_rounding): Likewise.
15475 (TEST_COND_after_rounding): Likewise.
15476 (enable_test): Handle XFAIL_TEST flag.
15477 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15478 with finite results.
15479 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15480 auto-libm-test-out.
15481
acd98a8e
AK
154822013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
15483 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15484
15485 [BZ #16214]
15486 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15487 __tls_get_addr_internal instead of __tls_get_offset in order to
15488 avoid GOT pointer dependency. Make rtld export
15489 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15490 __tls_get_addr since we are a __tls_get_offset platform.
15491 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15492 GOT pointer being set up before.
15493 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15494
3c1c46a6
JM
154952013-11-28 Joseph Myers <joseph@codesourcery.com>
15496
7475aef5
JM
15497 * manual/math.texi (Errors in Math Functions): Document accuracy
15498 goals.
15499
8bca7cd8
JM
15500 [BZ #15004]
15501 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15502 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15503 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15504 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15505 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15506 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15507 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15508 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15509 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15510 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15511 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15512 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15513 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15514 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15515 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15516 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15517
91a1f3fe
JM
15518 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15519 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15520 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15521 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15522 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15523 Likewise.
15524 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15525 Likewise.
15526 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15527 Likewise.
15528 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15529 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15530 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15531 atomic-feupdateenv and flt-rounds.
15532 * sysdeps/powerpc/nofpu/Versions (libc): Add
15533 __atomic_feholdexcept, __atomic_feclearexcept,
15534 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15535 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15536 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15537 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15538 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15539 here.
15540 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15541 Update.
15542
c5df7609
JM
15543 * manual/arith.texi (FP Exceptions): Document that exceptions may
15544 not be raised when matherr is used.
15545 (Math Error Reporting): Document overflow in directed rounding
15546 modes. Document that errno may not be set when finite values are
15547 returned on overflow. Document intent to set errno on underflow
15548 only for underflow to zero.
15549
3c1c46a6
JM
15550 [BZ #16271]
15551 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15552 round-to-nearest then adjust result for other rounding modes.
15553 * include/fenv.h (fegetround): Use libm_hidden_proto.
15554 * math/fegetround.c (fegetround): Use libm_hidden_def.
15555 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15556 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15557 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15558 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15559 Likewise.
15560 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15561 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15562 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15563 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15564
5a4c6d53
SP
155652013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
15566
15567 [BZ #16077]
15568 * nss/Versions (libnss_files): Add
15569 _nss_files_gethostbyname3_r.
15570 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15571 New function.
15572 (HOST_DB_LOOKUP): Remove macro.
15573 (_nss_files_gethostbyname_r): Implement function without the
15574 HOST_DB_LOOKUP macro.
15575 (_nss_files_gethostbyname2_r): Likewise.
15576
897b98ba
OB
155772013-11-28 Ondřej Bílka <neleai@seznam.cz>
15578
15579 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15580
6f476861
UB
155812013-11-26 Uros Bizjak <ubizjak@gmail.com>
15582
15583 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15584 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15585 warning.
15586
bd12ab55
AZ
155872013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15588
15589 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
15590 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
15591 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15592 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
15593 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
15594 __fe_nomask_env_priv and attribute_hidden.
15595 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
15596 (libc_feupdateenv_test_ppc): Likewise.
15597 (libc_feresetround_ppc): Likewise.
15598 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15599 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
15600 compat_symbol macro.
15601 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15602 (__fe_nomask_env): Likewise.
15603 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
15604
52bb6543
OB
156052013-11-26 Ondřej Bílka <neleai@seznam.cz>
15606
15607 * string/Makefile: Remove ifunc tests.
15608 * string/test-string.h: Define TEST_IFUNC.
15609 * string/test-bcopy-ifunc.c: Remove.
15610 * string/test-bzero-ifunc.c: Likewise.
15611 * string/test-memccpy-ifunc.c: Likewise.
15612 * string/test-memchr-ifunc.c: Likewise.
15613 * string/test-memcmp-ifunc.c: Likewise.
15614 * string/test-memcpy-ifunc.c: Likewise.
15615 * string/test-memmem-ifunc.c: Likewise.
15616 * string/test-memmove-ifunc.c: Likewise.
15617 * string/test-mempcpy-ifunc.c: Likewise.
15618 * string/test-memrchr-ifunc.c: Likewise.
15619 * string/test-memset-ifunc.c: Likewise.
15620 * string/test-rawmemchr-ifunc.c: Likewise.
15621 * string/test-stpcpy-ifunc.c: Likewise.
15622 * string/test-stpncpy-ifunc.c: Likewise.
15623 * string/test-strcasecmp-ifunc.c: Likewise.
15624 * string/test-strcasestr-ifunc.c: Likewise.
15625 * string/test-strcat-ifunc.c: Likewise.
15626 * string/test-strchr-ifunc.c: Likewise.
15627 * string/test-strchrnul-ifunc.c: Likewise.
15628 * string/test-strcmp-ifunc.c: Likewise.
15629 * string/test-strcpy-ifunc.c: Likewise.
15630 * string/test-strcspn-ifunc.c: Likewise.
15631 * string/test-strlen-ifunc.c: Likewise.
15632 * string/test-strncasecmp-ifunc.c: Likewise.
15633 * string/test-strncat-ifunc.c: Likewise.
15634 * string/test-strncmp-ifunc.c: Likewise.
15635 * string/test-strncpy-ifunc.c: Likewise.
15636 * string/test-strnlen-ifunc.c: Likewise.
15637 * string/test-strpbrk-ifunc.c: Likewise.
15638 * string/test-strrchr-ifunc.c: Likewise.
15639 * string/test-strspn-ifunc.c: Likewise.
15640 * string/test-strstr-ifunc.c: Likewise.
15641
ab260039 156422013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
15643
15644 * benchtests/Makefile: Remove ifunc tests.
15645 * benchtests/bench-string.h: Define TEST_IFUNC.
15646 * benchtests/bench-bcopy-ifunc.c: Remove.
15647 * benchtests/bench-bzero-ifunc.c: Likewise.
15648 * benchtests/bench-memccpy-ifunc.c: Likewise.
15649 * benchtests/bench-memchr-ifunc.c: Likewise.
15650 * benchtests/bench-memcmp-ifunc.c: Likewise.
15651 * benchtests/bench-memcpy-ifunc.c: Likewise.
15652 * benchtests/bench-memmem-ifunc.c: Likewise.
15653 * benchtests/bench-memmove-ifunc.c: Likewise.
15654 * benchtests/bench-mempcpy-ifunc.c: Likewise.
15655 * benchtests/bench-memrchr-ifunc.c: Likewise.
15656 * benchtests/bench-memset-ifunc.c: Likewise.
15657 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15658 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15659 * benchtests/bench-stpcpy-ifunc.c: Likewise.
15660 * benchtests/bench-stpncpy-ifunc.c: Likewise.
15661 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15662 * benchtests/bench-strcasestr-ifunc.c: Likewise.
15663 * benchtests/bench-strcat-ifunc.c: Likewise.
15664 * benchtests/bench-strchr-ifunc.c: Likewise.
15665 * benchtests/bench-strchrnul-ifunc.c: Likewise.
15666 * benchtests/bench-strcmp-ifunc.c: Likewise.
15667 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15668 * benchtests/bench-strcpy-ifunc.c: Likewise.
15669 * benchtests/bench-strcspn-ifunc.c: Likewise.
15670 * benchtests/bench-strlen-ifunc.c: Likewise.
15671 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15672 * benchtests/bench-strncat-ifunc.c: Likewise.
15673 * benchtests/bench-strncmp-ifunc.c: Likewise.
15674 * benchtests/bench-strncpy-ifunc.c: Likewise.
15675 * benchtests/bench-strnlen-ifunc.c: Likewise.
15676 * benchtests/bench-strpbrk-ifunc.c: Likewise.
15677 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 15678 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
15679 * benchtests/bench-strspn-ifunc.c: Likewise.
15680 * benchtests/bench-strstr-ifunc.c: Likewise.
15681
156822013-11-26 Ondřej Bílka <neleai@seznam.cz>
15683
ab260039
OB
15684 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15685
d1d9eaf4 156862013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 15687
d1d9eaf4
OB
15688 * resolv/netdb.h: Use __glibc_reserved instead __unused.
15689 * rt/aio.h: Likewise.
15690 * sysdeps/gnu/bits/utmp.h: Likewise.
15691 * sysdeps/gnu/bits/utmpx.h: Likewise.
15692 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15693 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15694 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15695 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15696 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15697 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15698 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15699 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15700 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15701 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15702 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15703 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15704 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15705 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15706 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15707 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15708 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15709 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15710 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15711 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15712 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15713 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15714 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15715 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15716 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15717 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15718 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15719 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15720 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15721 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15722 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15723 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15724 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15725 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15726 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15727 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15728 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15729 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15730 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15731 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15732 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15733 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15734
a7624ed9
CD
157352013-11-25 Carlos O'Donell <carlos@redhat.com>
15736
15737 [BZ #16245]
15738 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15739 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15740
63cfe52b
JM
157412013-11-25 Joseph Myers <joseph@codesourcery.com>
15742
15743 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15744 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15745 Likewise.
15746
41e8926a
AZ
157472013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15748
15749 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15750 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15751 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15752 (__fesetround): Remove define.
15753 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15754 rounding and exceptions handling.
15755 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15756 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15757 (__fe_nomask_env): Likewise.
15758 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15759 __fegetround instead of fegetround.
15760 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15761 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15762
6851bd4d
RM
157632013-11-21 Roland McGrath <roland@hack.frob.com>
15764
070906ff
RM
15765 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15766 it's there.
15767
6851bd4d
RM
15768 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15769
84ae135d
MI
157702013-11-21 Meador Inge <meadori@codesourcery.com>
15771
15772 [BZ #11157]
15773 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15774 (encrypt_r): Likewise.
15775 * malloc/obstack.h (obstack_free): Likewise.
15776 * posix/unistd.h (encrypt): Likewise.
15777
daf75146
GM
157782013-11-21 Guy Martin <gmsoft@tuxicoman.be>
15779
15780 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15781 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15782 DL_CALL_DT_FINI() that call the functions directly.
15783 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15784 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15785 * elf/dl-fini.c: Likewise.
15786
10ad46bc
OB
157872013-11-20 Ondřej Bílka <neleai@seznam.cz>
15788
15789 * malloc/hooks.c (memalign_check): Add alignment rounding.
15790 * malloc/malloc.c (_mid_memalign): New function.
15791 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15792 Implement by calling _mid_memalign.
15793 * manual/probes.texi (Memory Allocation Probes): Remove
15794 memory_valloc_retry and memory_pvalloc_retry.
15795
f3fd2628
SP
157962013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
15797
4712799f
SP
15798 * locale/programs/locarchive.c (open_archive): Add const
15799 qualifier to ARCHIVEFNAME and copy default fname to
15800 DEFAULT_FNAME.
15801
0417b20f
SP
15802 [BZ #15601]
15803 * libio/tst-widetext.input: Rename Oriya to Odia.
15804 * locale/iso-639.def: Likewise.
15805
f3fd2628
SP
15806 * manual/probes.texi (Mathematical Function Probes): Add
15807 documentation for sin, cos, asin and acos probes.
15808 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15809 (__sin32): Add slowasin probe.
15810 (__cos32): Add slowacos probe.
15811 (__mpsin): Add slowsin probe.
15812 (__mpcos): Add slowcos probe.
15813
73c1ce4f
JM
158142013-11-19 Joseph Myers <joseph@codesourcery.com>
15815
15816 [BZ #15483]
15817 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15818 thread-local __sim_exceptions_thread and global
15819 __sim_exceptions_global.
15820 (__sim_disabled_exceptions): Change to thread-local
15821 __sim_disabled_exceptions_thread and global
15822 __sim_disabled_exceptions_global.
15823 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15824 and global __sim_round_mode_global.
15825 (__simulate_exceptions): Use thread-local floating-point state and
15826 set global state from it as needed.
15827 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15828 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15829 __sim_round_mode_thread.
15830 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15831 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15832 and global __sim_exceptions_global.
15833 (__sim_disabled_exceptions): Change to thread-local
15834 __sim_disabled_exceptions_thread and global
15835 __sim_disabled_exceptions_global.
15836 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15837 and global __sim_round_mode_global.
15838 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15839 (SIM_SET_GLOBAL): Likewise.
15840 * sysdeps/powerpc/soft-fp/sfp-machine.h
15841 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15842 __sim_round_mode_thread.
15843 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15844 __sim_disabled_exceptions_thread.
15845 (__sim_exceptions): Change to __sim_exceptions_thread.
15846 (__sim_disabled_exceptions): Change to
15847 __sim_disabled_exceptions_thread.
15848 (__sim_round_mode): Change to __sim_round_mode_thread.
15849 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15850 thread-local floating-point state and set global state from it as
15851 needed.
15852 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15853 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15854 (__sim_disabled_exceptions): Remove extern declaration.
15855 (feenableexcept): Use thread-local floating-point state and set
15856 global state from it as needed.
15857 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15858 extern declaration.
15859 (__sim_disabled_exceptions): Likewise.
15860 (__sim_round_mode): Likewise.
15861 (__fegetenv): Use thread-local floating-point state.
15862 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15863 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15864 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15865 floating-point state and set global state from it as needed.
15866 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15867 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15868 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15869 Likewise.
15870 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15871 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15872 Likewise.
15873 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15874 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15875 Use __sim_round_mode_thread.
15876 * math/test-fenv-tls.c: New file.
15877 * math/Makefile (tests): Add test-fenv-tls.
15878 ($(objpfx)test-fenv-tls): Depend on
15879 $(common-objpfx)nptl/libpthread.so.
15880
b5449b12
AS
158812013-11-19 Andreas Schwab <schwab@suse.de>
15882
15883 * locale/programs/locale.c (show_info): Decode wordarray elements.
15884 * locale/categories.def (LC_MONETARY): Add element for
15885 _NL_MONETARY_CRNCYSTR.
15886 * locale/C-monetary.c (conversion_rate): New variable.
15887 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15888 element.
15889
e186536b
CM
158902013-11-18 Chris Metcalf <cmetcalf@tilera.com>
15891
15892 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15893 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15894
5c349950
PP
158952013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
15896
15897 * elf/Makefile (tst-auxv): New test.
15898 * elf/tst-auxv.c: New
15899 * elf/rtld.c (dl_main): Adjust AT_EXECFN
15900
699df45b
JM
159012013-11-18 Joseph Myers <joseph@codesourcery.com>
15902
15903 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15904 (hidden_proto): Caller changed.
15905 (hidden_tls_proto): New macro.
15906 (libc_hidden_tls_proto): Likewise.
15907 (rtld_hidden_tls_proto): Likewise.
15908 (libm_hidden_tls_proto): Likewise.
15909 (libresolv_hidden_tls_proto): Likewise.
15910 (librt_hidden_tls_proto): Likewise.
15911 (libdl_hidden_tls_proto): Likewise.
15912 (libnss_files_hidden_tls_proto): Likewise.
15913 (libnsl_hidden_tls_proto): Likewise.
15914 (libnss_nisplus_hidden_tls_proto): Likewise.
15915 (libutil_hidden_tls_proto): Likewise.
15916
b7589107
OB
159172013-11-18 Ondřej Bílka <neleai@seznam.cz>
15918
15919 [BZ #10253]
15920 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15921 (decompose_rpath): Defer expansion to fillin_rpath.
15922 (_dl_init_paths): Pass linkmap to fillin_rpath.
15923
250c23bd
RS
159242013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
15925
15926 * benchtests/Makefile: Add strsep.
15927 * benchtests/bench-strsep.c: New file: strsep benchtest.
15928 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15929
a7931fcf
AS
159302013-11-18 Andreas Schwab <schwab@suse.de>
15931
15932 * locale/programs/locale.c (show_info) [case byte]: Check for
15933 '\377' instead of '\177'.
15934 * locale/C-monetary.c (not_available): Always use "\377".
15935 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15936 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
15937 detect unavailable sign_posn locale elements.
15938 * locale/localeconv.c (__localeconv): For grouping and
15939 mon_grouping handle "\177" and "\377" like no grouping.
15940 (INT_ELEM): New macro. Use it to set all numeric members.
15941 * locale/programs/ld-monetary.c (monetary_read)
15942 <tok_mon_grouping>: Normalize single -1 to the empty string.
15943 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15944 Likewise.
15945
728dab0e
OB
159462013-11-07 Ondřej Bílka <neleai@seznam.cz>
15947
15948 [BZ #16055]
15949 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15950 when we match (nil).
15951 * stdio-common/tst-sscanf.c (struct test): Add testcase.
15952
66294491
JM
159532013-11-16 Joseph Myers <joseph@codesourcery.com>
15954
ce665817
JM
15955 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15956 (NO_TEST_INLINE): Update value.
15957 (ERRNO_UNCHANGED): Likewise.
15958 (ERRNO_EDOM): Likewise.
15959 (ERRNO_ERANGE): Likewise.
15960 (IGNORE_RESULT): Likewise.
15961 (check_float_internal): Check signs of NaN results if
15962 TEST_NAN_SIGN used.
15963 (check_complex): Pass TEST_NAN_SIGN flag through to second
15964 check_float_internal call.
15965 (copysign_test_data): Add tests with quiet NaNs as second
15966 argument. Use TEST_NAN_SIGN.
15967 (fabs_test_data): Add test of negative quiet NaN argument. Use
15968 TEST_NAN_SIGN.
15969 (signbit_test_data): Add tests of quiet NaN argument.
15970 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15971
ee1466a9
JM
15972 * math/gen-libm-test.pl (show_exceptions): Take extra argument
15973 $ignore_result.
15974 (parse_args): Handle function results specified as IGNORE.
15975 * math/libm-test.inc (IGNORE_RESULT): New macro.
15976 (check_float_internal): Do not check numerical result if flag
15977 IGNORE_RESULT set.
15978 (check_complex): Pass through IGNORE_RESULT to second
15979 check_float_internal call.
15980 (check_int): Do not check numerical result if flag IGNORE_RESULT
15981 set.
15982 (check_long): Likewise.
15983 (check_bool): Likewise.
15984 (check_longlong): Likewise.
15985 (lrint_test_data): Add tests of infinite and NaN arguments.
15986 (lrint_tonearest_test_data): Likewise.
15987 (lrint_towardzero_test_data): Likewise.
15988 (lrint_downward_test_data): Likewise.
15989 (lrint_upward_test_data): Likewise.
15990 (llrint_test_data): Likewise.
15991 (llrint_tonearest_test_data): Likewise.
15992 (llrint_towardzero_test_data): Likewise.
15993 (llrint_downward_test_data): Likewise.
15994 (llrint_upward_test_data): Likewise.
15995 (lround_test_data): Likewise.
15996 (llround_test_data): Likewise.
15997
14407b7e
JM
15998 * math/libm-test.inc (NO_TEST_INLINE): New macro.
15999 (ERRNO_UNCHANGED): Update value.
16000 (ERRNO_EDOM): Likewise.
16001 (ERRNO_ERANGE): Likewise.
16002 (NO_TEST_INLINE_FLOAT): New macro.
16003 (NO_TEST_INLINE_DOUBLE): Likewise.
16004 (enable_test): New function.
16005 (RUN_TEST_f_f): Check enable_test before running test.
16006 (RUN_TEST_2_f): Likewise.
16007 (RUN_TEST_fff_f): Likewise.
16008 (RUN_TEST_c_f): Likewise.
16009 (RUN_TEST_f_f1): Likewise.
16010 (RUN_TEST_fF_f1): Likewise.
16011 (RUN_TEST_fI_f1): Likewise.
16012 (RUN_TEST_ffI_f1): Likewise.
16013 (RUN_TEST_c_c): Likewise.
16014 (RUN_TEST_cc_c): Likewise.
16015 (RUN_TEST_f_i): Likewise.
16016 (RUN_TEST_f_i_tg): Likewise.
16017 (RUN_TEST_ff_i_tg): Likewise.
16018 (RUN_TEST_f_b): Likewise.
16019 (RUN_TEST_f_b_tg): Likewise.
16020 (RUN_TEST_f_l): Likewise.
16021 (RUN_TEST_f_L): Likewise.
16022 (RUN_TEST_fFF_11): Likewise.
16023 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
16024 conditionals.
16025 (cosh_test_data): Likewise.
16026 (exp_test_data): Likewise.
16027 (expm1_test_data): Likewise.
16028 (hypot_test_data): Likewise.
16029 (pow_test_data): Likewise.
16030 (sinh_test_data): Likewise.
16031 (tanh_test_data): Likewise.
16032 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
16033 flags argument.
16034
ca07f197
JM
16035 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
16036 tests with quiet NaN input and output.
16037 (acosh_test_data): Likewise.
16038 (asin_test_data): Likewise.
16039 (asinh_test_data): Likewise.
16040 (atan_test_data): Likewise.
16041 (atanh_test_data): Likewise.
16042 (atan2_test_data): Likewise.
16043 (cbrt_test_data): Likewise.
16044 (cos_test_data): Likewise.
16045 (cosh_test_data): Likewise.
16046 (erf_test_data): Likewise.
16047 (erfc_test_data): Likewise.
16048 (exp_test_data): Likewise.
16049 (exp10_test_data): Likewise.
16050 (exp2_test_data): Likewise.
16051 (expm1_test_data): Likewise.
16052 (hypot_test_data): Likewise.
16053 (j0_test_data): Likewise.
16054 (j1_test_data): Likewise.
16055 (jn_test_data): Likewise.
16056 (lgamma_test_data): Likewise.
16057 (log_test_data): Likewise.
16058 (log10_test_data): Likewise.
16059 (log1p_test_data): Likewise.
16060 (log2_test_data): Likewise.
16061 (pow_test_data): Likewise.
16062 (scalb_test_data): Likewise.
16063 (sin_test_data): Likewise.
16064 (sincos_test_data): Likewise.
16065 (sinh_test_data): Likewise.
16066 (tan_test_data): Likewise.
16067 (tanh_test_data): Likewise.
16068 (tgamma_test_data): Likewise.
16069 (y0_test_data): Likewise.
16070 (y1_test_data): Likewise.
16071 (yn_test_data): Likewise.
16072
66294491
JM
16073 [BZ #16167]
16074 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
16075 argument being NaN and avoid computations with second argument in
16076 that case.
16077 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16078 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16079 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16080
1820b143
CL
160812013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
16082
16083 * locale/iso-639.def: Add Chitwani Tharu (the).
16084
714bd261
AS
160852013-11-14 Andreas Schwab <schwab@suse.de>
16086
16087 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16088 word instead of empty string.
16089
7ab44563
AZ
160902013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16091
16092 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16093 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16094 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16095 (__fe_nomask_env): Likewise.
16096
e8470ea2
SE
160972013-11-13 Steve Ellcey <sellcey@mips.com>
16098
16099 * benchtests/bench-timing.h: Include time.h.
16100
17c1d9f0
L
161012013-11-13 H.J. Lu <hongjiu.lu@intel.com>
16102
16103 [BZ #15997]
16104 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16105 to 3.4.0 for x32.
16106 * sysdeps/unix/sysv/linux/configure: Regenerated.
16107
9310c284
JM
161082013-11-13 Joseph Myers <joseph@codesourcery.com>
16109
16110 [BZ #16151]
16111 * stdlib/strtod_l.c (round_and_return): Do not consider
16112 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16113 exponent one less than half the least subnormal exponent.
16114 * stdlib/test-strtod-round-data: Add more tests.
16115 * stdlib/tst-strtod-round.c (tests): Regenerated.
16116
7a2ad8cf
AZ
161172013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16118
16119 [BZ #14143]
16120 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16121 (__fe_mask_env): Likewise.
16122 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16123 libm_hidden_proto and add function prototype.
16124 (__fe_mask_env): Add function prototype.
16125 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16126 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16127 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16128 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16129 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16130 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16131
50727aa7
MS
161322013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
16133
b2f386c1 16134 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
16135 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16136
a615be46
MS
161372013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
16138
16139 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16140 of htab_find_slot().
16141
7ddace62
DM
161422013-11-11 David S. Miller <davem@davemloft.net>
16143
16144 [BZ #16150]
16145 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16146 symbol in the non-vis3 case in static builds.
16147 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16148 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16149 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16150 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16151
9182aa67
JK
161522013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16153
16154 [BZ #387]
16155 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16156 it is empty.
16157
450a2e2d
AZ
161582013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16159
b2f386c1
SP
16160 * benchtests/Makefile: Add bench-strtod.
16161 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 16162
8ec3f656
AS
161632013-11-11 Andreas Schwab <schwab@suse.de>
16164
16165 [BZ #16153]
16166 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16167 terminating NUL in key length.
16168
76a9b998
AZ
161692013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16170
16171 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16172 Add artificial ODP entry for vDSO symbol for PPC64.
16173 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16174 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16175
e4368156
OB
161762013-11-07 Ondřej Bílka <neleai@seznam.cz>
16177
16178 [BZ #15374]
16179 * nss/getent.c (services_keys): Recognize services starting with digit.
16180
8d6bb57c
DM
161812013-11-06 David S. Miller <davem@davemloft.net>
16182
16183 [BZ #15985]
16184 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16185 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16186
e256c421
WN
161872013-11-06 Will Newton <will.newton@linaro.org>
16188
16189 * manual/memory.texi (Malloc Examples): Remove register
16190 keyword from examples.
16191
f6e12daa 161922013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 16193
f6e12daa 16194 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 16195
9d880655
AS
161962013-11-04 Joseph Myers <joseph@codesourcery.com>
16197
fd2f9486 16198 [BZ #6981]
9d880655
AS
16199 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16200 depending on [__GCC_IEC_559 > 0].
16201 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16202 depending on [__GCC_IEC_559_COMPLEX > 0].
16203
ae129d3c
CL
162042013-11-03 Chris Leonard <cjl@sugarlabs.org>
16205
16206 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16207 to iso-639.def.
16208
4a15c2a4 162092013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
16210
16211 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16212
8b35e35d
OB
162132013-11-01 Ondřej Bílka <neleai@seznam.cz>
16214
16215 [BZ #16112]
16216 * malloc/malloc (malloc_info): Do not handle first bin as
16217 special case.
16218
1d70fd6c
CL
162192013-11-01 Chris Leonard <cjl@sugarlabs.org>
16220
16221 * locale/iso-639.def: Add Central Nahuatl (nhn).
16222
8c5c2600
BH
162232013-11-01 Bruno Haible <bruno@clisp.org>
16224
16225 [BZ #7003]
16226 * manual/math.texi (BSD Random): Specify range upper bound as
16227 in POSIX.
16228
da5579c2
CL
162292013-10-31 Chris Leonard <cjl@sugarlabs.org>
16230
16231 * locale/iso-639.def: Add Meadow Mari (mhr).
16232
5d30d853
OB
162332013-10-31 Ondřej Bílka <neleai@seznam.cz>
16234
16235 [BZ #14752], [BZ #15763]
16236 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16237 Validate name.
16238 * rt/tst_shm.c: Add test for escaping directory.
16239
a4966c61
AS
162402013-10-31 Andreas Schwab <schwab@suse.de>
16241
8a43e768 16242 [BZ #15917]
a4966c61
AS
16243 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16244 followed by 'x' as part of digit sequence.
16245 * stdio-common/tst-sscanf.c (double_tests2): New tests.
16246
28d708c4
MAP
162472013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16248
16249 [BZ #16037]
16250 * configure.ac: allow GNU Make 4.0 and greater.
16251 * configure: Regenerated.
16252
a56ee40b
WN
162532013-10-30 Will Newton <will.newton@linaro.org>
16254
16255 [BZ #16038]
16256 * malloc/hooks.c (memalign_check): Limit alignment to the
16257 maximum representable power of two.
16258 * malloc/malloc.c (__libc_memalign): Likewise.
16259 * malloc/tst-memalign.c (do_test): Add test for very
16260 large alignment values.
16261 * malloc/tst-posix_memalign.c (do_test): Likewise.
16262
c6e4925d
OB
162632013-10-30 Ondřej Bílka <neleai@seznam.cz>
16264
16265 [BZ #11087]
16266 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16267 (munmap_chunk): Likewise.
16268 (mremap_chunk): Likewise.
16269
162702013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 16271
8a43e768 16272 [BZ #15799]
bbea82f7
OB
16273 * stdlib/div.c (div): Remove obsolete code.
16274 * stdlib/ldiv.c (ldiv): Likewise.
16275 * stdlib/lldiv.c (lldiv): Likewise.
16276
977f4b31
SP
162772013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
16278
16279 [BZ #16071]
16280 * nss/nss_files/files-XXX.c (get_contents_ret): New
16281 enumerator.
16282 (get_contents): New function.
16283 (internal_getent): Use it. Expand size of LINEBUFLEN.
16284
cb8a6dbd
MF
162852013-10-30 Mike Frysinger <vapier@gentoo.org>
16286
16287 * configure.in: Moved to ...
16288 * configure.ac: ... here. Change reference to configure.in
16289 to configure.ac.
16290 * sysdeps/arm/preconfigure.ac: ... here.
16291 configure.in to configure.ac.
16292 * sysdeps/gnu/configure.in: Moved to ...
16293 * sysdeps/gnu/configure.ac: ... here.
16294 * sysdeps/i386/configure.in: Moved to ...
16295 * sysdeps/i386/configure.ac: ... here.
16296 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16297 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16298 * sysdeps/mach/configure.in: Moved to ...
16299 * sysdeps/mach/configure.ac: ... here.
16300 * sysdeps/mach/hurd/configure.in: Moved to ...
16301 * sysdeps/mach/hurd/configure.ac: ... here.
16302 * sysdeps/powerpc/configure.in: Moved to ...
16303 * sysdeps/powerpc/configure.ac: ... here.
16304 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16305 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16306 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16307 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16308 * sysdeps/s390/s390-32/configure.in: Moved to ...
16309 * sysdeps/s390/s390-32/configure.ac: ... here.
16310 * sysdeps/s390/s390-64/configure.in: Moved to ...
16311 * sysdeps/s390/s390-64/configure.ac: ... here.
16312 * sysdeps/sh/configure.in: Moved to ...
16313 * sysdeps/sh/configure.ac: ... here.
16314 * sysdeps/sparc/configure.in: Moved to ...
16315 * sysdeps/sparc/configure.ac: ... here.
16316 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16317 * sysdeps/unix/sysv/linux/configure.ac: ... here.
16318 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16319 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16320 * sysdeps/x86_64/configure.in: Moved to ...
16321 * sysdeps/x86_64/configure.ac: ... here.
16322 * sysdeps/x86_64/preconfigure.in: Moved to ...
16323 * sysdeps/x86_64/preconfigure.ac: ... here.
16324 * aclocal.m4: Change reference to configure.in to configure.ac.
16325 * config.h.in: Likewise.
16326 * manual/install.texi: Likewise.
16327 * manual/maint.texi: Likewise.
16328 * Makefile: Likewise.
16329 * malloc/Makefile: Likewise.
16330 * nscd/Makefile: Likewise.
16331 * Makeconfig: Change reference to configure.in and
16332 preconfigure.in to configure.ac and preconfigure.ac
16333 respectively.
16334 * INSTALL: Regenerated.
16335 * configure: Likewise.
16336 * sysdeps/gnu/configure: Likewise.
16337 * sysdeps/i386/configure: Likewise.
16338 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16339 * sysdeps/mach/configure: Likewise.
16340 * sysdeps/mach/hurd/configure: Likewise.
16341 * sysdeps/powerpc/configure: Likewise.
16342 * sysdeps/powerpc/powerpc32/configure: Likewise.
16343 * sysdeps/powerpc/powerpc64/configure: Likewise.
16344 * sysdeps/s390/s390-32/configure: Likewise.
16345 * sysdeps/s390/s390-64/configure: Likewise.
16346 * sysdeps/sh/configure: Likewise.
16347 * sysdeps/sparc/configure: Likewise.
16348 * sysdeps/unix/sysv/linux/configure: Likewise.
16349 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16350 * sysdeps/x86_64/configure: Likewise.
16351 * sysdeps/x86_64/preconfigure: Likewise.
16352
36a4953a
AS
163532013-10-29 Andreas Schwab <schwab@suse.de>
16354
16355 * stdio-common/Makefile (tst-swscanf-ENV): Define.
16356
c79a1204
SP
163572013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
16358
dfa1b402
SP
16359 * benchtests/pow-inputs: Add new inputs.
16360
54f73d9c
SP
16361 * benchtests/exp-inputs: Add new inputs.
16362
c79a1204
SP
16363 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16364 conditional check for return value.
16365 (__cos32): Likewise.
16366
67beb545 163672013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
16368
16369 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16370 to provide a boost for large inputs with word alignment.
16371 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16372 implementation based on optimized PPC64 strcpy.
16373 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16374 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16375 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16376 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16377
151659f6
OB
163782013-10-25 Ondřej Bílka <neleai@seznam.cz>
16379
482a077e 16380 [BZ #2801]
151659f6
OB
16381 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16382
10b0f26b
OB
163832013-10-25 Ondřej Bílka <neleai@seznam.cz>
16384
16385 [BZ #14876]
16386 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16387 * time/tst-strptime.c (day_tests): Add testcase.
16388
ca42d35e
OB
163892013-10-25 Ondřej Bílka <neleai@seznam.cz>
16390
482a077e 16391 [BZ #14029]
ca42d35e
OB
16392 * manual/pattern.texi: Acknowledge that fnmatch can fail.
16393
52e6d801
FB
163942013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
16395
16396 [BZ #16074]
16397 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16398 MAP_FAILED on error.
16399
7cbcdb36
SP
164002013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
16401
16402 [BZ #16072]
16403 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16404 heap for large requests.
16405
894f3f10
AM
164062013-10-25 Aurelien Jarno <aurelien@aurel32.net>
16407
16408 [BZ #9954]
16409 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16410 result if the result has no associated interface.
16411 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16412 interface for all 127.X.Y.Z addresses.
16413
b85545a6
CL
164142013-10-24 Chris Leonard <cjl@sugarlabs.org>
16415
16416 * locale/iso-639.def: Add Ligurian (lij)
16417
d1f23d46
OB
164182013-10-21 Ondřej Bílka <neleai@seznam.cz>
16419
16420 [BZ #15825]
16421 * sunrpc/rpc_main.c: Document rpcgen -5.
16422
4db5b08f
MS
164232013-10-19 Michael Stahl <mstahl@redhat.com>
16424
16425 * elf/rtld.c (do_preload): Print the reason why preloading failed.
16426
a471e96a
OB
164272013-10-19 Ondřej Bílka <neleai@seznam.cz>
16428
d1f23d46 16429 [BZ #10278]
a471e96a
OB
16430 * posix/glob.c: Match only directories when trailing slash is present.
16431 * posix/tst-gnuglob.c (my_opendir): Do not open files.
16432 (main): Add testcase.
16433
45c30c61
OB
164342013-10-19 Ondřej Bílka <neleai@seznam.cz>
16435
16436 [BZ #15670]
16437 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16438
484c12fb
CD
164392013-10-18 Carlos O'Donell <carlos@redhat.com>
16440
3d7dc513
CD
16441 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16442 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16443 AUTH_DES and cindex for FIPS 140-2.
16444 (DES Encryption): Add cindex FIPS 46-3.
16445
484c12fb
CD
16446 * locale/locarchive.h (struct locarhandle): Add fname.
16447 * locale/programs/localedef.c (main): Pass ARGV[remaining]
16448 if an optional argument was specified to --list-archive,
16449 otherwise NULL.
16450 * locale/programs/locarchive.c (show_archive_content): Take new
16451 argument fname and pass it via ah.fname to open_archive.
16452 * locale/programs/localedef.h: Update decl.
16453 (open_archive): If AH->fname is non-null, open that file
16454 rather than the default file name, and don't ignore ENOENT.
16455 (create_archive): Set AH.fname to NULL.
16456 (delete_locales_from_archive): Likewise.
16457 (add_locales_to_archive): Likewise.
16458 * locale/programs/locfile.c (write_all_categories): Likewise.
16459
3c8325fb
JM
164602013-10-18 Joseph Myers <joseph@codesourcery.com>
16461 Aldy Hernandez <aldyh@redhat.com>
16462
16463 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16464 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16465 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16466 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16467 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16468 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16469 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16470 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16471 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16472 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16473 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16474 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16475 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16476 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16477 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16478 Likewise.
16479 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16480 Likewise.
16481 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16482 Likewise.
16483 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16484 Likewise.
16485 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16486 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16487 Likewise.
16488 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16489 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16490 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16491 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16492 Likewise.
16493 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16494 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16495 * sysdeps/powerpc/preconfigure: Likewise.
16496 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16497 Likewise.
16498 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16499 Replace contents of file by #include of <fenv_libc.h>.
16500 * sysdeps/powerpc/soft-fp/sfp-machine.h
16501 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16502 and <sys/prctl.h>.
16503 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16504 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16505 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16506 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16507 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16508 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16509 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16510 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16511 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16512 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16513 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16514 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16515 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16516 Allow copysignl PLT reference to be missing.
16517
5abe0682
RS
165182013-10-18 Richard Sandiford <richard@codesourcery.com>
16519 Joseph Myers <joseph@codesourcery.com
16520
16521 [BZ #15948]
16522 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16523 single character.
16524 (add_to_tablewc): Assert sequence of wide characters is nonempty.
16525
c7738d08
SP
165262013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
16527
16528 * elf/tst-tls-dlinfo.c: Don't include tls.h.
16529 * elf/tst-tls1.c: Likewise.
16530 * elf/tst-tls10.h: Likewise.
16531 * elf/tst-tls14.c: Likewise.
16532 * elf/tst-tls2.c: Likewise.
16533 * elf/tst-tls3.c: Likewise.
16534 * elf/tst-tls4.c: Likewise.
16535 * elf/tst-tls5.c: Likewise.
16536 * elf/tst-tls6.c: Likewise.
16537 * elf/tst-tls7.c: Likewise.
16538 * elf/tst-tls8.c: Likewise.
16539 * elf/tst-tls9.c: Likewise.
16540 * elf/tst-tlsmod1.c: Likewise.
16541 * elf/tst-tlsmod13.c: Likewise.
16542 * elf/tst-tlsmod13a.c: Likewise.
16543 * elf/tst-tlsmod14a.c: Likewise.
16544 * elf/tst-tlsmod16a.c: Likewise.
16545 * elf/tst-tlsmod16b.c: Likewise.
16546 * elf/tst-tlsmod2.c: Likewise.
16547 * elf/tst-tlsmod3.c: Likewise.
16548 * elf/tst-tlsmod4.c: Likewise.
16549 * elf/tst-tlsmod5.c: Likewise.
16550 * elf/tst-tlsmod6.c: Likewise.
16551
0bfcf2c7
OB
165522013-10-18 Ondřej Bílka <neleai@seznam.cz>
16553
16554 [BZ #12486]
16555 * malloc/malloc.c: remove checks for statistics.
16556
264aad1e
OB
165572013-10-17 Ondřej Bílka <neleai@seznam.cz>
16558
16559 [BZ #15277]
16560 * inet/inet_net.c (inet_network): Detect additional invalid strings.
16561 * inet/tst-network.c: Add testcase.
16562
b957ced8
AS
165632013-10-17 Andreas Schwab <schwab@suse.de>
16564
16565 [BZ #15218]
16566 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16567 to determine canonical name.
16568
c5d5d574
OB
165692013-10-17 Ondřej Bílka <neleai@seznam.cz>
16570
16571 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16572 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16573 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16574 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16575 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
16576 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
16577 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16578 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16579 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16580 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16581 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16582 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16583 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16584 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16585 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16586 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
16587 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
16588 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
16589 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
16590 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
16591 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
16592 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
16593 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
16594 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
16595 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
16596 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
16597 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
16598 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
16599 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
16600 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
16601 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
16602 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
16603 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
16604 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
16605 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
16606 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16607 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16608 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
16609 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
16610 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
16611 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
16612 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
16613 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
16614 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
16615 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
16616 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16617 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
16618 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
16619 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
16620 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
16621 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
16622 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
16623 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
16624 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
16625 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16626 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
16627 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
16628 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
16629
e5c2c2d0
JM
166302013-10-17 Joseph Myers <joseph@codesourcery.com>
16631
16632 [BZ #16041]
16633 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
16634 make result into a quiet NaN.
16635
51ca9e29
JM
166362013-10-16 Joseph Myers <joseph@codesourcery.com>
16637
16638 * soft-fp/adddf3.c: Fix horizontal whitespace.
16639 * soft-fp/addsf3.c: Likewise.
16640 * soft-fp/addtf3.c: Likewise.
16641 * soft-fp/divdf3.c: Likewise.
16642 * soft-fp/divsf3.c: Likewise.
16643 * soft-fp/divtf3.c: Likewise.
16644 * soft-fp/double.h: Likewise.
16645 * soft-fp/eqdf2.c: Likewise.
16646 * soft-fp/eqsf2.c: Likewise.
16647 * soft-fp/eqtf2.c: Likewise.
16648 * soft-fp/extenddftf2.c: Likewise.
16649 * soft-fp/extended.h: Likewise.
16650 * soft-fp/extendsfdf2.c: Likewise.
16651 * soft-fp/extendsftf2.c: Likewise.
16652 * soft-fp/extendxftf2.c: Likewise.
16653 * soft-fp/fixdfdi.c: Likewise.
16654 * soft-fp/fixdfsi.c: Likewise.
16655 * soft-fp/fixdfti.c: Likewise.
16656 * soft-fp/fixsfdi.c: Likewise.
16657 * soft-fp/fixsfsi.c: Likewise.
16658 * soft-fp/fixsfti.c: Likewise.
16659 * soft-fp/fixtfdi.c: Likewise.
16660 * soft-fp/fixtfsi.c: Likewise.
16661 * soft-fp/fixtfti.c: Likewise.
16662 * soft-fp/fixunsdfdi.c: Likewise.
16663 * soft-fp/fixunsdfsi.c: Likewise.
16664 * soft-fp/fixunsdfti.c: Likewise.
16665 * soft-fp/fixunssfdi.c: Likewise.
16666 * soft-fp/fixunssfsi.c: Likewise.
16667 * soft-fp/fixunssfti.c: Likewise.
16668 * soft-fp/fixunstfdi.c: Likewise.
16669 * soft-fp/fixunstfsi.c: Likewise.
16670 * soft-fp/fixunstfti.c: Likewise.
16671 * soft-fp/floatdidf.c: Likewise.
16672 * soft-fp/floatdisf.c: Likewise.
16673 * soft-fp/floatditf.c: Likewise.
16674 * soft-fp/floatsidf.c: Likewise.
16675 * soft-fp/floatsisf.c: Likewise.
16676 * soft-fp/floatsitf.c: Likewise.
16677 * soft-fp/floattidf.c: Likewise.
16678 * soft-fp/floattisf.c: Likewise.
16679 * soft-fp/floattitf.c: Likewise.
16680 * soft-fp/floatundidf.c: Likewise.
16681 * soft-fp/floatundisf.c: Likewise.
16682 * soft-fp/floatunditf.c: Likewise.
16683 * soft-fp/floatunsidf.c: Likewise.
16684 * soft-fp/floatunsisf.c: Likewise.
16685 * soft-fp/floatunsitf.c: Likewise.
16686 * soft-fp/floatuntidf.c: Likewise.
16687 * soft-fp/floatuntisf.c: Likewise.
16688 * soft-fp/floatuntitf.c: Likewise.
16689 * soft-fp/fmadf4.c: Likewise.
16690 * soft-fp/fmasf4.c: Likewise.
16691 * soft-fp/fmatf4.c: Likewise.
16692 * soft-fp/gedf2.c: Likewise.
16693 * soft-fp/gesf2.c: Likewise.
16694 * soft-fp/getf2.c: Likewise.
16695 * soft-fp/ledf2.c: Likewise.
16696 * soft-fp/lesf2.c: Likewise.
16697 * soft-fp/letf2.c: Likewise.
16698 * soft-fp/muldf3.c: Likewise.
16699 * soft-fp/mulsf3.c: Likewise.
16700 * soft-fp/multf3.c: Likewise.
16701 * soft-fp/negdf2.c: Likewise.
16702 * soft-fp/negsf2.c: Likewise.
16703 * soft-fp/negtf2.c: Likewise.
16704 * soft-fp/op-1.h: Likewise.
16705 * soft-fp/op-2.h: Likewise.
16706 * soft-fp/op-4.h: Likewise.
16707 * soft-fp/op-8.h: Likewise.
16708 * soft-fp/op-common.h: Likewise.
16709 * soft-fp/quad.h: Likewise.
16710 * soft-fp/single.h: Likewise.
16711 * soft-fp/soft-fp.h: Likewise.
16712 * soft-fp/sqrtdf2.c: Likewise.
16713 * soft-fp/sqrtsf2.c: Likewise.
16714 * soft-fp/sqrttf2.c: Likewise.
16715 * soft-fp/subdf3.c: Likewise.
16716 * soft-fp/subsf3.c: Likewise.
16717 * soft-fp/subtf3.c: Likewise.
16718 * soft-fp/truncdfsf2.c: Likewise.
16719 * soft-fp/trunctfdf2.c: Likewise.
16720 * soft-fp/trunctfsf2.c: Likewise.
16721 * soft-fp/trunctfxf2.c: Likewise.
16722 * soft-fp/unorddf2.c: Likewise.
16723 * soft-fp/unordsf2.c: Likewise.
16724 * soft-fp/unordtf2.c: Likewise.
16725
9ebb0332
JM
167262013-10-15 Joseph Myers <joseph@codesourcery.com>
16727
16728 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16729 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16730
4b1a6d8b
OB
167312013-10-15 Ondřej Bílka <neleai@seznam.cz>
16732
16733 * elf/dl-libc.c: Clear initfini list after freeing.
16734
1e145589
JM
167352013-10-14 Joseph Myers <joseph@codesourcery.com>
16736
16737 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16738 * soft-fp/addsf3.c: Likewise.
16739 * soft-fp/addtf3.c: Likewise.
16740 * soft-fp/divdf3.c: Likewise.
16741 * soft-fp/divsf3.c: Likewise.
16742 * soft-fp/divtf3.c: Likewise.
16743 * soft-fp/double.h: Likewise.
16744 * soft-fp/eqdf2.c: Likewise.
16745 * soft-fp/eqsf2.c: Likewise.
16746 * soft-fp/eqtf2.c: Likewise.
16747 * soft-fp/extenddftf2.c: Likewise.
16748 * soft-fp/extended.h: Likewise.
16749 * soft-fp/extendsfdf2.c: Likewise.
16750 * soft-fp/extendsftf2.c: Likewise.
16751 * soft-fp/extendxftf2.c: Likewise.
16752 * soft-fp/fixdfdi.c: Likewise.
16753 * soft-fp/fixdfsi.c: Likewise.
16754 * soft-fp/fixdfti.c: Likewise.
16755 * soft-fp/fixsfdi.c: Likewise.
16756 * soft-fp/fixsfsi.c: Likewise.
16757 * soft-fp/fixsfti.c: Likewise.
16758 * soft-fp/fixtfdi.c: Likewise.
16759 * soft-fp/fixtfsi.c: Likewise.
16760 * soft-fp/fixtfti.c: Likewise.
16761 * soft-fp/fixunsdfdi.c: Likewise.
16762 * soft-fp/fixunsdfsi.c: Likewise.
16763 * soft-fp/fixunsdfti.c: Likewise.
16764 * soft-fp/fixunssfdi.c: Likewise.
16765 * soft-fp/fixunssfsi.c: Likewise.
16766 * soft-fp/fixunssfti.c: Likewise.
16767 * soft-fp/fixunstfdi.c: Likewise.
16768 * soft-fp/fixunstfsi.c: Likewise.
16769 * soft-fp/fixunstfti.c: Likewise.
16770 * soft-fp/floatdidf.c: Likewise.
16771 * soft-fp/floatdisf.c: Likewise.
16772 * soft-fp/floatditf.c: Likewise.
16773 * soft-fp/floatsidf.c: Likewise.
16774 * soft-fp/floatsisf.c: Likewise.
16775 * soft-fp/floatsitf.c: Likewise.
16776 * soft-fp/floattidf.c: Likewise.
16777 * soft-fp/floattisf.c: Likewise.
16778 * soft-fp/floattitf.c: Likewise.
16779 * soft-fp/floatundidf.c: Likewise.
16780 * soft-fp/floatundisf.c: Likewise.
16781 * soft-fp/floatunsidf.c: Likewise.
16782 * soft-fp/floatunsisf.c: Likewise.
16783 * soft-fp/floatuntidf.c: Likewise.
16784 * soft-fp/floatuntisf.c: Likewise.
16785 * soft-fp/floatuntitf.c: Likewise.
16786 * soft-fp/fmadf4.c: Likewise.
16787 * soft-fp/fmasf4.c: Likewise.
16788 * soft-fp/fmatf4.c: Likewise.
16789 * soft-fp/gedf2.c: Likewise.
16790 * soft-fp/gesf2.c: Likewise.
16791 * soft-fp/getf2.c: Likewise.
16792 * soft-fp/ledf2.c: Likewise.
16793 * soft-fp/lesf2.c: Likewise.
16794 * soft-fp/letf2.c: Likewise.
16795 * soft-fp/muldf3.c: Likewise.
16796 * soft-fp/mulsf3.c: Likewise.
16797 * soft-fp/multf3.c: Likewise.
16798 * soft-fp/negdf2.c: Likewise.
16799 * soft-fp/negsf2.c: Likewise.
16800 * soft-fp/negtf2.c: Likewise.
16801 * soft-fp/op-1.h: Likewise.
16802 * soft-fp/op-2.h: Likewise.
16803 * soft-fp/op-4.h: Likewise.
16804 * soft-fp/op-8.h: Likewise.
16805 * soft-fp/op-common.h: Likewise.
16806 * soft-fp/quad.h: Likewise.
16807 * soft-fp/single.h: Likewise.
16808 * soft-fp/soft-fp.h: Likewise.
16809 * soft-fp/sqrtdf2.c: Likewise.
16810 * soft-fp/sqrtsf2.c: Likewise.
16811 * soft-fp/sqrttf2.c: Likewise.
16812 * soft-fp/subdf3.c: Likewise.
16813 * soft-fp/subsf3.c: Likewise.
16814 * soft-fp/subtf3.c: Likewise.
16815 * soft-fp/truncdfsf2.c: Likewise.
16816 * soft-fp/trunctfdf2.c: Likewise.
16817 * soft-fp/trunctfsf2.c: Likewise.
16818 * soft-fp/trunctfxf2.c: Likewise.
16819 * soft-fp/unorddf2.c: Likewise.
16820 * soft-fp/unordsf2.c: Likewise.
16821 * soft-fp/unordtf2.c: Likewise.
16822
17c48a60
OB
168232013-10-14 Ondřej Bílka <neleai@seznam.cz>
16824
16825 [BZ #15672]
16826 * misc/error.c (error_tail): Fix possible buffer overflow.
16827
cabba934
OB
168282013-10-14 Aurelien Jarno <aurelien@aurel32.net>
16829
16830 [BZ #13028]
16831 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16832 address.
16833
94bf958a
PM
168342013-10-14 P. J. McDermott <pj@pehjota.net>
16835
16836 [BZ #832]
16837 * elf/ldd.bash.in (try_trace): New function. Delete previous code
16838 testing pipefail option.
16839
71b4dea7
JM
168402013-10-12 Joseph Myers <joseph@codesourcery.com>
16841
16842 * soft-fp/double.h: Indent preprocessor directives inside #if.
16843 * soft-fp/extended.h: Likewise.
16844 * soft-fp/op-2.h: Likewise.
16845 * soft-fp/op-4.h: Likewise.
16846 * soft-fp/op-common.h: Likewise.
16847 * soft-fp/quad.h: Likewise.
16848 * soft-fp/single.h: Likewise.
16849 * soft-fp/soft-fp.h: Likewise.
16850
55602758
YC
168512013-10-12 Yuri Chornoivan <yurchor@ukr.net>
16852
16853 * iconv/iconv_prog.c: Fix typos.
16854 * stdio-common/psiginfo-data.h: Likewise.
16855
9cd83302
RT
168562013-10-12 Reuben Thomas <rrt@sc3d.org>
16857
16858 [BZ #15764]
16859 * locale/setlocale.c: Fix typo.
16860
99fd9f47
JM
168612013-10-12 Joseph Myers <joseph@codesourcery.com>
16862
b7ea74f0
JM
16863 [BZ #16036]
16864 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16865 signaling NaN arguments.
16866 * soft-fp/unordsf2.c (__unordsf2): Likewise.
16867 * soft-fp/unordtf2.c (__unordtf2): Likewise.
16868
8a509447
JM
16869 [BZ #14910]
16870 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16871 unordered operands.
16872 * soft-fp/gesf2.c (__gesf2): Likewise.
16873 * soft-fp/getf2.c (__getf2): Likewise.
16874 * soft-fp/ledf2.c (__ledf2): Likewise.
16875 * soft-fp/lesf2.c (__lesf2): Likewise.
16876 * soft-fp/letf2.c (__letf2): Likewise.
16877
98998e9f
JM
16878 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16879 * soft-fp/eqsf2.c (__eqsf2): Likewise.
16880 * soft-fp/eqtf2.c (__eqtf2): Likewise.
16881 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16882 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16883 * soft-fp/fixdfti.c (__fixdfti): Likewise.
16884 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16885 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16886 * soft-fp/fixsfti.c (__fixsfti): Likewise.
16887 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16888 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16889 * soft-fp/fixtfti.c (__fixtfti): Likewise.
16890 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16891 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16892 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16893 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16894 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16895 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16896 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16897 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16898 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16899 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16900 * soft-fp/floatdisf.c (__floatdisf): Likewise.
16901 * soft-fp/floatsisf.c (__floatsisf): Likewise.
16902 * soft-fp/floattidf.c (__floattidf): Likewise.
16903 * soft-fp/floattisf.c (__floattisf): Likewise.
16904 * soft-fp/floattitf.c (__floattitf): Likewise.
16905 * soft-fp/floatundidf.c (__floatundidf): Likewise.
16906 * soft-fp/floatundisf.c (__floatundisf): Likewise.
16907 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16908 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16909 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16910 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16911 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16912 * soft-fp/gesf2.c (__gesf2): Likewise.
16913 * soft-fp/getf2.c (__getf2): Likewise.
16914 * soft-fp/ledf2.c (__ledf2): Likewise.
16915 * soft-fp/lesf2.c (__lesf2): Likewise.
16916 * soft-fp/letf2.c (__letf2): Likewise.
16917
8edc4a11
JM
16918 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16919 Undefine and redefine.
16920 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16921 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16922 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16923 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16924 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16925 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16926 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16927 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16928 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16929 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16930 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16931 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16932 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16933 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16934 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16935
8399acaf
JM
16936 [BZ #16032]
16937 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16938 without decrementing exponent if mantissa >= that for the
16939 denominator, not >.
16940 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16941 denominator, not >. Decrement exponent in < case instead of
16942 incrementing in >= case.
16943 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16944 without decrementing exponent if mantissa >= that for the
16945 denominator, not >.
16946
99fd9f47
JM
16947 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16948 computing saturated result for unsigned overflow.
16949
10e1cf6b
SP
169502013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
16951 Jeff Law <law@redhat.com>
16952
16953 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16954 (atan2Mp): Add systemtap probe marker.
16955 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16956 (__ieee754_log): Add systemtap probe marker.
16957 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16958 (atanMp): Add systemtap probe marker.
16959 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16960 (tanMp): Add systemtap probe marker.
16961 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16962 (__slowexp): Add systemtap probe marker.
16963 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16964 (__slowpow): Add systemtap probe marker.
16965 * manual/probes.texi: Document probes.
16966
3d110c7c
EB
169672013-10-11 Eric Biggers <ebiggers3@gmail.com>
16968
16969 [BZ #15362]
16970 * libio/fileops.c (_IO_new_file_write): Return count of bytes
16971 written.
16972 (_IO_new_file_xsputn): Don't return EOF if nothing has been
16973 written.
16974 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16975 written to buffer but not flushed.
16976 * libio/iofwrite_u.c: Likewise.
16977 * libio/iopadn.c: Return bytes returned even if EOF was
16978 encountered.
16979 * libio/iowpadn.c: Likewise.
16980 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16981 if _IO_padn does not write the whole buffer.
16982 [!COMPILE_WPRINTF] (PAD): Likewise.
16983
75b4202a
DM
169842013-10-10 David S. Miller <davem@davemloft.net>
16985
16986 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16987 directory block.
16988
6c6352e6
JM
169892013-10-10 Joseph Myers <joseph@codesourcery.com>
16990
33b853c3
JM
16991 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
16992 instead of FSF address.
16993 * soft-fp/fixdfti.c: Likewise.
16994 * soft-fp/fixsfti.c: Likewise.
16995 * soft-fp/fixtfti.c: Likewise.
16996 * soft-fp/fixunsdfti.c: Likewise.
16997 * soft-fp/fixunssfti.c: Likewise.
16998 * soft-fp/fixunstfti.c: Likewise.
16999 * soft-fp/floattidf.c: Likewise.
17000 * soft-fp/floattisf.c: Likewise.
17001 * soft-fp/floattitf.c: Likewise.
17002 * soft-fp/floatuntidf.c: Likewise.
17003 * soft-fp/floatuntisf.c: Likewise.
17004 * soft-fp/floatuntitf.c: Likewise.
17005 * soft-fp/trunctfxf2.c: Likewise.
17006
6c6352e6
JM
17007 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
17008 * soft-fp/fixdfti.c: Likewise.
17009 * soft-fp/fixsfti.c: Likewise.
17010 * soft-fp/fixtfti.c: Likewise.
17011 * soft-fp/fixunsdfti.c: Likewise.
17012 * soft-fp/fixunssfti.c: Likewise.
17013 * soft-fp/fixunstfti.c: Likewise.
17014 * soft-fp/floattidf.c: Likewise.
17015 * soft-fp/floattisf.c: Likewise.
17016 * soft-fp/floattitf.c: Likewise.
17017 * soft-fp/floatuntidf.c: Likewise.
17018 * soft-fp/floatuntisf.c: Likewise.
17019 * soft-fp/floatuntitf.c: Likewise.
17020 * soft-fp/trunctfxf2.c: Likewise.
17021
3bf78b71
DM
170222013-10-10 David S. Miller <davem@davemloft.net>
17023
17024 * sysdeps/sparc/fpu/libm-test-ulps: Update.
17025
6f10289e
JM
170262013-10-10 Joseph Myers <joseph@codsourcery.com>
17027
bd878fc0
JM
17028 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17029 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
17030 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
17031 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
17032 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
17033 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
17034 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
17035
6f10289e
JM
17036 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
17037 for NaNs before doing comparisons on argument.
17038 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
17039 Likewise.
17040
321e2684
WN
170412013-10-10 Will Newton <will.newton@linaro.org>
17042
17043 * malloc/hooks.c (memalign_check): Ensure the value of bytes
17044 passed to _int_memalign does not overflow.
17045
40fefba1
TR
170462013-10-10 Torvald Riegel <triegel@redhat.com>
17047
17048 * scripts/bench.pl: Add include-sources directive.
17049 * benchtests/README: Update documentation.
17050
2ae21ed2
JM
170512013-10-10 Joseph Myers <joseph@codesourcery.com>
17052
dcc2dd3f
JM
17053 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
17054 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
17055 instead of FP_INIT_ROUNDMODE.
17056 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
17057 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
17058
2ae21ed2
JM
17059 [BZ #16034]
17060 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
17061 copy class of input value.
17062 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
17063 not handle exceptions.
17064 * soft-fp/negsf2.c (__negsf2): Likewise.
17065 * soft-fp/negtf2.c (__negtf2): Likewise.
17066 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
17067
cb8f9562
JM
170682013-10-09 Joseph Myers <joseph@codesourcery.com>
17069
17070 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
17071 semicolon. From Linux kernel.
17072
5b60c59d
AB
170732013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
17074
17075 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
17076
b86835ca
YC
170772013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
17078
17079 [BZ #156]
17080 * manual/socket.texi: Added statement about buffer
17081 for gethostbyname2_r.
17082
e7044ea7
OB
170832013-10-08 Ondřej Bílka <neleai@seznam.cz>
17084
17085 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
17086 Use .p2align directive instead, throughout.
17087 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17088 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17089 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17090 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17091 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17092 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17093 * sysdeps/x86_64/strchr.S: Likewise.
17094 * sysdeps/x86_64/strrchr.S: Likewise.
17095
09544cbc
SP
170962013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
17097
88576635
SP
17098 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17099
e7b2d1dd
SP
17100 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17101
09544cbc
SP
17102 * sysdeps/generic/math_private.h (__mpsin1): Remove
17103 declaration.
17104 (__mpcos1): Likewise.
17105 (__mpsin): New argument __range_reduce.
17106 (__mpcos): Likewise.
17107 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17108 (slow): Use __mpsin and __mpcos.
17109 (slow1): Likewise.
17110 (slow2): Likewise.
17111 (sloww): Likewise.
17112 (sloww1): Likewise.
17113 (sloww2): Likewise.
17114 (bsloww): Likewise.
17115 (bsloww1): Likewise.
17116 (bsloww2): Likewise.
17117 (cslow2): Likewise.
17118 (csloww): Likewise.
17119 (csloww1): Likewise.
17120 (csloww2): Likewise.
17121 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17122 range_reduce. Merge in __mpsin1.
17123 (__mpcos): Likewise.
17124 (__mpsin1): Remove.
17125 (__mpcos1): Likewise.
17126
7602d070
JM
171272013-10-07 Joseph Myers <joseph@codesourcery.com>
17128
17129 * locale/loadlocale.c (_nl_intern_locale_data): Use
17130 LOCFILE_ALIGNED_P.
17131 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17132 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17133 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17134 obstack data is appropriately aligned.
17135 (obstack_int32_grow_fast): Likewise.
17136 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17137 * locale/programs/locfile.c (add_locale_uint32): Likewise.
17138 (add_locale_uint32_array): Likewise.
17139
a357259b
SP
171402013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
17141
17142 * benchtests/Makefile: Remove ARGLIST and RET variables.
17143 ($(objpfx)bench-%.c): Pass only function name to the script.
17144 * benchtests/README: Update documentation.
17145 * benchtests/acos-inputs: Add new directives.
17146 * benchtests/acosh-inputs: Likewise.
17147 * benchtests/asin-inputs: Likewise.
17148 * benchtests/asinh-inputs: Likewise.
17149 * benchtests/atan-inputs: Likewise.
17150 * benchtests/atanh-inputs: Likewise.
17151 * benchtests/cos-inputs: Likewise.
17152 * benchtests/cosh-inputs: Likewise.
17153 * benchtests/exp-inputs: Likewise.
17154 * benchtests/log-inputs: Likewise.
17155 * benchtests/pow-inputs: Likewise.
17156 * benchtests/rint-inputs: Likewise.
17157 * benchtests/sin-inputs: Likewise.
17158 * benchtests/sinh-inputs: Likewise.
17159 * benchtests/tan-inputs: Likewise.
17160 * benchtests/tanh-inputs: Likewise.
17161 * scripts/bench.pl: Add support for new directives.
17162
9ec1b13d
AM
171632013-10-07 Alan Modra <amodra@gmail.com>
17164
17165 * README: Fix careless merge.
17166
8b7d57cd
AM
171672013-10-05 Alan Modra <amodra@gmail.com>
17168
17169 * NEWS: Mention powerpc64le support and bugs fixed.
17170 * README: Both big-endian and little-endian powerpc64 supported.
17171
7b7bab13
ST
171722013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
17173
57f41c40
AS
17174 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17175 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
17176 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17177 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17178
d39baad1
RA
171792013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
17180
17181 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17182 match prototype.
17183
cd78f7e7
JM
171842013-10-04 Joseph Myers <joseph@codesourcery.com>
17185
29d73d86
JM
17186 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17187 Move -mhard-float appending from
17188 ports/sysdeps/powerpc/powerpc32/Makefile.
17189 [$(with-fp) = yes] (ASFLAGS): Likewise.
17190 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17191 * sysdeps/powerpc/nofpu: Move directory from
17192 ports/sysdeps/powerpc/nofpu.
17193 * sysdeps/powerpc/soft-fp: Move directory from
17194 ports/sysdeps/powerpc/soft-fp.
17195 * sysdeps/powerpc/powerpc32/405: Move directory from
17196 ports/sysdeps/powerpc/powerpc32/405.
17197 * sysdeps/powerpc/powerpc32/440: Move directory from
17198 ports/sysdeps/powerpc/powerpc32/440.
17199 * sysdeps/powerpc/powerpc32/464: Move directory from
17200 ports/sysdeps/powerpc/powerpc32/464.
17201 * sysdeps/powerpc/powerpc32/476: Move directory from
17202 ports/sysdeps/powerpc/powerpc32/476.
17203 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17204 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17205 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17206 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17207 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17208 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17209 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17210 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17211 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17212 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17213 * README: Update for powerpc-*-linux-gnu software floating point
17214 support in libc.
17215
e246b347
JM
17216 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17217 case to powerpc/powerpc32*.
17218 * sysdeps/unix/sysv/linux/configure: Regenerated.
17219
89c2003e
JM
17220 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17221 (_FPU_MASK_OM): Define as 0x04.
17222 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17223 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17224 0x00c10080.
17225 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17226 0x0000003c.
17227 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17228
cd78f7e7
JM
17229 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17230 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17231 getcontext_e500.
17232 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17233 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17234 setcontext_e500.
17235 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17236 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17237 and setcontext_e500.
17238
c755294d
CL
172392013-10-04 Chris Leonard <cjl@sugarlabs,.org>
17240
17241 * locale/iso-3166.def: Update iso-1366.def and related occurrences
17242
e16d221c
SP
172432013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
17244
17245 * manual/threads.texi (Default Thread Attributes): Fix typo.
17246
215c7d43
WN
172472013-10-04 Will Newton <will.newton@linaro.org>
17248
17249 * malloc/Makefile: Add tst-memalign.
17250 * malloc/tst-memalign.c: New file.
17251
27d0461b
WN
17252 * malloc/tst-posix_memalign.c: Add comments.
17253 (do_test): Add comments and call free on all potentially
17254 allocated pointers. Add space after cast.
17255
1bc92709
WN
17256 * malloc/tst-pvalloc.c: Add comments.
17257 (do_test): Add comments and call free on all potentially
17258 allocated pointers. Remove duplicate check for NULL pointer.
17259 Add space after cast.
17260
66a9be9d
WN
17261 * malloc/tst-valloc.c: Add comments.
17262 (do_test): Add comments and call free on all potentially
17263 allocated pointers. Remove duplicate check for NULL pointer.
17264 Add space after cast.
17265
4cb81307
AM
172662013-10-04 Alan Modra <amodra@gmail.com>
17267
17268 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17269 Use stdint types in rather than __attribute__((mode())).
17270 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17271
f8e3e9f3
AM
172722013-10-04 Alan Modra <amodra@gmail.com>
17273
17274 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17275 Correct handling of unaligned relocs for little-endian.
17276 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17277
8f9ebb08
AM
172782013-10-04 Alan Modra <amodra@gmail.com>
17279
17280 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17281 * configure: Regenerate.
17282 * nptl/shlib-versions: Powerpc*le starts at 2.18.
17283 * shlib-versions: Likewise.
17284
0edf96c2
AM
172852013-10-04 Alan Modra <amodra@gmail.com>
17286
17287 * string/tester.c (test_memrchr): Increment reported test cycle.
17288
e0f7a380
AM
172892013-10-04 Alan Modra <amodra@gmail.com>
17290
17291 * string/test-memcpy.c (do_one_test): When reporting errors, print
17292 string address and don't overrun end of string.
17293
466b0393
AM
172942013-10-04 Alan Modra <amodra@gmail.com>
17295
17296 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17297 insrdi. Make better use of reg selection to speed exit slightly.
17298 Schedule entry path a little better. Remove useless "are we done"
17299 checks on entry to main loop. Handle wrapping around zero address.
17300 Correct main loop count. Handle single left-over word from main
17301 loop inline rather than by using loop_small. Remove extra word
17302 case in loop_small caused by wrong loop count. Add little-endian
17303 support.
17304 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17305 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
17306 cache hint.
17307 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17308 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17309 support. Avoid rlwimi.
17310 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17311
3be87c77
AM
173122013-10-04 Alan Modra <amodra@gmail.com>
17313
17314 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 17315 insrdi. Formatting.
3be87c77
AM
17316 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17317 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17318 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17319 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17320 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17321 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17322
759cfef3
AM
173232013-10-04 Alan Modra <amodra@gmail.com>
17324
17325 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17326 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17327 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17328 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17329 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17330 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17331 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17332 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17333 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
17334 use of regs. Use power7 mtocrf. Tidy function tails.
17335
fe6e95d7
AM
173362013-10-04 Alan Modra <amodra@gmail.com>
17337
17338 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17339 Formatting. Consistently use rXXX register defines or rN defines.
17340 Use early exit labels that avoid restoring unused non-volatile regs.
17341 Make cr field use more consistent with rWORDn compares. Rename
17342 regs used as shift registers for unaligned loop, using rN defines
17343 for short lifetime/multiple use regs.
17344 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17345 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
17346 addi 1,1,64 to pop stack frame. Simplify return value code.
17347 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17348
664318c3
AM
173492013-10-04 Alan Modra <amodra@gmail.com>
17350
17351 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17352 support. Correct typos, formatting. Optimize tail. Use insrdi
17353 rather than rlwimi.
17354 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17355 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17356 little-endian support. Correct typos.
17357 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
17358 rather than rlwimi.
17359 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
17360 in loop and entry code to keep "and." results.
17361 (strchr): Add little-endian support. Comment. Move cntlzd
17362 earlier in tail.
17363 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17364
43b84013
AM
173652013-10-04 Alan Modra <amodra@gmail.com>
17366
17367 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17368 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17369 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17370 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17371
8a7413f9
AM
173722013-10-04 Alan Modra <amodra@gmail.com>
17373
17374 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17375 (rTMP): Define as r11.
17376 (strcmp): Add little-endian support. Optimise tail.
17377 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17378 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17379 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17380 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17381 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17382 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17383 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17384
33ee81de
AM
173852013-10-04 Alan Modra <amodra@gmail.com>
17386
17387 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17388 little-endian support. Remove unnecessary "are we done" tests.
17389 Handle "s" wrapping around zero and extremely large "size".
17390 Correct main loop count. Handle single left-over word from main
17391 loop inline rather than by using small_loop. Correct comments.
17392 Delete "zero" tail, use "end_max" instead.
17393 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17394
db9b4570
AM
173952013-10-04 Alan Modra <amodra@gmail.com>
17396
17397 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17398 support. Don't branch over align.
17399 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17400 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17401 support. Rearrange tmp reg use to suit. Comment.
17402 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17403
f7c399cf
AM
174042013-10-04 Alan Modra <amodra@gmail.com>
17405
17406 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17407
0b2c2ace
AM
174082013-10-04 Alan Modra <amodra@gmail.com>
17409
17410 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17411 conditional form of branch and link when obtaining pc.
17412 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17413
02f04a6c
AM
174142013-10-04 Alan Modra <amodra@gmail.com>
17415
17416 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17417 HIWORD/LOWORD.
17418 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17419 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17420
9b874b2f
AM
174212013-10-04 Alan Modra <amodra@gmail.com>
17422
17423 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17424 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17425 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17426 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17427 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17428 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17429 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17430 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17431 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17432 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17433
be1e5d31
AB
174342013-10-04 Anton Blanchard <anton@au1.ibm.com>
17435 Alistair Popple <alistair@ozlabs.au.ibm.com>
17436 Alan Modra <amodra@gmail.com>
17437
17438 [BZ #15723]
17439 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17440 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17441 _dl_hwcap access for little-endian.
17442 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
17443 destroy vmx regs when saving unaligned.
17444 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17445 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
17446 destroy vmx regs when saving unaligned.
17447
fef13a78
AM
174482013-10-04 Alan Modra <amodra@gmail.com>
17449
17450 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17451 Don't use a union to pack hi/low value.
17452
76a66d51
AB
174532013-10-04 Anton Blanchard <anton@au1.ibm.com>
17454
17455 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17456 for little-endian.
17457 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17458 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17459 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17460 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17461 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17462
6a31fe7f
AM
174632013-10-04 Alan Modra <amodra@gmail.com>
17464
17465 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17466 constants to usual value for .cst8 section, and remove redundant
17467 high address load.
17468 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17469 constant for 0x1p52. Load little-endian words of double from
17470 correct stack offsets.
17471
7b88401f
AM
174722013-10-04 Alan Modra <amodra@gmail.com>
17473
17474 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17475 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17476 words of double from correct stack offsets.
17477 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17478 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17479 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17480 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17481 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17482 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17483 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17484 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17485 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17486 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17487 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17488 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17489 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17490 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17491 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17492 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17493 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17494
9c008155
AM
174952013-10-04 Alan Modra <amodra@gmail.com>
17496
17497 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17498 64-bit int/double union.
17499 (_FPU_SETCW): Likewise.
17500 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17501 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17502
da13146d
AM
175032013-10-04 Alan Modra <amodra@gmail.com>
17504
17505 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17506 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17507
603e8410
AM
175082013-10-04 Alan Modra <amodra@gmail.com>
17509
17510 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17511 use vector int constants.
17512 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17513
4a28b3ca
AB
175142013-10-04 Anton Blanchard <anton@au1.ibm.com>
17515
17516 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17517 array with long long.
17518 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17519 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17520 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17521 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17522 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17523 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17524 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17525 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17526 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17527 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17528 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17529 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17530 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17531
2ca85d2b
AB
175322013-10-04 Anton Blanchard <anton@au1.ibm.com>
17533
17534 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17535 (__signbit): Likewise. Correct for little-endian.
17536 (__signbitl): Call __signbit.
17537 (lrint): Correct for little-endian.
17538 (lrintf): Call lrint.
17539
62a728ae
AM
175402013-10-04 Alan Modra <amodra@gmail.com>
17541
17542 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17543 union 32-bit int array member with 64-bit int array.
17544 (t515, tm256): Double rather than long double.
17545 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17546
32c301df
AM
175472013-10-04 Alan Modra <amodra@gmail.com>
17548
17549 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17550 Delete.
17551 (IEEE854_LONG_DOUBLE_BIAS): Delete.
17552 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17553 version of math_ldbl.h.
17554
650ef4bd
AM
175552013-10-04 Alan Modra <amodra@gmail.com>
17556
17557 [BZ #15734], [BZ #15735]
17558 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17559 all uses of ieee875 long double macros and unions. Simplify test
17560 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
17561 ldbl_extract_mantissa value for ix,iy exponents. Properly
17562 normalize after ldbl_extract_mantissa, and don't add hidden bit
17563 already handled. Don't treat low word of ieee854 mantissa like
17564 low word of IBM long double and mask off bit when testing for
17565 zero.
17566 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17567 all uses of ieee875 long double macros and unions. Simplify tests
17568 for 0.0L and inf. Correct double adjustment of k. Delete dead code
17569 adjusting ha,hb. Simplify code setting kld. Delete two600 and
17570 two1022, instead use their values. Recognise that tests for large
17571 "a" and small "b" are mutually exclusive. Rename vars. Comment.
17572 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17573 Rewrite all uses of ieee875 long double macros and unions. Simplify
17574 test for 0.0L and nan. Correct negation.
17575 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
17576 ieee875 long double macros and unions. Correct output for large
17577 magnitude x. Correct absolute value calculation.
17578 (__erfcl): Likewise.
17579 * math/libm-test.inc: Add tests for errors discovered in IBM long
17580 double versions of fmodl, remainderl, erfl and erfcl.
17581
765714ca
AM
175822013-10-04 Alan Modra <amodra@gmail.com>
17583
17584 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17585 all uses of ieee854 long double macros and unions. Simplify tests
17586 for long doubles that are fully specified by the high double.
17587 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
17588 Likewise.
17589 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
17590 Remove dead code too.
17591 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
17592 (__ieee754_ynl): Likewise.
17593 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
17594 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
17595 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
17596 Remove dead code too.
17597 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
17598 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
17599 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
17600 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
17601 Simplify.
17602 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
17603 Simplify.
17604 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
17605 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
17606 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
17607 Comment on variable precision.
17608 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
17609 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
17610 Likewise.
17611 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
17612 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
17613 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
17614 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
17615 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
17616
4ebd120c
AM
176172013-10-04 Alan Modra <amodra@gmail.com>
17618
17619 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
17620 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
17621 all uses of ieee854 long double macros and unions.
17622 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
17623 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
17624 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
17625 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
17626 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
17627 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
17628 Likewise.
17629 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
17630 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
17631 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
17632 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
17633 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
17634 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
17635 Simplify sign and nan test too.
17636 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
17637 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
17638 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
17639 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
17640 Likewise.
17641 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
17642 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
17643 Likewise.
17644 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
17645 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
17646 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17647 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17648 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17649 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17650
1b6adf88
AM
176512013-10-04 Alan Modra <amodra@gmail.com>
17652
17653 * stdio-common/printf_size.c (__printf_size): Don't use
17654 union ieee854_long_double in fpnum union.
17655 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
17656 signbit macro to retrieve sign from long double.
17657 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17658 retrieve sign from long double.
17659 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17660 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17661 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17662 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17663 * math/test-misc.c (main): Don't use union ieee854_long_double.
17664
4cf69995
AM
176652013-10-04 Alan Modra <amodra@gmail.com>
17666
17667 [BZ #15680]
17668 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17669 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17670 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17671 calculation. Remove unnecessary test for denormal exponent.
17672 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17673 Correct handling of denormals. Avoid undefined shift behaviour.
17674 Correct normalisation of low mantissa when low double is denormal.
17675 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17676 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
17677 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17678 Correct normalisation of low mantissa. Test for overflow of high
17679 mantissa and normalise.
17680 (ldbl_nearbyint): Use more readable constant for two52.
17681 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17682 (__mpn_construct_long_double): Fix test for overflow of high
17683 mantissa and correct normalisation. Avoid undefined shift.
17684
9605ca6c
AM
176852013-10-04 Alan Modra <amodra@gmail.com>
17686
17687 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17688 (union ibm_extended_long_double): Define as an array of ieee754_double.
17689 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17690 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17691 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17692 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17693 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17694 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17695 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17696 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17697 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17698 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17699 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17700
975569d0
JM
177012013-10-03 Joseph Myers <joseph@codesourcery.com>
17702
d3d23756
JM
17703 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17704 page size instead of calling getpagesize.
17705
975569d0
JM
17706 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17707 (LOCFILE_ALIGN_MASK): Likewise.
17708 (LOCFILE_ALIGN_UP): Likewise.
17709 (LOCFILE_ALIGNED_P): Likewise.
17710 * locale/programs/ld-collate.c (collate_output): Use the new
17711 macros instead of __alignof__ (int32_t).
17712 * locale/weight.h (findidx): Likewise.
17713
b1fe1f2b
OB
177142013-10-03 Ondřej Bílka <neleai@seznam.cz>
17715
17716 [BZ #431]
17717 * manual/string.texi: Fix strncat and wcsncat.
17718
5f855e35
BM
177192013-10-03 Brooks Moses <bmoses@google.com>
17720
17721 [BZ #15915]
17722 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17723 * Makerules: ...here, and adjust associated comments.
17724
3cef6009
WN
177252013-10-02 Will Newton <will.newton@linaro.org>
17726
17727 * malloc/Makefile: Add tst-pvalloc.
17728 * malloc/tst-pvalloc.c: New file.
17729
7815420b
WN
177302013-10-02 Will Newton <will.newton@linaro.org>
17731
17732 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17733 improve test coverage.
17734
4868b204
WN
177352013-10-02 Will Newton <will.newton@linaro.org>
17736
17737 * malloc/Makefile: Add tst-posix_memalign.
17738 * malloc/tst-posix_memalign.c: New file.
17739
29c793b3
EB
177402013-10-01 Eric Blake <eblake@redhat.com>
17741
17742 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17743 Use __THROWNL rather than __THROW on static functions.
17744
fd967522
PM
177452013-09-30 Petr Machata <pmachata@redhat.com>
17746
17747 * elf/elf.h (R_AARCH64_ABS16): New macro.
17748 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17749 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17750 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17751 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17752 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17753 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17754 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17755 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17756 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17757 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17758 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17759 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17760 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17761 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17762 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17763 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17764 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17765 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17766 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17767 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17768 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17769 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17770 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17771 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17772 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17773 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17774 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17775 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17776 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17777 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17778 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17779 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17780 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17781 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17782 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17783 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17784 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17785 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17786 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17787 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17788 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17789 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17790 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17791 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17792 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17793 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17794 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17795 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17796 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17797 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
17798 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
17799 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17800 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17801 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17802 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17803 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17804 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17805 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17806 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17807 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17808 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17809 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17810 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17811 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17812 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17813 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17814 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17815 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17816 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17817 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17818 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17819 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17820 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17821 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17822 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17823 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17824 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17825 (R_AARCH64_TLSDESC_LDR): Likewise.
17826 (R_AARCH64_TLSDESC_ADD): Likewise.
17827 (R_AARCH64_TLSDESC_CALL): Likewise.
17828
b2179107
AS
178292013-09-30 Andreas Schwab <schwab@suse.de>
17830
17831 [BZ #15048]
17832 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17833 the nss database lookup.
17834 * nscd/initgrcache.c (addinitgroupsX): Likewise.
17835 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17836
47f28d0a
MF
178372013-09-28 Mike Frysinger <vapier@gentoo.org>
17838
17839 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17840
178412013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
17842
17843 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17844 ${Bash-specific parameter/pattern/string} parameter expansion.
17845 * sysdeps/unix/make-syscalls.sh: Likewise.
17846
f4518a17
KK
178472013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17848
17849 * sysdeps/sh/stackguard-macros.h: New file.
17850
dc1a95c7
OB
178512013-09-26 Ondřej Bílka <neleai@seznam.cz>
17852
17853 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17854 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17855 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17856 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17857 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17858 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17859
5ebbff8f
AZ
178602013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17861
17862 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17863 Fix thread ID register.
17864
4fd2cf9f
JM
178652013-09-25 Joseph Myers <joseph@codesourcery.com>
17866
17867 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17868 [POSIX || UNIX98]: Require rather than permitting all symbols from
17869 <time.h>.
17870 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17871 element of struct sched_param.
17872 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17873 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17874 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17875 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17876 constant.
17877
12c22bc4
OL
178782013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
17879
17880 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17881 argument calculation.
17882
a03d8ea7
JM
178832013-09-24 Joseph Myers <joseph@codesourcery.com>
17884
17885 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17886 Expect macro.
17887 [POSIX] (pthread_attr_t): Do not require type.
17888 [POSIX] (pthread_cond_t): Likewise.
17889 [POSIX] (pthread_condattr_t): Likewise.
17890 [POSIX] (pthread_key_t): Likewise.
17891 [POSIX] (pthread_mutex_t): Likewise.
17892 [POSIX] (pthread_mutexattr_t): Likewise.
17893 [POSIX] (pthread_once_t): Likewise.
17894 [POSIX] (pthread_t): Likewise.
17895 [POSIX-based standards] (pthread_atfork): Expect function.
17896
6055173a
JM
178972013-09-24 Joseph Myers <joseph@codesourcery.com>
17898 Richard Sandiford <richard@codesourcery.com>
17899
17900 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17901 (swap_endianness_p): New extern variable.
17902 (set_big_endian): New inline function.
17903 (maybe_swap_uint32): Likewise.
17904 (maybe_swap_uint32_array): Likewise.
17905 (maybe_swap_uint32_obstack): Likewise.
17906 * locale/programs/locfile.c: Include <stdbool.h>.
17907 (swap_endianness_p): New variable.
17908 (add_locale_uint32): Call maybe_swap_uint32.
17909 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17910 (write_locale_data): Call maybe_swap_uint32_array.
17911 * locale/programs/ld-collate.c (obstack_int32_grow): Call
17912 maybe_swap_uint32.
17913 (obstack_int32_grow_fast): Likewise.
17914 (output_weightwc): Call maybe_swap_uint32_obstack.
17915 (collate_output): Likewise.
17916 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17917 (OPT_LITTLE_ENDIAN): Likewise.
17918 (options): Add --little-endian and --big-endian options.
17919 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17920 * locale/programs/locarchive.c: Include "locfile.h".
17921 (GET): New macro.
17922 (SET): Likewise.
17923 (INC): Likewise.
17924 (create_archive): Use the new macros to access fields of
17925 structures directly mapped from or written to locale archives.
17926 (oldlocrecentcmp): Likewise.
17927 (enlarge_archive): Likewise.
17928 (insert_name): Likewise.
17929 (add_alias): Likewise.
17930 (add_locale): Likewise.
17931 (delete_locales_from_archive): Likewise.
17932 (show_archive_content): Likewise.
17933 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
17934 locale data.
17935
39bf0bb4
RM
179362013-09-24 Roland McGrath <roland@hack.frob.com>
17937
17938 * manual/freemanuals.texi: Updated from (newly) canonical copy at
17939 http://www.gnu.org/doc/freemanuals.texi.
17940 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17941
f02eed10
WN
179422013-09-24 Will Newton <will.newton@linaro.org>
17943
17944 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17945 macro.
17946
a3a6c312
JM
179472013-09-23 Joseph Myers <joseph@codesourcery.com>
17948
17949 * locale/hashval.h (compute_hashval): Interpret bytes of key as
17950 unsigned char.
17951
107375ac
MR
179522013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
17953
17954 * manual/threads.texi (POSIX Threads): Fix a typo.
17955
141f3a77
SP
179562013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
17957
303e567a
SP
17958 [BZ #14547]
17959 * string/tst-strcoll-overflow.c: New test case.
17960 * string/Makefile (xtests): Add tst-strcoll-overflow.
17961 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17962 cache if string sizes may cause integer overflow.
17963
141f3a77
SP
17964 [BZ #14547]
17965 * string/strcoll_l.c (coll_seq): New members rule, idx,
17966 save_idx and back_us.
17967 (get_next_seq_nocache): New function.
17968 (do_compare_nocache): New function.
17969 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17970 when malloc fails.
17971
c61b4d41
CD
179722013-09-23 Carlos O'Donell <carlos@redhat.com>
17973
0b1f8e35
CD
17974 [BZ #15754]
17975 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17976 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17977 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17978
c61b4d41
CD
17979 [BZ #15754]
17980 * elf/Makefile (tests): Add tst-ptrguard1.
17981 (tests-static): Add tst-ptrguard1-static.
17982 (tst-ptrguard1-ARGS): Define.
17983 (tst-ptrguard1-static-ARGS): Define.
17984 * elf/tst-ptrguard1.c: New file.
17985 * elf/tst-ptrguard1-static.c: New file.
17986 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17987 * sysdeps/i386/stackguard-macros.h: Likewise.
17988 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17989 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17990 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17991 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17992 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17993 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17994
179952013-09-23 Hector Marco <hecmargi@upv.es>
17996 Ismael Ripoll <iripoll@disca.upv.es>
17997 Carlos O'Donell <carlos@redhat.com>
17998
17999 [BZ #15754]
18000 * sysdeps/generic/stackguard-macros.h: Define
18001 __pointer_chk_guard_local and POINTER_CHK_GUARD.
18002 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
18003 Define __pointer_chk_guard_local.
18004 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
18005 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
18006
f5f4e7b4
VV
180072013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
18008
18009 [BZ #15859]
18010 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
18011
5bb43a43
AS
180122013-09-20 Andreas Schwab <schwab@linux-m68k.org>
18013
18014 * include/string.h (__ffs): Declare as hidden.
18015 * string/ffs.c (__ffs): Define as hidden.
18016 * sysdeps/i386/ffs.c (__ffs): Likewise.
18017 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
18018 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
18019 * sysdeps/s390/ffs.c (__ffs): Likewise.
18020 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
18021
3ea5be54
AO
180222013-09-20 Alexandre Oliva <aoliva@redhat.com>
18023
ffb89e53
AO
18024 * NEWS: Mention malloc probes.
18025
322dea08
AO
18026 * malloc/arena.c (new_heap): New memory_heap_new probe.
18027 (grow_heap): New memory_heap_more probe.
18028 (shrink_heap): New memory_heap_less probe.
18029 (heap_trim): New memory_heap_free probe.
18030 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
18031 (systrim): New memory_sbrk_less probe.
18032 * manual/probes.texi: Document them.
18033
655673f3
AO
18034 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
18035 * manual/probes.texi: Document it.
18036
35fed6f1
AO
18037 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
18038 (__libc_realloc): Add memory_realloc_retry probe.
18039 (__libc_memalign): Add memory_memalign_retry probe.
18040 (__libc_valloc): Add memory_valloc_retry probe.
18041 (__libc_pvalloc): Add memory_pvalloc_retry probe.
18042 (__libc_calloc): Add memory_calloc_retry probe.
18043 * manual/probes.texi: Document them.
18044
6999d38c
AO
18045 * malloc/arena.c (get_free_list): Add probe
18046 memory_arena_reuse_free_list.
18047 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
18048 and memory_arena_reuse.
18049 (arena_get2) [!PER_THREAD]: Likewise.
18050 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
18051 memory_arena_reuse_realloc.
18052 * manual/probes.texi: Document them.
18053
0653427f
AO
18054 * malloc/malloc.c (__libc_free): Add
18055 memory_mallopt_free_dyn_thresholds probe.
18056 (__libc_mallopt): Add multiple memory_mallopt probes.
18057 * manual/probes.texi: Document them.
18058
3ea5be54
AO
18059 * malloc/malloc.c: Include stap-probe.h.
18060 (__libc_mallopt): Add memory_mallopt probe.
18061 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
18062 * manual/probes.texi: New.
18063 * manual/Makefile (chapters): Add probes.
18064 * manual/threads.texi: Set next node.
18065
e35696c3 180662013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 18067
e35696c3
CL
18068 [BZ #15963, #13985]
18069 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
18070 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
18071 Add `Chinese' to `nan' entry name.
18072
4aafb73c
SP
180732013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
18074
18075 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
18076 (POLYNOMIAL): Likewise.
18077 (TAYLOR_SINCOS): Likewise.
18078 (TAYLOR_SLOW): Likewise.
18079 (__sin): Use TAYLOR_SINCOS.
18080 (__cos): Likewise.
18081 (slow): Use TAYLOR_SLOW.
18082 (sloww): Likewise.
18083 (bsloww): Likewise.
18084 (csloww): Likewise.
18085
d84f25c7
LD
180862013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
18087
18088 * stdlib/strtod_l.c: Fix buffer overrun.
18089
5eea0404
SP
180902013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
18091
7849ff93
SP
18092 * benchtests/Makefile (bench): Add sincos.
18093 * benchtests/bench-sincos.c: New file.
18094
cfa3c886
SP
18095 * math/libm-test.inc (cos_test_data): New test inputs.
18096 (sin_test_data): Likewise.
18097
b348e1e3
SP
18098 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18099 macro.
18100 (__sin): Use it.
18101 (__cos): Likewise.
18102 (slow1): Likewise.
18103 (slow2): Likewise.
18104 (sloww1): Likewise.
18105 (sloww2): Likewise.
18106 (bsloww1): Likewise.
18107 (bsloww2): Likewise.
18108 (cslow2): Likewise.
18109 (csloww1): Likewise.
18110 (csloww2): Likewise.
18111
6cce25f8
SP
18112 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18113 function.
18114 (__sin): Use it.
18115 (__cos): Likewise.
18116
5eea0404
SP
18117 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18118 gotos.
18119 (__cos): Likewise.
18120
9c21573c
MR
181212013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
18122
18123 * config.h.in (HAVE_MIPS_NAN2008): New macro.
18124 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18125 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18126 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18127 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18128 * elf/cache.c (print_entry): Handle the new cache flags.
18129
24d22e65
JM
181302013-09-18 Joseph Myers <joseph@codesourcery.com>
18131 Aldy Hernandez <aldyh@redhat.com>
18132
18133 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18134 Change condition to [_SOFT_FLOAT].
18135 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18136 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18137 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18138 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18139 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18140 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18141 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18142 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18143 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18144 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18145 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18146 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18147 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18148 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18149 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18150 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18151 declaration.
18152
d13ef066
JM
181532013-09-18 Joseph Myers <joseph@codesourcery.com>
18154
2e071de0
JM
18155 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18156 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18157 (__longjmp): Use LOAD_GP to load saved GPRs.
18158 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18159 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18160 (__sigsetjmp): Use SAVE_GP to save GPRs.
18161
d13ef066
JM
18162 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18163 Do not append -msoft-float.
18164 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18165
97a0650b
SP
181662013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
18167
18168 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18169
11ca09e9
JM
181702013-09-17 Joseph Myers <joseph@codesourcery.com>
18171
18172 [BZ #15966]
18173 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18174 (_FPU_GETCW): Use initial "__" on variable and field names but not
18175 on macro parameter name.
18176 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
18177 parentheses around reference to macro parameter.
18178
08ffcf34
RS
181792013-09-13 Richard Sandiford <richard@codesourcery.com>
18180
18181 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18182 prototype.
18183 (ctype_startup): Use uint32_t in cast and sizeof for
18184 ctype->charnames.
18185
ae7080d3
JL
181862013-09-11 Jia Liu <proljc@gmail.com>
18187
18188 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18189 __daddr_t_defined.
18190 [__FreeBSD__]: Likewise.
18191
5905e7b3
OB
181922013-09-11 Ondřej Bílka <neleai@seznam.cz>
18193
18194 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18195 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18196 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18197 (strchr): Remove __strchr_sse42 ifunc selection.
18198 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18199 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18200
b987c776
WN
182012013-09-11 Will Newton <will.newton@linaro.org>
18202
18203 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18204 parameter to RES. Remove hardcoded 1000 value.
18205 * benchtests/bench-skeleton.c (main): Pass RES parameter
18206 to TIMING_INIT and multiply result by 1000.
18207
ddf985af
AZ
182082013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18209
18210 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18211
ffdd3181
AS
182122013-09-11 Andreas Schwab <schwab@suse.de>
18213
18214 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18215 if not defined.
18216 (O_TMPFILE) [__USE_GNU]: Define.
18217 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18218 Define.
18219
b73ed247
WN
182202013-09-11 Will Newton <will.newton@linaro.org>
18221
18222 [BZ #15857]
18223 * malloc/malloc.c (__libc_memalign): Check the value of bytes
18224 does not overflow.
18225
55e17aad
WN
182262013-09-11 Will Newton <will.newton@linaro.org>
18227
18228 [BZ #15856]
18229 * malloc/malloc.c (__libc_valloc): Check the value of bytes
18230 does not overflow.
18231
1159a193
WN
182322013-09-11 Will Newton <will.newton@linaro.org>
18233
18234 [BZ #15855]
18235 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18236 does not overflow.
18237
5905e7b3 182382013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
18239
18240 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18241 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18242 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18243 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18244 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18245
cdfc721b
AM
182462013-09-10 Allan McRae <allan@archlinux.org>
18247
aa04af00
AM
18248 [BZ #15748]
18249 * manual/arith.texi (Parsing of Floats): Clarify
18250 cross-reference.
18251
cdfc721b
AM
18252 [BZ #15849]
18253 * manual/install.texi (Running make install): Mention
18254 --enable-pt-chown.
18255 * INSTALL: Regenerated.
18256
95e7cf29
MR
182572013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18258
18259 * csu/init-first.c (_init): Remove the !SHARED condition around
18260 FPU control word initialization.
18261 * elf/dl-support.c (_dl_fpu_control): New variable.
18262 (_dl_aux_init) <AT_FPUCW>: Initialize it.
18263 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18264 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18265 * math/test-fpucw-static.c: New file.
18266 * math/test-fpucw-ieee.c: New file.
18267 * math/test-fpucw-ieee-static.c: New file.
18268 * math/Makefile (tests): Add `test-fpucw-ieee' and
18269 `$(tests-static)'.
18270 (tests-static): New variable.
18271 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18272 dependency to...
18273 [($(build-shared),yes)]
18274 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18275 ... this.
18276 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18277 New dependency.
18278
83e43bf0
AM
182792013-09-09 Allan McRae <allan@archlinux.org>
18280
a9f5ce09
AM
18281 [BZ #15939]
18282 * manual/string.texi (Collation Functions): Fix typo in
18283 strcoll example.
18284 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18285
34829bc2
AM
18286 [BZ #15893]
18287 * stdlib/isomac.c (get_null_defines): Fix memory leak.
18288
3932737d
AM
18289 [BZ #15892]
18290 * libio/memstream.c (open_memstream): Fix memory leak.
18291 * libio/wmemstream.c (open_wmemstream): Likewise.
18292
83e43bf0
AM
18293 [BZ #15895]
18294 * nscd/netgroupcache.c: Fix nesting of ifdefs.
18295
0c66b8e9
WN
182962013-09-09 Will Newton <will.newton@linaro.org>
18297
18298 * malloc/Makefile: Add tst-realloc to tests.
18299 * malloc/tst-realloc.c: New file.
18300
f6b00fd1
AM
183012013-09-09 Allan McRae <allan@archlinux.org>
18302
18303 [BZ #15844]
18304 * COPYING: Update from GNU website to fix FSF address.
18305 * COPYING.LIB: Likewise.
18306
eec55e16
DM
183072013-09-06 David S. Miller <davem@davemloft.net>
18308
18309 * po/zh_TW.po: Update Chinese (traditional) translation from
18310 translation project.
18311
1ecbb381
RS
183122013-09-06 Richard Sandiford <richard@codesourcery.com>
18313 Joseph Myers <joseph@codesourcery.com>
18314
18315 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18316 "localeinfo.h".
18317 (obstack_chunk_alloc): New macro.
18318 (obstack_chunk_free): Likewise.
18319 (record_offset): New function.
18320 (init_locale_data): Likewise.
18321 (align_locale_data): Likewise.
18322 (add_locale_empty): Likewise.
18323 (add_locale_raw_data): Likewise.
18324 (add_locale_raw_obstack): Likewise.
18325 (add_locale_string): Likewise.
18326 (add_locale_wstring): Likewise.
18327 (add_locale_uint32): Likewise.
18328 (add_locale_uint32_array): Likewise.
18329 (add_locale_char): Likewise.
18330 (start_locale_structure): Likewise.
18331 (end_locale_structure): Likewise.
18332 (start_locale_prelude): Likewise.
18333 (end_locale_prelude): Likewise.
18334 (write_locale_data): Take locale_file structure rather than an
18335 iovec.
18336 * locale/programs/locfile.h: Include "obstack.h".
18337 (struct locale_file): Change to store locale file contents instead
18338 of header.
18339 (init_locale_data): New prototype.
18340 (align_locale_data): Likewise.
18341 (add_locale_empty): Likewise.
18342 (add_locale_raw_data): Likewise.
18343 (add_locale_raw_obstack): Likewise.
18344 (add_locale_string): Likewise.
18345 (add_locale_wstring): Likewise.
18346 (add_locale_uint32): Likewise.
18347 (add_locale_uint32_array): Likewise.
18348 (add_locale_char): Likewise.
18349 (start_locale_structure): Likewise.
18350 (end_locale_structure): Likewise.
18351 (start_locale_prelude): Likewise.
18352 (end_locale_prelude): Likewise.
18353 (write_locale_data): Update prototype.
18354 * locale/programs/3level.h (struct TABLE): Remove result field.
18355 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18356 Use new locale_file interface.
18357 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18358 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18359 * locale/programs/ld-address.c (address_output): Use new
18360 locale_file interface.
18361 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18362 NO_ADD_LOCALE.
18363 (collate_finish): Don't call collseq_table_finalize.
18364 (collate_output): Use new locale_file interface.
18365 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18366 in file.
18367 (NO_FINALIZE): Change to NO_ADD_LOCALE.
18368 (TABLE): Move defines earlier in file.
18369 (ELEMENT): Likewise.
18370 (DEFAULT): Likewise.
18371 (wctrans_table_add): Move macro and inline function earlier in
18372 file.
18373 (struct wctype_table): Move type earlier in file.
18374 (add_locale_wctype_table): New static prototype.
18375 (struct locale_ctype_t): Use logical types instead of struct iovec
18376 pointers for members.
18377 (ctype_output): Use new locale_file interface.
18378 (wctype_table_finalize): Change to add_locale_wctype_table. Use
18379 new locale_file interface.
18380 (allocate_arrays): Update for use of new locale_file interface.
18381 * locale/programs/ld-identification.c (identification_output): Use
18382 new locale_file interface.
18383 * locale/programs/ld-measurement.c (measurement_output): Likewise.
18384 * locale/programs/ld-messages.c (messages_output): Likewise.
18385 * locale/programs/ld-monetary.c (monetary_output): Likewise.
18386 * locale/programs/ld-name.c (name_output): Likewise.
18387 * locale/programs/ld-numeric.c (numeric_output): Likewise.
18388 * locale/programs/ld-paper.c (paper_output): Likewise.
18389 * locale/programs/ld-telephone.c (telephone_output): Likewise.
18390 * locale/programs/ld-time.c (time_output): Likewise.
18391
e029e2e5
AZ
183922013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18393
18394 * benchtests/Makefile: Add memrchr benchmark.
18395 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18396 benchmark as memrchr.
18397 * benchtests/bench-memrchr-ifunc.c: New file.
18398 * benchtests/bench-memrchr.c: New file.
18399
bbf6e8e4
WN
184002013-09-06 Will Newton <will.newton@linaro.org>
18401
18402 * benchtests/Makefile (string-bench): Add memcpy.
18403
6c82a2f8
CD
184042013-09-05 Carlos O'Donell <carlos@redhat.com>
18405 Cong Wang <amwang@redhat.com>
18406
e732c5f0 18407 [BZ #15850]
6c82a2f8
CD
18408 * sysdeps/unix/sysv/linux/bits/in.h
18409 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18410 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18411 before __USE_KERNEL_IPV6_DEFS uses.
18412 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18413 IPPROTO_BEETPH.
18414 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18415 sockaddr_in6, or ipv6_mreq.
18416
5430fc65
AZ
184172013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18418
18419 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18420 memory access for final bytes in some large inputs.
18421 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18422
4660856c
AZ
184232013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18424
18425 * string/test-memrchr.c: New file.
18426 * string/test-memrchr-ifunc.c: New file.
18427 * string/Makefile: Add new memrchr testcase.
18428
bb8ea713
MF
184292013-09-05 Mike Frysinger <vapier@gentoo.org>
18430
18431 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18432 fanotify_init returns EPERM.
18433
b92a20b5
JM
184342013-09-04 Joseph Myers <joseph@codesourcery.com>
18435
18436 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18437 errors.
18438 (top level): Treat second token from macro or constant entries for
18439 allowed headers as allowed.
18440 * include/complex.h: Condition internal declarations on
18441 [!_ISOMAC].
18442 * include/fenv.h: Condition include of <stdbool.h> and internal
18443 declarations on [!_ISOMAC].
7447ccd9
CL
18444
184452013-09-04 Chris Leonard <cjl@sugarlabs,.org>
18446
3e181dda 18447 [BZ #15923]
7447ccd9
CL
18448 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18449
3f2e46a4
JM
184502013-09-04 Joseph Myers <joseph@codesourcery.com>
18451
18452 * configure.in (--enable-versioning): Remove configure option.
18453 (libc_cv_asm_symver_directive): Remove configure test.
18454 (libc_cv_ld_version_script_option): Likewise.
18455 (VERSIONING): Remove variable and AC_SUBST.
18456 (DO_VERSIONING): Remove AC_DEFINE.
18457 * configure: Regenerated.
18458 * config.h.in (DO_VERSIONING): Remove macro.
18459 * Makerules [$(versioning) = yes]: Change conditionals to
18460 [$(build-shared) = yes].
18461 * config.make.in (versioning): Remove variable.
18462 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18463 [$(build-shared) = yes].
18464 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18465 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18466 * elf/Makefile [$(versioning) = yes]: Change conditionals to
18467 [$(build-shared) = yes].
18468 * extra-lib.mk [$(versioning) = yes]: Likewise.
18469 * hurd/Makefile [$(versioning) = yes]: Likewise.
18470 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18471 [SHARED].
18472 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18473 [SHARED].
18474 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18475 [SHARED && !NO_HIDDEN].
18476 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18477 [SHARED].
18478 [SHARED && DO_VERSIONING]: Likewise..
18479 * libio/Makefile [$(versioning) = yes]: Change conditionals to
18480 [$(build-shared) = yes].
18481 * manual/install.texi (--disable-versioning): Remove
18482 documentation.
18483 * INSTALL: Regenerated.
18484 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18485 to [SHARED].
18486 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18487 [$(build-shared) = yes].
18488 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18489 * sysdeps/i386/i686/multiarch/strstr-c.c
18490 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18491 [SHARED && !NO_HIDDEN].
18492 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18493 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18494 * sysdeps/powerpc/powerpc32/dl-machine.c
18495 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18496 * sysdeps/powerpc/powerpc32/sysdep.h
18497 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18498 to [SHARED && PIC && !NO_HIDDEN].
18499 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18500 conditional to [SHARED].
18501
44558701
WN
185022013-09-04 Will Newton <will.newton@linaro.org>
18503
18504 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18505 * benchtests/bench-string.h: Include bench-timing.h instead
18506 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18507 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18508 call to HP_TIMING_DIFF_INIT.
18509 * benchtests/bench-memccpy.c: Use bench-timing.h macros
18510 instead of hp-timing.h macros.
18511 * benchtests/bench-memchr.c: Likewise.
18512 * benchtests/bench-memcmp.c: Likewise.
18513 * benchtests/bench-memcpy.c: Likewise.
18514 * benchtests/bench-memmem.c: Likewise.
18515 * benchtests/bench-memmove.c: Likewise.
18516 * benchtests/bench-memset.c: Likewise.
18517 * benchtests/bench-rawmemchr.c: Likewise.
18518 * benchtests/bench-strcasecmp.c: Likewise.
18519 * benchtests/bench-strcasestr.c: Likewise.
18520 * benchtests/bench-strcat.c: Likewise.
18521 * benchtests/bench-strchr.c: Likewise.
18522 * benchtests/bench-strcmp.c: Likewise.
18523 * benchtests/bench-strcpy.c: Likewise.
18524 * benchtests/bench-strcpy_chk.c: Likewise.
18525 * benchtests/bench-strlen.c: Likewise.
18526 * benchtests/bench-strncasecmp.c: Likewise.
18527 * benchtests/bench-strncat.c: Likewise.
18528 * benchtests/bench-strncmp.c: Likewise.
18529 * benchtests/bench-strncpy.c: Likewise.
18530 * benchtests/bench-strnlen.c: Likewise.
18531 * benchtests/bench-strpbrk.c: Likewise.
18532 * benchtests/bench-strrchr.c: Likewise.
18533 * benchtests/bench-strspn.c: Likewise.
18534 * benchtests/bench-strstr.c: Likewise.
18535
cae16d66
WN
185362013-09-04 Will Newton <will.newton@linaro.org>
18537
18538 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18539
ffa3cd7f
JM
185402013-09-03 Joseph Myers <joseph@codesourcery.com>
18541
18542 [BZ #15427]
18543 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18544 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18545 * math/libm-test.inc (lgamma_test_data): Add more tests.
18546 * sysdeps/i386/fpu/libm-test-ulps: Update.
18547 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18548
8f02859f
OB
185492013-09-03 Ondřej Bílka <neleai@seznam.cz>
18550
18551 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18552 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18553 Add ifunc.
18554 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18555 Add strcmp-sse2-unaligned
18556 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18557
18d43716
MF
185582013-09-02 Mike Frysinger <vapier@gentoo.org>
18559
18560 * Versions.def (libc): Add GLIBC_2.19.
18561
ac444012
MF
185622013-09-02 Mike Frysinger <vapier@gentoo.org>
18563
18564 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18565 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18566
b7835e32
JM
185672013-09-02 Joseph Myers <joseph@codesourcery.com>
18568
18569 [BZ #14155]
18570 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18571 intermediate calculations in recurrence.
18572 (__ieee754_ynf): Likewise.
18573 * math/libm-test.inc (jn_test_data): Do not allow spurious
18574 underflow exception. Add more tests.
18575 (yn_test_data): Add more tests.
18576 * sysdeps/i386/fpu/libm-test-ulps: Update.
18577 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18578
8220f4f0
OB
185792013-09-02 Ondřej Bílka <neleai@seznam.cz>
18580
18581 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18582
f24a6d08
OB
185832013-08-30 Ondřej Bílka <neleai@seznam.cz>
18584
18585 * csu/init-first.c: Fix then/than typos.
18586 * locale/programs/ld-collate.c: Likewise.
18587 * locale/programs/linereader.h: Likewise.
18588 * manual/charset.texi: Likewise.
18589 * manual/filesys.texi: Likewise.
18590 * manual/stdio.texi: Likewise.
18591 * manual/string.texi: Likewise.
18592 * stdlib/fmtmsg.c: Likewise.
18593 * sysdeps/i386/stpncpy.S: Likewise.
18594 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18595 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
18596 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18597 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
18598
382466e0
OB
185992013-08-30 Ondřej Bílka <neleai@seznam.cz>
18600
18601 * elf/dl-open.c: Fix typos.
18602 * iconvdata/gbbig5.c: Likewise.
18603 * iconvdata/iso-2022-jp.c: Likewise.
18604 * iconv/gconv_int.h: Likewise.
18605 * iconv/loop.c: Likewise.
18606 * nis/rpcsvc/nis.h: Likewise.
18607 * resolv/ns_name.c: Likewise.
18608 * stdio-common/vfscanf.c: Likewise.
18609 * streams/stropts.h: Likewise.
18610 * sunrpc/rpc_thread.c: Likewise.
18611 * sysdeps/i386/strpbrk.S: Likewise.
18612 * sysdeps/ieee754/k_standard.c: Likewise.
18613 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18614 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18615 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
18616 * sysdeps/mach/hurd/profil.c: Likewise.
18617 * sysdeps/s390/dl-procinfo.h: Likewise.
18618 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
18619 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
18620 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
18621 * sysdeps/x86_64/dl-trampoline.S: Likewise.
18622 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
18623
0186c6e9
OB
186242013-08-30 Ondřej Bílka <neleai@seznam.cz>
18625
18626 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
18627 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
18628
d4e16af1
OB
186292013-08-29 Ondřej Bílka <neleai@seznam.cz>
18630
18631 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
18632 aix specific files.
18633 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
18634 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
18635 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
18636 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
18637 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
18638 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
18639 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
18640 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
18641
88335980
TS
186422013-08-29 Thomas Schwinge <thomas@codesourcery.com>
18643 Roland McGrath <roland@hack.frob.com>
18644
18645 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
18646 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18647
ed479b02
ST
186482013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
18649
18650 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18651 __executable_start symbol instead of _start.
18652
f1cc4c86
TS
186532013-08-29 Thomas Schwinge <thomas@codesourcery.com>
18654
d821f07c
TS
18655 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18656 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18657 Move macros to...
18658 * sysdeps/gnu/ldsodefs.h: ... this new file.
18659
c54290cf
TS
18660 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18661 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18662 instead of ELFOSABI_LINUX.
18663
0007fc9b 18664 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
18665 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18666 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18667 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18668 Likewise.
18669 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18670 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18671 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18672 Likewise.
18673 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18674 (ibm_extended_long_double): Add ieee_nan member.
18675 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18676 (do_test): New function.
18677
f1cc4c86
TS
18678 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18679 TEST_TRUNC.
18680 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18681 functions, renamed from truncdfsf_test, trunctfsf_test,
18682 trunctfdf_test.
18683 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18684 functions.
18685 (do_test): Run all these.
18686
6f65e668
OB
186872013-08-29 Ondřej Bílka <neleai@seznam.cz>
18688
18689 * argp/argp-help.c: Fix typos.
18690 * argp/argp-parse.c: Likewise.
18691 * debug/backtracesyms.c: Likewise.
18692 * elf/elf.h: Likewise.
18693 * malloc/malloc.c: Likewise.
18694 * nis/nis_print.c: Likewise.
18695 * resolv/res_comp.c: Likewise.
18696 * stdlib/stdlib.h: Likewise.
18697 * sunrpc/clnt_tcp.c: Likewise.
18698 * sunrpc/clnt_udp.c: Likewise.
18699 * sunrpc/clnt_unix.c: Likewise.
18700 * sysdeps/unix/bsd/ptsname.c: Likewise.
18701 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18702 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
18703 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18704 Likewise.
18705 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18706 Likewise.
18707 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18708 Likewise.
6f65e668
OB
18709 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18710
3a309239
SP
187112013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
18712
18713 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18714 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18715
3b813b29
MF
187162013-08-27 Mike Frysinger <vapier@gentoo.org>
18717
18718 [BZ #15897]
18719 * dlfcn/Makefile (tests): Add bug-dl-leaf.
18720 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18721 ($(objpfx)bug-dl-leaf): New rule.
18722 ($(objpfx)bug-dl-leaf.so): Likewise.
18723 ($(objpfx)bug-dl-leaf.out): Likewise.
18724 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18725 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18726 * dlfcn/bug-dl-leaf.c: New test.
18727 * dlfcn/bug-dl-leaf-lib.c: Likewise.
18728 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18729 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18730 (dlclose): Likewise.
18731 (dlmopen): Likewise.
18732
8cc3269f
RM
187332013-08-27 Roland McGrath <roland@hack.frob.com>
18734
7f9d0034
RM
18735 * include/netdb.h [!_ISOMAC]:
18736 Don't include <tls.h>.
18737 (h_errno, __libc_h_errno): Move declaration and macros out of
18738 [_LIBC_REENTRANT].
18739
fb431262
RM
18740 * include/resolv.h [_RESOLV_H_]:
18741 Don't include <tls.h>.
18742 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18743 * resolv/res_libc.c: Don't include <tls.h>.
18744 (_res): Use __attribute__ ((nocommon)) in place of
18745 __attribute__ ((section (".bss"))).
18746
bd81123a
RM
18747 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18748 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18749
c4e42566
RM
18750 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18751
f890a59b
RM
18752 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18753 only under [SIOCGIFCONF && SIOCGIFNETMASK].
18754
18755 * resolv/res_mkquery.c: Include <sys/time.h>.
18756
5d1f0a09
RM
18757 * inet/ifreq.c: Moved to ...
18758 * sysdeps/unix/ifreq.c: ... here.
18759 * inet/ifreq.c: New file, true stub version.
18760
6fcf28b3
RM
18761 * socket/sa_len.c: New file.
18762 * socket/Makefile (aux): Add it.
18763 * sysdeps/unix/sysv/linux/Makefile
18764 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18765 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18766 and #include <socket/sa_len.c>.
18767 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18768 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18769
e041fb8b
RM
18770 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18771 * bits/socket.h: ... here.
18772
8cc3269f
RM
18773 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18774 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18775 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18776
5d228a43
AS
187772013-08-27 Andreas Schwab <schwab@suse.de>
18778
45b8accc
AS
18779 [BZ #15736]
18780 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18781 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18782 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18783 * string/test-strcasecmp.c (test_main): Run tests in several
18784 locales.
18785 * string/test-strncasecmp.c (test_main): Likewise.
18786
5d228a43
AS
18787 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18788 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18789 to __strcasecmp_nonascii and __strncasecmp_nonascii.
18790 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18791 (__strncasecmp_ssse3) [PIC]: Likewise.
18792
59d112a4
RM
187932013-08-26 Roland McGrath <roland@hack.frob.com>
18794
53234cc3
RM
18795 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18796
59d112a4
RM
18797 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
18798 instead of explicitly declaring xdecrypt.
18799 * nis/nss_nis/nis-publickey.c: Likewise.
18800
595aba70
SP
188012013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
18802
18803 [BZ #15890]
18804 * nscd/aicache.c: Include res_hconf.h.
18805 (addhstaiX): Initialize res_hconf.
18806
ffabd393
AS
188072013-08-26 Andreas Schwab <schwab@suse.de>
18808
18809 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18810 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18811
e0a69f5c
SP
188122013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
18813
18814 * nscd/aicache.c (addhstaiX): Fix indentation.
18815
8c12f01d
MF
188162013-08-25 Mike Frysinger <vapier@gentoo.org>
18817
18818 * configure.ac: Quote $build_pt_chown test.
18819 * configure: Regenerated.
18820
8fe89494
JM
188212013-08-23 Joseph Myers <joseph@codesourcery.com>
18822
18823 [BZ #15532]
18824 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18825 * math/s_cexpf.c (__cexpf): Likewise.
18826 * math/s_cexpl.c (__cexpl): Likewise.
18827 * math/libm-test.inc (cexp_test_data): Correct expected return
18828 value for NaN + i0. Add another test.
18829
75b181d6
DM
188302013-08-22 David S. Miller <davem@davemloft.net>
18831
18832 * po/ca.po: Update Catalan translation from translation project.
936241e4 18833 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 18834
acd06bb1
JM
188352013-08-21 Joseph Myers <joseph@codesourcery.com>
18836
18837 [BZ #15797]
18838 * math/s_fdim.c (__fdim): Check for infinite arguments if result
18839 is infinite, not alongside NaN test.
18840 * math/s_fdimf.c (__fdimf): Likewise.
18841 * math/s_fdiml.c (__fdiml): Likewise.
18842 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
18843 errno is unchanged.
18844
c0c3f78a
OB
188452013-08-21 Ondřej Bílka <neleai@seznam.cz>
18846
18847 * argp/argp-help.c: Fix typos.
18848 * crypt/speeds.c: Likewise.
18849 * csu/check_fds.c: Likewise.
18850 * elf/dl-load.c: Likewise.
18851 * elf/dl-open.c: Likewise.
18852 * elf/reldep3.c: Likewise.
18853 * elf/reldep.c: Likewise.
18854 * elf/sprof.c: Likewise.
18855 * iconv/iconv_charmap.c: Likewise.
18856 * iconv/skeleton.c: Likewise.
18857 * iconv/strtab.c: Likewise.
18858 * io/lockf64.c: Likewise.
18859 * libio/libioP.h: Likewise.
18860 * resolv/gai_notify.c: Likewise.
18861 * resolv/ns_name.c: Likewise.
18862 * resolv/ns_samedomain.c: Likewise.
18863 * resolv/res_send.c: Likewise.
18864 * stdlib/random.c: Likewise.
18865 * sunrpc/rpc/xdr.h: Likewise.
18866 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18867 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18868 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18869 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18870 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18871 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18872 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18873 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18874 * sysdeps/mach/hurd/check_fds.c: Likewise.
18875 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18876 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18877 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18878 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18879 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18880 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18881 * sysdeps/pthread/aio_notify.c: Likewise.
18882 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18883 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18884 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18885 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18886 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18887
46ed1038
LD
188882013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
18889
18890 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18891 version if bit_Slow_SSE4_2 is set.
18892 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18893 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18894
d400dcac
AZ
188952013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18896
18897 [BZ #15867]
18898 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18899 trampoline stack frame information.
18900 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18901 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18902 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18903 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18904 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18905 * sysdeps/unix/sysv/linux/powerpc/init-first.c
18906 (_libc_vdso_platform_setup): Initialize the signal trampolines.
18907 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18908 sa_flags value.
18909 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18910 interrupting a syscall and set with option SA_SIGINFO.
18911
42c8fdd8
JM
189122013-08-20 Joseph Myers <joseph@codesourcery.com>
18913
c980f2f4
JM
18914 [BZ #15531]
18915 * math/s_cproj.c (__cproj): Only return an infinity if one part of
18916 argument is infinite.
18917 * math/s_cprojf.c (__cprojf): Likewise.
18918 * math/s_cprojl.c (__cprojl): Likewise.
18919 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18920 * math/libm-test.inc (cproj_test_data): Add more tests.
18921
0716c4fc
JM
18922 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18923
42c8fdd8
JM
18924 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18925 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18926 size. Use __ffs to determine corresponding shift.
18927
b31469d0
JM
189282013-08-20 Joseph Myers <joseph@codesourcery.com>
18929 Roland McGrath <roland@hack.frob.com>
18930
18931 * Makefile (INSTALL): Remove trailing blank lines from output of
18932 makeinfo.
18933
4e39af6e
AK
189342013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18935
18936 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18937 Align 32 bit compat elf_greg to 8 bytes.
18938
f315524e
AA
189392013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
18940
18941 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18942
1326ba1a
SP
189432013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
18944
18945 * string/strcoll_l.c (coll_seq): New structure.
18946 (get_next_seq_cached): New function.
18947 (get_next_seq): New function.
18948 (do_compare): New function.
18949 (STRCOLL): Use GNU style definition. Simplify implementation
18950 by using get_next_seq, get_next_seq_cached and do_compare.
18951
91ce4085
FW
189522013-08-16 Florian Weimer <fweimer@redhat.com>
18953
18954 [BZ #14699]
18955 CVE-2013-4237
18956 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18957 member.
18958 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18959 member.
18960 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18961 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18962 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
18963 conditional.
18964 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18965 GETDENTS_64BIT_ALIGNED.
18966 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18967 * manual/filesys.texi (Reading/Closing Directory): Document
18968 ENAMETOOLONG return value of readdir_r. Recommend readdir more
18969 strongly.
18970 * manual/conf.texi (Limits for Files): Add portability note to
18971 NAME_MAX, PATH_MAX.
18972 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18973
ca0a6bc4
AS
189742013-08-13 Andreas Schwab <schwab@suse.de>
18975
18976 [BZ #15749]
18977 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18978 of fabs.
18979 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18980 LDBL_MAX_EXP >= 16384]: Add tests for it.
18981
6c1fd795
DM
189822013-08-12 David S. Miller <davem@davemloft.net>
18983
18984 * version.h (RELEASE): Set to "development".
18985 (VERSION): Set to "2.18.90".
18986 * NEWS: Add 2.19 section.
18987
31ad488d
DM
189882013-08-03 David S. Miller <davem@davemloft.net>
18989
18990 * po/ko.po: Update Korean translation from translation project.
18991
db24e684
DM
189922013-08-01 David S. Miller <davem@davemloft.net>
18993
18994 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
18995 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18996 Bilka.
18997
f723285b
DM
189982013-07-30 David S. Miller <davem@davemloft.net>
18999
19000 * po/fr.po: Update French translation from translation project.
19001
3cbc52db
DM
190022013-07-28 David S. Miller <davem@davemloft.net>
19003
30bbc0cc
DM
19004 * po/cs.po: Update Czech translation from translation project.
19005
3cbc52db
DM
19006 * po/sv.po: Update Swedish translation from translation project.
19007
d492e6d0
DM
190082013-07-27 David S. Miller <davem@davemloft.net>
19009
f1a7f492
DM
19010 * po/eo.po: Update Esperanto translation from translation project.
19011
90e62a4a
DM
19012 * po/vi.po: Update Vietnamese translation from translation project.
19013
d492e6d0
DM
19014 * po/de.po: Update German translation from translation project.
19015
d4baa62d
DM
190162013-07-26 David S. Miller <davem@davemloft.net>
19017
641aa7b4
DM
19018 * po/bg.po: Update Bulgarian translation from translation project.
19019
d4baa62d
DM
19020 * po/nl.po: Update Dutch translation from translation project.
19021 * po/pl.po: Update Polish translation from translation project.
19022 * po/ru.po: Update Russian translation from translation project.
19023
61a9dcb9
DM
190242013-07-24 David S. Miller <davem@davemloft.net>
19025
19026 * po/libc.pot: Update.
19027
7b1f8b58
AZ
190282013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19029
19030 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
19031 variable page size.
19032 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
19033 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
19034 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
19035
a8fc7a03
AK
190362013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19037
19038 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
19039
e4608715
CD
190402013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
19041 Andreas Schwab <schwab@suse.de>
19042 Roland McGrath <roland@hack.frob.com>
19043 Joseph Myers <joseph@codesourcery.com>
19044 Carlos O'Donell <carlos@redhat.com>
19045
19046 [BZ #15755]
19047 * config.h.in: Define HAVE_PT_CHOWN.
19048 * config.make.in (build-pt-chown): New variable.
19049 * configure.in (--enable-pt_chown): New configure option.
19050 * configure: Regenerate.
19051 * login/Makefile: Include Makeconfig. Build pt_chown only if
19052 build-pt-chown is enabled.
19053 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
19054 pt_chown to fix pty ownership.
19055 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
19056 CLOSE_ALL_FDS.
19057 * manual/install.texi (Configuring and compiling): Mention
19058 --enable-pt_chown. Add @findex for grantpt.
19059 * INSTALL: Regenerate.
19060
da2d62df
DM
190612013-07-20 David S. Miller <davem@davemloft.net>
19062
19063 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
19064 difference between 32-bit and 64-bit.
19065
d7e06450
CD
190662013-07-15 Carlos O'Donell <carlos@redhat.com>
19067
19068 [BZ #15711]
19069 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
19070 Avoid system header dependency with -ffreestanding.
19071 ($(objpfx)bits/syscall%d): Likewise.
19072
f959cfd7
DM
190732013-07-13 David S. Miller <davem@davemloft.net>
19074
19075 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
19076 underflows from atanl/atan2l due to bug 15319.
19077 (casinh_test_data): Likewise.
19078
c61f8513
DM
190792013-07-07 David S. Miller <davem@davemloft.net>
19080
19081 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
19082
72c90ed0
JA
190832013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
19084
19085 * sysdeps/i386/fpu/libm-test-ulps: Update.
19086 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19087
52dfbe13
SP
190882013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
19089
19090 * configure.in (--enable-lock-elision): Fix message text.
19091 * INSTALL: Regenerate.
19092 * configure: Regenerate.
19093
3f169543
AZ
190942013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19095
19096 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19097
521c6785
AJ
190982013-07-03 Andreas Jaeger <aj@suse.de>
19099
19100 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19101 define.
19102 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19103 (ptrace_peeksiginfo_args): Add.
19104 (__ptrace_peeksiginfo_flags): Add.
19105 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19106 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19107 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19108
d2cc15cb
AM
191092013-07-03 Allan McRae <allan@archlinux.org>
19110
19111 * sysdeps/i386/fpu/libm-test-ulps: Update.
19112
3aaeeca7
DM
191132013-07-02 David S. Miller <davem@davemloft.net>
19114
19115 * sysdeps/sparc/fpu/libm-test-ulps: Update.
19116
5314ed1a
MT
191172013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
19118
19119 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19120
67338156
JM
191212013-07-02 Joseph Myers <joseph@codesourcery.com>
19122
19123 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19124 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19125
1717da59
AK
191262013-07-02 Andi Kleen <ak@linux.intel.com>
19127
19128 * config.h.in (ENABLE_LOCK_ELISION): Add.
19129 * configure.in (--enable-lock-elision): Add option.
19130 * manual/install.texi: Document --enable lock elision.
19131 * configure: Regenerate
19132 * INSTALL: Regenerate.
19133
1c81621c
L
191342013-07-02 H.J. Lu <hongjiu.lu@intel.com>
19135
19136 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19137 SSE4.2 strcasecmp for libc.a.
19138 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19139
77f01ab5
JM
191402013-07-02 Joseph Myers <joseph@codesourcery.com>
19141
19142 [BZ #13304]
19143 * soft-fp/op-common.h (_FP_FMA): New macro.
19144 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19145 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
19146 (_FP_MUL_MEAT_1_imm): ... here.
19147 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
19148 (_FP_MUL_MEAT_1_wide): ... here.
19149 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
19150 (_FP_MUL_MEAT_1_hard): ... here.
19151 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19152 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
19153 (_FP_MUL_MEAT_2_wide): ... here.
19154 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
19155 (_FP_MUL_MEAT_2_wide_3mul): ... here.
19156 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
19157 (_FP_MUL_MEAT_2_gmp): ... here.
19158 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19159 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
19160 (_FP_MUL_MEAT_4_wide): ... here.
19161 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
19162 (_FP_MUL_MEAT_4_gmp): ... here.
19163 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19164 (_FP_WFRACBITS_DW_S): Likewise.
19165 (_FP_WFRACXBITS_DW_S): Likewise.
19166 (_FP_HIGHBIT_DW_S): Likewise.
19167 (FP_FMA_S): Likewise.
19168 (_FP_FRAC_HIGH_DW_S): Likewise.
19169 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19170 (_FP_WFRACBITS_DW_D): Likewise.
19171 (_FP_WFRACXBITS_DW_D): Likewise.
19172 (_FP_HIGHBIT_DW_D): Likewise.
19173 (FP_FMA_D): Likewise.
19174 (_FP_FRAC_HIGH_DW_D): Likewise.
19175 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19176 (_FP_WFRACBITS_DW_E): Likewise.
19177 (_FP_WFRACXBITS_DW_E): Likewise.
19178 (_FP_HIGHBIT_DW_E): Likewise.
19179 (FP_FMA_E): Likewise.
19180 (_FP_FRAC_HIGH_DW_E): Likewise.
19181 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19182 (_FP_WFRACBITS_DW_Q): Likewise.
19183 (_FP_WFRACXBITS_DW_Q): Likewise.
19184 (_FP_HIGHBIT_DW_Q): Likewise.
19185 (FP_FMA_Q): Likewise.
19186 (_FP_FRAC_HIGH_DW_Q): Likewise.
19187 * soft-fp/fmasf4.c: New file.
19188 * soft-fp/fmadf4.c: Likewise.
19189 * soft-fp/fmatf4.c: Likewise.
19190
6308fd9a
LD
191912013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
19192
19193 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19194 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19195 Silvermont.
19196 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19197 macro.
19198 (index_Slow_SSE4_2): Likewise.
19199 (index_Prefer_PMINUB_for_stringop): Likewise.
19200 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19201 bit_Slow_SSE4_2 is set.
19202 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19203 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19204
89cd9569
RA
192052013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19206
19207 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19208 rtld_global._dl_hwcap2.
19209 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19210 POWER8.
19211 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19212 POWER8 feature descriptions defined in _dl_hwcap2.
19213 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19214 string handling for POWER8 feature bits.
19215 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19216 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19217 _dl_powerpc_cap_flags.
19218 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19219 * sysdeps/powerpc/rtld-global-offsets.sym
19220 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19221 _dl_hwcap2 in the rtld_global_ro structure.
19222
1ae8bfe0
RA
192232013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19224
19225 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19226 hardware capabilities in support of AT_HWCAP2.
19227 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19228 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19229 GLRO(dl_hwcap2).
19230 (_dl_show_auxv): Add support for calling _dl_procinfo to display
19231 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
19232 explicitly the unknown a_type display mechanism is used.
19233 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19234 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19235 struct member.
19236 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19237 to macro prototype for AT_HWCAP2 support.
19238 * sysdeps/i386/dl-procinfo.h: Likewise.
19239 * sysdeps/s390/dl-procinfo.h: Likewise.
19240 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19241 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
19242 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
19243 return -1 for unknown a_type display fallback.
19244 * sysdeps/sparc/dl-procinfo.h: Likewise.
19245 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19246 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19247
8fbec010
JM
192482013-06-28 Joseph Myers <joseph@codesourcery.com>
19249
19250 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19251 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19252
0432680e
PY
192532013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
19254
19255 [BZ #12492]
19256 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19257 mprotect making __stack_prot writable.
19258
ce61a2ad
NF
192592013-06-28 Nathan Froyd <froydnj@codesourcery.com>
19260 Joseph Myers <joseph@codesourcery.com>
19261
19262 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19263 as being properly aligned.
19264
f91f1c0f
MR
192652013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
19266
3d0f5d0c
MR
19267 * dlfcn/modstatic5.c: New file.
19268 * dlfcn/tststatic5.c: New file.
19269 * dlfcn/Makefile (tests): Add tststatic5.
19270 (tests-static): Likewise.
19271 (modules-names): Add modstatic5.
19272 (tststatic5-ENV): New variable.
19273 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19274
f91f1c0f
MR
19275 [BZ #15022]
19276 * elf/dl-support.c (_dl_main_map): New variable.
19277 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19278 (_dl_nns, _dl_load_adds): Set to 1.
19279 (_dl_initial_searchlist): Refer to _dl_main_map.
19280 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19281 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19282 call to _dl_get_origin.
19283 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19284 around call_map.
19285 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19286 * dlfcn/modstatic3.c: New file.
19287 * dlfcn/tststatic3.c: New file.
19288 * dlfcn/tststatic4.c: New file.
19289 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19290 (tests-static): Likewise.
19291 (modules-names): Add modstatic3.
19292 (tststatic3-ENV, tststatic4-ENV): New variables.
19293 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19294 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19295
cbe7d24b
JM
192962013-06-26 Joseph Myers <joseph@codesourcery.com>
19297
19298 * configure.in (CC): Require GCC version 4.4 or later.
19299 * configure: Regenerated.
19300 * manual/install.texi (Tools for Compilation): Update GCC version
19301 requirement.
19302 * INSTALL: Regenerated.
19303
11b8a0e1
LD
193042013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
19305
19306 [BZ #15674]
bb5bb87c
L
19307 * string/test-memcmp.c (check2): New.
19308 (main): Call check2.
19309
11b8a0e1
LD
19310 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19311
b0037103
MR
193122013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
19313
19314 [BZ #15022]
19315 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19316 over to...
19317 (dl_open_worker) [!SHARED]: ... here.
19318
c18c701d
RA
193192013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19320
19321 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19322
1d17fa5f
RH
193232013-06-25 Richard Henderson <rth@redhat.com>
19324
19325 * locale/programs/locarchive.c: Include <libc-internal.h>
19326
8fcb833a
JM
193272013-06-25 Joseph Myers <joseph@codesourcery.com>
19328
19329 * manual/texinfo.tex: Update to version 2013-06-21.17, with
19330 trailing whitespace removed.
19331
17db6e8d
MF
193322013-06-24 Mike Frysinger <vapier@gentoo.org>
19333
19334 [BZ #10283]
17db6e8d
MF
19335 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19336 * locale/programs/locarchive.c: Include libc-mmap.h.
19337 (prepare_address_space): Take two new outputs (the mmap base and len).
19338 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
19339 values.
19340 (create_archive): Declare new mmap base and len values for
19341 prepare_address_space, and store the result in ah.
19342 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19343 (enlarge_archive): If ah->mmap_base is not NULL, use that and
19344 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19345 Declare new mmap base and len values for
19346 prepare_address_space, and store the result in new_ah.
19347 (open_archive): Declare new mmap base and len values for
19348 prepare_address_space, and store the result in ah.
19349 (close_archive): If ah->mmap_base is not NULL, use that and
19350 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19351 * sysdeps/generic/libc-mmap.h: New file.
19352
d605071e
MF
193532013-06-24 Mike Frysinger <vapier@gentoo.org>
19354
19355 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19356 (ALIGN_UP): Likewise.
19357 (PTR_ALIGN_DOWN): Likewise.
19358 (PTR_ALIGN_UP): Likewise.
19359
2f063a6e
RA
193602013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19361
19362 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19363 entry mapped to PPC_PLATFORM_POWER8.
19364 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19365 POWER8.
19366 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19367 (_dl_string_platform): Add case for exporting platform position for
19368 POWER8.
19369 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19370 search path to sysdeps/powerpc/powerpc32/power8 directory.
19371 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19372 search path to sysdeps/powerpc/powerpc64/power8 directory.
19373 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19374 power7 directories.
19375 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19376 power7 directories.
19377
a31ee4b3
SP
193782013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
19379
a74ca98f
SP
19380 * INSTALL: Regenerate.
19381
a31ee4b3
SP
19382 * nscd/connections.c (nscd_init): Fix comment.
19383
695c378f
JM
193842013-06-22 Joseph Myers <joseph@codesourcery.com>
19385
d8412221
JM
19386 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19387
695c378f
JM
19388 [BZ #15667]
19389 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19390 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19391
d1d54715
MR
193922013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
19393
19394 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19395 DL_DST_REQ_STATIC.
19396 (DL_DST_REQ_STATIC): Remove macro.
19397
8fdda7af
JM
193982013-06-21 Joseph Myers <joseph@codesourcery.com>
19399
19400 [BZ #7006]
19401 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19402 with a shift of 0 bits.
19403
f3bc5e5a
MR
194042013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
19405
19406 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19407 $(tststatic-ENV).
19408
be09e8c9
KK
194092013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19410
19411 [BZ #15655]
19412 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19413
85c2e611
AZ
194142013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19415
19416 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19417 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19418 accepts -fno-tree-loop-distribute-patterns.
19419 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19420 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19421 recursive call.
19422 * string/memset.c (memset): Likewise.
19423 * string/test-memmove.c (simple_memmove): Disable loop transformation
19424 to library calls.
19425 * string/test-memset.c (simple_memset): Likewise.
19426 * benchtests/bench-memmove.c (simple_memmove): Likewise.
19427 * benchtests/bench-memset.c (simple_memset): Likewise.
19428 * configure: Regenerated.
19429
c91e0825
JM
194302013-06-20 Joseph Myers <joseph@codesourcery.com>
19431
b8c792af
JM
19432 * math/test-misc.c (main): Ignore fesetround failure when failures
19433 of subsequent rounding tests would be ignored.
19434
c91e0825
JM
19435 [BZ #15654]
19436 * math/fedisblxcpt.c (fedisableexcept): Return 0.
19437 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19438 * math/fegetenv.c (__fegetenv): Return 0.
19439 * math/fegetexcept.c (fegetexcept): Return 0.
19440 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19441 FE_TONEAREST.
19442 * math/feholdexcpt.c (feholdexcept): Return 0.
19443 * math/fesetenv.c (__fesetenv): Return 0.
19444 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19445 argument FE_TONEAREST.
19446 * math/feupdateenv.c (__feupdateenv): Return 0.
19447 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19448
bfcacbde
RM
194492013-06-18 Roland McGrath <roland@hack.frob.com>
19450
19451 * elf/rtld-Rules (rtld-compile-command.S): New variable.
19452 (rtld-compile-command.s, rtld-compile-command.c): New variables.
19453 ($(objpfx)rtld-%.os rules): Use them.
19454
e55a9b25
AZ
194552013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19456
19457 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19458 fields.
19459
346d65b3
RM
194602013-06-17 Roland McGrath <roland@hack.frob.com>
19461
12086fb4
RM
19462 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19463 length of target pattern, then descending length of dependency pattern.
19464 * configure.in (AWK): Require gawk 3.1.2 or newer.
19465 * manual/install.texi (Tools for Compilation): Say that we do.
19466 * configure: Regenerated.
19467
346d65b3
RM
19468 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19469 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19470 * scripts/sysd-rules.awk: ... this new script.
19471 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19472 than a glob-style pattern.
19473
1a846317
JM
194742013-06-17 Joseph Myers <joseph@codesourcery.com>
19475
19476 * math/test-misc.c (main): Do not treat incorrectly rounded
19477 conversions as failure unless ROUNDING_TESTS passes.
19478
8fc75e6f
JM
194792013-06-15 Joseph Myers <joseph@codesourcery.com>
19480
3711a167
JM
19481 [BZ #15631]
19482 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19483 restore exception state around main square root computation, then
19484 check for inexactness explicitly.
19485
8fc75e6f
JM
19486 * math/libm-test.inc (fma_test_data): Add another test.
19487
61dd6208
SP
194882013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
19489
adf23d2c
SP
19490 * manual/threads.texi (Non-POSIX Extensions): New document
19491 node. Document pthread_getattr_default_np and
19492 pthread_setattr_default_np.
19493
61dd6208
SP
19494 * Versions.def (libpthread): Add GLIBC_2.18.
19495 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19496 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19497 Likewise.
19498 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19499 Likewise.
19500 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19501 Likewise.
19502 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19503 Likewise.
19504 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19505 Likewise.
19506 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19507 Likewise.
19508 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19509 Likewise.
19510 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19511 Likewise.
19512 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19513 Likewise.
19514
d086fc7b
LD
195152013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
19516
19517 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19518 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19519
747ef469
SP
195202013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
19521 H.J. Lu <hjl.tools@gmail.com>
19522
19523 [BZ #15627]
19524 * sysdeps/x86_64/rtld-memset.c: Remove file.
19525 * sysdeps/x86_64/rtld-memset.S: New file.
19526
1b2feed2
JM
195272013-06-14 Joseph Myers <joseph@codesourcery.com>
19528
19529 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19530 (test_in_one_mode): Take arguments for whether the rounding mode
19531 is supported for each floating-point type.
19532 (do_test): Pass new arguments to test_in_one_mode using
19533 ROUNDING_TESTS.
19534
a58ad3f8
RM
195352013-06-13 Roland McGrath <roland@hack.frob.com>
19536
19537 * posix/tst-waitid.c (do_test): Distinguish different instances of
19538 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
19539 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19540 before entering the kernel for waitpid.
19541
c204ab28
SP
195422013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
19543
19544 * NEWS: Fix note on clock function precision. Text by Roland
19545 McGrath.
19546
f4a29fba
RM
195472013-06-13 Roland McGrath <roland@hack.frob.com>
19548
19549 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19550 it into place only when and if the sanity check passes.
19551
1f24b9ad
JM
195522013-06-13 Joseph Myers <joseph@codesourcery.com>
19553
19554 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19555 output for whether conversion result is exact. Take argument
19556 indicating whether type is IBM long double.
19557 (round_for_all): Change need_exact field to ibm_ld.
19558 * stdlib/tst-strtod-round.c (struct exactness): New type.
19559 (struct test): Change bool ld_ok field to struct exactness exact.
19560 (TEST): Update all definitions for change to field.
19561 (tests): Regenerate array contents.
19562 (test_in_one_mode): Take pointer to new field instead of old ld_ok
19563 field value. Check for IBM long double here.
19564 (do_test): Update calls to test_in_one_mode.
19565
58206c68
SP
195662013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
19567
19568 [BZ #12515]
19569 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19570 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19571
2d6f4c5b 195722013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
19573
19574 [BZ #15605]
19575 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
19576 generated by the compiler on loop optimizations.
19577 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19578 general definitions.
19579
94f2c076
JM
195802013-06-12 Joseph Myers <joseph@codesourcery.com>
19581
19582 * math/bug-nextafter.c: Include <math-tests.h>.
19583 (main): Only test for exceptions if EXCEPTION_TESTS is true for
19584 the relevant type.
19585 * math/bug-nexttoward.c: Include <math-tests.h>.
19586 (main): Only test for exceptions if EXCEPTION_TESTS is true for
19587 the relevant type.
19588 * math/test-misc.c: Include <math-tests.h>.
19589 (main): Only test for exceptions if EXCEPTION_TESTS is true for
19590 the relevant type.
19591
e0e50a0a
AJ
195922013-06-12 Andreas Jaeger <aj@suse.de>
19593
19594 * po/ia.po: Update Interlingua translation from translation
19595 project.
19596
25061094
SP
195972013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
19598
19599 * include/fenv.h: Include stdbool.h.
19600 (struct rm_ctx): New structure.
19601 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
19602 Define macro.
19603 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
19604 (SET_RESTORE_ROUNDF): Likewise.
19605 (SET_RESTORE_ROUNDL): Likewise.
19606 (SET_RESTORE_ROUND_NOEX): Likewise.
19607 (SET_RESTORE_ROUND_NOEXF): Likewise.
19608 (SET_RESTORE_ROUND_NOEXL): Likewise.
19609 (SET_RESTORE_ROUND_53BIT): Likewise.
19610 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
19611 (libc_feresetround_noexf_ctx): Likewise.
19612 (libc_feresetround_noexl_ctx): Likewise.
19613 (libc_feholdsetround_53bit_ctx): Likewise.
19614 (libc_feresetround_53bit_ctx): Likewise.
19615 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
19616 (libc_feholdexcept_setround_sse_ctx): New function.
19617 (libc_fesetenv_sse_ctx): Likewise.
19618 (libc_feupdateenv_sse_ctx): Likewise.
19619 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
19620 (libc_feholdexcept_setround_387_ctx): Likewise.
19621 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
19622 (libc_feholdsetround_387_prec_ctx): Likewise.
19623 (libc_feholdsetround_387_ctx): Likewise.
19624 (libc_feholdsetround_387_53bit_ctx): Likewise.
19625 (libc_feholdsetround_sse_ctx): Likewise.
19626 (libc_feresetround_sse_ctx): Likewise.
19627 (libc_feresetround_387_ctx): Likewise.
19628 (libc_feupdateenv_387_ctx): Likewise.
19629 (libc_feholdexcept_setroundf_ctx): Define macro.
19630 (libc_fesetenvf_ctx): Likewise.
19631 (libc_feupdateenvf_ctx): Likewise.
19632 (libc_feholdsetroundf_ctx): Likewise.
19633 (libc_feresetroundf_ctx): Likewise.
19634 (libc_feholdexcept_setround_ctx): Likewise.
19635 (libc_fesetenv_ctx): Likewise.
19636 (libc_feupdateenv_ctx): Likewise.
19637 (libc_feholdsetround_ctx): Likewise.
19638 (libc_feresetround_ctx): Likewise.
19639 (libc_feholdexcept_setroundl_ctx): Likewise.
19640 (libc_feupdateenvl_ctx): Likewise.
19641 (libc_feholdsetroundl_ctx): Likewise.
19642 (libc_feresetroundl_ctx): Likewise.
19643 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
19644 (libc_feresetround_53bit_ctx): Likewise.
19645
59b30555
SP
196462013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19647
19648 * locale/iso-639.def: Convert to UTF-8.
19649
f1d73d30
JM
196502013-06-11 Joseph Myers <joseph@codesourcery.com>
19651
19652 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19653 (EXCEPTION_TESTS_double): Likewise.
19654 (EXCEPTION_TESTS_long_double): Likewise.
19655 (EXCEPTION_TESTS): Likewise.
19656 * math/libm-test.inc (test_exceptions): Only test exceptions if
19657 EXCEPTION_TESTS (FLOAT).
19658
94aca5e7
SP
196592013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19660
19661 * benchtests/Makefile (string-bench): Add strcpy_chk and
19662 stpcpy_chk.
19663 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19664 * benchtests/bench-stpcpy_chk.c: New file.
19665 * benchtests/bench-strcpy_chk-ifunc.c: New file.
19666 * benchtests/bench-strcpy_chk.c: New file.
19667 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19668 code.
19669 (do_test): Likewise.
19670
fac0c5f2
RA
196712013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19672
19673 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19674 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19675 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19676 with tabs where appropriate.
19677 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19678 dl-procinfo.h.
19679 [PPC_PLATFORM_PPC440]: Likewise.
19680 [PPC_PLATFORM_PPC464]: Likewise.
19681 [PPC_PLATFORM_PPC476]: Likewise.
19682 (_dl_string_platform): Add support for detecting ppc405, ppc440,
19683 ppc464, and ppc476 platform strings merging from ports/
19684 dl-procinfo.h.
19685
f22bc486
AS
196862013-06-11 Andreas Schwab <schwab@suse.de>
19687
19688 [BZ #14991]
19689 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19690 (from_ucs4_idx): Regenerate.
19691 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19692 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19693 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19694 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19695 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19696 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19697 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19698 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19699 from FROM_LOOP and TO_LOOP specific macros.
19700 (BODY): Handle combining characters.
19701 * iconvdata/BIG5HKSCS.irreversible: Update.
19702 * iconvdata/BIG5HKSCS.precomposed: New file.
19703 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19704 characters.
19705 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19706
c1f75dc3
SP
197072013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19708
4eacded2
SP
19709 * include/sys/time.h: Fix indentation and add copyright header.
19710
fec799f8
SP
19711 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19712 (do_test): Likewise.
19713 * string/test-memchr.c (do_one_test): Likewise.
19714 (do_test): Likewise.
19715 * string/test-memcmp.c (do_one_test): Likewise.
19716 (do_test): Likewise.
19717 * string/test-memcpy.c (do_one_test): Likewise.
19718 (do_test): Likewise.
19719 * string/test-memmem.c (do_one_test): Likewise.
19720 (do_test): Likewise.
19721 (do_random_tests): Likewise.
19722 * string/test-memmove.c (do_one_test): Likewise.
19723 (do_test): Likewise.
19724 * string/test-memset.c (do_one_test): Likewise.
19725 (do_test): Likewise.
19726 * string/test-rawmemchr.c (do_one_test): Likewise.
19727 (do_test): Likewise.
19728 * string/test-strcasecmp.c (do_one_test): Likewise.
19729 (do_test): Likewise.
19730 * string/test-strcasestr.c (do_one_test): Likewise.
19731 (do_test): Likewise.
19732 * string/test-strcat.c (do_one_test): Likewise.
19733 (do_test): Likewise.
19734 * string/test-strchr.c (do_one_test): Likewise.
19735 (do_test): Likewise.
19736 * string/test-strcmp.c (do_one_test): Likewise.
19737 (do_test): Likewise.
19738 * string/test-strcpy.c (do_one_test): Likewise.
19739 (do_test): Likewise.
19740 * string/test-string.h: Likewise.
19741 (test_init): Likewise.
19742 * string/test-strlen.c (do_one_test): Likewise.
19743 (do_test): Likewise.
19744 * string/test-strncasecmp.c (do_one_test): Likewise.
19745 (do_test): Likewise.
19746 * string/test-strncat.c (do_one_test): Likewise.
19747 (do_test): Likewise.
19748 * string/test-strncmp.c (do_one_test): Likewise.
19749 (do_test_limit): Likewise.
19750 (do_test): Likewise.
19751 * string/test-strncpy.c (do_one_test): Likewise.
19752 (do_test): Likewise.
19753 * string/test-strnlen.c (do_one_test): Likewise.
19754 (do_test): Likewise.
19755 * string/test-strpbrk.c (do_one_test): Likewise.
19756 (do_test): Likewise.
19757 * string/test-strrchr.c (do_one_test): Likewise.
19758 (do_test): Likewise.
19759 * string/test-strspn.c (do_one_test): Likewise.
19760 (do_test): Likewise.
19761 * string/test-strstr.c (do_one_test): Likewise.
19762 (do_test): Likewise.
19763
97020474
SP
19764 * benchtests/Makefile (string-bench): Add string benchmarks.
19765 * benchtests/bench-bcopy-ifunc.c: New file.
19766 * benchtests/bench-bcopy.c: New file.
19767 * benchtests/bench-bzero-ifunc.c: New file.
19768 * benchtests/bench-bzero.c: New file.
19769 * benchtests/bench-memccpy-ifunc.c: New file.
19770 * benchtests/bench-memccpy.c: New file.
19771 * benchtests/bench-memchr-ifunc.c: New file.
19772 * benchtests/bench-memchr.c: New file.
19773 * benchtests/bench-memcmp-ifunc.c: New file.
19774 * benchtests/bench-memcmp.c: New file.
19775 * benchtests/bench-memmem-ifunc.c: New file.
19776 * benchtests/bench-memmem.c: New file.
19777 * benchtests/bench-memmove-ifunc.c: New file.
19778 * benchtests/bench-memmove.c: New file.
19779 * benchtests/bench-mempcpy-ifunc.c: New file.
19780 * benchtests/bench-mempcpy.c: New file.
19781 * benchtests/bench-memset-ifunc.c: New file.
19782 * benchtests/bench-memset.c: New file.
19783 * benchtests/bench-rawmemchr-ifunc.c: New file.
19784 * benchtests/bench-rawmemchr.c: New file.
19785 * benchtests/bench-stpcpy-ifunc.c: New file.
19786 * benchtests/bench-stpcpy.c: New file.
19787 * benchtests/bench-stpncpy-ifunc.c: New file.
19788 * benchtests/bench-stpncpy.c: New file.
19789 * benchtests/bench-strcasecmp-ifunc.c: New file.
19790 * benchtests/bench-strcasecmp.c: New file.
19791 * benchtests/bench-strcasestr-ifunc.c: New file.
19792 * benchtests/bench-strcasestr.c: New file.
19793 * benchtests/bench-strcat-ifunc.c: New file.
19794 * benchtests/bench-strcat.c: New file.
19795 * benchtests/bench-strchr-ifunc.c: New file.
19796 * benchtests/bench-strchr.c: New file.
19797 * benchtests/bench-strchrnul-ifunc.c: New file.
19798 * benchtests/bench-strchrnul.c: New file.
19799 * benchtests/bench-strcmp-ifunc.c: New file.
19800 * benchtests/bench-strcmp.c: New file.
19801 * benchtests/bench-strcpy-ifunc.c: New file.
19802 * benchtests/bench-strcpy.c: New file.
19803 * benchtests/bench-strcspn-ifunc.c: New file.
19804 * benchtests/bench-strcspn.c: New file.
19805 * benchtests/bench-strlen-ifunc.c: New file.
19806 * benchtests/bench-strlen.c: New file.
19807 * benchtests/bench-strncasecmp-ifunc.c: New file.
19808 * benchtests/bench-strncasecmp.c: New file.
19809 * benchtests/bench-strncat-ifunc.c: New file.
19810 * benchtests/bench-strncat.c: New file.
19811 * benchtests/bench-strncmp-ifunc.c: New file.
19812 * benchtests/bench-strncmp.c: New file.
19813 * benchtests/bench-strncpy-ifunc.c: New file.
19814 * benchtests/bench-strncpy.c: New file.
19815 * benchtests/bench-strnlen-ifunc.c: New file.
19816 * benchtests/bench-strnlen.c: New file.
19817 * benchtests/bench-strpbrk-ifunc.c: New file.
19818 * benchtests/bench-strpbrk.c: New file.
19819 * benchtests/bench-strrchr-ifunc.c: New file.
19820 * benchtests/bench-strrchr.c: New file.
19821 * benchtests/bench-strspn-ifunc.c: New file.
19822 * benchtests/bench-strspn.c: New file.
19823 * benchtests/bench-strstr-ifunc.c: New file.
19824 * benchtests/bench-strstr.c: New file.
19825
c1f75dc3
SP
19826 * benchtests/Makefile: Disable parallel execution of targets.
19827 (string-bench): Add memcpy.
19828 (benchset): New variable to store a list of benchmark sets.
19829 (bench-func): Renamed from bench.
19830 (bench-set): New target.
19831 (bench): Depend on bench-func and bench-set.
19832 * benchtests/README: Add section on benchmark sets.
19833 * benchtests/bench-memcpy-ifunc.c: New file.
19834 * benchtests/bench-memcpy.c: New file.
19835 * benchtests/bench-string.h: New file.
19836
50fd745b
AS
198372013-06-11 Andreas Schwab <schwab@suse.de>
19838
19839 [BZ #15577]
19840 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19841 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19842 values in the triple.
19843 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19844 terminator in the group key.
19845
3ee7e9fe
AJ
198462013-06-11 Andreas Jaeger <aj@suse.de>
19847
19848 * po/zh_TW.po: Update Chinese (traditional) translation from
19849 translation project.
19850
89fb6835
SP
198512013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19852
19853 * include/time.h (__clock_gettime): Add libc_hidden_proto.
19854 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19855 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
19856 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19857 (clock_getcpuclockid): Likewise.
19858 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19859 Add weak_alias and libc_hidden_def.
19860 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19861 * rt/clock_gettime.c (clock_gettime): Rename to
19862 __clock_gettime. Add weak_alias and libc_hidden_def.
19863 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19864 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19865 __clock_nanosleep. Add weak_alias and libc_hidden_def.
19866 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19867 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19868 Likewise.
19869 * rt/clock_settime.c (clock_settime): Rename to
19870 __clock_settime. Add weak_alias and libc_hidden_def.
19871 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19872
0efa6f8b
JM
198732013-06-10 Joseph Myers <joseph@codesourcery.com>
19874
b8c61b4b
JM
19875 * mach/err_boot.sub: Remove trailing whitespace.
19876 * mach/err_ipc.sub: Likewise.
19877 * mach/err_mach.sub: Likewise.
19878
0efa6f8b
JM
19879 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19880 (ROUNDING_TESTS_double): Likewise.
19881 (ROUNDING_TESTS_long_double): Likewise.
19882 (ROUNDING_TESTS): Likewise.
19883 * math/libm-test.inc: Include <math-tests.h>.
19884 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19885 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19886 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19887 (IF_ROUND_INIT_FE_UPWARD): Likewise.
19888
50b818bf
SP
198892013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
19890
19891 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19892 of assigning.
19893
60d2f8f3
JM
198942013-06-08 Joseph Myers <joseph@codesourcery.com>
19895
4902d2c3
JM
19896 * sysdeps/gnu/errlist.awk: Do not generate space at end of
19897 otherwise empty TRANS lines.
19898 * sysdeps/gnu/errlist.c: Regenerated.
19899
60d2f8f3
JM
19900 * catgets/gencat.c (error_print): Use (void) in function
19901 definition.
19902 * crypt/crypt_util.c (__init_des): Likewise.
19903 * crypt/speeds.c (Stop): Likewise.
19904 (main): Likewise.
19905 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19906 * inet/ruserpass.c (token): Likewise.
19907 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19908 * intl/localealias.c (extend_alias_table): Likewise.
19909 * intl/plural-exp.c (init_germanic_plural): Likewise.
19910 * libio/fcloseall.c (__fcloseall): Likewise.
19911 * libio/genops.c (_IO_flush_all): Likewise.
19912 (_IO_flush_all_linebuffered): Likewise.
19913 (_IO_cleanup): Likewise.
19914 (_IO_iter_begin): Likewise.
19915 (_IO_iter_end): Likewise.
19916 (_IO_list_lock): Likewise.
19917 (_IO_list_unlock): Likewise.
19918 (_IO_list_resetlock): Likewise.
19919 * libio/getchar.c (getchar): Likewise.
19920 * libio/getchar_u.c (getchar_unlocked): Likewise.
19921 * libio/getwchar.c (getwchar): Likewise.
19922 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19923 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19924 * login/getpt.c (__getpt): Likewise.
19925 * login/tst-utmp.c (main): Likewise.
19926 * malloc/hooks.c (__malloc_check_init): Likewise.
19927 * malloc/malloc.c (__malloc_stats): Likewise.
19928 * malloc/mtrace.c (tr_break): Likewise.
19929 (mtrace): Likewise.
19930 (muntrace): Likewise.
19931 * misc/fstab.c (endfsent): Likewise.
19932 * misc/getclktck.c (__getclktck): Likewise.
19933 * misc/getdtsz.c (__getdtablesize): Likewise.
19934 * misc/gethostid.c (gethostid): Likewise.
19935 * misc/getpagesize.c (__getpagesize): Likewise.
19936 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19937 (__get_nprocs): Likewise.
19938 (__get_phys_pages): Likewise.
19939 (__get_avphys_pages): Likewise.
19940 * misc/getttyent.c (getttyent): Likewise.
19941 (setttyent): Likewise.
19942 (endttyent): Likewise.
19943 * misc/getusershell.c (getusershell): Likewise.
19944 (endusershell): Likewise.
19945 (setusershell): Likewise.
19946 (initshells): Likewise.
19947 * misc/hsearch.c (__hdestroy): Likewise.
19948 * misc/sync.c (sync): Likewise.
19949 * misc/syslog.c (closelog_internal): Likewise.
19950 (closelog): Likewise.
19951 * misc/ttyslot.c (ttyslot): Likewise.
19952 * misc/vhangup.c (vhangup): Likewise.
19953 * posix/fork.c (__fork): Likewise.
19954 * posix/getegid.c (__getegid): Likewise.
19955 * posix/geteuid.c (__geteuid): Likewise.
19956 * posix/getgid.c (__getgid): Likewise.
19957 * posix/getpid.c (__getpid): Likewise.
19958 * posix/getppid.c (__getppid): Likewise.
19959 * posix/getuid.c (__getuid): Likewise.
19960 * posix/pause.c (pause): Likewise.
19961 * posix/setpgrp.c (setpgrp): Likewise.
19962 * posix/setsid.c (__setsid): Likewise.
19963 * posix/test-vfork.c (noop): Likewise.
19964 * resolv/gethnamaddr.c (_endhtent): Likewise.
19965 (_gethtent): Likewise.
19966 (ht_endhostent): Likewise.
19967 (gethostent): Likewise.
19968 (dns_service): Likewise.
19969 * stdlib/drand48.c (drand48): Likewise.
19970 * stdlib/lrand48.c (lrand48): Likewise.
19971 * stdlib/mrand48.c (mrand48): Likewise.
19972 * stdlib/rand.c (rand): Likewise.
19973 * stdlib/random.c (__random): Likewise.
19974 * stdlib/setenv.c (clearenv): Likewise.
19975 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19976 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19977 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19978 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19979 (__get_nprocs): Likewise.
19980 (__get_phys_pages): Likewise.
19981 (__get_avphys_pages): Likewise.
19982 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19983 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19984 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19985 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19986 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19987 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19988 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19989 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19990 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19991 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19992 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19993 * sysdeps/mach/hurd/sync.c (sync): Likewise.
19994 * sysdeps/posix/clock.c (clock): Likewise.
19995 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19996 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19997 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19998 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19999 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
20000 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
20001 (__get_nprocs_conf): Likewise.
20002 (__get_phys_pages): Likewise.
20003 (__get_avphys_pages): Likewise.
20004 * time/clock.c (clock): Likewise.
20005 * time/tzset.c (__tzname_max): Likewise.
20006
2e09a79a
JM
200072013-06-07 Joseph Myers <joseph@codesourcery.com>
20008
20009 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
20010 (__bswap_32): Do not use "register".
20011 * crypt/crypt.c (_ufc_doit_r): Likewise.
20012 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20013 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20014 * gmon/gmon.c (__monstartup): Likewise.
20015 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
20016 * hurd/hurdmalloc.c (more_memory): Likewise.
20017 (malloc): Likewise.
20018 (free): Likewise.
20019 (realloc): Likewise.
20020 (malloc_fork_prepare): Likewise.
20021 (malloc_fork_parent): Likewise.
20022 (malloc_fork_child): Likewise.
20023 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
20024 (_svcauth_des): Likewise.
20025 * inet/inet_lnaof.c (inet_lnaof): Likewise.
20026 * inet/inet_net.c (inet_network): Likewise.
20027 * inet/inet_netof.c (inet_netof): Likewise.
20028 * inet/rcmd.c (__validuser2_sa): Likewise.
20029 * io/fts.c (fts_open): Likewise.
20030 (fts_load): Likewise.
20031 (fts_close): Likewise.
20032 (fts_read): Likewise.
20033 (fts_children): Likewise.
20034 (fts_build): Likewise.
20035 (fts_stat): Likewise.
20036 (fts_sort): Likewise.
20037 (fts_alloc): Likewise.
20038 (fts_lfree): Likewise.
20039 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
20040 (_IO_file_xsgetn): Likewise.
20041 (_IO_file_xsgetn_mmap): Likewise.
20042 * libio/iofopncook.c (_IO_cookie_read): Likewise.
20043 (_IO_cookie_write): Likewise.
20044 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
20045 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
20046 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
20047 * malloc/obstack.c (_obstack_begin): Likewise.
20048 (_obstack_begin_1): Likewise.
20049 (_obstack_newchunk): Likewise.
20050 (_obstack_allocated_p): Likewise.
20051 (obstack_free): Likewise.
20052 (_obstack_memory_used): Likewise.
20053 * misc/getttyent.c (getttynam): Likewise.
20054 (getttyent): Likewise.
20055 (skip): Likewise.
20056 (value): Likewise.
20057 * misc/getusershell.c (initshells): Likewise.
20058 * misc/syslog.c (__vsyslog_chk): Likewise.
20059 * misc/ttyslot.c (ttyslot): Likewise.
20060 * nis/nis_hash.c (__nis_hash): Likewise.
20061 * posix/fnmatch_loop.c (FCT): Likewise.
20062 * posix/getconf.c (print_all): Likewise.
20063 (main): Likewise.
20064 * posix/getopt.c (exchange): Likewise.
20065 * posix/glob.c (globfree): Likewise.
20066 (prefix_array): Likewise.
20067 (__glob_pattern_type): Likewise.
20068 * resolv/arpa/nameser.h (NS_GET16): Likewise.
20069 (NS_GET32): Likewise.
20070 (NS_PUT16): Likewise.
20071 (NS_PUT32): Likewise.
20072 * resolv/gethnamaddr.c (getanswer): Likewise.
20073 (gethostbyname2): Likewise.
20074 (gethostbyaddr): Likewise.
20075 (_gethtent): Likewise.
20076 (_gethtbyname2): Likewise.
20077 (_gethtbyaddr): Likewise.
20078 * resolv/ns_print.c (dst_s_get_int16): Likewise.
20079 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
20080 * resolv/res_init.c (__res_vinit): Likewise.
20081 (net_mask): Likewise.
20082 * resolv/res_mkquery.c (outchar): Likewise.
20083 (PRINT): Likewise.
20084 * stdio-common/printf_fp.c (outchar): Likewise.
20085 (PRINT): Likewise.
20086 * stdio-common/printf_fphex.c (outchar): Likewise.
20087 (PRINT): Likewise.
20088 * stdio-common/printf_size.c (outchar): Likewise.
20089 (PRINT): Likewise.
20090 * stdio-common/test_rdwr.c (main): Likewise.
20091 * stdio-common/tfformat.c (matches): Likewise.
20092 * stdio-common/vfprintf.c (outchar): Likewise.
20093 (printf_unknown): Likewise.
20094 (buffered_vfprintf): Likewise.
20095 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20096 * stdio-common/xbug.c (AppendToBuffer): Likewise.
20097 (ReadFile): Likewise.
20098 * stdlib/qsort.c (SWAP): Likewise.
20099 (_quicksort): Likewise.
20100 * stdlib/setenv.c (__add_to_environ): Likewise.
20101 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20102 * stdlib/strtol_l.c (__strtol_l): Likewise.
20103 * stdlib/tst-strtod.c (main): Likewise.
20104 * stdlib/tst-strtol.c (main): Likewise.
20105 * stdlib/tst-strtoll.c (main): Likewise.
20106 * string/bits/string2.h (__strcmp_cc): Likewise.
20107 (__strcmp_cg): Likewise.
20108 (__strcspn_c1): Likewise.
20109 (__strcspn_c2): Likewise.
20110 (__strcspn_c3): Likewise.
20111 (__strspn_c1): Likewise.
20112 (__strspn_c2): Likewise.
20113 (__strspn_c3): Likewise.
20114 (__strsep_1c): Likewise.
20115 (__strsep_2c): Likewise.
20116 (__strsep_3c): Likewise.
20117 * string/memccpy.c (__memccpy): Likewise.
20118 * string/stpcpy.c (__stpcpy): Likewise.
20119 * string/strcmp.c (strcmp): Likewise.
20120 * string/strrchr.c (strrchr): Likewise.
20121 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20122 Likewise.
20123 * sysdeps/mach/hurd/getcwd.c
20124 (_hurd_canonicalize_directory_name_internal): Likewise.
20125 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20126 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20127 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20128 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20129 Likewise, in both definitions.
20130 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20131 definitions.
20132 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20133 64] (__bswap_64): Likewise.
20134 * time/test_time.c (main): Likewise.
20135 * time/tzfile.c (__tzfile_read): Likewise.
20136 (__tzfile_compute): Likewise.
20137 * time/tzset.c (__tzset_parse_tz): Likewise.
20138 (tzset_internal): Likewise.
20139 (compute_change): Likewise.
20140 * wcsmbs/wcscat.c (__wcscat): Likewise.
20141 * wcsmbs/wcschr.c (wcschr): Likewise.
20142 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20143 * wcsmbs/wcscspn.c (wcscspn): Likewise.
20144 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20145 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20146 * wcsmbs/wcsspn.c (wcsspn): Likewise.
20147 * wcsmbs/wcsstr.c (wcsstr): Likewise.
20148 * wcsmbs/wmemchr.c (wmemchr): Likewise.
20149 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20150 * wcsmbs/wmemset.c (wmemset): Likewise.
20151
9e54314b
JM
201522013-06-06 Joseph Myers <joseph@codesourcery.com>
20153
20154 * scripts/config.guess: Update to version 2013-05-16.
20155 * scripts/config.sub: Update to version 2013-04-24.
20156 * scripts/install-sh: Update to version 2011-11-20.07.
20157 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20158 * scripts/move-if-change: Update to version 2012-01-06 07:23.
20159
350635a5
OB
201602013-06-06 Ondřej Bílka <neleai@seznam.cz>
20161
20162 * debug/fgetws_u_chk.c: Fix leading whitespaces.
20163 * elf/sln.c: Likewise.
20164 * hurd/hurd/ioctl.h: Likewise.
20165 * hurd/hurdmalloc.c: Likewise.
20166 * hurd/xattr.c: Likewise.
20167 * include/shlib-compat.h: Likewise.
20168 * inet/ruserpass.c: Likewise.
20169 * libio/iofgets_u.c: Likewise.
20170 * libio/iofgetws_u.c: Likewise.
20171 * locale/programs/ld-identification.c: Likewise.
20172 * locale/programs/ld-time.c: Likewise.
20173 * mach/msg-destroy.c: Likewise.
20174 * nss/nss_files/files-netgrp.c: Likewise.
20175 * resolv/res_data.c: Likewise.
20176 * soft-fp/op-1.h: Likewise.
20177 * soft-fp/op-2.h: Likewise.
20178 * soft-fp/op-4.h: Likewise.
20179 * soft-fp/op-common.h: Likewise.
20180 * stdio-common/printf_fphex.c: Likewise.
20181 * stdlib/strtod_l.c: Likewise.
20182 * sunrpc/rpc/clnt.h: Likewise.
20183 * sysdeps/generic/framestate.c: Likewise.
20184 * sysdeps/i386/bsd-_setjmp.S: Likewise.
20185 * sysdeps/i386/bsd-setjmp.S: Likewise.
20186 * sysdeps/i386/__longjmp.S: Likewise.
20187 * sysdeps/i386/setjmp.S: Likewise.
20188 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20189 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20190 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20191 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20192 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20193 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20194 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20195 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20196 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20197 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20198 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20199 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20200 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20201 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20202 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20203 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20204 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20205 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20206 * sysdeps/ieee754/support.c: Likewise.
20207 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20208 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20209 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20210 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20211 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20212 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20213 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20214 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20215 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20216 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20217 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20218 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20219 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20220 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20221 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20222 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20223 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20224 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20225
44a988af
OB
202262013-06-05 Ondřej Bílka <neleai@seznam.cz>
20227
25506f09 20228 * posix/transbug.c: Remove executable mode.
44a988af 20229
9c84384c
JM
202302013-06-05 Joseph Myers <joseph@codesourcery.com>
20231
20232 * crypt/speeds.c: Remove trailing whitespace.
20233 * dlfcn/default.c: Likewise.
20234 * elf/ifuncdep2.c: Likewise.
20235 * elf/ifuncmain1.c: Likewise.
20236 * elf/ifuncmain1vis.c: Likewise.
20237 * elf/testobj.h: Likewise.
20238 * elf/tst-stackguard1.c: Likewise.
20239 * gmon/sys/gmon.h: Likewise.
20240 * hurd/hurdmsg.c: Likewise.
20241 * hurd/new-fd.c: Likewise.
20242 * hurd/ports-get.c: Likewise.
20243 * iconvdata/ibm1008_420.c: Likewise.
20244 * inet/tst-getni1.c: Likewise.
20245 * inet/tst-getni2.c: Likewise.
20246 * libio/ioungetc.c: Likewise.
20247 * libio/wfiledoalloc.c: Likewise.
20248 * manual/libm-err-tab.pl: Likewise.
20249 * math/w_dremf.c: Likewise.
20250 * misc/ftruncate.c: Likewise.
20251 * posix/bug-glob2.c: Likewise.
20252 * posix/tst-pcre.c: Likewise.
20253 * posix/wait4.c: Likewise.
20254 * resolv/README: Likewise.
20255 * resolv/res_debug.h: Likewise.
20256 * resolv/tst-inet_ntop.c: Likewise.
20257 * setjmp/bug269-setjmp.c: Likewise.
20258 * soft-fp/extended.h: Likewise.
20259 * soft-fp/op-1.h: Likewise.
20260 * soft-fp/op-2.h: Likewise.
20261 * soft-fp/op-4.h: Likewise.
20262 * soft-fp/op-8.h: Likewise.
20263 * soft-fp/testit.c: Likewise.
20264 * stdio-common/bug16.c: Likewise.
20265 * stdlib/random.c: Likewise.
20266 * sunrpc/rpcsvc/rquota.x: Likewise.
20267 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20268 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20269 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20270 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20271 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20272 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20273 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20274 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20275 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20276 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20277 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20278 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20279 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20280 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20281 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20282 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20283 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20284 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20285 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20286 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20287 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20288 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20289 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20290 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20291 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20292 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20293 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20294 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20295 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20296 * sysdeps/ieee754/s_lib_version.c: Likewise.
20297 * sysdeps/mach/hurd/check_fds.c: Likewise.
20298 * sysdeps/mach/hurd/getsockname.c: Likewise.
20299 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20300 * sysdeps/mach/hurd/recvfrom.c: Likewise.
20301 * sysdeps/powerpc/bits/link.h: Likewise.
20302 * sysdeps/powerpc/dl-procinfo.c: Likewise.
20303 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20304 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20305 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20306 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20307 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20308 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20309 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20310 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20311 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20312 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20313 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20314 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20315 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20316 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20317 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20318 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20319 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20320 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20321 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20322 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20323 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20324 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20325 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20326 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20327 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20328 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20329 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20330 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20331 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20332 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20333 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20334 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20335 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20336 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20337 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20338 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20339 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20340 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20341 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20342 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20343 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20344 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20345 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20346 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20347 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20348 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20349 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20350 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20351 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20352 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20353 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20354 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20355 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20356 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20357 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20358 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20359 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20360 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20361 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20362 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20363 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20364 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20365 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20366 * sysdeps/powerpc/sysdep.h: Likewise.
20367 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20368 * sysdeps/s390/s390-64/sub_n.S: Likewise.
20369 * sysdeps/sh/dl-trampoline.S: Likewise.
20370 * sysdeps/sh/memset.S: Likewise.
20371 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20372 * sysdeps/sh/strlen.S: Likewise.
20373 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20374 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20375 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20376 * sysdeps/sparc/sparc32/rem.S: Likewise.
20377 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20378 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20379 * sysdeps/sparc/sparc32/strchr.S: Likewise.
20380 * sysdeps/sparc/sparc32/udiv.S: Likewise.
20381 * sysdeps/sparc/sparc32/urem.S: Likewise.
20382 * sysdeps/sparc/sparc64/add_n.S: Likewise.
20383 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20384 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20385 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20386 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20387 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20388 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20389 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20390 * sysdeps/unix/bsd/times.c: Likewise.
20391 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20392 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20393 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20394 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20395 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20396 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20397 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20398 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20399 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20400 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20401 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20402 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20403 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20404 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20405 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20406 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20407 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20408 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20409 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20410 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20411 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20412 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20413 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20414 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20415 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20416 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20417 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20418 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20419 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20420 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20421 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20422 * sysdeps/x86_64/strcspn.S: Likewise.
20423
869378a5
RA
204242013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
20425
20426 * locale/C-translit.h: Revert #include <stdint.h> because this is a
20427 generated file. Regenerate properly from gen-translit.pl.
20428 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
20429 locale/C-translit.h.
20430
840e2943
AS
204312013-06-05 Andreas Schwab <schwab@suse.de>
20432
20433 [BZ #15100]
20434 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20435 week as 6 instead of -1.
20436 * time/tst-strptime.c (day_tests): Add test case.
20437
4c60cb0c
SP
204382013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
20439
20440 * sysdeps/generic/math_private.h
20441 (libc_feholdexcept_setround_53bit): Replace with
20442 libc_feholdsetround_53bit.
20443 (libc_feupdateenv_53bit): Replace with
20444 libc_feresetround_53bit.
20445 (SET_RESTORE_ROUND_53BIT): Adjust.
20446
d180203e
SP
204472013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
20448
96df079a
SP
20449 * string/test-strchrnul.c: Add copyright header.
20450
d180203e
SP
20451 * posix/tst-getaddrinfo4.c: Increase test timeout.
20452
8b0ccb2d
CD
204532013-06-03 Carlos O'Donell <carlos@redhat.com>
20454
20455 [BZ #15536]
20456 * math/libm-test.inc (MAX_EXP): Remove
20457 (MIN_EXP): Define.
20458 (ulp): Use MIN_EXP - MANT_DIG.
20459 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20460
3b3c4d40
CD
204612013-05-31 Carlos O'Donell <carlos@redhat.com>
20462
20463 * po/be.po: Revert last change.
20464 * po/zh_CN.po: Likewise.
20465 * po/header.pot: Likewise.
20466
fab7ce3f
JM
204672013-05-31 Joseph Myers <joseph@codesourcery.com>
20468
20469 * Makefile ($(common-objpfx)linkobj/libc.so): Define
20470 link-libc-deps to empty as target-specific variable.
20471 * Makerules (link-libc-args): New variable.
20472 (libc-for-link): Likewise.
20473 (link-libc-deps): Likewise.
20474 (lib%.so): Depend on $(link-libc-deps). Link with
20475 $(link-libc-args).
20476 (build-module): Link with $(link-libc-args).
20477 (build-module-asneeded): Likewise.
20478 (build-module-helper-objlist): Filter out $(link-libc-deps) from
20479 list of objects.
20480 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20481 target-specific variable.
20482 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20483 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20484 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20485 libc.
20486 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20487 libc and ld.so.
20488 ($(objpfx)libpcprofile.so): Likewise.
20489 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20490 libc_nonshared.a.
20491 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20492 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20493 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20494 $(link-libc-deps).
20495 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20496 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20497 * login/Makefile ($(objpfx)libutil.so): Likewise.
20498 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20499 * math/Makefile ($(objpfx)libm.so): Likewise.
20500 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20501 $(objpfx)libnsl.so): Define libc-for-link as target-specific
20502 variable instead of depending directly on libc.
20503 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20504 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20505 $(link-libc-deps).
20506 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20507 libc.
20508 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20509 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20510 ($(objpfx)libanl.so): Likewise.
20511 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20512 ld.so.
20513 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20514 $(link-libc-deps).
20515 * sysdeps/i386/fpu/Makefile: Remove file.
20516 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20517 ($(objpfx)libm.so): Remove dependency on ld.so.
20518
eca5920c
PF
205192013-05-30 Patsy Franklin <pfrankli@redhat.com>
20520
20521 [BZ # 15553]
20522 * nis/yp_xdr.c (XDRMAXNAME): Define.
20523 (XDRMAXRECORD): Define.
20524 (xdr_domainname): Use XDRMAXNAME.
20525 (xdr_mapname): Likewise.
20526 (xdr_peername): Likewise.
20527 (xdr_keydat): Use XDRMAXRECORD.
20528 (xdr_valdat): Likewise.
20529
205302013-05-30 Jeff Law <law@redhat.com>
96945714
JL
20531
20532 [BZ #14256]
20533 * manual/errno.texi (ESTALE): Update to account for more than
20534 just NFS file systems.
20535 * sysdeps/gnu/errlist.c: Regenerated.
20536
b9375348
SP
205372013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
20538
20539 [BZ #15465]
20540 * elf/Makefile (tests): Add tst-null-argv.
20541 (modules-names): Add tst-null-argv-lib.
20542 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20543 (tst-null-argv-ENV): Set environment for tst-null-argv.
20544 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20545 (RTLD_PROGNAME): New macro.
20546 * elf/tst-null-argv.c: New test case.
20547 * elf/tst-null-argv-lib.c: Library for test case.
20548 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20549 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20550 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20551 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20552 * elf/dl-init.c (call_init): Likewise.
20553 (_dl_init): Likewise.
20554 * elf/dl-load.c (print_search_path): Likewise.
20555 (_dl_map_object): Likewise.
20556 * elf/dl-lookup.c (do_lookup_x): Likewise.
20557 (add_dependency): Likewise.
20558 (_dl_lookup_symbol_x): Likewise.
20559 (_dl_debug_bindings): Likewise.
20560 * elf/dl-open.c (_dl_show_scope): Likewise.
20561 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20562 * elf/dl-version.c (match_symbol): Likewise.
20563 (_dl_check_map_versions): Likewise.
20564 * elf/rtld.c (dl_main): Likewise.
20565 (print_unresolved): Use RTLD_PROGNAME.
20566 (print_missing_version): Likewise.
20567 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20568 (elf_machine_rela): Likewise.
20569 * sysdeps/powerpc/powerpc32/dl-machine.c
20570 (__process_machine_rela): Likewise.
20571 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20572 Likewise.
20573 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20574 Likewise.
20575 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
20576 Likewise.
20577 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20578 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20579 Likewise.
20580 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20581 Likewise.
20582 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20583
8a9f20c8
CD
205842013-05-28 Carlos O'Donell <carlos@redhat.com>
20585
20586 * po/be.po: Add descriptive title.
20587 * po/zh_CN.po: Likewise.
20588 * po/header.pot: Likewise.
20589
0e60d68e
MF
205902013-05-28 Mike Frysinger <vapier@gentoo.org>
20591
20592 * locale/programs/locarchive.c (create_archive): Inlucde fname in
20593 error message.
20594 (enlarge_archive): Likewise.
20595
56b672e9
BN
205962013-05-28 Ben North <ben@redfrontdoor.org>
20597
20598 * manual/arith.texi (frexp): It is the magnitude of the return
20599 value which lies in [0.5, 1), not the return value itself.
20600
5e056687
AZ
206012013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20602
20603 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20604
2b66ef5d
TS
206052013-05-26 Thomas Schwinge <thomas@codesourcery.com>
20606
528c2405
TS
20607 * stdio-common/bug26.c (main): Correct fscanf template.
20608
07b4c13d
TS
20609 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
20610 declare _dl_skip_args.
20611
ec9dd97c
TS
20612 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
20613 Don't declare.
20614
2b66ef5d
TS
20615 * manual/platform.texi: Add missing @end deftypefun.
20616
4f8dfe27
JM
206172013-05-24 Joseph Myers <joseph@codesourcery.com>
20618
0323d086
JM
20619 [BZ #15529]
20620 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
20621 bit of mantissa of 2^16382.
20622 * math/libm-test.inc (hypot_test_data): Add more tests.
20623
dd4259b9
JM
20624 * math/libm-test.inc: Add drem and pow10 to list of tested
20625 functions.
20626 (pow10_test): New function.
20627 (drem_test): Likewise.
20628 (drem_test_tonearest): Likewise.
20629 (drem_test_towardzero): Likewise.
20630 (drem_test_downward): Likewise.
20631 (drem_test_upward): Likewise.
20632 (main): Call the new functions.
20633
4f8dfe27
JM
20634 * math/libm-test.inc (finite_test_data): Remove.
20635 (finite_test): Run tests from isfinite_test_data.
20636 (gamma_test_data): Remove.
20637 (gamma_test): Run tests from lgamma_test_data.
20638 * sysdeps/i386/fpu/libm-test-ulps: Update.
20639 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20640
d116b7c4
AZ
206412013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20642
20643 * manual/platform.texi: Add PowerPC PPR function set documentation.
20644 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
20645 implementation.
20646
e96e3767
CD
206472013-05-24 Carlos O'Donell <carlos@redhat.com>
20648
20649 * math/libm-test.inc (MAX_EXP): Define.
20650 (ULPDIFF): Define.
20651 (ulp): New function.
20652 (check_float_internal): Use ULPDIFF.
20653 (cpow_test): Disable failing test.
20654 (check_ulp): Test ulp() implemetnation.
20655 (main): Call check_ulp before starting tests.
20656
b679a606
JM
206572013-05-24 Joseph Myers <joseph@codesourcery.com>
20658
e8bdba36
JM
20659 * math/gen-libm-test.pl (generate_testfile): Do not handle
20660 START_DATA and END_DATA.
20661 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20662 END_DATA.
20663 (acos_tonearest_test_data): Likewise.
20664 (acos_towardzero_test_data): Likewise.
20665 (acos_downward_test_data): Likewise.
20666 (acos_upward_test_data): Likewise.
20667 (acosh_test_data): Likewise.
20668 (asin_test_data): Likewise.
20669 (asin_tonearest_test_data): Likewise.
20670 (asin_towardzero_test_data): Likewise.
20671 (asin_downward_test_data): Likewise.
20672 (asin_upward_test_data): Likewise.
20673 (asinh_test_data): Likewise.
20674 (atan_test_data): Likewise.
20675 (atanh_test_data): Likewise.
20676 (atan2_test_data): Likewise.
20677 (cabs_test_data): Likewise.
20678 (cacos_test_data): Likewise.
20679 (cacosh_test_data): Likewise.
20680 (carg_test_data): Likewise.
20681 (casin_test_data): Likewise.
20682 (casinh_test_data): Likewise.
20683 (catan_test_data): Likewise.
20684 (catanh_test_data): Likewise.
20685 (cbrt_test_data): Likewise.
20686 (ccos_test_data): Likewise.
20687 (ccosh_test_data): Likewise.
20688 (ceil_test_data): Likewise.
20689 (cexp_test_data): Likewise.
20690 (cimag_test_data): Likewise.
20691 (clog_test_data): Likewise.
20692 (clog10_test_data): Likewise.
20693 (conj_test_data): Likewise.
20694 (copysign_test_data): Likewise.
20695 (cos_test_data): Likewise.
20696 (cos_tonearest_test_data): Likewise.
20697 (cos_towardzero_test_data): Likewise.
20698 (cos_downward_test_data): Likewise.
20699 (cos_upward_test_data): Likewise.
20700 (cosh_test_data): Likewise.
20701 (cosh_tonearest_test_data): Likewise.
20702 (cosh_towardzero_test_data): Likewise.
20703 (cosh_downward_test_data): Likewise.
20704 (cosh_upward_test_data): Likewise.
20705 (cpow_test_data): Likewise.
20706 (cproj_test_data): Likewise.
20707 (creal_test_data): Likewise.
20708 (csin_test_data): Likewise.
20709 (csinh_test_data): Likewise.
20710 (csqrt_test_data): Likewise.
20711 (ctan_test_data): Likewise.
20712 (ctan_tonearest_test_data): Likewise.
20713 (ctan_towardzero_test_data): Likewise.
20714 (ctan_downward_test_data): Likewise.
20715 (ctan_upward_test_data): Likewise.
20716 (ctanh_test_data): Likewise.
20717 (ctanh_tonearest_test_data): Likewise.
20718 (ctanh_towardzero_test_data): Likewise.
20719 (ctanh_downward_test_data): Likewise.
20720 (ctanh_upward_test_data): Likewise.
20721 (erf_test_data): Likewise.
20722 (erfc_test_data): Likewise.
20723 (exp_test_data): Likewise.
20724 (exp_tonearest_test_data): Likewise.
20725 (exp_towardzero_test_data): Likewise.
20726 (exp_downward_test_data): Likewise.
20727 (exp_upward_test_data): Likewise.
20728 (exp10_test_data): Likewise.
20729 (exp2_test_data): Likewise.
20730 (expm1_test_data): Likewise.
20731 (fabs_test_data): Likewise.
20732 (fdim_test_data): Likewise.
20733 (finite_test_data): Likewise.
20734 (floor_test_data): Likewise.
20735 (fma_test_data): Likewise.
20736 (fma_towardzero_test_data): Likewise.
20737 (fma_downward_test_data): Likewise.
20738 (fma_upward_test_data): Likewise.
20739 (fmax_test_data): Likewise.
20740 (fmin_test_data): Likewise.
20741 (fmod_test_data): Likewise.
20742 (fpclassify_test_data): Likewise.
20743 (frexp_test_data): Likewise.
20744 (gamma_test_data): Likewise.
20745 (hypot_test_data): Likewise.
20746 (ilogb_test_data): Likewise.
20747 (isfinite_test_data): Likewise.
20748 (isgreater_test_data): Likewise.
20749 (isgreaterequal_test_data): Likewise.
20750 (isinf_test_data): Likewise.
20751 (isless_test_data): Likewise.
20752 (islessequal_test_data): Likewise.
20753 (islessgreater_test_data): Likewise.
20754 (isnan_test_data): Likewise.
20755 (isnormal_test_data): Likewise.
20756 (issignaling_test_data): Likewise.
20757 (isunordered_test_data): Likewise.
20758 (j0_test_data): Likewise.
20759 (j1_test_data): Likewise.
20760 (jn_test_data): Likewise.
20761 (ldexp_test_data): Likewise.
20762 (lgamma_test_data): Likewise.
20763 (lrint_test_data): Likewise.
20764 (lrint_tonearest_test_data): Likewise.
20765 (lrint_towardzero_test_data): Likewise.
20766 (lrint_downward_test_data): Likewise.
20767 (lrint_upward_test_data): Likewise.
20768 (llrint_test_data): Likewise.
20769 (llrint_tonearest_test_data): Likewise.
20770 (llrint_towardzero_test_data): Likewise.
20771 (llrint_downward_test_data): Likewise.
20772 (llrint_upward_test_data): Likewise.
20773 (log_test_data): Likewise.
20774 (log10_test_data): Likewise.
20775 (log1p_test_data): Likewise.
20776 (log2_test_data): Likewise.
20777 (logb_test_data): Likewise.
20778 (logb_downward_test_data): Likewise.
20779 (lround_test_data): Likewise.
20780 (llround_test_data): Likewise.
20781 (modf_test_data): Likewise.
20782 (nearbyint_test_data): Likewise.
20783 (nextafter_test_data): Likewise.
20784 (nexttoward_test_data): Likewise.
20785 (pow_test_data): Likewise.
20786 (pow_tonearest_test_data): Likewise.
20787 (pow_towardzero_test_data): Likewise.
20788 (pow_downward_test_data): Likewise.
20789 (pow_upward_test_data): Likewise.
20790 (remainder_test_data): Likewise.
20791 (remainder_tonearest_test_data): Likewise.
20792 (remainder_towardzero_test_data): Likewise.
20793 (remainder_downward_test_data): Likewise.
20794 (remainder_upward_test_data): Likewise.
20795 (remquo_test_data): Likewise.
20796 (rint_test_data): Likewise.
20797 (rint_tonearest_test_data): Likewise.
20798 (rint_towardzero_test_data): Likewise.
20799 (rint_downward_test_data): Likewise.
20800 (rint_upward_test_data): Likewise.
20801 (round_test_data): Likewise.
20802 (scalb_test_data): Likewise.
20803 (scalbn_test_data): Likewise.
20804 (scalbln_test_data): Likewise.
20805 (signbit_test_data): Likewise.
20806 (sin_test_data): Likewise.
20807 (sin_tonearest_test_data): Likewise.
20808 (sin_towardzero_test_data): Likewise.
20809 (sin_downward_test_data): Likewise.
20810 (sin_upward_test_data): Likewise.
20811 (sincos_test_data): Likewise.
20812 (sinh_test_data): Likewise.
20813 (sinh_tonearest_test_data): Likewise.
20814 (sinh_towardzero_test_data): Likewise.
20815 (sinh_downward_test_data): Likewise.
20816 (sinh_upward_test_data): Likewise.
20817 (sqrt_test_data): Likewise.
20818 (tan_test_data): Likewise.
20819 (tan_tonearest_test_data): Likewise.
20820 (tan_towardzero_test_data): Likewise.
20821 (tan_downward_test_data): Likewise.
20822 (tan_upward_test_data): Likewise.
20823 (tanh_test_data): Likewise.
20824 (tgamma_test_data): Likewise.
20825 (trunc_test_data): Likewise.
20826 (y0_test_data): Likewise.
20827 (y1_test_data): Likewise.
20828 (yn_test_data): Likewise.
20829 (significand_test_data): Likewise.
20830
b679a606
JM
20831 * math/gen-libm-test.pl (@functions): Remove variable.
20832 (generate_testfile): Don't handle START and END lines.
20833 * math/libm-test.inc (START): New macro.
20834 (END): Likewise.
20835 (END_COMPLEX): Likewise.
20836 (acos_test): Use END macro without arguments.
20837 (acos_test_tonearest): Likewise.
20838 (acos_test_towardzero): Likewise.
20839 (acos_test_downward): Likewise.
20840 (acos_test_upward): Likewise.
20841 (acosh_test): Likewise.
20842 (asin_test): Likewise.
20843 (asin_test_tonearest): Likewise.
20844 (asin_test_towardzero): Likewise.
20845 (asin_test_downward): Likewise.
20846 (asin_test_upward): Likewise.
20847 (asinh_test): Likewise.
20848 (atan_test): Likewise.
20849 (atanh_test): Likewise.
20850 (atan2_test): Likewise.
20851 (cabs_test): Likewise.
20852 (cacos_test): Use END_COMPLEX macro without arguments.
20853 (cacosh_test): Likewise.
20854 (carg_test): Use END macro without arguments.
20855 (casin_test): Use END_COMPLEX macro without arguments.
20856 (casinh_test): Likewise.
20857 (catan_test): Likewise.
20858 (catanh_test): Likewise.
20859 (cbrt_test): Use END macro without arguments.
20860 (ccos_test): Use END_COMPLEX macro without arguments.
20861 (ccosh_test): Likewise.
20862 (ceil_test): Use END macro without arguments.
20863 (cexp_test): Use END_COMPLEX macro without arguments.
20864 (cimag_test): Use END macro without arguments.
20865 (clog_test): Use END_COMPLEX macro without arguments.
20866 (clog10_test): Likewise.
20867 (conj_test): Likewise.
20868 (copysign_test): Use END macro without arguments.
20869 (cos_test): Likewise.
20870 (cos_test_tonearest): Likewise.
20871 (cos_test_towardzero): Likewise.
20872 (cos_test_downward): Likewise.
20873 (cos_test_upward): Likewise.
20874 (cosh_test): Likewise.
20875 (cosh_test_tonearest): Likewise.
20876 (cosh_test_towardzero): Likewise.
20877 (cosh_test_downward): Likewise.
20878 (cosh_test_upward): Likewise.
20879 (cpow_test): Use END_COMPLEX macro without arguments.
20880 (cproj_test): Likewise.
20881 (creal_test): Use END macro without arguments.
20882 (csin_test): Use END_COMPLEX macro without arguments.
20883 (csinh_test): Likewise.
20884 (csqrt_test): Likewise.
20885 (ctan_test): Likewise.
20886 (ctan_test_tonearest): Likewise.
20887 (ctan_test_towardzero): Likewise.
20888 (ctan_test_downward): Likewise.
20889 (ctan_test_upward): Likewise.
20890 (ctanh_test): Likewise.
20891 (ctanh_test_tonearest): Likewise.
20892 (ctanh_test_towardzero): Likewise.
20893 (ctanh_test_downward): Likewise.
20894 (ctanh_test_upward): Likewise.
20895 (erf_test): Use END macro without arguments.
20896 (erfc_test): Likewise.
20897 (exp_test): Likewise.
20898 (exp_test_tonearest): Likewise.
20899 (exp_test_towardzero): Likewise.
20900 (exp_test_downward): Likewise.
20901 (exp_test_upward): Likewise.
20902 (exp10_test): Likewise.
20903 (exp2_test): Likewise.
20904 (expm1_test): Likewise.
20905 (fabs_test): Likewise.
20906 (fdim_test): Likewise.
20907 (finite_test): Likewise.
20908 (floor_test): Likewise.
20909 (fma_test): Likewise.
20910 (fma_test_towardzero): Likewise.
20911 (fma_test_downward): Likewise.
20912 (fma_test_upward): Likewise.
20913 (fmax_test): Likewise.
20914 (fmin_test): Likewise.
20915 (fmod_test): Likewise.
20916 (fpclassify_test): Likewise.
20917 (frexp_test): Likewise.
20918 (gamma_test): Likewise.
20919 (hypot_test): Likewise.
20920 (ilogb_test): Likewise.
20921 (isfinite_test): Likewise.
20922 (isgreater_test): Likewise.
20923 (isgreaterequal_test): Likewise.
20924 (isinf_test): Likewise.
20925 (isless_test): Likewise.
20926 (islessequal_test): Likewise.
20927 (islessgreater_test): Likewise.
20928 (isnan_test): Likewise.
20929 (isnormal_test): Likewise.
20930 (issignaling_test): Likewise.
20931 (isunordered_test): Likewise.
20932 (j0_test): Likewise.
20933 (j1_test): Likewise.
20934 (jn_test): Likewise.
20935 (ldexp_test): Likewise.
20936 (lgamma_test): Likewise.
20937 (lrint_test): Likewise.
20938 (lrint_test_tonearest): Likewise.
20939 (lrint_test_towardzero): Likewise.
20940 (lrint_test_downward): Likewise.
20941 (lrint_test_upward): Likewise.
20942 (llrint_test): Likewise.
20943 (llrint_test_tonearest): Likewise.
20944 (llrint_test_towardzero): Likewise.
20945 (llrint_test_downward): Likewise.
20946 (llrint_test_upward): Likewise.
20947 (log_test): Likewise.
20948 (log10_test): Likewise.
20949 (log1p_test): Likewise.
20950 (log2_test): Likewise.
20951 (logb_test): Likewise.
20952 (logb_test_downward): Likewise.
20953 (lround_test): Likewise.
20954 (llround_test): Likewise.
20955 (modf_test): Likewise.
20956 (nearbyint_test): Likewise.
20957 (nextafter_test): Likewise.
20958 (nexttoward_test): Likewise.
20959 (pow_test): Likewise.
20960 (pow_test_tonearest): Likewise.
20961 (pow_test_towardzero): Likewise.
20962 (pow_test_downward): Likewise.
20963 (pow_test_upward): Likewise.
20964 (remainder_test): Likewise.
20965 (remainder_test_tonearest): Likewise.
20966 (remainder_test_towardzero): Likewise.
20967 (remainder_test_downward): Likewise.
20968 (remainder_test_upward): Likewise.
20969 (remquo_test): Likewise.
20970 (rint_test): Likewise.
20971 (rint_test_tonearest): Likewise.
20972 (rint_test_towardzero): Likewise.
20973 (rint_test_downward): Likewise.
20974 (rint_test_upward): Likewise.
20975 (round_test): Likewise.
20976 (scalb_test): Likewise.
20977 (scalbn_test): Likewise.
20978 (scalbln_test): Likewise.
20979 (signbit_test): Likewise.
20980 (sin_test): Likewise.
20981 (sin_test_tonearest): Likewise.
20982 (sin_test_towardzero): Likewise.
20983 (sin_test_downward): Likewise.
20984 (sin_test_upward): Likewise.
20985 (sincos_test): Likewise.
20986 (sinh_test): Likewise.
20987 (sinh_test_tonearest): Likewise.
20988 (sinh_test_towardzero): Likewise.
20989 (sinh_test_downward): Likewise.
20990 (sinh_test_upward): Likewise.
20991 (sqrt_test): Likewise.
20992 (tan_test): Likewise.
20993 (tan_test_tonearest): Likewise.
20994 (tan_test_towardzero): Likewise.
20995 (tan_test_downward): Likewise.
20996 (tan_test_upward): Likewise.
20997 (tanh_test): Likewise.
20998 (tgamma_test): Likewise.
20999 (trunc_test): Likewise.
21000 (y0_test): Likewise.
21001 (y1_test): Likewise.
21002 (yn_test): Likewise.
21003 (significand_test): Likewise.
21004
bae143d2
OB
210052013-05-24 Ondřej Bílka <neleai@seznam.cz>
21006
21007 [BZ #15381]
21008 * libio/genops.c (_IO_no_init): Initialize wide struct info.
21009
9323d39b
EM
210102013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
21011
d4ea44a0 21012 [BZ #14894]
9323d39b
EM
21013 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
21014 __ppc_mdoio and __ppc_mdoom.
21015 * manual/platform.texi: Document new functions __ppc_yield,
21016 __ppc_mdoio and __ppc_mdoom.
21017
13e23af7
CD
210182013-05-22 Carlos O'Donell <carlos@redhat.com>
21019
21020 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
21021 (main): Mention "tls" pseudo-hwcap is legacy.
21022 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
21023
351fe550
JM
210242013-05-22 Joseph Myers <joseph@codesourcery.com>
21025
21026 * math/gen-libm-test.pl (parse_args): Output only string of
21027 arguments as text for test name, not full call or descriptions of
21028 tests for extra outputs.
21029 (generate_testfile): Do not pass function name to parse_args.
21030 Generate this_func variable from START.
21031 * math/libm-test.inc (struct test_f_f_data): Rename test_name
21032 field to arg_str.
21033 (struct test_ff_f_data): Likewise.
21034 (test_ff_f_data_nexttoward): Likewise.
21035 (struct test_fi_f_data): Likewise.
21036 (struct test_fl_f_data): Likewise.
21037 (struct test_if_f_data): Likewise.
21038 (struct test_fff_f_data): Likewise.
21039 (struct test_c_f_data): Likewise.
21040 (struct test_f_f1_data): Likewise. Remove field extra_name.
21041 (struct test_fF_f1_data): Likewise.
21042 (struct test_ffI_f1_data): Likewise.
21043 (struct test_c_c_data): Rename test_name field to arg_str.
21044 (struct test_cc_c_data): Likewise.
21045 (struct test_f_i_data): Likewise.
21046 (struct test_ff_i_data): Likewise.
21047 (struct test_f_l_data): Likewise.
21048 (struct test_f_L_data): Likewise.
21049 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
21050 and extra2_name.
21051 (COMMON_TEST_SETUP): New macro.
21052 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
21053 (COMMON_TEST_CLEANUP): Likewise.
21054 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
21055 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
21056 macros.
21057 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
21058 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
21059 macros.
21060 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
21061 (RUN_TEST_fff_f): Take argument string. Call new setup and
21062 cleanup macros.
21063 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
21064 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
21065 macros.
21066 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
21067 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
21068 macros.
21069 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21070 (RUN_TEST_fF_f1): Take argument string. Call new setup and
21071 cleanup macros.
21072 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21073 (RUN_TEST_fI_f1): Take argument string. Call new setup and
21074 cleanup macros.
21075 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21076 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
21077 cleanup macros.
21078 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21079 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
21080 macros.
21081 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
21082 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
21083 macros.
21084 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
21085 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
21086 macros.
21087 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21088 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
21089 cleanup macros.
21090 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21091 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
21092 cleanup macros.
21093 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21094 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
21095 macros.
21096 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21097 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
21098 cleanup macros.
21099 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21100 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
21101 macros.
21102 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21103 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
21104 macros.
21105 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21106 (RUN_TEST_fFF_11): Take argument string. Call new setup and
21107 cleanup macros.
21108 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21109
85118d4d
EBM
211102013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21111
21112 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21113 to _sifields.sigfault.
21114 (si_addr_lsb): Define new macro.
21115 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21116 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21117 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21118
7a44c18f
CD
211192013-05-03 Carlos O'Donell <carlos at redhat.com>
21120
21121 [BZ #15441]
21122 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21123 returns -1.
21124 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21125 null return -1.
21126 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21127 loading the domain.
21128
b50a7181
JM
211292013-05-22 Joseph Myers <joseph@codesourcery.com>
21130
21131 * math/gen-libm-test.pl (parse_args): Do not include expected
21132 result in test name.
21133 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21134 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21135 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21136 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21137 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21138 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21139
051063c8
SP
211402013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
21141
3ce9e010
SP
21142 * benchtests/Makefile: Sort function entries.
21143
051063c8
SP
21144 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21145 tanh, asinh, acosh, atanh.
21146 * benchtests/acos-inputs: New file.
21147 * benchtests/acosh-inputs: New file.
21148 * benchtests/asin-inputs: New file.
21149 * benchtests/asinh-inputs: New file.
21150 * benchtests/atanh-inputs: New file.
21151 * benchtests/cosh-inputs: New file.
21152 * benchtests/log-inputs: New file.
21153 * benchtests/sinh-inputs: New file.
21154 * benchtests/tanh-inputs: New file.
21155
47c22455
DL
211562013-05-21 Dmitry V. Levin <ldv@altlinux.org>
21157
21158 [BZ #15339]
21159 * posix/tst-getaddrinfo4.c: New test.
21160 * posix/Makefile (tests): Add it.
21161
3d04f5db
SP
211622013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
21163
21164 [BZ #15339]
21165 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21166 when no services were used.
21167 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21168 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21169
d5dd6189
AS
211702013-05-21 Andreas Schwab <schwab@suse.de>
21171
21172 [BZ #15014]
21173 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21174 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21175 successful.
21176 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21177 redundant variable declarations and reallocation of buffer when
21178 parsing as IPv6 address. Always set NSS status when called from
21179 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
21180 buffer too small. Correct computation of needed size.
21181 * nss/Makefile (tests): Add test-digits-dots.
21182 * nss/test-digits-dots.c: New test.
21183
fef94eab
SP
211842013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
21185
21186 * benchtests/Makefile: Remove instructions for adding
21187 benchmark tests.
21188 * benchtests/README: New file to explain how to execute and
21189 enhance the benchmark tests.
21190
e39adf43
AS
211912013-05-21 Andreas Schwab <schwab@suse.de>
21192
21193 [BZ #15493]
21194 * setjmp/Makefile (tests): Add tst-sigsetjmp.
21195 * setjmp/tst-sigsetjmp.c: New test.
21196
b2b671b6
OB
211972013-05-20 Ondřej Bílka <neleai@seznam.cz>
21198
21199 * sysdeps/x86_64/memset.S (memset): New implementation.
21200 (__bzero): Likewise.
21201 (__memset_tail): New function.
21202
2d48b41c
OB
212032013-05-20 Ondřej Bílka <neleai@seznam.cz>
21204
21205 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21206 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21207 __memcpy_sse2_unaligned ifunc selection.
21208 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21209 Add memcpy-sse2-unaligned.S.
21210 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21211 Add: __memcpy_sse2_unaligned.
21212
f16cc3eb
JM
212132013-05-19 Joseph Myers <joseph@codesourcery.com>
21214
3e694268
JM
21215 [BZ #15490]
21216 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21217 math_force_eval before restoring floating-point envrionment.
21218 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21219 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21220 Likewise.
21221 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21222 <math_private.h>.
21223 (__nearbyintl): Use math_force_eval before restoring
21224 floating-point environment.
21225 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21226
db62a907
JM
21227 * math/gen-libm-test.pl (special_functions): Remove.
21228 (parse_args): Don't handle TEST_extra. Handle functions with no
21229 return value.
21230 * math/libm-test.inc (struct test_sincos_data): Replace with
21231 struct test_fFF_11_data.
21232 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21233 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21234 (sincos_test_data): Change element type to struct
21235 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
21236 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21237 RUN_TEST_LOOP_sincos.
21238 * math/README.libm-test: Don't mention special handling of
21239 individual functions.
21240 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21241 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21242 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21243 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21244 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21245 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21246
f16cc3eb
JM
21247 * math/gen-libm-test.pl (get_variable): Remove function.
21248 (parse_args): Don't show pointer parameters to call in test
21249 names. Use "extra output N" in test names for extra outputs
21250 rather than naming variables.
21251
3779b5b6
JM
212522013-05-18 Joseph Myers <joseph@codesourcery.com>
21253
2ee094ff
JM
21254 [BZ #15488]
21255 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21256 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21257 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21258 double tests.
21259 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21260 disable.
21261 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21262 check_long_double.
21263
3779b5b6
JM
21264 * math/gen-libm-test.pl (@tests): Remove variable.
21265 ($count): Likewise.
21266 (new_test): Remove function.
21267 (show_exceptions): New function.
21268 (special_functions): Use show_exceptions instead of new_test.
21269 (parse_args): Likewise.
21270 (generate_testfile): Pass only function name in generated call to
21271 print_max_error or print_complex_max_error.
21272 (get_ulps): Do not handle complex tests specially.
21273 (output_test): Rename to ...
21274 (get_all_ulps_for_test): ... this. Return a string rather than
21275 printing to a file. Require ulps to be present.
21276 (output_ulps): Generate arrays rather than #defines.
21277 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21278 (struct ulp_data): New type.
21279 (BUILD_COMPLEX_ULP): Remove macro.
21280 (compare_ulp_data): New function.
21281 (find_ulps): Likewise.
21282 (find_test_ulps): Likewise.
21283 (find_function_ulps): Likewise.
21284 (find_complex_function_ulps): Likewise.
21285 (print_max_error): Determine allowed ulps using
21286 find_function_ulps.
21287 (print_complex_max_error): Determine allowed ulps using
21288 find_complex_function_ulps.
21289 (check_float_internal): Determine max ulps using find_test_ulps.
21290 (check_float): Do not take max_ulp parameter. Update call to
21291 check_float_internal.
21292 (check_complex): Likewise.
21293 (check_int): Do not take max_ulp parameter.
21294 (check_long): Likewise.
21295 (check_bool): Likewise.
21296 (check_longlong): Likewise.
21297 (struct test_f_f_data): Remove max_ulp field.
21298 (struct test_ff_f_data): Likewise.
21299 (struct test_ff_f_data_nexttoward): Likewise.
21300 (struct test_fi_f_data): Likewise.
21301 (struct test_fl_f_data): Likewise.
21302 (struct test_if_f_data): Likewise.
21303 (struct test_fff_f_data): Likewise.
21304 (struct test_c_f_data): Likewise.
21305 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21306 (struct test_fF_f1_data): Likewise.
21307 (struct test_ffI_f1_data): Likewise.
21308 (struct test_c_c_data): Remove max_ulp field.
21309 (struct test_cc_c_data): Likewise.
21310 (struct test_f_i_data): Likewise.
21311 (struct test_ff_i_data): Likewise.
21312 (struct test_f_l_data): Likewise.
21313 (struct test_f_L_data): Likewise.
21314 (struct test_sincos_data): Likewise.
21315 (RUN_TEST_f_f): Do not handle ulps.
21316 (RUN_TEST_LOOP_f_f): Likewise.
21317 (RUN_TEST_2_f): Likewise.
21318 (RUN_TEST_LOOP_2_f): Likewise.
21319 (RUN_TEST_fff_f): Likewise.
21320 (RUN_TEST_LOOP_fff_f): Likewise.
21321 (RUN_TEST_c_f): Likewise.
21322 (RUN_TEST_LOOP_c_f): Likewise.
21323 (RUN_TEST_f_f1): Likewise.
21324 (RUN_TEST_LOOP_f_f1): Likewise.
21325 (RUN_TEST_fF_f1): Likewise.
21326 (RUN_TEST_LOOP_fF_f1): Likewise.
21327 (RUN_TEST_fI_f1): Likewise.
21328 (RUN_TEST_LOOP_fI_f1): Likewise.
21329 (RUN_TEST_ffI_f1): Likewise.
21330 (RUN_TEST_LOOP_ffI_f1): Likewise.
21331 (RUN_TEST_c_c): Likewise.
21332 (RUN_TEST_LOOP_c_c): Likewise.
21333 (RUN_TEST_cc_c): Likewise.
21334 (RUN_TEST_LOOP_cc_c): Likewise.
21335 (RUN_TEST_f_i): Likewise.
21336 (RUN_TEST_LOOP_f_i): Likewise.
21337 (RUN_TEST_f_i_tg): Likewise.
21338 (RUN_TEST_LOOP_f_i_tg): Likewise.
21339 (RUN_TEST_ff_i_tg): Likewise.
21340 (RUN_TEST_LOOP_ff_i_tg): Likewise.
21341 (RUN_TEST_f_b): Likewise.
21342 (RUN_TEST_LOOP_f_b): Likewise.
21343 (RUN_TEST_f_b_tg): Likewise.
21344 (RUN_TEST_LOOP_f_b_tg): Likewise.
21345 (RUN_TEST_f_l): Likewise.
21346 (RUN_TEST_LOOP_f_l): Likewise.
21347 (RUN_TEST_f_L): Likewise.
21348 (RUN_TEST_LOOP_f_L): Likewise.
21349 (RUN_TEST_sincos): Likewise.
21350 (RUN_TEST_LOOP_sincos): Likewise.
21351
8269107f
JM
213522013-05-17 Joseph Myers <joseph@codesourcery.com>
21353
bb38759d
JM
21354 [BZ #15480]
21355 [BZ #15485]
21356 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21357 main case of finite arguments, set rounding mode to FE_TONEAREST
21358 and discard exceptions.
21359 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21360 exceptions.
21361 (remainder_tonearest_test_data): New variable.
21362 (remainder_test_tonearest): New function.
21363 (remainder_towardzero_test_data): New variable.
21364 (remainder_test_towardzero): New function.
21365 (remainder_downward_test_data): New variable.
21366 (remainder_test_downward): New function.
21367 (remainder_upward_test_data): New variable.
21368 (remainder_test_upward): New function.
21369 (main): Call the new test functions.
21370
a00bdcf0
JM
21371 * math/libm-test.inc (struct test_f_f1_data): Remove field
21372 extra_init.
21373 (struct test_fF_f1_data): Likewise.
21374 (struct test_ffI_f1_data): Likewise.
21375 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
21376 based on value of EXTRA_EXPECTED.
21377 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21378 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
21379 EXTRA_VAR based on value of EXTRA_EXPECTED.
21380 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21381 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
21382 EXTRA_VAR based on value of EXTRA_EXPECTED.
21383 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21384 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
21385 EXTRA_VAR based on value of EXTRA_EXPECTED.
21386 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21387 * math/gen-libm-test.pl (parse_args): Don't output initializers
21388 for extra output values.
21389
de407f79
JM
21390 * math/libm-test.inc (check_int): Expect result to be exactly
21391 equal to expected value and do not handle ulps.
21392 (check_long): Likewise.
21393 (check_longlong): Likewise.
21394
8269107f
JM
21395 * math/libm-test.inc (ceil_test_data): Test for "inexact"
21396 exceptions.
21397 (cimag_test_data): Likewise.
21398 (conj_test_data): Likewise.
21399 (copysign_test_data): Likewise.
21400 (cproj_test_data): Likewise.
21401 (creal_test_data): Likewise.
21402 (fabs_test_data): Likewise.
21403 (fdim_test_data): Likewise.
21404 (finite_test_data): Likewise.
21405 (floor_test_data): Likewise.
21406 (fmax_test_data): Likewise.
21407 (fmin_test_data): Likewise.
21408 (fmod_test_data): Likewise.
21409 (fpclassify_test_data): Likewise.
21410 (frexp_test_data): Likewise.
21411 (ilogb_test_data): Likewise.
21412 (isfinite_test_data): Likewise.
21413 (isgreater_test_data): Likewise.
21414 (isgreaterequal_test_data): Likewise.
21415 (isinf_test_data): Likewise.
21416 (isless_test_data): Likewise.
21417 (islessequal_test_data): Likewise.
21418 (islessgreater_test_data): Likewise.
21419 (isnan_test_data): Likewise.
21420 (isnormal_test_data): Likewise.
21421 (issignaling_test_data): Likewise.
21422 (isunordered_test_data): Likewise.
21423 (ldexp_test_data): Likewise.
21424 (lrint_test_data): Likewise.
21425 (lrint_test_data) [TEST_FLOAT]: Disable one test.
21426 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21427 (lrint_tonearest_test_data): Test for "inexact" exceptions.
21428 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21429 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21430 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21431 test input.
21432 (lrint_towardzero_test_data): Test for "inexact" exceptions.
21433 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21434 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21435 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21436 that test input.
21437 (lrint_downward_test_data): Test for "inexact" exceptions.
21438 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21439 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21440 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21441 test input.
21442 (lrint_upward_test_data): Test for "inexact" exceptions.
21443 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21444 test input.
21445 (llrint_test_data): Test for "inexact" exceptions.
21446 (llrint_test_data) [TEST_FLOAT]: Disable one test.
21447 (llrint_tonearest_test_data): Test for "inexact" exceptions.
21448 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21449 (llrint_towardzero_test_data): Test for "inexact" exceptions.
21450 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21451 (llrint_downward_test_data): Test for "inexact" exceptions.
21452 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21453 (llrint_upward_test_data): Test for "inexact" exceptions.
21454 (logb_test_data): Likewise.
21455 (logb_downward_test_data): Likewise.
21456 (nextafter_test_data): Likewise.
21457 (nexttoward_test_data): Likewise.
21458 (remainder_test_data): Likewise.
21459 (remquo_test_data): Likewise.
21460 (scalbn_test_data): Likewise.
21461 (scalbln_test_data): Likewise.
21462 (signbit_test_data): Likewise.
21463 (sqrt_test_data): Likewise.
21464 (significand_test_data): Likewise.
21465
48a18de1
SP
214662013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
21467
21468 [BZ #15424]
21469 * benchtests/bench-modf.c (struct args): Mark arg0 as
21470 volatile.
21471 * scripts/bench.pl: Mark members of struct args as volatile.
21472
13d3b41a
AZ
214732013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21474
68191c1d 21475 [BZ # 15497]
13d3b41a
AZ
21476 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21477 negative infinity on POWER6 or lower.
21478 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21479
2848b105
MR
214802013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
21481
21482 [BZ #15442]
21483 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21484 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21485 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21486 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21487 (_FP_SETQNAN): New macro.
21488 (_FP_SETQNAN_SEMIRAW): Likewise.
21489 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21490 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21491 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21492 (FP_EXTEND): Use _FP_FRAC_SNANP.
21493 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21494 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21495 into account.
21496 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21497 New macro.
21498 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21499 Likewise.
21500
323e5cb7
JM
215012013-05-16 Joseph Myers <joseph@codesourcery.com>
21502
c58b274f
JM
21503 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21504 with DIVIDE_BY_ZERO_EXCEPTION.
21505 (gamma_test_data): Likewise.
21506 (lgamma_test_data): Likewise.
21507 (log_test_data): Likewise.
21508 (log10_test_data): Likewise.
21509 (log2_test_data): Likewise.
21510 (tgamma_test_data): Likewise.
21511
0ab34904
JM
21512 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21513 (acos_test_tonearest): Likewise.
21514 (acos_test_towardzero): Likewise.
21515 (acos_test_downward): Likewise.
21516 (acos_test_upward): Likewise.
21517 (acosh_test): Likewise.
21518 (asin_test): Likewise.
21519 (asin_test_tonearest): Likewise.
21520 (asin_test_towardzero): Likewise.
21521 (asin_test_downward): Likewise.
21522 (asin_test_upward): Likewise.
21523 (asinh_test): Likewise.
21524 (atan_test): Likewise.
21525 (atanh_test): Likewise.
21526 (atan2_test): Likewise.
21527 (cabs_test): Likewise.
21528 (cacos_test): Likewise.
21529 (cacosh_test): Likewise.
21530 (casin_test): Likewise.
21531 (casinh_test): Likewise.
21532 (catan_test): Likewise.
21533 (catanh_test): Likewise.
21534 (cbrt_test): Likewise.
21535 (ccos_test): Likewise.
21536 (ccosh_test): Likewise.
21537 (cexp_test): Likewise.
21538 (clog_test): Likewise.
21539 (clog10_test): Likewise.
21540 (cos_test): Likewise.
21541 (cos_test_tonearest): Likewise.
21542 (cos_test_towardzero): Likewise.
21543 (cos_test_downward): Likewise.
21544 (cos_test_upward): Likewise.
21545 (cosh_test): Likewise.
21546 (cosh_test_tonearest): Likewise.
21547 (cosh_test_towardzero): Likewise.
21548 (cosh_test_downward): Likewise.
21549 (cosh_test_upward): Likewise.
21550 (cpow_test): Likewise.
21551 (csin_test): Likewise.
21552 (csinh_test): Likewise.
21553 (csqrt_test): Likewise.
21554 (ctan_test): Likewise.
21555 (ctan_test_tonearest): Likewise.
21556 (ctan_test_towardzero): Likewise.
21557 (ctan_test_downward): Likewise.
21558 (ctan_test_upward): Likewise.
21559 (ctanh_test): Likewise.
21560 (ctanh_test_tonearest): Likewise.
21561 (ctanh_test_towardzero): Likewise.
21562 (ctanh_test_downward): Likewise.
21563 (ctanh_test_upward): Likewise.
21564 (erf_test): Likewise.
21565 (erfc_test): Likewise.
21566 (exp_test): Likewise.
21567 (exp_test_tonearest): Likewise.
21568 (exp_test_towardzero): Likewise.
21569 (exp_test_downward): Likewise.
21570 (exp_test_upward): Likewise.
21571 (exp10_test): Likewise.
21572 (exp2_test): Likewise.
21573 (expm1_test): Likewise.
21574 (fmod_test): Likewise.
21575 (gamma_test): Likewise.
21576 (hypot_test): Likewise.
21577 (j0_test): Likewise.
21578 (j1_test): Likewise.
21579 (jn_test): Likewise.
21580 (lgamma_test): Likewise.
21581 (log_test): Likewise.
21582 (log10_test): Likewise.
21583 (log1p_test): Likewise.
21584 (log2_test): Likewise.
21585 (logb_test_downward): Likewise.
21586 (pow_test): Likewise.
21587 (pow_test_tonearest): Likewise.
21588 (pow_test_towardzero): Likewise.
21589 (pow_test_downward): Likewise.
21590 (pow_test_upward): Likewise.
21591 (remainder_test): Likewise.
21592 (remquo_test): Likewise.
21593 (sin_test): Likewise.
21594 (sin_test_tonearest): Likewise.
21595 (sin_test_towardzero): Likewise.
21596 (sin_test_downward): Likewise.
21597 (sin_test_upward): Likewise.
21598 (sincos_test): Likewise.
21599 (sinh_test): Likewise.
21600 (sinh_test_tonearest): Likewise.
21601 (sinh_test_towardzero): Likewise.
21602 (sinh_test_downward): Likewise.
21603 (sinh_test_upward): Likewise.
21604 (sqrt_test): Likewise.
21605 (tan_test): Likewise.
21606 (tan_test_tonearest): Likewise.
21607 (tan_test_towardzero): Likewise.
21608 (tan_test_downward): Likewise.
21609 (tan_test_upward): Likewise.
21610 (tanh_test): Likewise.
21611 (tgamma_test): Likewise.
21612 (y0_test): Likewise.
21613 (y1_test): Likewise.
21614 (yn_test): Likewise.
21615
323e5cb7
JM
21616 * math/gen-libm-test.pl (adjust_arg): Remove function.
21617 (special_function): Remove argument $in_func. Only handle
21618 generating output for tables of tests, not inside functions.
21619 (parse_args): Likewise.
21620 (generate_testfile): Remove variable $in_func. Update call to
21621 parse_args.
21622 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
21623 (MINUS_ZERO_INIT): Rename macro to minus_zero.
21624 (PLUS_INFTY_INIT): Rename macro to plus_infty.
21625 (MINUS_INFTY_INIT): Rename macro to minus_infty.
21626 (QNAN_VALUE_INIT): Rename macro to qnan_value.
21627 (MAX_VALUE_INIT): Rename macro to max_value.
21628 (MIN_VALUE_INIT): Rename macro to min_value.
21629 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
21630 (plus_zero): Remove variable.
21631 (minus_zero): Likewise.
21632 (plus_infty): Likewise.
21633 (minus_infty): Likewise.
21634 (qnan_value): Likewise.
21635 (max_value): Likewise.
21636 (min_value): Likewise.
21637 (min_subnorm_value): Likewise.
21638
e054f494
RA
216392013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
21640
21641 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
21642 uint64_t or uint32_t usage.
21643 * crypt/sha256-block.c: Likewise.
21644 * crypt/sha256-crypt.c: Likewise.
21645 * crypt/sha256.c: Likewise.
21646 * crypt/sha512-block.c: Likewise.
21647 * crypt/sha512-crypt.c: Likewise.
21648 * crypt/sha512.c: Likewise.
21649 * debug/backtrace-tst.c: Likewise.
21650 * debug/pcprofiledump.c: Likewise.
21651 * elf/cache.c: Likewise.
21652 * elf/dl-cache.c: Likewise.
21653 * elf/dl-misc.c: Likewise.
21654 * elf/dl-profile.c: Likewise.
21655 * elf/dl-support.c: Likewise.
21656 * elf/ldconfig.c: Likewise.
21657 * elf/sprof.c: Likewise.
21658 * iconv/dummy-repertoire.c: Likewise.
21659 * iconv/iconv_charmap.c: Likewise.
21660 * iconv/skeleton.c: Likewise.
21661 * iconvdata/8bit-generic.c: Likewise.
21662 * iconvdata/cp737.h: Likewise.
21663 * iconvdata/cp775.h: Likewise.
21664 * iconvdata/ibm1008.h: Likewise.
21665 * iconvdata/ibm1025.h: Likewise.
21666 * iconvdata/ibm1046.h: Likewise.
21667 * iconvdata/ibm1097.h: Likewise.
21668 * iconvdata/ibm1112.h: Likewise.
21669 * iconvdata/ibm1122.h: Likewise.
21670 * iconvdata/ibm1123.h: Likewise.
21671 * iconvdata/ibm1124.h: Likewise.
21672 * iconvdata/ibm1129.h: Likewise.
21673 * iconvdata/ibm1130.h: Likewise.
21674 * iconvdata/ibm1132.h: Likewise.
21675 * iconvdata/ibm1133.h: Likewise.
21676 * iconvdata/ibm1137.h: Likewise.
21677 * iconvdata/ibm1140.h: Likewise.
21678 * iconvdata/ibm1141.h: Likewise.
21679 * iconvdata/ibm1142.h: Likewise.
21680 * iconvdata/ibm1143.h: Likewise.
21681 * iconvdata/ibm1144.h: Likewise.
21682 * iconvdata/ibm1145.h: Likewise.
21683 * iconvdata/ibm1146.h: Likewise.
21684 * iconvdata/ibm1147.h: Likewise.
21685 * iconvdata/ibm1148.h: Likewise.
21686 * iconvdata/ibm1149.h: Likewise.
21687 * iconvdata/ibm1153.h: Likewise.
21688 * iconvdata/ibm1154.h: Likewise.
21689 * iconvdata/ibm1155.h: Likewise.
21690 * iconvdata/ibm1156.h: Likewise.
21691 * iconvdata/ibm1157.h: Likewise.
21692 * iconvdata/ibm1158.h: Likewise.
21693 * iconvdata/ibm1160.h: Likewise.
21694 * iconvdata/ibm1161.h: Likewise.
21695 * iconvdata/ibm1162.h: Likewise.
21696 * iconvdata/ibm1163.h: Likewise.
21697 * iconvdata/ibm1164.h: Likewise.
21698 * iconvdata/ibm1166.h: Likewise.
21699 * iconvdata/ibm1167.h: Likewise.
21700 * iconvdata/ibm12712.h: Likewise.
21701 * iconvdata/ibm1390.h: Likewise.
21702 * iconvdata/ibm1399.h: Likewise.
21703 * iconvdata/ibm16804.h: Likewise.
21704 * iconvdata/ibm4517.h: Likewise.
21705 * iconvdata/ibm4899.h: Likewise.
21706 * iconvdata/ibm4909.h: Likewise.
21707 * iconvdata/ibm4971.h: Likewise.
21708 * iconvdata/ibm5347.h: Likewise.
21709 * iconvdata/ibm803.h: Likewise.
21710 * iconvdata/ibm856.h: Likewise.
21711 * iconvdata/ibm901.h: Likewise.
21712 * iconvdata/ibm902.h: Likewise.
21713 * iconvdata/ibm9030.h: Likewise.
21714 * iconvdata/ibm9066.h: Likewise.
21715 * iconvdata/ibm921.h: Likewise.
21716 * iconvdata/ibm922.h: Likewise.
21717 * iconvdata/ibm9448.h: Likewise.
21718 * iconvdata/isiri-3342.h: Likewise.
21719 * iconvdata/jis0201.h: Likewise.
21720 * include/link.h: Likewise.
21721 * include/netdb.h: Likewise.
21722 * inet/check_native.c: Likewise.
21723 * inet/check_pf.c: Likewise.
21724 * inet/getipv4sourcefilter.c: Likewise.
21725 * inet/getnameinfo.c: Likewise.
21726 * inet/getsourcefilter.c: Likewise.
21727 * inet/htonl.c: Likewise.
21728 * inet/setipv4sourcefilter.c: Likewise.
21729 * inet/setsourcefilter.c: Likewise.
21730 * inet/test-inet6_opt.c: Likewise.
21731 * inet/tst-network.c: Likewise.
21732 * locale/C-collate.c: Likewise.
21733 * locale/C-ctype.c: Likewise.
21734 * locale/C-time.c: Likewise.
21735 * locale/C-translit.h: Likewise.
21736 * locale/loadarchive.c: Likewise.
21737 * locale/programs/3level.h: Likewise.
21738 * locale/programs/charmap.c: Likewise.
21739 * locale/programs/charmap.h: Likewise.
21740 * locale/programs/ld-address.c: Likewise.
21741 * locale/programs/ld-collate.c: Likewise.
21742 * locale/programs/ld-ctype.c: Likewise.
21743 * locale/programs/ld-identification.c: Likewise.
21744 * locale/programs/ld-measurement.c: Likewise.
21745 * locale/programs/ld-messages.c: Likewise.
21746 * locale/programs/ld-monetary.c: Likewise.
21747 * locale/programs/ld-name.c: Likewise.
21748 * locale/programs/ld-numeric.c: Likewise.
21749 * locale/programs/ld-paper.c: Likewise.
21750 * locale/programs/ld-telephone.c: Likewise.
21751 * locale/programs/ld-time.c: Likewise.
21752 * locale/programs/linereader.c: Likewise.
21753 * locale/programs/locale.c: Likewise.
21754 * locale/programs/locarchive.c: Likewise.
21755 * locale/programs/locfile.h: Likewise.
21756 * locale/programs/repertoire.c: Likewise.
21757 * locale/programs/simple-hash.c: Likewise.
21758 * locale/programs/simple-hash.h: Likewise.
21759 * malloc/memusage.c: Likewise.
21760 * malloc/memusagestat.c: Likewise.
21761 * nis/nis_defaults.c: Likewise.
21762 * nis/nis_hash.c: Likewise.
21763 * nis/nis_print.c: Likewise.
21764 * nis/nis_xdr.c: Likewise.
21765 * nscd/connections.c: Likewise.
21766 * nscd/hstcache.c: Likewise.
21767 * nscd/nscd_gethst_r.c: Likewise.
21768 * nscd/nscd_getserv_r.c: Likewise.
21769 * nscd/nscd_helper.c: Likewise.
21770 * nscd/servicescache.c: Likewise.
21771 * nss/makedb.c: Likewise.
21772 * nss/nss_db/db-XXX.c: Likewise.
21773 * nss/nss_db/db-initgroups.c: Likewise.
21774 * nss/nss_db/db-netgrp.c: Likewise.
21775 * nss/nss_files/files-network.c: Likewise.
21776 * nss/nss_files/files-parse.c: Likewise.
21777 * posix/bug-regex5.c: Likewise.
21778 * posix/fnmatch_loop.c: Likewise.
21779 * posix/regcomp.c: Likewise.
21780 * posix/regexec.c: Likewise.
21781 * posix/tst-rfc3484-2.c: Likewise.
21782 * posix/tst-rfc3484-3.c: Likewise.
21783 * posix/tst-rfc3484.c: Likewise.
21784 * resolv/nss_dns/dns-canon.c: Likewise.
21785 * resolv/nss_dns/dns-network.c: Likewise.
21786 * resolv/res_init.c: Likewise.
21787 * resolv/res_mkquery.c: Likewise.
21788 * resolv/tst-aton.c: Likewise.
21789 * stdlib/cxa_atexit.c: Likewise.
21790 * stdlib/cxa_finalize.c: Likewise.
21791 * stdlib/gen-fpioconst.c: Likewise.
21792 * stdlib/strtol_l.c: Likewise.
21793 * string/tst-endian.c: Likewise.
21794 * sunrpc/auth_des.c: Likewise.
21795 * sunrpc/clnt_udp.c: Likewise.
21796 * sunrpc/rtime.c: Likewise.
21797 * sunrpc/svcauth_des.c: Likewise.
21798 * sunrpc/xdr.c: Likewise.
21799 * sunrpc/xdr_intXX_t.c: Likewise.
21800 * sunrpc/xdr_rec.c: Likewise.
21801 * sysdeps/generic/ldconfig.h: Likewise.
21802 * sysdeps/generic/ldsodefs.h: Likewise.
21803 * sysdeps/generic/memusage.h: Likewise.
21804 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21805 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21806 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21807 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21808 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21809 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21810 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21811 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21812 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21813 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21814 * sysdeps/posix/getaddrinfo.c: Likewise.
21815 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21816 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21817 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21818 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21819 * sysdeps/powerpc/test-gettimebase.c: Likewise.
21820 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21821 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21822 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21823 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21824 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21825 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21826 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21827 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21828 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21829 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21830 * sysdeps/x86_64/dl-tls.h: Likewise.
21831 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21832 * time/alt_digit.c: Likewise.
21833 * time/era.c: Likewise.
21834 * wcsmbs/tst-c16c32-1.c: Likewise.
21835
8c75f674
JM
218362013-05-16 Joseph Myers <joseph@codesourcery.com>
21837
21838 * math/libm-test.inc (struct test_sincos_data): New type.
21839 (RUN_TEST_LOOP_sincos): New macro.
21840 (sincos_test_data): New variable.
21841 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21842
e6e49e59
RH
218432013-05-16 Richard Henderson <rth@redhat.com>
21844
21845 * math/atest-exp2.c (LIMB64): New macro.
21846 (CONSTSZ): New macro.
21847 (mp_exp1, mp_exp_m1, mp_log2): New variables.
21848 (hexdig): Move ...
21849 (print_mpn_fp): ... to function scope.
21850 (read_mpn_hex): Remove.
21851 (get_log2): Remove.
21852 (exp2_mpn): Use mp_log2.
21853 (main): Use mp_exp1.
21854
15c7c18d
JM
218552013-05-16 Joseph Myers <joseph@codesourcery.com>
21856
105a07df
JM
21857 * math/libm-test.inc: Remove comment about not testing "inexact"
21858 exceptions.
21859 (INEXACT_EXCEPTION): New macro.
21860 (NO_INEXACT_EXCEPTION): Likewise.
21861 (INVALID_EXCEPTION_OK): Update value.
21862 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21863 (OVERFLOW_EXCEPTION_OK): Likewise.
21864 (UNDERFLOW_EXCEPTION_OK): Likewise.
21865 (IGNORE_ZERO_INF_SIGN): Likewise.
21866 (ERRNO_UNCHANGED): Likewise.
21867 (ERRNO_EDOM): Likewise.
21868 (ERRNO_ERANGE): Likewise.
21869 (test_exceptions): Handle testing "inexact" exceptions.
21870 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21871 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21872 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21873 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21874 INEXACT_EXCEPTION.
21875 (rint_towardzero_test_data): Likewise.
21876 (rint_downward_test_data): Likewise.
21877 (rint_upward_test_data): Likewise.
21878
e9eee333
JM
21879 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21880 with OVERFLOW_EXCEPTION.
21881 (exp10_test_data): Likewise.
21882 (exp2_test_data): Likewise.
21883 (expm1_test_data): Likewise.
21884 (lgamma_test_data): Likewise.
21885 (pow_test_data): Likewise.
21886 (tgamma_test_data): Likewise.
21887 (yn_test_data): Remove duplicate test of overflow.
21888
1c38ff73
JM
21889 * math/libm-test.inc (struct test_cc_c_data): New type.
21890 (RUN_TEST_LOOP_cc_c): New macro.
21891 (cpow_test_data): New variable.
21892 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21893
15c7c18d
JM
21894 * math/libm-test.inc (struct test_f_L_data): New type.
21895 (RUN_TEST_LOOP_f_L): New macro.
21896 (llrint_test_data): New variable.
21897 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21898 (llrint_tonearest_test_data): New variable.
21899 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21900 (llrint_towardzero_test_data): New variable.
21901 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21902 (llrint_downward_test_data): New variable.
21903 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21904 (llrint_upward_test_data): New variable.
21905 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21906 (llround_test_data): New variable.
21907 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21908
f137ff13
PC
219092013-05-13 Peter Collingbourne <pcc@google.com>
21910
21911 * math/atest-exp2.c (get_log2): Remove const attribute.
21912
3608cb24
JM
219132013-05-15 Joseph Myers <joseph@codesourcery.com>
21914
21915 * math/libm-test.inc (struct test_f_l_data): New type.
21916 (RUN_TEST_LOOP_f_l): New macro.
21917 (lrint_test_data): New variable.
21918 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21919 (lrint_tonearest_test_data): New variable.
21920 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21921 (lrint_towardzero_test_data): New variable.
21922 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21923 (lrint_downward_test_data): New variable.
21924 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21925 (lrint_upward_test_data): New variable.
21926 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21927 (lround_test_data): New variable.
21928 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21929
39b1f617
PC
219302013-05-15 Peter Collingbourne <pcc@google.com>
21931
1deff3dc
PC
21932 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21933 (EXTRACT_WORDS64) Use where appropriate.
21934 (INSERT_WORDS64) Likewise.
21935
791f3ba0
PC
21936 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21937 constraints with x constraints.
21938 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21939
39b1f617
PC
21940 * malloc/obstack.c (_obstack_compat): Add initializer.
21941
12fba011
EM
219422013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
21943
21944 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21945 si_trapno and add si_addr_lsb to _sifields.sigfault.
21946 (si_trapno): Remove macro.
21947 (si_addr_lsb): Define new macro.
21948 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21949
d369f531
JM
219502013-05-15 Joseph Myers <joseph@codesourcery.com>
21951
b861c6c4
JM
21952 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21953 instead of TEST_f_l.
21954 (llrint_test_tonearest): Likewise.
21955 (llrint_test_towardzero): Likewise.
21956 (llrint_test_downward): Likewise.
21957 (llrint_test_upward): Likewise.
21958 (llround_test): Likewise.
21959
7abeee12
JM
21960 * math/libm-test.inc (struct test_f_i_data): Add comment.
21961 (RUN_TEST_LOOP_f_b): New macro.
21962 (RUN_TEST_LOOP_f_b_tg): Likewise.
21963 (finite_test_data): New variable.
21964 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21965 (isfinite_test_data): New variable.
21966 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21967 (isinf_test_data): New variable.
21968 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21969 (isnan_test_data): New variable.
21970 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21971 (isnormal_test_data): New variable.
21972 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21973 (issignaling_test_data): New variable.
21974 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21975 (signbit_test_data): New variable.
21976 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21977
cbe8c4d3
JM
21978 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21979 with INVALID_EXCEPTION.
21980 (acosh_test_data): Likewise.
21981 (asin_test_data): Likewise.
21982 (atanh_test_data): Likewise.
21983 (fmod_test_data): Likewise.
21984 (log_test_data): Likewise.
21985 (log10_test_data): Likewise.
21986 (log2_test_data): Likewise.
21987 (pow_test_data): Likewise.
21988 (sqrt_test_data): Likewise.
21989 (y0_test_data): Likewise.
21990 (y1_test_data): Likewise.
21991 (yn_test_data): Likewise.
21992
5575c0e5
JM
21993 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21994 function contents.
21995
d369f531
JM
21996 * math/libm-test.inc (struct test_ff_i_data): New type.
21997 (RUN_TEST_LOOP_ff_i_tg): New macro.
21998 (isgreater_test_data): New variable.
21999 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22000 (isgreaterequal_test_data): New variable.
22001 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22002 (isless_test_data): New variable.
22003 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22004 (islessequal_test_data): New variable.
22005 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22006 (islessgreater_test_data): New variable.
22007 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22008 (isunordered_test_data): New variable.
22009 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22010
781fd748
DM
220112013-05-14 David S. Miller <davem@davemloft.net>
22012
22013 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22014
87aa21df
JM
220152013-05-14 Joseph Myers <joseph@codesourcery.com>
22016
5e908270
JM
22017 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
22018
f71172e5
JM
22019 * math/libm-test.inc (struct test_fF_f1_data): Change type of
22020 extra_test to int.
22021 (struct test_f_i_data): Change type of max_ulp to int.
22022
8cfa635a
JM
22023 * math/libm-test.inc (test_ffI_f1_data): New type.
22024 (RUN_TEST_LOOP_ffI_f1): New macro.
22025 (remquo_test_data): New variable.
22026 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
22027
2bcb36b2
JM
22028 * setjmp/tst-setjmp-fp.c: New file.
22029 * setjmp/Makefile (tests): Add tst-setjmp-fp.
22030 (link-libm): New variable.
22031 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
22032
acbd839a
JM
22033 * math/libm-test.inc (struct test_f_i_data): New type.
22034 (RUN_TEST_LOOP_f_i): New macro.
22035 (RUN_TEST_LOOP_f_i_tg): Likewise.
22036 (fpclassify_test_data): New variable.
22037 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
22038 (ilogb_test_data): New variable.
22039 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
22040
e414d745
JM
22041 * math/libm-test.inc (scalbln_test): Correct function name in END
22042 call.
22043
d9c2a0fd
JM
22044 * math/libm-test.inc (struct test_f_f1_data): Add comment.
22045 (RUN_TEST_LOOP_fI_f1): New macro.
22046 (frexp_test_data): New variable.
22047 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
22048
9dc9095d
JM
22049 * math/libm-test.inc (struct test_fF_f1_data): New type.
22050 (RUN_TEST_LOOP_fF_f1): New macro.
22051 (modf_test_data): New variable.
22052 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
22053
87aa21df
JM
22054 * math/libm-test.inc (struct test_f_f1_data): New type.
22055 (RUN_TEST_LOOP_f_f1): New macro.
22056 (gamma_test_data): New variable.
22057 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22058 (lgamma_test_data): New variable.
22059 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22060
141af660
CD
220612013-05-13 Carlos O'Donell <carlos@redhat.com>
22062
22063 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
22064 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
22065 (main): Comment "tls" pseudo-hwcap.
22066
6d33265c
JM
220672013-05-13 Joseph Myers <joseph@codesourcery.com>
22068
68fc074c
JM
22069 * math/libm-test.inc (struct test_fl_f_data): New type.
22070 (RUN_TEST_LOOP_fl_f): New variable.
22071 (scalbln_test_data): New variable.
22072 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
22073
243216e1
JM
22074 * math/libm-test.inc (struct test_fi_f_data): New type.
22075 (RUN_TEST_LOOP_fi_f): New macro.
22076 (ldexp_test_data): New variable.
22077 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
22078 (scalbn_test_data): New variable.
22079 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
22080
6a1992e2
JM
22081 * math/libm-test.inc (struct test_c_f_data): New type.
22082 (RUN_TEST_LOOP_c_f): New macro.
22083 (cabs_test_data): New variable.
22084 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
22085 (carg_test_data): New variable.
22086 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22087 (cimag_test_data): New variable.
22088 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22089 (creal_test_data): New variable.
22090 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22091
0e400df5
JM
22092 * math/libm-test.inc (struct test_if_f_data): New type.
22093 (RUN_TEST_LOOP_if_f): New macro.
22094 (jn_test_data): New variable.
22095 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22096 (yn_test_data): New variable.
22097 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22098
6d33265c
JM
22099 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22100
f98ece5f
AZ
221012013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22102
22103 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22104 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22105
0f7d347b
SP
221062013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
22107
43fe811b
SP
22108 * benchtests/Makefile (CPPFLAGS-nonlib): Add
22109 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22110 (bench-deps): Add bench-timing.h.
22111 * benchtests-bench-skeleton.c: Include bench-timing.h.
22112 (main): Use TIMING_* macros instead of clock_gettime.
22113 * benchtests/bench-timing.h: New file.
22114
0f7d347b
SP
22115 [BZ #14582]
22116 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22117 Renamed from _LIB_VERSION.
22118 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22119
601a3a5f
JM
221202013-05-12 Joseph Myers <joseph@codesourcery.com>
22121
4f184d30
JM
22122 * math/libm-test.inc (struct test_fff_f_data): New type.
22123 (RUN_TEST_LOOP_fff_f): New macro.
22124 (fma_test_data): New variable.
22125 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22126 (fma_towardzero_test_data): New variable.
22127 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22128 (fma_downward_test_data): New variable.
22129 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22130 (fma_upward_test_data): New variable.
22131 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22132
08198877
JM
22133 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22134 (struct test_c_c_data): New type.
22135 (RUN_TEST_LOOP_c_c): New macro.
22136 (cacos_test_data): New variable.
22137 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22138 (cacosh_test_data): New variable.
22139 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22140 (casin_test_data): New variable.
22141 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22142 (casinh_test_data): New variable.
22143 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22144 (catan_test_data): New variable.
22145 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22146 (catanh_test_data): New variable.
22147 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22148 (ccos_test_data): New variable.
22149 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22150 (ccosh_test_data): New variable.
22151 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22152 (cexp_test_data): New variable.
22153 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22154 (clog_test_data): New variable.
22155 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22156 (clog10_test_data): New variable.
22157 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22158 (conj_test_data): New variable.
22159 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22160 (cproj_test_data): New variable.
22161 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22162 (csin_test_data): New variable.
22163 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22164 (csinh_test_data): New variable.
22165 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22166 (csqrt_test_data): New variable.
22167 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22168 (ctan_test_data): New variable.
22169 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22170 (ctan_tonearest_test_data): New variable.
22171 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22172 (ctan_towardzero_test_data): New variable.
22173 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22174 (ctan_downward_test_data): New variable.
22175 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22176 (ctan_upward_test_data): New variable.
22177 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22178 (ctanh_test_data): New variable.
22179 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22180 (ctanh_tonearest_test_data): New variable.
22181 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22182 (ctanh_towardzero_test_data): New variable.
22183 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22184 (ctanh_downward_test_data): New variable.
22185 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22186 (ctanh_upward_test_data): New variable.
22187 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22188 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22189 of BUILD_COMPLEX.
22190
601a3a5f
JM
22191 * math/libm-test.inc (struct test_ff_f_data): New type.
22192 (struct test_ff_f_data_nexttoward): Likewise.
22193 (RUN_TEST_LOOP_2_f): New macro.
22194 (RUN_TEST_LOOP_ff_f): Likewise.
22195 (atan2_test_data): New variable.
22196 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22197 (copysign_test_data): New variable.
22198 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22199 (fdim_test_data): New variable.
22200 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22201 (fmax_test_data): New variable.
22202 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22203 (fmin_test_data): New variable.
22204 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22205 (fmod_test_data): New variable.
22206 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22207 (hypot_test_data): New variable.
22208 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22209 (nextafter_test_data): New variable.
22210 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22211 (nexttoward_test_data): New variable.
22212 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22213 (pow_test_data): New variable.
22214 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22215 (pow_tonearest_test_data): New variable.
22216 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22217 (pow_towardzero_test_data): New variable.
22218 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22219 (pow_downward_test_data): New variable.
22220 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22221 (pow_upward_test_data): New variable.
22222 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22223 (remainder_test_data): New variable.
22224 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22225 (scalb_test_data): New variable.
22226 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22227 * sysdeps/i386/fpu/libm-test-ulps: Update.
22228
74c57478
JM
222292013-05-11 Joseph Myers <joseph@codesourcery.com>
22230
8329e4da
JM
22231 * math/libm-test.inc (fma_test): Use max_value instead of local
22232 variable fltmax.
22233 (nextafter_test): Likewise.
22234
74c57478
JM
22235 * math/libm-test.inc (acos_towardzero_test_data): New variable.
22236 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22237 (acos_downward_test_data): New variable.
22238 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22239 (acos_upward_test_data): New variable.
22240 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22241 (acosh_test_data): New variable.
22242 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22243 (asin_test_data): New variable.
22244 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22245 (asin_tonearest_test_data): New variable.
22246 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22247 (asin_towardzero_test_data): New variable.
22248 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22249 (asin_downward_test_data): New variable.
22250 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22251 (asin_upward_test_data): New variable.
22252 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22253 (asinh_test_data): New variable.
22254 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22255 (atan_test_data): New variable.
22256 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22257 (atanh_test_data): New variable.
22258 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22259 (cbrt_test_data): New variable.
22260 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22261 (ceil_test_data): New variable.
22262 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22263 (cos_test_data): New variable.
22264 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22265 (cos_tonearest_test_data): New variable.
22266 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22267 (cos_towardzero_test_data): New variable.
22268 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22269 (cos_downward_test_data): New variable.
22270 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22271 (cos_upward_test_data): New variable.
22272 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22273 (cosh_test_data): New variable.
22274 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22275 (cosh_tonearest_test_data): New variable.
22276 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22277 (cosh_towardzero_test_data): New variable.
22278 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22279 (cosh_downward_test_data): New variable.
22280 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22281 (cosh_upward_test_data): New variable.
22282 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22283 (erf_test_data): New variable.
22284 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22285 (erfc_test_data): New variable.
22286 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22287 (exp_test_data): New variable.
22288 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22289 (exp_tonearest_test_data): New variable.
22290 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22291 (exp_towardzero_test_data): New variable.
22292 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22293 (exp_downward_test_data): New variable.
22294 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22295 (exp_upward_test_data): New variable.
22296 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22297 (exp10_test_data): New variable.
22298 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22299 (exp2_test_data): New variable.
22300 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22301 (expm1_test_data): New variable.
22302 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22303 (fabs_test_data): New variable.
22304 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22305 (floor_test_data): New variable.
22306 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22307 (j0_test_data): New variable.
22308 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22309 (j1_test_data): New variable.
22310 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22311 (log_test_data): New variable.
22312 (log_test): Run tests with RUN_TEST_LOOP_f_f.
22313 (log10_test_data): New variable.
22314 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22315 (log1p_test_data): New variable.
22316 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22317 (log2_test_data): New variable.
22318 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22319 (logb_test_data): New variable.
22320 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22321 (logb_downward_test_data): New variable.
22322 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22323 (nearbyint_test_data): New variable.
22324 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22325 (rint_test_data): New variable.
22326 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22327 (rint_tonearest_test_data): New variable.
22328 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22329 (rint_towardzero_test_data): New variable.
22330 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22331 (rint_downward_test_data): New variable.
22332 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22333 (rint_upward_test_data): New variable.
22334 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22335 (round_test_data): New variable.
22336 (round_test): Run tests with RUN_TEST_LOOP_f_f.
22337 (sin_test_data): New variable.
22338 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22339 (sin_tonearest_test_data): New variable.
22340 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22341 (sin_towardzero_test_data): New variable.
22342 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22343 (sin_downward_test_data): New variable.
22344 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22345 (sin_upward_test_data): New variable.
22346 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22347 (sinh_test_data): New variable.
22348 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22349 (sinh_tonearest_test_data): New variable.
22350 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22351 (sinh_towardzero_test_data): New variable.
22352 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22353 (sinh_downward_test_data): New variable.
22354 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22355 (sinh_upward_test_data): New variable.
22356 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22357 (sqrt_test_data): New variable.
22358 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22359 (tan_test_data): New variable.
22360 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22361 (tan_tonearest_test_data): New variable.
22362 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22363 (tan_towardzero_test_data): New variable.
22364 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22365 (tan_downward_test_data): New variable.
22366 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22367 (tan_upward_test_data): New variable.
22368 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22369 (tanh_test_data): New variable.
22370 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22371 (tgamma_test_data): New variable.
22372 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22373 (trunc_test_data): New variable.
22374 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22375 (y0_test_data): New variable.
22376 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22377 (y1_test_data): New variable.
22378 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22379 (significand_test_data): New variable.
22380 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22381
7187d844
CG
223822013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
22383
22384 [BZ #12387]
22385 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22386
f63fae73
PT
223872013-05-10 Pino Toscano <toscano.pino@tiscali.it>
22388
22389 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22390
8a67a4b3
AJ
223912013-05-10 Andreas Jaeger <aj@suse.de>
22392
22393 [BZ #15448]
22394 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22395 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22396
51df539d
JM
223972013-05-10 Joseph Myers <joseph@codesourcery.com>
22398
22399 * math/gen-libm-test.pl (adjust_arg): New function.
22400 (special_functions): Handle generating output in both functions
22401 and arrays.
22402 (parse_args): Likewise.
22403 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
22404 $in_func argument to parse_args.
22405 * math/libm-test.inc (struct test_f_f_data): New type.
22406 (IF_ROUND_INIT_): New macro.
22407 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22408 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22409 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22410 (IF_ROUND_INIT_FE_UPWARD): Likewise.
22411 (ROUND_RESTORE_): Likewise.
22412 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22413 (ROUND_RESTORE_FE_TONEAREST): Likewise.
22414 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22415 (ROUND_RESTORE_FE_UPWARD): Likewise.
22416 (RUN_TEST_LOOP_f_f): New macro.
22417 (acos_test_data): New variable.
22418 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22419 (acos_tonearest_test_data): New variable.
22420 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22421
5c637fe5
SP
224222013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
22423
22424 * benchtests/bench-skeleton.c (startup): Fix coding style.
22425
ab2b9461
JM
224262013-05-10 Joseph Myers <joseph@codesourcery.com>
22427
22428 [BZ #6809]
22429 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22430 negative infinity argument.
22431 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22432 negative infinity argument.
22433 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22434 negative infinity argument.
22435 * math/libm-test.inc (tgamma_test): Expect errno to be set for
22436 domain errors.
22437
4c0fe6fe
FW
224382013-05-10 Florian Weimer <fweimer@redhat.com>
22439
22440 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22441 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22442 * iconv/iconv_prog.c (main): Likewise.
22443 * locale/programs/charmap-dir.c (charmap_readdir)
22444 (fopen_uncompressed): Likewise.
22445 * locale/programs/locfile.c (siblings_uncached)
22446 (write_locale_data): Use lstat64 instead of lstat.
22447 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22448 stat.
22449
a3375d29
AJ
224502013-05-10 Andreas Jaeger <aj@suse.de>
22451
22452 [BZ #15395]
22453 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22454 localization.
22455 Include <locale.h>.
22456
36129722
CD
224572013-05-09 Carlos O'Donell <carlos@redhat.com>
22458
22459 * elf/dl-close.c (_dl_close_worker): Add comments.
22460
faa7f811
JM
224612013-05-09 Joseph Myers <joseph@codesourcery.com>
22462
ed41ffef
JM
22463 [BZ #15359]
22464 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22465 high part of pi/2.
22466 (__ieee754_rem_pio2l): Update comments.
22467
d0213cd0
JM
22468 [BZ #15429]
22469 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22470 high part of pi/2.
22471 (__ieee754_rem_pio2l): Update comments.
22472
0d3e777a
JM
22473 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22474 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22475
24f56066
JM
22476 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22477 M_PI_4l.
22478
faa7f811
JM
22479 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22480 (M_PI_34_LOG10El): Likewise.
22481 (M_PI2_LOG10El): Likewise.
22482 (M_PI4_LOG10El): Likewise.
22483 (M_PI_LOG10El): Likewise.
22484
e9a5e0fd
AZ
224852013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22486
22487 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22488
d8cd06db
JM
224892013-05-08 Joseph Myers <joseph@codesourcery.com>
22490
a0d9f9d7
JM
22491 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22492 (MINUS_ZERO_INIT): Likewise.
22493 (PLUS_INFTY_INIT): Likewise.
22494 (MINUS_INFTY_INIT): Likewise.
22495 (QNAN_VALUE_INIT): Likewise.
22496 (MAX_VALUE_INIT): Likewise.
22497 (MIN_VALUE_INIT): Likewise.
22498 (MIN_SUBNORM_VALUE_INIT): Likewise.
22499 (plus_zero): Initialize with PLUS_ZERO_INIT.
22500 (minus_zero): Initialize with MINUS_ZERO_INIT.
22501 (plus_infty): Initialize with PLUS_INFTY_INIT.
22502 (minus_infty): Initialize with MINUS_INFTY_INIT.
22503 (qnan_value): Initialize with QNAN_VALUE_INIT.
22504 (max_value): Initialize with MAX_VALUE_INIT.
22505 (min_value): Initialize with MIN_VALUE_INIT.
22506 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22507
ae08db3b
JM
22508 * math/libm-test.inc (RUN_TEST_if_f): New macro.
22509 (jn_test): Use TEST_if_f instead of TEST_ff_f.
22510 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22511 (yn_test): Use TEST_if_f instead of TEST_ff_f.
22512
f44bf14a
JM
22513 * math/libm-test.inc (RUN_TEST_f_f): New macro.
22514 (RUN_TEST_2_f): Likewise.
22515 (RUN_TEST_ff_f): Likewise.
22516 (RUN_TEST_fi_f): Likewise.
22517 (RUN_TEST_fl_f): Likewise.
22518 (RUN_TEST_fff_f): Likewise.
22519 (RUN_TEST_c_f): Likewise.
22520 (RUN_TEST_f_f1): Likewise.
22521 (RUN_TEST_fF_f1): Likewise.
22522 (RUN_TEST_fI_f1): Likewise.
22523 (RUN_TEST_ffI_f1): Likewise.
22524 (RUN_TEST_c_c): Likewise.
22525 (RUN_TEST_cc_c): Likewise.
22526 (RUN_TEST_f_i): Likewise.
22527 (RUN_TEST_f_i_tg): Likewise.
22528 (RUN_TEST_ff_i_tg): Likewise.
22529 (RUN_TEST_f_b): Likewise.
22530 (RUN_TEST_f_b_tg): Likewise.
22531 (RUN_TEST_f_l): Likewise.
22532 (RUN_TEST_f_L): Likewise.
22533 (RUN_TEST_sincos): Likewise.
22534 * math/gen-libm-test.pl (new_test): Take new argument to indicate
22535 whether to show exceptions. Do not include ");\n" in return
22536 value.
22537 (special_functions): Output call to RUN_TEST_sincos instead of
22538 check_float calls. Update calls to new_test.
22539 (parse_args): Output call to single RUN_TEST_* macro instead of
22540 check_* calls and other assignments. Update calls to new_test.
22541
d8cd06db
JM
22542 [BZ #2546]
22543 [BZ #2560]
22544 [BZ #5159]
22545 [BZ #15426]
22546 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22547 input to result for tgamma overflow.
22548 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22549 (gamma_coeff): New variable.
22550 (NCOEFF): New macro.
22551 (gamma_positive): New function.
22552 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22553 underflow here. Use gamma_positive instead of exp (lgamma) for
22554 other arguments.
22555 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22556 (gamma_coeff): New variable.
22557 (NCOEFF): New macro.
22558 (gammaf_positive): New function.
22559 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22560 underflow here. Use gamma_positive instead of exp (lgamma) for
22561 other arguments.
22562 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22563 (gamma_coeff): New variable.
22564 (NCOEFF): New macro.
22565 (gammal_positive): New function.
22566 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22567 underflow here. Use gamma_positive instead of exp (lgamma) for
22568 other arguments.
22569 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22570 (gamma_coeff): New variable.
22571 (NCOEFF): New macro.
22572 (gammal_positive): New function.
22573 (__ieee754_gammal_r): Handle positive infinity, overflow and
22574 underflow here. Handle NaN the same as positive infinity. Remove
22575 check x < 0xffffffff for negative integers. Use gamma_positive
22576 instead of exp (lgamma) for other arguments.
22577 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22578 (gamma_coeff): New variable.
22579 (NCOEFF): New macro.
22580 (gammal_positive): New function.
22581 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22582 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22583 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22584 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22585 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22586 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
22587 * sysdeps/generic/math_private.h (__gamma_productf): New
22588 prototype.
22589 (__gamma_product): Likewise.
22590 (__gamma_productl): Likewise.
22591 * math/Makefile (libm-calls): Add gamma_product.
22592 * math/libm-test.inc (tgamma_test): Add more tests.
22593 * sysdeps/i386/fpu/libm-test-ulps: Update.
22594 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22595
bb7cf681
OB
225962013-05-08 Ondřej Bílka <neleai@seznam.cz>
22597
22598 * benchtests/bench-skeleton.c (main): Preheat CPU.
22599
ba853947
AJ
226002013-05-07 Aurelien Jarno <aurelien@aurel32.net>
22601
22602 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
22603
8347c74c
RM
226042013-05-07 Roland McGrath <roland@hack.frob.com>
22605
22606 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
22607 and _dl_skip_args_internal.
22608
e8dd4791
CD
226092013-05-07 Carlos O'Donell <carlos@redhat.com>
22610
22611 * manual/message.texi (Message Translation): Talk about users.
22612 Message to key mapping impacts design.
22613
c7405830
RM
226142013-05-06 Roland McGrath <roland@hack.frob.com>
22615
a9173057
RM
22616 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
22617
976e2f03
RM
22618 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
22619
9723ffc5
RM
22620 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
22621 * sysdeps/wordsize-64/glob64.c: ... here.
22622
962e6658
RM
22623 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
22624 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
22625 New macros.
22626
ee586a6d
RM
22627 * debug/getlogin_r_chk.c: Moved to ...
22628 * login/getlogin_r_chk.c: ... here.
22629 * debug/Makefile (routines): Move getlogin_r_chk to ...
22630 * login/Makefile (routines): ... here.
22631 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
22632 * login/Versions (libc: GLIBC_2.4): ... here.
22633
355f9165
RM
22634 * io/poll.c (__poll): Renamed from poll.
22635 Add libc_hidden_def.
22636 (poll): Define as weak alias.
22637
bd9ffde6
RM
22638 * debug/ptsname_r_chk.c: Moved to ...
22639 * login/ptsname_r_chk.c: ... here.
22640 * debug/Makefile (routines): Move ptsname_r_chk to ...
22641 * login/Makefile (routines): ... here.
22642 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
22643 * login/Versions (libc: GLIBC_2.4): ... here.
22644
8fb16a04
RM
22645 * posix/getlogin.c: Moved to ...
22646 * login/getlogin.c: ... here.
22647 * posix/getlogin_r.c: Moved to ...
22648 * login/getlogin_r.c: ... here.
22649 * posix/getlogin_r.c: Moved to ...
22650 * login/getlogin_r.c: ... here.
22651 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22652 * login/Makefile (routines): ... here.
22653 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22654 * login/Versions (libc: GLIBC_2.0): ... here.
22655
b99b892f
RM
22656 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22657 (setrlimit): Define as weak alias.
22658
c7405830
RM
22659 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22660 Call __ names for open, ftruncate, and close.
22661 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22662 (truncate): Define as weak alias.
22663
5bf96de5
JM
226642013-05-06 Joseph Myers <joseph@codesourcery.com>
22665
9ea3513c
JM
22666 * math/gen-libm-test.pl (parse_args): Initialize x before each
22667 test of frexp, modf and remquo.
22668
5bf96de5
JM
22669 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22670 test signgam value.
22671
16e616a7
AZ
226722013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22673
22674 [BZ #15418]
22675 [BZ #15419]
22676 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22677 internal tests.
22678 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22679
d5e82754
RM
226802013-05-06 Roland McGrath <roland@hack.frob.com>
22681
22682 * elf/dl-writev.h: New file.
22683 * elf/dl-misc.c: Include it.
22684 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22685 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22686
a7548d41
JM
226872013-05-04 Joseph Myers <joseph@codesourcery.com>
22688
b7dab1e4
JM
22689 * math/libm-test.inc (noXFails): Remove variable.
22690 (noXPasses): Likewise.
22691 (BUILD_COMPLEX_INT): Remove macro.
22692 (print_screen): Remove xfail argument.
22693 (print_screen_max_error): Likewise.
22694 (update_stats): Likewise.
22695 (print_max_error): Likewise. Update calls to other affected
22696 functions.
22697 (print_complex_max_error): Likewise.
22698 (test_single_exception): Update calls to print_screen.
22699 (test_single_errno): Likewise.
22700 (check_float_internal): Remove xfail argument. Update calls to
22701 other affected functions.
22702 (check_float): Likewise.
22703 (check_complex): Likewise.
22704 (check_int): Likewise.
22705 (check_long): Likewise.
22706 (check_bool): Likewise.
22707 (check_longlong): Likewise.
22708 (main): Don't print noXFails and noXPasses.
22709 * math/gen-libm-test.pl (top level): Don't mention expected
22710 failure handling in comment.
22711 (new_test): Don't handle expected failures.
22712 (parse_args): Don't mention expected failure handling in comment.
22713 (generate_testfile): Don't handle expected failures.
22714 (parse_ulps): Likewise.
22715 (print_ulps_file): Likewise.
22716 (get_failure): Remove function.
22717 (output_test): Don't handle expected failures.
22718 * make/README.libm-test: Don't mention expected failure handling.
22719
a7548d41
JM
22720 * math/libm-test.inc (plus_zero): Make const. Add initializer.
22721 (minus_zero): Likewise.
22722 (plus_infty): Likewise.
22723 (minus_infty): Likewise.
22724 (qnan_value): Likewise.
22725 (max_value): Likewise.
22726 (min_value): Likewise.
22727 (min_subnorm_value): Likewise.
22728 (initialize): Do not initialize those variables dynamically.
22729
60bfd54c
RM
227302013-05-03 Roland McGrath <roland@hack.frob.com>
22731
cc0e6ed8
RM
22732 * io/open.c (__open_2): Moved to ...
22733 * io/open_2.c: ... this new file.
22734 * io/open64.c (__open64_2): Moved to ...
22735 * io/open64_2.c: ... this new file.
22736 * io/openat.c (__openat_2): Moved to ...
22737 * io/openat_2.c: ... this new file.
22738 * io/openat64.c (__openat64_2): Moved to ...
22739 * io/openat64_2.c: ... this new file.
22740 * io/Makefile (routines): Add them.
22741 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22742 * sysdeps/unix/sysv/linux/open_2.c: File removed.
22743 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22744 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22745 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22746 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22747 (__openat64): Add hidden_ver.
22748 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22749 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22750
60bfd54c
RM
22751 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22752 Separately conditionalize setting of GLRO(dl_sysinfo) so
22753 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22754 as well, but the actual setting is only under [NEED_DL_SYSINFO].
22755
83e7640f
AZ
227562013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22757
22758 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22759 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22760 definition.
22761 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22762 * sysdeps/unix/sysv/linux/powerpc/init-first.c
22763 (_libc_vdso_platform_setup): Add __vdso_time initialization.
22764 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22765 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22766
d5dc2af3
JM
227672013-05-03 Joseph Myers <joseph@codesourcery.com>
22768
c31a5b1e
JM
22769 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22770 test signgam value.
22771
d5dc2af3
JM
22772 * math/libm-test.inc (hypot_test): Do not use
22773 IGNORE_ZERO_INF_SIGN.
22774
164fd39d
AJ
227752013-05-03 Andreas Jaeger <aj@suse.de>
22776
22777 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22778 Linux 3.9.
22779 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22780 (PF_MAX): Adjust for VSOCK change.
22781
8237f48c
AZ
227822013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22783
22784 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22785
9df02941
CD
227862013-05-02 Carlos O'Donell <carlos@redhat.com>
22787
22788 [BZ #15264]
22789 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22790 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22791 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22792
d422395e
DM
227932013-05-02 David S. Miller <davem@davemloft.net>
22794
22795 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22796
a07c5731
OB
227972013-05-01 Ondřej Bílka <neleai@seznam.cz>
22798
22799 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22800
1324e37f
RM
228012013-05-01 Roland McGrath <roland@hack.frob.com>
22802
22803 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22804
0695940b
RS
228052013-05-01 Richard Smith <richard@metafoo.co.uk>
22806
bb5f27ad 22807 [BZ #14952]
0695940b
RS
22808 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22809 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22810 Use __attribute__ ((__gnu_inline__)).
22811 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22812 Don't use __attribute__ ((__gnu_inline__)).
22813
10de07f5
JM
228142013-05-01 Joseph Myers <joseph@codesourcery.com>
22815
22816 [BZ #15423]
22817 * math/s_catan.c (__catan): Handle small real or imaginary part of
22818 input specially to avoid spurious underflow.
22819 * math/s_catanf.c (__catanf): Likewise.
22820 * math/s_catanh.c (__catanh): Likewise.
22821 * math/s_catanhf.c (__catanhf): Likewise.
22822 * math/s_catanhl.c (__catanhl): Likewise.
22823 * math/s_catanl.c (__catanl): Likewise.
22824 * math/libm-test.inc (catan_test): Add more tests.
22825 (catanh_test): Likewise.
22826 * sysdeps/i386/fpu/libm-test-ulps: Update.
22827 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22828
cb4d5414
AZ
228292013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22830
22831 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22832
caf84319
JM
228332013-04-30 Joseph Myers <joseph@codesourcery.com>
22834
22835 [BZ #15416]
22836 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22837 accurately for denominator in atan2.
22838 * math/s_catanf.c (__catanf): Likewise.
22839 * math/s_catanh.c (__catanh): Likewise.
22840 * math/s_catanhf.c (__catanhf): Likewise.
22841 * math/s_catanhl.c (__catanhl): Likewise.
22842 * math/s_catanl.c (__catanl): Likewise.
22843 * math/libm-test.inc (catan_test): Add more tests.
22844 (catanh_test): Likewise.
22845 * sysdeps/i386/fpu/libm-test-ulps: Update.
22846 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22847
d569c6ee
SP
228482013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
22849
6dbe713d
SP
22850 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22851
f0ee064b
SP
22852 * benchtests/Makefile (bench): Remove slow benchmarks.
22853 * benchtests/atan-inputs: Add slow benchmark inputs.
22854 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22855 (BENCH_FUNC): Accept variant offset.
22856 (VARIANT): Define.
22857 * benchtests/bench-skeleton.c (main): Run benchmark for each
22858 variant.
22859 * benchtests/cos-inputs: Add slow benchmark inputs.
22860 * benchtests/exp-inputs: Likewise.
22861 * benchtests/pow-inputs: Likewise.
22862 * benchtests/sin-inputs: Likewise.
22863 * benchtests/slowatan-inputs: Remove.
22864 * benchtests/slowatan.c: Remove.
22865 * benchtests/slowcos-inputs: Remove.
22866 * benchtests/slowcos.c: Remove.
22867 * benchtests/slowexp-inputs: Remove.
22868 * benchtests/slowexp.c: Remove.
22869 * benchtests/slowpow-inputs: Remove.
22870 * benchtests/slowpow.c: Remove.
22871 * benchtests/slowsin-inputs: Remove.
22872 * benchtests/slowsin.c: Remove.
22873 * benchtests/slowtan-inputs: Remove.
22874 * benchtests/slowtan.c: Remove.
22875 * benchtests/tan-inputs: Add slow benchmark inputs.
22876 * scripts/bench.pl: Parse comments and directives.
22877
d569c6ee
SP
22878 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
22879 in CPPFLAGS.
22880 ($(objpfx)bench-%.c): Remove *-ITER.
22881 * benchtests/bench-modf.c: Remove definition of ITER.
22882 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22883 (main): Loop for DURATION seconds instead of fixed number of
22884 iterations.
22885 * scripts/bench.pl: Don't expect iterations in parameters.
22886
a6a242fe
RM
228872013-04-29 Roland McGrath <roland@hack.frob.com>
22888
22889 * io/fchdir.c (__fchdir): Renamed from fchdir.
22890 (fchdir): Define as weak alias.
22891
f2da7793
JM
228922013-04-29 Joseph Myers <joseph@codesourcery.com>
22893
22894 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22895 (ERRNO_EDOM): Likewise.
22896 (ERRNO_ERANGE): Likewise.
22897 (noErrnoTests): New variable.
22898 (init_max_error): Set errno to 0.
22899 (test_single_errno): New function.
22900 (test_errno): Likewise.
22901 (check_float_internal): Call test_errno. Set errno to 0.
22902 (check_complex): Refer to errno tests in comment.
22903 (check_int): Call test_errno. Set errno to 0.
22904 (check_long): Likewise.
22905 (check_bool): Likewise.
22906 (check_longlong): Likewise.
22907 (cos_test): Use ERRNO_* flags for errno tests instead of
22908 check_int.
22909 (expm1_test): Likewise.
22910 (fmod_test): Likewise.
22911 (ilogb_test): Likewise.
22912 (lgamma_test): Likewise.
22913 (pow_test): Likewise.
22914 (remainder_test): Likewise.
22915 (sin_test): Likewise.
22916 (tan_test): Likewise.
22917 (yn_test): Likewise.
22918 (initialize): Set errno to 0.
22919 (main): Print number of errno tests.
22920 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22921
b1a36ceb
AJ
229222013-04-29 Andreas Jaeger <aj@suse.de>
22923
c3ed8088
AJ
22924 [BZ #15084]
22925 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22926 and RES_USEVC.
22927
f1a24198
AJ
22928 [BZ #15085]
22929 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22930 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22931 unimplemented.
22932
9ce3b2cb
AJ
22933 [BZ #15380]
22934 * stdlib/random.c (__initstate): Return NULL if
22935 __initstate fails.
22936
f1a24198 22937 [BZ #15086]
b1a36ceb
AJ
22938 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22939 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22940 RES_SNGLKUPREOP.
22941
7e7b6f36
AZ
229422013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22943
22944 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22945
4d14f449
JM
229462013-04-29 Joseph Myers <joseph@codesourcery.com>
22947
22948 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22949 of individual tests.
22950 (casin_test): Likewise.
22951 (casinh_test): Likewise.
22952
5b4217d7
JM
229532013-04-27 Joseph Myers <joseph@codesourcery.com>
22954
22955 [BZ #15409]
22956 * math/s_catan.c (__catan): Handle arguments with large real or
22957 imaginary part separately without squaring.
22958 * math/s_catanf.c (__catanf): Likewise.
22959 * math/s_catanh.c (__catanh): Likewise.
22960 * math/s_catanhf.c (__catanhf): Likewise.
22961 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22962 and redefine.
22963 (__catanhl): Handle arguments with large real or imaginary part
22964 separately without squaring.
22965 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22966 and redefine.
22967 (__catanl): Handle arguments with large real or imaginary part
22968 separately without squaring.
22969 * math/libm-test.inc (catan_test): Add more tests.
22970 (catanh_test): Likewise.
22971 * sysdeps/i386/fpu/libm-test-ulps: Update.
22972 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22973
4220c3ef
AJ
229742013-04-27 Andreas Jaeger <aj@suse.de>
22975
22976 [BZ #15007]
22977 * stdlib/stdlib.h: Update guards for qecvt.
22978 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22979 <stdlib.h>.
22980
4721b2d1
AM
229812013-04-27 Allan McRae <allan@archlinux.org>
22982
22983 * sysdeps/i386/fpu/libm-test-ulps: Update.
22984
f0302940
JM
229852013-04-26 Joseph Myers <joseph@codesourcery.com>
22986
9457fd95
JM
22987 [BZ #15406]
22988 * math/s_catan.c: Include <float.h>.
22989 (__catan): Ensure underflow exception occurs for underflowed
22990 result.
22991 * math/s_catanf.c: Include <float.h>.
22992 (__catanf): Ensure underflow exception occurs for underflowed
22993 result.
22994 * math/s_catanh.c: Include <float.h>.
22995 (__catanh): Ensure underflow exception occurs for underflowed
22996 result.
22997 * math/s_catanhf.c: Include <float.h>.
22998 (__catanhf): Ensure underflow exception occurs for underflowed
22999 result.
23000 * math/s_catanhl.c: Include <float.h>.
23001 (__catanhl): Ensure underflow exception occurs for underflowed
23002 result.
23003 * math/s_catanl.c: Include <float.h>.
23004 (__catanl): Ensure underflow exception occurs for underflowed
23005 result.
23006 * math/libm-test.inc (catan_test): Add more tests.
23007 (catanh_test): Likewise.
23008
f0302940
JM
23009 [BZ #15405]
23010 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
23011 underflowed result.
23012 * math/s_ccoshf.c (__ccoshf): Likewise.
23013 * math/s_ccoshl.c (__ccoshl): Likewise.
23014 * math/s_csin.c (__csin): Likewise.
23015 * math/s_csinf.c (__csinf): Likewise.
23016 * math/s_csinh.c (__csinh): Likewise.
23017 * math/s_csinhf.c (__csinhf): Likewise.
23018 * math/s_csinhl.c (__csinhl): Likewise.
23019 * math/s_csinl.c (__csinl): Likewise.
23020 * math/libm-test.inc (ccos_test): Add more tests.
23021 (ccosh_test): Likewise.
23022 (csin_test): Likewise.
23023 (csinh_test): Likewise.
23024
aa630f59
AZ
230252013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23026
23027 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
23028 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
23029 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
23030 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
23031 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
23032 powerpc/power5+/fpu folders.
23033 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
23034
23035
1b835983
MT
230362013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
23037
23038 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23039
73709b26
JM
230402013-04-25 Joseph Myers <joseph@codesourcery.com>
23041
23042 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
23043 additions to variable.
23044 [$(config-machine) = x86_64] (modules-names): Likewise.
23045 ($(objpfx)tst-audit3): Remove dependency.
23046 ($(objpfx)tst-audit3.out): Likewise.
23047 ($(objpfx)tst-audit4): Likewise.
23048 ($(objpfx)tst-audit4.out): Likewise.
23049 ($(objpfx)tst-audit5): Likewise.
23050 ($(objpfx)tst-audit5.out): Likewise.
23051 ($(objpfx)tst-audit6): Likewise.
23052 ($(objpfx)tst-audit6.out): Likewise.
23053 ($(objpfx)tst-audit7): Likewise.
23054 ($(objpfx)tst-audit7.out): Likewise.
23055 (tst-audit3-ENV): Remove variable.
23056 (tst-audit4-ENV): Likewise.
23057 (tst-audit5-ENV): Likewise.
23058 (tst-audit6-ENV): Likewise.
23059 (tst-audit7-ENV): Likewise.
23060 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
23061 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
23062 addition to variable.
23063 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
23064 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
23065 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
23066 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
23067 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
23068 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
23069 tst-audit3, tst-audit4 and tst-audit5.
23070 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
23071 tst-audit6 and tst-audit7.
23072 [$(subdir) = elf] (modules-names): Add audit modules for those
23073 tests.
23074 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
23075 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
23076 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
23077 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
23078 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
23079 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
23080 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
23081 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
23082 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
23083 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
23084 [$(subdir) = elf] (tst-audit3-ENV): New variable.
23085 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
23086 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23087 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23088 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23089 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23090 Likewise.
23091 [$(subdir) = elf && $(config-cflags-avx) = yes]
23092 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23093 [$(subdir) = elf && $(config-cflags-avx) = yes]
23094 (CFLAGS-tst-auditmod4a.c): Likewise.
23095 [$(subdir) = elf && $(config-cflags-avx) = yes]
23096 (CFLAGS-tst-auditmod4b.c): Likewise.
23097 [$(subdir) = elf && $(config-cflags-avx) = yes]
23098 (CFLAGS-tst-auditmod6b.c): Likewise.
23099 [$(subdir) = elf && $(config-cflags-avx) = yes]
23100 (CFLAGS-tst-auditmod6c.c): Likewise.
23101 [$(subdir) = elf && $(config-cflags-avx) = yes]
23102 (CFLAGS-tst-auditmod7b.c): Likewise.
23103 * elf/tst-audit3.c: Move to ...
23104 * sysdeps/x86_64/tst-audit3.c: ... here.
23105 * elf/tst-audit4.c: Move to ...
23106 * sysdeps/x86_64/tst-audit4.c: ... here.
23107 * elf/tst-audit5.c: Move to ...
23108 * sysdeps/x86_64/tst-audit5.c: ... here.
23109 * elf/tst-audit6.c: Move to ...
23110 * sysdeps/x86_64/tst-audit6.c: ... here.
23111 * elf/tst-audit7.c: Move to ...
23112 * sysdeps/x86_64/tst-audit7.c: ... here.
23113 * elf/tst-auditmod3a.c: Move to ...
23114 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23115 * elf/tst-auditmod3b.c: Move to ...
23116 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23117 * elf/tst-auditmod4a.c: Move to ...
23118 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23119 * elf/tst-auditmod4b.c: Move to ...
23120 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23121 * elf/tst-auditmod5a.c: Move to ...
23122 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23123 * elf/tst-auditmod5b.c: Move to ...
23124 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23125 * elf/tst-auditmod6a.c: Move to ...
23126 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23127 * elf/tst-auditmod6b.c: Move to ...
23128 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23129 * elf/tst-auditmod6c.c: Move to ...
23130 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23131 * elf/tst-auditmod7a.c: Move to ...
23132 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23133 * elf/tst-auditmod7b.c: Move to ...
23134 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23135
1ef74943
PP
231362013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
23137
23138 [BZ #15366]
23139 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23140 define unconditionally.
23141 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23142 define unconditionally.
23143 (INT8_C, INT16_C, etc.): Likewise.
23144
93fd48c5
MR
231452013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
23146
ae9552cf
MR
23147 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23148 __ehdr_start with hidden visibility.
23149
93fd48c5
MR
23150 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23151
418601aa
CD
231522013-04-24 Carlos O'Donell <carlos@redhat.com>
23153
23154 * math/libm-test.inc (cos_test): Use accurate hex constants.
23155 (sincost_test): Likewise.
23156
2f38fbfe
JM
231572013-04-24 Joseph Myers <joseph@codesourcery.com>
23158
5e221800
JM
23159 * math/libm-test.inc (catan_test): Add more tests.
23160 (catanh_test): Likewise.
23161
77f143fd
JM
23162 * math/s_catanf.c (__catanf): Use suffixed floating-point
23163 constants.
23164 * math/s_catanhf.c (__catanhf): Likewise.
23165 * math/s_catanhl.c (__catanhl): Likewise.
23166 * math/s_catanl.c (__catanl): Likewise.
23167
2f38fbfe
JM
23168 [BZ #15394]
23169 * math/s_catan.c (__catan): Calculate imaginary part of result
23170 with log1p not log unless computing log of number close to 0.
23171 * math/s_catanf.c (__catanf): Likewise.
23172 * math/s_catanl.c (__catanl): Likewise.
23173 * math/s_catanh.c (__catanh): Calculate real part of result with
23174 log1p not log unless computing log of number close to 0.
23175 * math/s_catanhf.c (__catanhf): Likewise.
23176 * math/s_catanhl.c (__catanhl): Likewise.
23177 * math/libm-test.inc (catan_test): Add more tests.
23178 (catanh_test): Likewise.
23179 * sysdeps/i386/fpu/libm-test-ulps: Update.
23180 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23181
45d69176
SP
231822013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
23183
23184 * benchtests/Makefile: Mention files in which fast and slow
23185 paths of math functions are implemented.
23186
87f51853
RM
231872013-04-23 Roland McGrath <roland@hack.frob.com>
23188
23189 * sysdeps/posix/timespec_get.c: New file.
23190
3c026539
AZ
231912013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23192
23193 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23194 POWER.
23195 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23196 for POWER.
23197 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23198 powerpc/power5/fpu folders.
23199 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23200 * benchtests/Makefile: Add modf testcase.
23201 * benchtests/bench-modf.c: New file: Benchmark test for mo
23202
ff491d14
SP
232032013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
23204
23205 [BZ #14888]
23206 * time/Makefile (tests): Add tst-strptime-whitespace.
23207 * time/strptime_l.c (get_number): Use ISSPACE.
23208 (__strptime_internal): Likewise.
23209 * time/tst-strptime-whitespace.c: New test case.
23210
7ed3f4e8
AS
232112013-04-23 Andreas Schwab <schwab@linux-m68k.org>
23212
23213 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23214 member.
23215 (_nss_files_init): Set it here.
23216
5c95f7b6
HC
232172013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
23218
23219 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23220 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23221 unsigned.
23222
d34c9158
JBG
232232013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
23224
23225 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23226
2169712d
SP
232272013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
23228
23229 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23230 size just once.
23231
29c5de99
DM
232322013-04-21 David S. Miller <davem@davemloft.net>
23233
23234 * po/ru.po: Update Russion translation from translation project.
23235
ccdad15d
AC
232362013-04-17 Adam Conrad <adconrad@0c3.net>
23237
23238 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23239 and setfsgid.
23240
0f122b8d
CD
232412013-04-17 Carlos O'Donell <carlos@redhat.com>
23242
5c5b07da 23243 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 23244 * configure: Regenerate.
5c5b07da 23245 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
23246 Add example to error message.
23247 * sysdeps/i386/configure: Regenerate.
23248
037714dd
SP
232492013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
23250
23251 * benchtests/Makefile (bench): Add cos, tan, slowcos and
23252 slowtan.
23253 * benchtests/cos-inputs: New file.
23254 * benchtests/slowcos-inputs: New file.
23255 * benchtests/slowcos.c: New file.
23256 * benchtests/slowtan-inputs: New file.
23257 * benchtests/slowtan.c: New file.
23258 * benchtests/tan-inputs: New file.
23259
e913141d
RM
232602013-04-16 Roland McGrath <roland@hack.frob.com>
23261
23262 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23263 considered kosher.
23264
a2964074
SP
232652013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
23266
4856bcd2
SP
23267 * benchtests/Makefile: Include cppflags-iterator.mk to add
23268 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23269
a2964074
SP
23270 * Makefile.in (bench-clean): New target.
23271 * benchtests/Makefile (bench-clean): Likewise.
23272
9fbf9aca
DH
232732013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
23274
23275 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23276
207d1e2a
TS
232772013-04-15 Thomas Schwinge <thomas@codesourcery.com>
23278
23279 * stdio-common/tstdiomisc.c: Fix coding-style violation.
23280
306dfba9
AS
232812013-04-15 Andreas Schwab <schwab@suse.de>
23282
23283 * nscd/grpcache.c (cache_addgr): Properly check for short write.
23284 * nscd/initgrcache.c (addinitgroupsX): Likewise.
23285 * nscd/pwdcache.c (cache_addpw): Likewise.
23286 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
23287 more than recsize.
23288
206a6699
SP
232892013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
23290
23291 * benchtests/Makefile (bench): Write all output to
23292 bench-out.tmp together.
23293
0582f6b3
AS
232942013-04-15 Andreas Schwab <schwab@suse.de>
23295
23296 * nscd/nscd.c (main): Don't fork again after closing files.
23297
acb4325f
SP
232982013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
23299
5cb26d0a
SP
23300 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23301
acb4325f
SP
23302 * benchtests/Rules (bench-deps): Collect dependencies into a
23303 single variable. Add Makefile to dependencies.
23304 ($(objpfx)bench-%.c): Depend on bench-deps.
23305
47792506
RM
233062013-04-12 Roland McGrath <roland@hack.frob.com>
23307 Xavier Roche <roche+kml2@exalead.com>
23308
23309 [BZ #15361]
23310 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23311 just that it's a file descriptor.
23312 * manual/llio.texi (Synchronizing AIO Operations): Update description
23313 for EBADF error from aio_fsync.
23314
8fc1bee5
SP
233152013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
23316
23317 * Rules (bench): Move target definition...
23318 * benchtests/Makefile: ... here.
23319
aba5e333
CD
233202013-04-11 Carlos O'Donell <carlos@redhat.com>
23321
23322 * math/libm-test.inc (cos_test): Fix PI/2 test.
23323 (sincos_test): Likewise.
23324 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23325 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23326
273cdee8
AS
233272013-04-11 Andreas Schwab <schwab@suse.de>
23328
6ecec3b6
AS
23329 [BZ #13988]
23330 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23331 accept exponent character only when digits were seen.
23332 * stdio-common/Makefile (tests): Add bug26.
23333 * stdio-common/bug26.c: New file.
23334
273cdee8
AS
23335 [BZ #14293]
23336 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23337 non-freeable.
23338
8da491f5
SP
233392013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23340
01dc6df9
SP
23341 * Makeconfig (rtld-prefix): Define built linker prefix.
23342 * Rules (run-bench): Use it.
23343 * math/Makefile (run-regen-ulps): Likewise.
23344
8da491f5
SP
23345 * Rules (bench): Remove eval.
23346
abe7f530
SP
233472013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
23348 Roland McGrath <roland@hack.frob.com>
23349 Ondrej Bilka <neleai@seznam.cz>
23350
23351 [BZ #15346]
23352 * time/getdate.c: Include ctype.h and alloca.h.
23353 (__getdate_r): Trim leading and trailing spaces of input.
23354 * time/tst-getdate.c (tests): Add tests with leading and
23355 trailing spaces.
23356
61c23e62
RM
233572013-04-08 Roland McGrath <roland@hack.frob.com>
23358
23359 [BZ #14280]
23360 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23361 when computing value.
23362
7208a313
CD
233632013-04-06 Carlos O'Donell <carlos@redhat.com>
23364
085b2d41
CD
23365 * math/README.libm-test (How can I generate "libm-test-ulps"?):
23366 Use testrun.sh to run libm tests.
23367
7208a313
CD
23368 [BZ #15309]
23369 * elf/dl-open.c (dl_open_worker): memset all of seen array.
23370
872c0acd
MM
233712013-04-06 Marko Myllynen <myllynen@redhat.com>
23372
23373 [BZ #15264]
23374 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23375
26510bdd
CD
233762013-04-06 Carlos O'Donell <carlos@redhat.com>
23377
23378 * Makefile.in (regen-ulps): New target.
23379 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23380 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23381 [ifneq (no,$(PERL)] (regen-ulps): New target.
23382 [ifeq (no,$(PERL)] (regen-ulps): New target.
23383 * math/libm-test.inc (ulps_file_name): Define.
23384 (output_dir): New variable.
23385 (options): Add "output-dir" option.
23386 (parse_opt): Handle 'o' case.
23387 (main): If output_dir is non-NULL use it as a prefix
23388 otherwise use "".
23389 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23390
a01f19c8
CD
233912013-04-06 Carlos O'Donell <carlos@redhat.com>
23392
23393 [BZ #10060, #10062]
23394 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23395 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23396 fail configure if __sync_val_compare_and_swap is not inlined.
23397 * sysdeps/i386/configure: Regenerate.
23398 * configure.in: Build for i686 when configured for i386.
23399 * configure: Regenerate.
23400 * README: Remove i386 reference.
23401
b7a329a5
CD
234022013-04-06 Carlos O'Donell <carlos@redhat.com>
23403
23404 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23405 * sysdeps/s390/s390-64/sysdep.h: Likewise.
23406
bf0f50df
TS
234072013-04-05 Thomas Schwinge <thomas@codesourcery.com>
23408
ee091edf
TS
23409 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23410 (lmsnanval): New variables.
23411 (F): Add conversion tests.
23412 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23413 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23414
a8b792d6
TS
23415 * stdio-common/tstdiomisc.c (F): Properly collect individual
23416 tests' results.
23417
a1cbf437
TS
23418 [BZ #14686, #15336]
23419 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23420 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23421 Instead, use input NaN values or generate a qNaN by arithmetic
23422 operation. Also fix bugs to comply with the standard.
23423 * math/libm-test.inc (remainder_test): Add more tests.
23424
8b43a0c9
TS
23425 [BZ #15335, #15342]
23426 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23427 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23428 input NaN values or generate a qNaN by arithmetic operation.
23429
d91da4ce
TS
23430 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23431 unreachable code.
23432
bf0f50df
TS
23433 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23434 definitions.
23435
05e166c8
JM
234362013-04-03 Joseph Myers <joseph@codesourcery.com>
23437
23438 [BZ #14478]
23439 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23440 underflowed result.
23441 * math/s_cexpf.c (__cexpf): Likewise.
23442 * math/s_cexpl.c (__cexpl): Likewise.
23443 * math/libm-test.inc (cexp_test): Add more tests.
23444
1cef1b19
AS
234452013-04-03 Andreas Schwab <schwab@suse.de>
23446
23447 [BZ #15330]
23448 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23449 order arrays from heap if bigger than alloca cutoff.
23450
74d87055
TS
234512013-04-03 Thomas Schwinge <thomas@codesourcery.com>
23452
23453 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23454 (SNAN_TESTS_double): Refer to GCC PR56831.
23455 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23456 GCC PR56828.
23457
d755bba4
SP
234582013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
23459
90d5d5bb
SP
23460 * Rules (bench): Move bench.out after the run is complete.
23461
73e0cd5d
SP
23462 * Rules (bench): Echo currently running benchmark.
23463
64aabd4b
SP
23464 * benchtests/Makefile (bench): Add atan and slowatan.
23465 * benchtests/atan-inputs: New file.
23466 * benchtests/slowatan-inputs: New file.
23467 * benchtests/slowatan.c: New file.
23468
c871eccd
SP
23469 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23470 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23471 its value.
23472
d755bba4
SP
23473 [BZ #15305]
23474 * sysdeps/unix/sysv/linux/kernel-features.h
23475 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23476 __ASSUME_XFS_RESTRICTED_CHOWN.
23477 * sysdeps/unix/sysv/linux/pathconf.c
23478 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23479 Save and restore errno.
23480
52ce4860
JM
234812013-04-02 Joseph Myers <joseph@codesourcery.com>
23482
23483 [BZ #15327]
23484 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23485 arguments using __kernel_casinh.
23486 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23487 arguments using __kernel_casinhf.
23488 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23489 arguments using __kernel_casinhl.
23490 * math/libm-test.inc (cacosh_test): Add more tests.
23491 * sysdeps/i386/fpu/libm-test-ulps: Update.
23492 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23493
81f311c2
SP
234942013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
23495
e7906a47
SP
23496 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23497 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23498
92e3664b
SP
23499 * bench/Makefile (bench): Add sin and slowsin.
23500 * benchtests/sin-inputs: New file.
23501 * benchtests/slowsin-inputs: New file.
23502 * benchtests/slowsin.c: New file.
23503
81f311c2
SP
23504 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23505 (bench): Add slowexp and slowpow.
23506 (exp-ITER): Increase iterations.
23507 (pow-ITER): Likewise.
23508 * benchtests/exp-inputs: Change input.
23509 * benchtests/pow-inputs: Likewise.
23510 * benchtests/slowexp-inputs: New file.
23511 * benchtests/slowexp.c: New file.
23512 * benchtests/slowpow-inputs: New file.
23513 * benchtests/slowpow.c: New file.
23514
ab0f1aa9
AZ
235152013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23516
23517 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23518 instructions.
23519 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23520 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23521 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23522 * benchtests/Makefile: Add rint benchtest.
23523 * benchtests/rint-inputs: Input for rint benchtest.
23524
57267616
TS
235252013-04-02 Thomas Schwinge <thomas@codesourcery.com>
23526
23527 * Versions.def (libm): Add GLIBC_2.18.
23528 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23529 hidden libm prototypes.
23530 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23531 * math/Makefile (libm-calls): Add s_issignaling.
23532 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23533 __issignalingf, __issignalingl. Adjust all libm.abilist files.
23534 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23535 declaration.
23536 * math/math.h [__USE_GNU] (issignaling): New macro.
23537 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23538 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23539 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23540 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23541 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23542 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23543 * manual/arith.texi (issignaling): New section.
23544 * manual/libm-err-tab.pl (@all_functions): Update comment.
23545 * math/gen-libm-test.pl (parse_args): Apply special handling for
23546 issignaling.
23547 * math/libm-test.inc (print_float, issignaling_test): New
23548 functions.
23549 (check_float_internal): Add issignaling checks.
23550 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23551 default definition.
23552 * sysdeps/powerpc/math-tests.h: New file.
23553 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23554 tests.
23555 * math/test-snan.c (TEST_FUNC): Likewise.
23556
6142896d
DM
235572013-03-30 David S. Miller <davem@davemloft.net>
23558
23559 * po/de.po: Update from translation team.
23560
ccc8cadf
JM
235612013-03-30 Joseph Myers <joseph@codesourcery.com>
23562
23563 [BZ #10357]
23564 * math/k_casinh.c (__kernel_casinh): Handle arguments with
23565 imaginary part less than 1.0 and real part less than 0.5
23566 specially.
23567 * math/k_casinhf.c (__kernel_casinhf): Likewise.
23568 * math/k_casinhl.c (__kernel_casinhl): Likewise.
23569 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23570 (cacos_test): Add more tests.
23571 (casin_test): Likewise.
23572 (casinh_test): Likewise.
23573 * sysdeps/i386/fpu/libm-test-ulps: Update.
23574 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23575
0f6a8d4b
SP
235762013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
23577
0d1029de
SP
23578 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23579 ONE with its value.
23580
c2d94018
SP
23581 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23582 (__pow_mp): Replace ONE and MONE with their values.
23583 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23584 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23585 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23586 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
23587 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23588 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23589
27ec37f1
SP
23590 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
23591
a64d7e0e
SP
23592 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
23593 (__pow_mp): Replace ZERO and MZERO with their values.
23594 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23595 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23596 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23597 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
23598 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23599 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
23600 (__sqr): Likewise.
23601
d26dd3eb
SP
23602 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
23603
0f6a8d4b
SP
23604 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
23605
e57b0c61
RM
236062013-03-28 Roland McGrath <roland@hack.frob.com>
23607
23608 * include/stdlib.h [!SHARED] (__call_tls_dtors):
23609 Declare with __attribute__ ((weak)).
23610 * stdlib/exit.c (__libc_atexit) [!SHARED]:
23611 Call __call_tls_dtors only if it's not NULL.
23612
356b3480
RM
236132013-03-28 Roland McGrath <roland@hack.frob.com>
23614
288f7d79
RM
23615 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
23616 didn't do it already, then set _dl_phdr and _dl_phnum based on the
23617 magic __ehdr_start linker symbol if it's defined.
23618 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
23619 them up here if it was already done.
23620
dc0a0263
RM
23621 * elf/dl-support.c (_dl_phdr): Make pointer to const.
23622 (_dl_aux_init): Use const in cast when setting it.
23623 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
23624 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
23625 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
23626
3d3436ae
RM
23627 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
23628 Declare them here.
23629 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
23630 * csu/libc-tls.c: Nor here.
23631 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
23632
356b3480
RM
23633 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
23634 (__libc_message): Never call vsyslog.
23635
b0f1246a
AM
236362013-03-28 Alan Modra <amodra@gmail.com>
23637
23638 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
23639 Define as empty.
23640 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
23641 Likewise.
23642
fbbe2b9a
AZ
236432013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23644
23645 [BZ #15214]
23646 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23647 underflow.
23648 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23649
1728ab37
SP
236502013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
23651
7a86be6e
SP
23652 [BZ #15304]
23653 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23654 Don't add gid passed as argument.
23655
1728ab37
SP
23656 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23657
3a7182a1
JM
236582013-03-27 Joseph Myers <joseph@codesourcery.com>
23659
23660 [BZ #15307]
23661 * math/k_casinh.c (__kernel_casinh): Handle arguments with
23662 imaginary part between 1.0 and 1.5 and real part less than 0.5
23663 specially.
23664 * math/k_casinhf.c (__kernel_casinhf): Likewise.
23665 * math/k_casinhl.c (__kernel_casinhl): Likewise.
23666 * math/libm-test.inc (cacos_test): Add more tests.
23667 (casin_test): Likewise.
23668 (casinh_test): Likewise.
23669 * sysdeps/i386/fpu/libm-test-ulps: Update.
23670 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23671
6f2e90e7
SP
236722013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
23673
5739f705
SP
23674 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23675 constants.
23676 (norm): Likewise.
23677 (denorm): Likewise.
23678 (__dbl_mp): Likewise.
23679 (add_magnitudes): Likewise.
23680 (sub_magnitudes): Likewise.
23681 (__add): Likewise.
23682 (__sub): Likewise.
23683 (__mul): Likewise.
23684 (__sqr): Likewise.
23685 (__inv): Likewise.
23686 (__dvd): Likewise.
23687
e375e83d
SP
23688 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23689 commented code.
23690 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23691 (__dubcos): Likewise.
23692 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23693 (__ieee754_acos): Likewise.
23694 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23695 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23696 (__exp1): Likewise.
23697 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23698 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23699 (log1): Likewise.
23700 (my_log2): Likewise.
23701 (checkint): Likewise.
23702 * sysdeps/ieee754/dbl-64/e_remainder.c
23703 (__ieee754_remainder): Likewise.
23704 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23705 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23706 (bsloww): Likewise.
23707 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23708
6f2e90e7
SP
23709 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23710 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23711 MANTISSA_STORE_T to store computations on mantissa. Use
23712 macros for rounding and division.
23713 (denorm): Likewise.
23714 (__dbl_mp): Likewise.
23715 (add_magnitudes): Likewise.
23716 (sub_magnitudes): Likewise.
23717 (__mul): Likewise.
23718 (__sqr): Likewise.
23719 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
23720 powers of two in terms of TWOPOW macro.
23721 (mp_no): Make type of mantissa as MANTISSA_T.
23722 [!RADIXI]: Define RADIXI.
23723 [!TWO52]: Define TWO52.
23724 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23725
fce14d4e
AZ
237262013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23727
23728 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23729 llroundl symbol when building for PPC32.
23730
9ad027fb
MW
237312013-03-24 Mark H Weaver <mhw@netris.org>
23732
23733 * manual/arith.texi (Normalization Functions): Fix prototypes for
23734 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23735
e42a38dd
AZ
237362013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23737
23738 [BZ #13889]
23739 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23740 high value to check if expl overflow.
23741 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23742 to check for underflow and overflow.
23743 * math/libm-test.inc: Add exp test.
23744
2e0fb521
DL
237452013-03-21 Dmitry V. Levin <ldv@altlinux.org>
23746
23747 [BZ #11120]
23748 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23749 with NOT_IN_libc.
23750
b5784d95
AZ
237512013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23752
23753 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23754 symbol.
23755
5aa4a1a1
TS
237562013-03-21 Thomas Schwinge <thomas@codesourcery.com>
23757
bdef0be7
TS
23758 * math/gen-libm-test.pl (parse_args, special_functions): Properly
23759 wrap blocks consisting of several statements.
23760
5aa4a1a1
TS
23761 * sysdeps/generic/math-tests.h: New file.
23762 * sysdeps/i386/fpu/math-tests.h: Likewise.
23763 * math/test-snan.c: Include it.
23764 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23765
98c48fe5
JM
237662013-03-21 Joseph Myers <joseph@codesourcery.com>
23767
23768 [BZ #15285]
23769 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23770 (__ieee754_j0l): Do not improve calculations using cos of twice
23771 input for inputs above LDBL_MAX / 2.0L.
23772 (__ieee754_y0l): Likewise.
23773 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23774 (__ieee754_j1l): Do not improve calculations using cos of twice
23775 input for inputs above LDBL_MAX / 2.0L.
23776 (__ieee754_y1l): Likewise.
23777 * math/libm-test.inc (j0_test): Add another test.
23778 (j1_test): Likewise.
23779 (y0_test): Likewise.
23780 (y1_test): Likewise.
23781 * sysdeps/i386/fpu/libm-test-ulps: Update.
23782
3775a8bc
SP
237832013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
23784
23785 * Rules ($(objpfx)bench-%.c): Include code from a C source
23786 file.
23787
0a1b2ae6
JM
237882013-03-21 Joseph Myers <joseph@codesourcery.com>
23789
23790 [BZ #15287]
23791 * math/k_casinh.c (__kernel_casinh): Handle arguments with
23792 imaginary part 1.0 and real part less than 0.5 specially.
23793 * math/k_casinhf.c (__kernel_casinhf): Likewise.
23794 * math/k_casinhl.c (__kernel_casinhl): Likewise.
23795 * math/libm-test.inc (cacos_test): Add more tests.
23796 (casin_test): Likewise.
23797 (casinh_test): Likewise.
23798 * sysdeps/i386/fpu/libm-test-ulps: Update.
23799 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23800
b33d4ce4
SP
238012013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
23802
23803 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23804 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23805
bef0b507
JM
238062013-03-20 Joseph Myers <joseph@codesourcery.com>
23807
23808 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23809 * config.make.in (config-cflags-sse4): Remove variable.
23810 (config-cflags-avx): Likewise.
23811 (config-cflags-sse2avx): Likewise.
23812 (config-cflags-novzeroupper): Likewise.
23813 (config-asflags-i686): Likewise.
23814 (have-mfma4): Likewise.
23815 (have-as-vis3): Likewise.
23816 (MIG): Likewise.
23817 * configure.in (MIG): Do not AC_SUBST.
23818 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23819 (libc_cv_cc_sse4): Do not AC_SUBST.
23820 (libc_cv_cc_avx): Likewise.
23821 (libc_cv_cc_sse2avx): Likewise.
23822 (libc_cv_cc_novzeroupper): Likewise.
23823 (libc_cv_cc_fma4): Likewise.
23824 (libc_cv_as_i686): Likewise.
23825 (libc_cv_sparc_as_vis3): Likewise.
23826 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23827 LIBC_CONFIG_VAR.
23828 (config-asflags-i686): Likewise.
23829 (config-cflags-avx): Likewise.
23830 (config-cflags-sse2avx): Likewise.
23831 (have-mfma4): Likewise.
23832 (config-cflags-novzeroupper): Likewise.
23833 * sysdeps/mach/configure.in (MIG): Likewise.
23834 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23835 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23836 LIBC_CONFIG_VAR.
23837 (config-cflags-avx): Likewise.
23838 (config-cflags-sse2avx): Likewise.
23839 (have-mfma4): Likewise.
23840 (config-cflags-novzeroupper): Likewise.
23841 * configure: Regenerated.
23842 * sysdeps/i386/configure: Likewise.
23843 * sysdeps/mach/configure: Likewise.
23844 * sysdeps/sparc/configure: Likewise.
23845 * sysdeps/x86_64/configure: Likewise.
23846
912cc4b3
RM
238472013-03-20 Roland McGrath <roland@hack.frob.com>
23848
23849 [BZ #14812]
23850 * locale/programs/localedef.c (options): Put N_ translation marker
23851 on argument names, not just descriptions.
23852
04eed2b0
MS
238532013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
23854
23855 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23856
a065ceff
OB
238572013-03-20 Ondřej Bílka <neleai@seznam.cz>
23858
9bb2a810 23859 [BZ #14176]
a065ceff
OB
23860 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23861
a600e5ce
RM
238622013-03-19 Roland McGrath <roland@hack.frob.com>
23863
23864 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23865 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23866 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23867 [!BEFORE_ABORT] (before_abort): New function.
23868 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23869 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23870 (writev_for_fatal): New function.
23871 (WRITEV_FOR_FATAL): New macro; call that.
23872 (backtrace_and_maps): New function.
23873 (BEFORE_ABORT): New macro; call that.
23874 (struct str_list): Type removed.
23875 (__libc_message, __libc_fatal): Functions removed.
23876 Include <sysdeps/posix/libc_fatal.c> instead.
23877
6b18bea6
JM
238782013-03-19 Joseph Myers <joseph@codesourcery.com>
23879
23880 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23881 constants.
23882 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23883 double constants.
23884
aaa8cb4b
AS
238852013-03-19 Andreas Schwab <schwab@suse.de>
23886
44673770
AS
23887 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23888 * sysdeps/gnu/configure: Regenerate.
23889
aaa8cb4b
AS
23890 * configure.in: Substitute libc_cv_rtlddir.
23891 * configure: Regenerate.
23892 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23893 * Makeconfig (rtlddir, inst_rtlddir): New variables.
23894 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23895 * elf/Makefile (install-others, CFLAGS-interp.c)
23896 (ldso_install, common-ldd-rewrite): Likewise.
23897 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23898 $(inst_slibdir)/$(rtld-installed-name).
23899 * scripts/rellns-sh: Add -p option.
23900 * Makerules (make-shlib-link): Use rellns-sh to get relative name
23901 for source.
23902
d3cfc668
SP
239032013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
23904
23905 * manual/nptl.texi: Renamed to ...
23906 * manual/threads.texi: ... this.
23907 * manual/Makefile (chapters): Update.
23908
0e2b9cdd
RM
239092013-03-18 Roland McGrath <roland@hack.frob.com>
23910
23911 [BZ #14812]
23912 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23913 on argument names, not just descriptions.
0e2b9cdd
RM
23914 * malloc/memusagestat.c (options): Likewise.
23915 * nss/getent.c (options): Likewise.
63270c24
RM
23916
239172013-03-18 Benno Schulenberg <bensberg@justemail.net>
23918
23919 [BZ #14812]
23920 * iconv/iconv_prog.c (options): Put N_ translation marker
23921 on argument names, not just descriptions.
23922 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 23923
b2e1393c
OB
239242013-03-18 Ondrej Bilka <neleai@seznam.cz>
23925
23926 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23927 implementation which is faster on all x86_64 architectures.
23928 Tested on AMD, Intel Nehalem, SNB, IVB.
23929 * sysdeps/x86_64/strnlen.S: Likewise.
23930
23931 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23932 Remove all multiarch strlen and strnlen versions.
23933 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23934 Remove strlen and strnlen related parts.
23935
23936 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23937 Inline strlen part.
23938 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23939
23940 * sysdeps/x86_64/multiarch/strlen.S: Remove.
23941 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23942 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23943 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23944 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23945 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23946
ec4ff04d
CD
239472013-03-17 Carlos O'Donell <carlos@redhat.com>
23948
23949 * manual/memory.texi (Malloc Tunable Parameters):
23950 Sort parameters alphabetically. Add comments for missing entries.
23951
cd18e90a
DM
239522013-03-17 David S. Miller <davem@davemloft.net>
23953
23954 * sysdeps/sparc/fpu/libm-test-ulps: Update.
23955
2a185d32
JM
239562013-03-16 Joseph Myers <joseph@codesourcery.com>
23957
d2f9799e
JM
23958 [BZ #15283]
23959 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23960 for arguments at most half maximum finite value.
23961 * math/libm-test.inc (j0_test): Add more tests.
23962 (j1_test): Likewise.
23963 (y0_test): Likewise.
23964 (y1_test): Likewise.
23965 * sysdeps/i386/fpu/libm-test-ulps: Update.
23966 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23967
2a185d32
JM
23968 [BZ #14155]
23969 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23970 1 / x and functions P and Q for arguments above 0x1p256L.
23971 (__ieee754_y0l): Likewise.
23972 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23973 (__ieee754_y1l): Likewise.
23974 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23975 (j1_test): Likewise.
23976 (y0_test): Likewise.
23977 (y1_test): Likewise.
23978
6cbec759
TS
239792013-03-16 Thomas Schwinge <thomas@codesourcery.com>
23980
23981 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23982 variable.
23983
bc16e260
RM
239842013-03-15 Roland McGrath <roland@hack.frob.com>
23985
aefc9b8c
RM
23986 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23987 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23988 zero since it's initialized to EXEC_PAGESIZE.
23989
bc16e260
RM
23990 * sysdeps/unix/sysv/linux/ldsodefs.h
23991 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23992 * sysdeps/generic/ldsodefs.h: ... here.
23993
a57da955
TS
239942013-03-15 Thomas Schwinge <thomas@codesourcery.com>
23995
af00a34d
TS
23996 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23997
495ded2c
TS
23998 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23999 math/test-snan.c.
24000 * math/test-snan.c: Renamed from
24001 sysdeps/powerpc/fpu/test-powerpc-snan.c.
24002 * math/Makefile (tests): Add test-snan.
24003 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
24004 test-powerpc-snan.
24005
777b0332
TS
24006 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
24007 SUFFIX. Initialize qNaN_var with __builtin_nan family of
24008 functions.
24009 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
24010 __builtin_nan family of functions.
24011 * math/libm-test.inc (initialize): Initialize qnan_value with
24012 __builtin_nan family of functions.
24013 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
24014 Remove variables.
24015 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
24016 Remove functions.
24017 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
24018 storage class. Initialize qNaN_var and sNaN_var with
24019 __builtin_nan and __builtin_nans families of functions,
24020 respectively.
24021
64d063b8
TS
24022 * math/libm-test.inc (acosh_test): Also test with qNaN input.
24023 (sqrt_test): Remove duplicate test with qNaN input.
24024 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
24025 (round_test, signbit_test, significand_test): Note missing +/-Inf
24026 as well as qNaN tests.
24027
67e971f1
TS
24028 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
24029 qNaN_var. Fix a few strings, too.
24030 * math/libm-test.inc (nan_value): Rename to qnan_value.
24031 * math/gen-libm-test.pl (%beautify): Adjust to that.
24032 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
24033 * math/test-misc.c (main): Likewise.
24034 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
24035 to __qnan_bytes, and __qnan_union, respectively.
24036 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
24037 Likewise.
24038 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
24039 and lqnanval, respectively.
24040 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
24041 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
24042 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
24043 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
24044
64487e12
TS
24045 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
24046 * math/test-misc.c (main) [__x86_64__]: Enable test for long
24047 doubles.
24048
e015e27b
TS
24049 * math/test-misc.c (main): Fix copy'n'pastos.
24050 * misc/tst-efgcvt.c (special): Likewise.
24051
a57da955
TS
24052 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
24053 Remove declarations.
24054
1e380345
SP
240552013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
24056
24057 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
24058 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
24059 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
24060 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
24061
ef26eece
AZ
240622013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24063
24064 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
24065 macro to return vdso values correctly in IFUNC implementations.
24066 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
24067 Optimization by using IFUNC.
24068
8cfdb7e0
SP
240692013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
24070 Richard Henderson <rth@redhat.com>
24071 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
24072
24073 * Makefile.in (bench): New target.
24074 * NEWS: Mention the benchmark framework.
24075 * Rules (bench): Likewise.
24076 (binaries-bench): Generate binaries for functions to
24077 benchmark.
24078 * benchtests/Makefile: New makefile for benchmark tests.
24079 * benchtests/bench-skeleton.c: New skeleton file for benchmark
24080 programs.
24081 * benchtests/exp-inputs: New input file for EXP function.
24082 * benchtests/pow-inputs: New input file for POW function.
24083 * scripts/bench.pl: New script to generate source files for
24084 benchmark programs.
24085
bcda9880
SP
240862013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
24087
d22ca8cd
SP
24088 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24089 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24090 computations on mantissa. Use macros for rounding and
24091 division.
24092 (denorm): Likewise.
24093 (__dbl_mp): Likewise.
24094 (add_magnitudes): Likewise.
24095 (sub_magnitudes): Likewise.
24096 (__mul): Likewise.
24097 (__sqr): Likewise.
24098 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
24099 powers of two in terms of TWOPOW macro.
24100 (mp_no): Make type of mantissa as MANTISSA_T.
24101 [!RADIXI]: Define RADIXI.
24102 [!TWO52]: Define TWO52.
24103 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24104
bcda9880
SP
24105 * manual/nptl.texi (cindex): Modify threads to pthreads.
24106
06d5adfb
JM
241072013-03-15 Joseph Myers <joseph@codesourcery.com>
24108
24109 * sysdeps/x86_64/preconfigure: Regenerated.
24110
41c7328e
JM
241112013-03-14 Joseph Myers <joseph@codesourcery.com>
24112
24113 [BZ #14155]
24114 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24115 0x1p28 and above.
24116 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24117 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24118 0x1p28 and above.
24119 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24120 * math/libm-test.inc (j0_test): Do not allow one spurious
24121 underflow exception.
24122 (y1_test): Likewise.
24123
e25cfa60
SP
241242013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
24125
0409959c
SP
24126 * manual/Makefile (chapters): Add nptl.
24127 * manual/debug.texi (Debugging Support): Add link to Threads
24128 chapter.
24129 * manual/nptl.texi: New file.
24130
e25cfa60
SP
24131 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24132
58a1335e
PB
241332013-03-14 Petr Baudis <pasky@ucw.cz>
24134
24135 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24136 for non-NULL pointer before the memory validity test. Pointed
24137 out by Holger Brunck <holger.brunck@keymile.com>.
24138
9dc7c64f
AS
241392013-03-13 Andreas Schwab <schwab@suse.de>
24140
24141 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24142 instead of .os.
24143
54206aa6
JM
241442013-03-13 Joseph Myers <joseph@codesourcery.com>
24145
24146 * timezone/zic.c: Update from tzcode 2013b.
24147
e98cdb38
CD
241482013-03-12 Carlos O'Donell <carlos@redhat.com>
24149
24150 * manual/install.texi (Configuring and compiling):
24151 Mention i686 and i586.
24152 * INSTALL: Regenerate.
24153
9967e003
RM
241542013-03-12 Roland McGrath <roland@hack.frob.com>
24155
24156 * sysdeps/init_array/elf-init.c: New file.
24157 * csu/elf-init.c
24158 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24159 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24160
24161 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24162 __gmon_start__ as global, but as static with a .preinit_array pointer.
24163 * sysdeps/init_array/gmon-start.c: New file. Use that.
24164 * sysdeps/init_array/crti.S: New file, empty except for comments.
24165 * sysdeps/init_array/crtn.S: Likewise.
24166
e6b5a293 241672013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
24168
24169 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24170 definining bcopy.
80f844c9
OB
24171 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24172 Remove Prefer_SSE_for_memop.
24173 * sysdeps/x86_64/multiarch/init-arch.h: Remove
24174 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24175 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
24176 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24177 memset-x86-64.
80f844c9 24178 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 24179 Remove bzero, memset ifunc support.
80f844c9
OB
24180 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24181 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24182 * sysdeps/x86_64/multiarch/memset.S: Likewise.
24183 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24184
fb6b0fcb
AS
241852013-03-11 Andreas Schwab <schwab@suse.de>
24186
24187 [BZ #15234]
24188 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24189 by SHLIB_COMPAT.
24190 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24191 (GLIBC_2.16): Remove pthread_atfork.
24192
3e6bd4b1
PP
241932013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
24194
24195 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24196 (ptestcases.h): Likewise.
24197
222d7f00
RM
241982013-03-08 Roland McGrath <roland@hack.frob.com>
24199
24200 * Makeconfig ($(common-objpfx)config.status): Depend on
24201 sysdeps/*/preconfigure{,.in} too.
24202
1ba4f030
JM
242032013-03-08 Joseph Myers <joseph@codesourcery.com>
24204
a222d91a
JM
24205 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24206 (__free_hook): Use void * instead of __malloc_ptr_t.
24207 (__malloc_hook): Likewise.
24208 (__realloc_hook): Likewise.
24209 (__memalign_hook): Likewise.
24210 (__after_morecore_hook): Likewise.
24211 * malloc/arena.c (save_malloc_hook): Likewise.
24212 (save_free_hook): Likewise.
24213 * malloc/hooks.c (malloc_hook_ini): Likewise.
24214 (realloc_hook_ini): Likewise.
24215 (memalign_hook_ini): Likewise.
24216 * malloc/malloc.c (malloc_hook_ini): Likewise.
24217 (realloc_hook_ini): Likewise.
24218 (memalign_hook_ini): Likewise.
24219 (__free_hook): Likewise.
24220 (__malloc_hook): Likewise.
24221 (__realloc_hook): Likewise.
24222 (__memalign_hook): Likewise.
24223 (__libc_malloc): Likewise.
24224 (__libc_free): Likewise.
24225 (__libc_realloc): Likewise.
24226 (__libc_memalign): Likewise.
24227 (__libc_valloc): Likewise.
24228 (__libc_pvalloc): Likewise.
24229 (__libc_calloc): Likewise.
24230 (__posix_memalign): Likewise.
24231 * malloc/morecore.c (__sbrk): Likewise.
24232 (__default_morecore): Likewise.
24233
5cc45e10
JM
24234 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24235
dd54b864
JM
24236 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24237 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24238 __malloc_ptrdiff_t.
24239
1ba4f030
JM
24240 * malloc/malloc.h (__malloc_size_t): Remove macro.
24241 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24242 __malloc_size_t.
24243 (old_memalign_hook): Likewise.
24244 (old_realloc_hook): Likewise.
24245 (struct hdr): Likewise.
24246 (flood): Likewise.
24247 (mallochook): Likewise.
24248 (memalignhook): Likewise.
24249 (reallochook): Likewise.
24250 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24251 (tr_old_realloc_hook): Likewise.
24252 (tr_old_memalign_hook): Likewise.
24253 (tr_mallochook): Likewise.
24254 (tr_reallochook): Likewise.
24255 (tr_memalignhook): Likewise.
24256
edf66e57
AZ
242572013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24258
24259 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24260 default_ldbl_pack and using as default implementation.
24261 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24262 implementation.
24263 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24264 redundant definition.
24265 (ldbl_insert_mantissa): Likewise.
24266 (ldbl_canonicalize): Likewise.
24267 (ldbl_nearbyint): Likewise.
24268 (ldbl_pack): Rename to ldbl_pack_ppc.
24269 (ldbl_unpack): Rename to ldbl_unpack_ppc.
24270 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24271 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24272
6d9145d8
SP
242732013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
24274
24275 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24276 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24277 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24278 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24279 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24280 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24281 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24282 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24283
4dd4e157
AJ
242842013-03-07 Andreas Jaeger <aj@suse.de>
24285
24286 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24287 bits/mman-linux.h.
24288
adbb8027
SP
242892013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
24290
ce544b5b
SP
24291 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24292 Include mpa.h and declare __MPEXP.
24293 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24294 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24295 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24296 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24297 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24298 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24299 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24300
4cc149fd
SP
24301 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24302 (__slowpow): Use long double EXPL and LOGL functions to
24303 compute POW.
24304 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24305 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24306 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24307 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24308 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24309 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24310
e6ebd4a7
SP
24311 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24312 intermediate variable to calculate exponent.
24313 (__sqr): Likewise.
24314 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24315 Likewise.
24316 (__sqr): Likewise.
24317
82a9811d
SP
24318 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24319 [!NO__SQR]: Define __sqr.
24320 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24321 and NO__SQR. Remove all code except __mul and __sqr. Include
24322 sysdeps/ieee754/dbl-64/mpa.c.
24323 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24324
adbb8027
SP
24325 [BZ #12723]
24326 * posix/Makefile (tests): Add tst-pathconf.
24327 * posix/tst-pathconf.c: New test case.
24328 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24329 _PC_PIPE_BUF.
24330 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24331
39120df9
PF
243322013-03-06 Patsy Franklin <pfrankli@redhat.com>
24333
24334 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24335
67525cb8
AJ
243362013-03-06 Andreas Jaeger <aj@suse.de>
24337
664a9ce4
AJ
24338 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24339 definition via __MAP_ANONYMOUS.
24340
8e39047d
AJ
24341 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24342 it's not part of Linux headers.
24343
67525cb8
AJ
24344 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24345 (MAP_HUGE_MASK): Define.
24346
24347 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24348 Define.
24349 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24350 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24351 Define.
24352 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24353 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24354 Define.
24355 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24356 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24357 Define.
24358 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24359
24360 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24361 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24362 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24363 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24364 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24365 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24366
24367 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24368 Handle f2fs.
24369
24370 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24371 Handle f2fs and efivarfs.
24372
24373 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24374 f2fs.
24375
24376 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24377 (EFIVARFS_MAGIC): Add.
24378 (F2FS_LINK_MAX): Add.
24379
e1b42695
PP
243802013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
24381
24382 * stdio-common/vfprintf.c: Replace __builtin_expect with
24383 __glibc_unlikely.
24384
2d67d91a
JM
243852013-03-06 Joseph Myers <joseph@codesourcery.com>
24386
24387 [BZ #13550]
24388 * sysdeps/generic/bp-sym.h: Remove file.
24389 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24390 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24391 <bp-sym.h> and <bp-asm.h>.
24392 (__longjmp): Don't use BP_SYM.
24393 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24394 and <bp-asm.h>.
24395 (memcpy): Don't use BP_SYM.
24396 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24397 <bp-sym.h> and <bp-asm.h>.
24398 (memcpy): Don't use BP_SYM.
24399 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24400 <bp-asm.h>.
24401 (memcpy): Don't use BP_SYM.
24402 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24403 <bp-asm.h>.
24404 (memset): Don't use BP_SYM.
24405 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24406 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24407 (__bzero): Don't use BP_SYM.
24408 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24409 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24410 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24411 <bp-sym.h> and <bp-asm.h>.
24412 (memcmp): Don't use BP_SYM. Remove comment about bounded
24413 pointers.
24414 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24415 <bp-sym.h> and <bp-asm.h>.
24416 (memcpy): Don't use BP_SYM.
24417 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24418 <bp-sym.h> and <bp-asm.h>.
24419 (memset): Don't use BP_SYM.
24420 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24421 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24422 (__bzero): Don't use BP_SYM.
24423 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24424 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24425 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24426 <bp-sym.h> and <bp-asm.h>.
24427 (strncmp): Don't use BP_SYM. Remove comment about bounded
24428 pointers.
24429 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24430 <bp-sym.h> and <bp-asm.h>.
24431 (memcpy): Don't use BP_SYM.
24432 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24433 <bp-sym.h> and <bp-asm.h>.
24434 (memset): Don't use BP_SYM.
24435 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24436 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24437 (__bzero): Don't use BP_SYM.
24438 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24439 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24440 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24441 <bp-sym.h> and <bp-asm.h>.
24442 (__memchr): Don't use BP_SYM.
24443 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24444 <bp-sym.h> and <bp-asm.h>.
24445 (memcmp): Don't use BP_SYM. Remove comment about bounded
24446 pointers.
24447 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24448 <bp-sym.h> and <bp-asm.h>.
24449 (memcpy): Don't use BP_SYM.
24450 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24451 <bp-sym.h> and <bp-asm.h>.
24452 (__mempcpy): Don't use BP_SYM.
24453 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24454 <bp-sym.h> and <bp-asm.h>.
24455 (__memrchr): Don't use BP_SYM.
24456 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24457 <bp-sym.h> and <bp-asm.h>.
24458 (memset): Don't use BP_SYM.
24459 (__bzero): Likewise.
24460 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24461 <bp-sym.h> and <bp-asm.h>.
24462 (__rawmemchr): Don't use BP_SYM.
24463 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24464 <bp-sym.h> and <bp-asm.h>.
24465 (__STRCMP): Don't use BP_SYM.
24466 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24467 <bp-sym.h> and <bp-asm.h>.
24468 (strchr): Don't use BP_SYM.
24469 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24470 <bp-sym.h> and <bp-asm.h>.
24471 (__strchrnul): Don't use BP_SYM.
24472 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24473 <bp-sym.h> and <bp-asm.h>.
24474 (strlen): Don't use BP_SYM.
24475 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24476 <bp-sym.h> and <bp-asm.h>.
24477 (strncmp): Don't use BP_SYM. Remove comment about bounded
24478 pointers.
24479 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24480 <bp-sym.h> and <bp-asm.h>.
24481 (__strnlen): Don't use BP_SYM.
24482 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24483 <bp-sym.h> and <bp-asm.h>.
24484 (__GI__setjmp): Don't use BP_SYM.
24485 (_setjmp): Likewise.
24486 (__sigsetjmp): Likewise.
24487 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24488 (L(start_addresses)): Don't use BP_SYM.
24489 (_start): Likewise.
24490 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24491 <bp-asm.h>.
24492 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24493 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24494 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24495 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24496 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24497 <bp-asm.h>.
24498 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24499 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
24500 about bounded pointers.
24501 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24502 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24503 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24504 <bp-asm.h>.
24505 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
24506 about bounded pointers. Remove GKM FIXME comments.
24507 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24508 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24509 <bp-asm.h>.
24510 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24511 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
24512 Remove GKM FIXME comments.
24513 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24514 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24515 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24516 <bp-asm.h>.
24517 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
24518 about bounded pointers. Remove GKM FIXME comment.
24519 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24520 and <bp-asm.h>.
24521 (strncmp): Don't use BP_SYM. Remove comment about bounded
24522 pointers.
24523 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24524 <bp-sym.h> and <bp-asm.h>.
24525 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24526 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24527 <bp-sym.h> and <bp-asm.h>.
24528 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
24529 comment.
24530
cdcf361f
PP
245312013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
24532
24533 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24534 call free(NULL).
24535
3c4a2b15
DM
245362013-03-05 David S. Miller <davem@davemloft.net>
24537
24538 * po/es.po: Update from translation team.
24539
cdcf361f 245402013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
24541
24542 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24543 <bits/mman-linux.h>.
24544 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24545 is fine.
24546 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
24547 <bits/mman-linux.h> to end of file.
24548 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24549 is fine.
24550 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
24551 <bits/mman-linux.h> to end of file.
24552 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24553 is fine.
24554 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24555 <bits/mman-linux.h> to end of file.
24556
24557 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24558 (MCL_CURRENT, MCL_FUTURE): Define here.
24559
5f67c04f
AK
245602013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24561
8a4473cc 24562 [BZ #15232]
5f67c04f
AK
24563 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24564 attribute_hidden.
24565 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24566
c3e94a95
AK
245672013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24568
24569 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24570 fourth parameter needed for rt_sigprocmask syscall.
24571 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24572 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24573 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24574 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24575 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24576 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
24577
cfb6382a
JM
245782013-03-04 Joseph Myers <joseph@codesourcery.com>
24579
24580 [BZ #13550]
24581 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24582 comment about bounded pointers.
24583 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24584 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24585
539d8e01
AJ
245862013-03-04 Andreas Jaeger <aj@suse.de>
24587
24588 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
24589 common definitions.
24590
24591 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
24592 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
24593 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
24594 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24595 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
24596 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24597
2e167a70 245982013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
24599
24600 [BZ #15055]
24601 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
24602 __ieee754_sqrl instead of __sqrl.
24603
68508633
JM
246042013-03-01 Joseph Myers <joseph@codesourcery.com>
24605
24606 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
24607 * sysdeps/powerpc/fpu_control.h: ... here.
24608 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
24609 * sysdeps/powerpc/bits/fenvinline.h: ... here.
24610 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
24611 * sysdeps/powerpc/bits/mathinline.h: ... here.
24612
7775448e
RM
246132013-03-01 Roland McGrath <roland@hack.frob.com>
24614
24615 * elf/dl-hwcaps.c (_dl_important_hwcaps):
24616 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
24617 to just [NEED_DL_SYSINFO_DSO].
24618 * elf/dl-support.c: Likewise.
24619 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
24620 * elf/rtld.c (dl_main): Likewise.
24621 * elf/setup-vdso.h (setup_vdso): Likewise.
24622 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
24623 * sysdeps/unix/sysv/linux/dl-sysdep.c
24624 (_dl_discover_osversion): Likewise.
24625
4e9b5995
CD
246262013-03-01 Carlos O'Donell <carlos@redhat.com>
24627
24628 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
24629 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24630
e23872c8
SP
246312013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
24632
e5c74c63
SP
24633 * NEWS: Mention libm performance improvements and non-x86 PI
24634 futex support.
24635
e23872c8
SP
24636 * csu/libc-start.c (__pthread_initialize_minimal): Change
24637 function arguments.
24638 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
24639
b5510883
JM
246402013-02-28 Joseph Myers <joseph@codesourcery.com>
24641
24642 [BZ #13550]
24643 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
24644 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
24645 <bp-sym.h> and <bp-asm.h>.
24646 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24647 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24648 and <bp-asm.h>.
24649 (memcpy): Don't use BP_SYM.
24650 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24651 <bp-asm.h>.
24652 (__mpn_add_n): Don't use BP_SYM.
24653 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24654 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24655 and <bp-asm.h>.
24656 (__mpn_addmul_1): Don't use BP_SYM.
24657 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24658 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24659 <bp-sym.h>.
24660 (_setjmp): Don't use BP_SYM.
24661 (__novmx_setjmp): Likewise.
24662 (__GI__setjmp): Likewise.
24663 (__vmx_setjmp): Likewise.
24664 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24665 <bp-sym.h>.
24666 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24667 (__bzero): Don't use BP_SYM.
24668 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24669 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24670 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24671 <bp-sym.h> and <bp-asm.h>.
24672 (memcpy): Don't use BP_SYM.
24673 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
24674 <bp-sym.h> and <bp-asm.h>.
24675 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24676 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
24677 <bp-sym.h> and <bp-asm.h>.
24678 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24679 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24680 <bp-asm.h>.
24681 (__mpn_lshift): Don't use BP_SYM.
24682 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24683 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24684 <bp-asm.h>.
24685 (memset): Don't use BP_SYM.
24686 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24687 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24688 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24689 <bp-asm.h>.
24690 (__mpn_mul_1): Don't use BP_SYM.
24691 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24692 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24693 <bp-sym.h> and <bp-asm.h>.
24694 (memcmp): Don't use BP_SYM.
24695 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24696 <bp-sym.h> and <bp-asm.h>.
24697 (memcpy): Don't use BP_SYM.
24698 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24699 <bp-sym.h> and <bp-asm.h>.
24700 (memset): Don't use BP_SYM.
24701 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24702 <bp-sym.h> and <bp-asm.h>.
24703 (strncmp): Don't use BP_SYM.
24704 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24705 <bp-sym.h> and <bp-asm.h>.
24706 (memcpy): Don't use BP_SYM.
24707 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24708 <bp-sym.h> and <bp-asm.h>.
24709 (memset): Don't use BP_SYM.
24710 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24711 <bp-sym.h> and <bp-asm.h>.
24712 (__memchr): Don't use BP_SYM.
24713 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24714 <bp-sym.h> and <bp-asm.h>.
24715 (memcmp): Don't use BP_SYM.
24716 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24717 <bp-sym.h> and <bp-asm.h>.
24718 (memcpy): Don't use BP_SYM.
24719 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24720 <bp-sym.h> and <bp-asm.h>.
24721 (__mempcpy): Don't use BP_SYM.
24722 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24723 <bp-sym.h> and <bp-asm.h>.
24724 (__memrchr): Don't use BP_SYM.
24725 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24726 <bp-sym.h> and <bp-asm.h>.
24727 (memset): Don't use BP_SYM.
24728 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24729 <bp-sym.h> and <bp-asm.h>.
24730 (__rawmemchr): Don't use BP_SYM.
24731 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24732 <bp-sym.h> and <bp-asm.h>.
24733 (__STRCMP): Don't use BP_SYM.
24734 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24735 <bp-sym.h> and <bp-asm.h>.
24736 (strchr): Don't use BP_SYM.
24737 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24738 <bp-sym.h> and <bp-asm.h>.
24739 (__strchrnul): Don't use BP_SYM.
24740 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24741 <bp-sym.h> and <bp-asm.h>.
24742 (strlen): Don't use BP_SYM.
24743 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24744 <bp-sym.h> and <bp-asm.h>.
24745 (strncmp): Don't use BP_SYM.
24746 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24747 <bp-sym.h> and <bp-asm.h>.
24748 (__strnlen): Don't use BP_SYM.
24749 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24750 <bp-asm.h>.
24751 (__mpn_rshift): Don't use BP_SYM.
24752 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24753 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24754 <bp-sym.h> and <bp-asm.h>.
24755 (__sigsetjmp): Don't use BP_SYM.
24756 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24757 (L(start_addresses)): Don't use BP_SYM.
24758 (_start): Likewise.
24759 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24760 <bp-asm.h>.
24761 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24762 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24763 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24764 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24765 <bp-asm.h>.
24766 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24767 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24768 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24769 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24770 <bp-asm.h>.
24771 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
24772 comments.
24773 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24774 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24775 <bp-asm.h>.
24776 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
24777 FIXME comments.
24778 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24779 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24780 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24781 <bp-asm.h>.
24782 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
24783 comment.
24784 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24785 and <bp-asm.h>.
24786 (strncmp): Don't use BP_SYM,
24787 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24788 <bp-asm.h>.
24789 (__mpn_sub_n): Don't use BP_SYM.
24790 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24791 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24792 and <bp-asm.h>.
24793 (__mpn_submul_1): Don't use BP_SYM.
24794 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24795 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24796 <bp-sym.h> and <bp-asm.h>.
24797 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24798 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
24799 <bp-sym.h> and <bp-asm.h>.
24800 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
24801 comment.
24802
8d19fe64
SP
248032013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
24804
24805 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24806 Use ZK to minimize writes to Z.
24807 (sub_magnitudes): Simplify code a bit.
24808 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24809 Use ZK to minimize writes to Z.
24810 (sub_magnitudes): Simplify code a bit.
24811
85bd816a
RM
248122013-02-27 Roland McGrath <roland@hack.frob.com>
24813
24814 * csu/gmon-start.c: Add special exception to license text.
24815
b5977bf2
RH
248162013-02-27 Richard Henderson <rth@redhat.com>
24817
24818 * scripts/config.guess: Update from config.git.
24819 * scripts/config.sub: Likewise.
24820
11d6e2f2
SP
248212013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
24822
09c14ed2
SP
24823 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24824
a688864e
SP
24825 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24826
6295157a
SP
24827 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24828
b8de2202
SP
24829 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24830
11d6e2f2
SP
24831 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24832
7e80ddb8
RM
248332013-02-26 Roland McGrath <roland@hack.frob.com>
24834
24835 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24836 [$(build-shared = yes].
7e80ddb8 24837
7da6d9ed
SP
248382013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
24839
45f05884
SP
24840 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24841 (__mul): Reduce iterations for calculating mantissa.
24842
2236d359
SP
24843 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24844 MPTWO.
24845 (__mpranred): Likewise.
24846
7da6d9ed
SP
24847 [BZ #15160]
24848 * malloc/memusagestat.c (main): Draw graphs for heap and stack
24849 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24850
b7688c42
PE
248512013-02-26 Paul Eggert <eggert@cs.ucla.edu>
24852
24853 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24854 Define __attribute__.
24855
53a5c423
SP
248562013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
24857
24858 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24859 unused.
24860 * posix/regex_internal.h (__attribute): Remove.
24861 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24862 (re_string_context_at): Likewise.
24863 (bitset_not): Use __attribute__ and mark function as possibly
24864 unused.
24865 (bitset_merge): Likewise.
24866 (bitset_mask): Likewise.
24867 (re_string_char_size_at): Likewise.
24868 (re_string_wchar_at): Likewise.
24869 (re_string_elem_size_at): Likewise.
24870
60f5a8b5
SP
248712013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
24872
2a983a2e
SP
24873 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24874 code.
24875 (cc32): Likewise.
24876
e69804d1
SP
24877 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24878 (__acr): Likewise.
24879 (__cpy): Likewise.
24880 (norm): Likewise.
24881 (denorm): Likewise.
24882 (__dbl_mp): Likewise.
24883 (add_magnitudes): Likewise.
24884 (sub_magnitudes): Likewise.
24885 (__mul): Likewise.
24886 (__inv): Likewise.
24887
2f22a1e8
SP
24888 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24889 style.
24890
8930ddc7
SP
24891 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24892 style.
24893
dc60cb11
SP
24894 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24895 code.
24896
60f5a8b5
SP
24897 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24898 up changes with default code.
24899 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24900 Likewise.
24901
b4d1fd33
AM
249022013-02-24 Allan McRae <allan@archlinux.org>
24903
faf6f8bc
AM
24904 * manual/socket.texi (The Internet Namespace): Order menu items
24905 to match that in the file.
24906
b4d1fd33
AM
24907 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24908 node listing of the info page menu.
24909
2366713d
JM
249102013-02-21 Joseph Myers <joseph@codesourcery.com>
24911
24912 [BZ #13550]
24913 * sysdeps/i386/bp-asm.h: Remove file.
24914 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24915 (PARMS): Do not use macros from bp-asm.h.
24916 (S1): Likewise.
24917 (S2): Likewise.
24918 (SIZE): Likewise.
24919 (__mpn_add_n): Do not use BP_SYM
24920 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24921 "bp-asm.h".
24922 (PARMS): Do not use macros from bp-asm.h.
24923 (S1): Likewise.
24924 (SIZE): Likewise.
24925 (__mpn_addmul_1): Do not use BP_SYM
24926 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24927 "bp-asm.h".
24928 (PARMS): Do not use macros from bp-asm.h.
24929 (SIGMSK): Likewise.
24930 (_setjmp): Likewise. Do not use BP_SYM.
24931 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24932 "bp-asm.h".
24933 (PARMS): Do not use macros from bp-asm.h.
24934 (SIGMSK): Likewise.
24935 (setjmp): Likewise. Do not use BP_SYM.
24936 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24937 "bp-asm.h".
24938 (PARMS): Do not use macros from bp-asm.h.
24939 (__frexp): Do not use BP_SYM.
24940 (frexp): Likewise.
24941 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24942 "bp-asm.h".
24943 (PARMS): Do not use macros from bp-asm.h.
24944 (__frexpf): Do not use BP_SYM.
24945 (frexpf): Likewise.
24946 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24947 "bp-asm.h".
24948 (PARMS): Do not use macros from bp-asm.h.
24949 (__frexpl): Do not use BP_SYM.
24950 (frexpl): Likewise.
24951 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24952 "bp-asm.h".
24953 (PARMS): Do not use macros from bp-asm.h.
24954 (__remquo): Do not use BP_SYM.
24955 (remquo): Likewise.
24956 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24957 "bp-asm.h".
24958 (PARMS): Do not use macros from bp-asm.h.
24959 (__remquof): Do not use BP_SYM.
24960 (remquof): Likewise.
24961 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24962 "bp-asm.h".
24963 (PARMS): Do not use macros from bp-asm.h.
24964 (__remquol): Do not use BP_SYM.
24965 (remquol): Likewise.
24966 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24967 "bp-asm.h".
24968 (PARMS): Do not use macros from bp-asm.h.
24969 (DEST): Likewise.
24970 (SRC): Likewise.
24971 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
24972 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24973 "bp-asm.h".
24974 (PARMS): Do not use macros from bp-asm.h.
24975 (strlen): Do not use BP_SYM.
24976 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24977 "bp-asm.h".
24978 (PARMS): Do not use macros from bp-asm.h.
24979 (S1): Likewise.
24980 (S2): Likewise.
24981 (SIZE): Likewise.
24982 (__mpn_add_n): Do not use BP_SYM.
24983 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24984 "bp-asm.h".
24985 (PARMS): Do not use macros from bp-asm.h.
24986 (S1): Likewise.
24987 (SIZE): Likewise.
24988 (__mpn_addmul_1): Do not use BP_SYM.
24989 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24990 weak_alias.
24991 (bzero): Likewise.
24992 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24993 "bp-asm.h".
24994 (PARMS): Do not use macros from bp-asm.h.
24995 (S): Likewise.
24996 (SIZE): Likewise.
24997 (__mpn_lshift): Do not use BP_SYM.
24998 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24999 "bp-asm.h".
25000 (PARMS): Do not use macros from bp-asm.h.
25001 (DEST): Likewise.
25002 (SRC): Likewise.
25003 (LEN): Likewise.
25004 (memcpy): Likewise. Do not use BP_SYM.
25005 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
25006 libc_hidden_def and weak_alias.
25007 (mempcpy): Do not use BP_SYM in weak_alias.
25008 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
25009 "bp-asm.h".
25010 (PARMS): Do not use macros from bp-asm.h.
25011 (DEST): Likewise.
25012 (LEN): Likewise.
25013 [!BZERO_P] (CHR): Likewise.
25014 (memset): Likewise. Do not use BP_SYM.
25015 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
25016 "bp-asm.h".
25017 (PARMS): Do not use macros from bp-asm.h.
25018 (S1): Likewise.
25019 (SIZE): Likewise.
25020 (__mpn_mul_1): Do not use BP_SYM.
25021 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
25022 "bp-asm.h".
25023 (PARMS): Do not use macros from bp-asm.h.
25024 (S): Likewise.
25025 (SIZE): Likewise.
25026 (__mpn_rshift): Do not use BP_SYM.
25027 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
25028 "bp-asm.h".
25029 (PARMS): Do not use macros from bp-asm.h.
25030 (STR): Likewise.
25031 (CHR): Likewise.
25032 (strchr): Likewise. Do not use BP_SYM.
25033 (index): Do not use BP_SYM in weak_alias.
25034 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
25035 "bp-asm.h".
25036 (PARMS): Do not use macros from bp-asm.h.
25037 (DEST): Likewise.
25038 (SRC): Likewise.
25039 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
25040 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
25041 "bp-asm.h".
25042 (PARMS): Do not use macros from bp-asm.h.
25043 (strlen): Do not use BP_SYM.
25044 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
25045 "bp-asm.h".
25046 (PARMS): Do not use macros from bp-asm.h.
25047 (S1): Likewise.
25048 (S2): Likewise.
25049 (SIZE): Likewise.
25050 (__mpn_sub_n): Do not use BP_SYM.
25051 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
25052 "bp-asm.h".
25053 (PARMS): Do not use macros from bp-asm.h.
25054 (S1): Likewise.
25055 (SIZE): Likewise.
25056 (__mpn_submul_1): Do not use BP_SYM.
25057 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
25058 "bp-asm.h".
25059 (PARMS): Do not use macros from bp-asm.h.
25060 (S1): Likewise.
25061 (S2): Likewise.
25062 (SIZE): Likewise.
25063 (__mpn_add_n): Do not use BP_SYM.
25064 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
25065 weak_alias.
25066 (bzero): Likewise.
25067 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
25068 "bp-asm.h".
25069 (PARMS): Do not use macros from bp-asm.h.
25070 (BLK2): Likewise.
25071 (LEN): Likewise.
25072 (memcmp): Do not use BP_SYM.
25073 (bcmp): Do not use BP_SYM in weak_alias.
25074 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
25075 "bp-asm.h".
25076 (PARMS): Do not use macros from bp-asm.h.
25077 (DEST): Likewise.
25078 (SRC): Likewise.
25079 (LEN): Likewise.
25080 (memcpy): Likewise. Do not use BP_SYM.
25081 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
25082 "bp-asm.h".
25083 (PARMS): Do not use macros from bp-asm.h.
25084 (DEST): Likewise.
25085 (SRC): Likewise.
25086 (LEN): Likewise.
25087 (memmove): Likewise. Do not use BP_SYM.
25088 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25089 "bp-asm.h".
25090 (PARMS): Do not use macros from bp-asm.h.
25091 (DEST): Likewise.
25092 (SRC): Likewise.
25093 (LEN): Likewise.
25094 (__mempcpy): Likewise. Do not use BP_SYM.
25095 (mempcpy): Do not use BP_SYM in weak_alias.
25096 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25097 "bp-asm.h".
25098 (PARMS): Do not use macros from bp-asm.h.
25099 (DEST): Likewise.
25100 (LEN): Likewise.
25101 [!BZERO_P] (CHR): Likewise.
25102 (memset): Likewise. Do not use BP_SYM.
25103 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25104 "bp-asm.h".
25105 (PARMS): Do not use macros from bp-asm.h.
25106 (STR2): Likewise.
25107 (strcmp): Do not use BP_SYM.
25108 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25109 "bp-asm.h".
25110 (PARMS): Do not use macros from bp-asm.h.
25111 (STR): Likewise.
25112 (DELIM): Likewise.
25113 [USE_AS_STRTOK_R] (SAVE): Likewise.
25114 (FUNCTION): Likewise. Do not use BP_SYM.
25115 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25116 aliases.
25117 (strtok_r): Likewise.
25118 (__GI___strtok_r): Likewise.
25119 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25120 (PARMS): Do not use macros from bp-asm.h.
25121 (S): Likewise.
25122 (SIZE): Likewise.
25123 (__mpn_lshift): Do not use BP_SYM.
25124 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25125 (PARMS): Do not use macros from bp-asm.h.
25126 (STR): Likewise.
25127 (CHR): Likewise.
25128 (__memchr): Do not use BP_SYM.
25129 (memchr): Do not use BP_SYM in weak_alias.
25130 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25131 (PARMS): Do not use macros from bp-asm.h.
25132 (BLK2): Likewise.
25133 (LEN): Likewise.
25134 (memcmp): Do not use BP_SYM.
25135 (bcmp): Do not use BP_SYM in weak_alias.
25136 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25137 (PARMS): Do not use macros from bp-asm.h.
25138 (S1): Likewise.
25139 (SIZE): Likewise.
25140 (__mpn_mul_1): Do not use BP_SYM.
25141 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25142 "bp-asm.h".
25143 (PARMS): Do not use macros from bp-asm.h.
25144 (STR): Likewise.
25145 (CHR): Likewise.
25146 (__rawmemchr): Do not use BP_SYM.
25147 (rawmemchr): Do not use BP_SYM in weak_alias.
25148 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25149 (PARMS): Do not use macros from bp-asm.h.
25150 (S): Likewise.
25151 (SIZE): Likewise.
25152 (__mpn_rshift): Do not use BP_SYM.
25153 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25154 (PARMS): Do not use macros from bp-asm.h.
25155 (SIGMSK): Likewise.
25156 (__sigsetjmp): Likewise. Do not use BP_SYM.
25157 * sysdeps/i386/start.S: Do not include "bp-sym.h".
25158 (_start): Do not use BP_SYM.
25159 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25160 (PARMS): Do not use macros from bp-asm.h.
25161 (DEST): Likewise.
25162 (SRC): Likewise.
25163 (__stpcpy): Likewise. Do not use BP_SYM.
25164 (stpcpy): Do not use BP_SYM in weak_alias.
25165 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25166 "bp-asm.h".
25167 (PARMS): Do not use macros from bp-asm.h.
25168 (DEST): Likewise.
25169 (SRC): Likewise.
25170 (LEN): Likewise.
25171 (__stpncpy): Likewise. Do not use BP_SYM.
25172 (stpncpy): Do not use BP_SYM in weak_alias.
25173 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25174 (PARMS): Do not use macros from bp-asm.h.
25175 (STR): Likewise.
25176 (CHR): Likewise.
25177 (strchr): Likewise. Do not use BP_SYM.
25178 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25179 "bp-asm.h".
25180 (PARMS): Do not use macros from bp-asm.h.
25181 (STR): Likewise.
25182 (CHR): Likewise.
25183 (__strchrnul): Likewise. Do not use BP_SYM.
25184 (strchrnul): Do not use BP_SYM in weak_alias.
25185 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25186 "bp-asm.h".
25187 (PARMS): Do not use macros from bp-asm.h.
25188 (STOP): Likewise.
25189 (strcspn): Do not use BP_SYM.
25190 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25191 "bp-asm.h".
25192 (PARMS): Do not use macros from bp-asm.h.
25193 (STR): Likewise.
25194 (STOP): Likewise.
25195 (strpbrk): Likewise. Do not use BP_SYM.
25196 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25197 "bp-asm.h".
25198 (PARMS): Do not use macros from bp-asm.h.
25199 (STR): Likewise.
25200 (CHR): Likewise.
25201 (strrchr): Likewise. Do not use BP_SYM.
25202 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25203 (PARMS): Do not use macros from bp-asm.h.
25204 (SKIP): Likewise.
25205 (strspn): Do not use BP_SYM.
25206 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25207 (PARMS): Do not use macros from bp-asm.h.
25208 (STR): Likewise.
25209 (DELIM): Likewise.
25210 (SAVE): Likewise.
25211 (FUNCTION): Likewise. Do not use BP_SYM.
25212 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25213 aliases.
25214 (strtok_r): Likewise.
25215 (__GI___strtok_r): Likewise.
25216 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25217 (PARMS): Do not use macros from bp-asm.h.
25218 (S1): Likewise.
25219 (S2): Likewise.
25220 (SIZE): Likewise.
25221 (__mpn_sub_n): Do not use BP_SYM.
25222 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25223 "bp-asm.h".
25224 (PARMS): Do not use macros from bp-asm.h.
25225 (S1): Likewise.
25226 (SIZE): Likewise.
25227 (__mpn_submul_1): Do not use BP_SYM.
25228 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25229 <bp-sym.h>.
25230 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25231 and <bp-asm.h>.
25232 (PARMS): Do not use macros from bp-asm.h.
25233 (FLAGS): Likewise.
25234 (PTID): Likewise.
25235 (TLS): Likewise.
25236 (CTID): Likewise.
25237 (__clone): Do not use BP_SYM.
25238 (clone): Do not use BP_SYM in weak_alias.
25239 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25240 and <bp-asm.h>.
25241 (PARMS): Do not use macros from bp-asm.h.
25242 (LEN): Likewise.
25243 (__mmap64): Do not use BP_SYM.
25244 (mmap64): Do not use BP_SYM in weak_alias.
25245 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25246 <bp-sym.h> and <bp-asm.h>.
25247 (PARMS): Do not use macros from bp-asm.h.
25248 (__posix_fadvise64_l64): Do not use BP_SYM.
25249 * sysdeps/unix/sysv/linux/i386/semtimedop.S
25250 (PARMS): Do not use macros from bp-asm.h.
25251 (NSOPS): Likewise.
25252 (semtimedop): Do not use BP_SYM.
25253 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25254 and <bp-asm.h>.
25255
582a3cff
AM
252562013-02-21 Allan McRae <allan@archlinux.org>
25257
25258 * manual/message.texi (Charset conversion in gettext):
25259 Move @end statement to beginning of line.
25260
bab8a695
SP
252612013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
25262
80945231
SP
25263 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25264 static.
25265 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25266 Likewise.
25267
bab8a695
SP
25268 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25269 (denorm): Likewise.
25270 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25271 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25272
e21d7aa7
AK
252732013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25274
25275 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25276 tail-call to the resolved function if pltexit isn't needed.
25277
4c7a4263
SP
252782013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
25279
25280 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25281 or Y being zero as being unlikely.
25282 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25283 Likewise.
25284
41f49342
CD
252852013-02-20 Carlos O'Donell <carlos@redhat.com>
25286
25287 * manual/nss.texi (System Databases and Name Service Switch):
25288 Remove frobnicate @pxref.
25289
50022a93
TS
252902013-02-20 Thomas Schwinge <thomas@codesourcery.com>
25291
25292 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25293 __attribute__ ((unused)) to __attribute__ ((__unused__)).
25294
08cbd996
PM
252952013-02-20 Petr Machata <pmachata@redhat.com>
25296
25297 * elf/elf.h (R_ARM_TARGET1): New macro.
25298 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25299 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25300 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25301 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25302 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25303 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25304 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25305 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25306 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25307 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25308 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25309 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25310 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25311 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25312 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25313 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25314 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25315 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25316 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25317 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25318 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25319 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25320 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25321 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25322 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25323 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25324 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25325 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25326 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25327 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25328 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25329 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25330 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25331 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25332 (R_ARM_THM_GOT_BREL12): Likewise.
25333 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25334 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25335 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25336 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25337 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25338 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25339 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25340 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25341 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25342
c7b275d6
TS
253432013-02-20 Thomas Schwinge <thomas@codesourcery.com>
25344
25345 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25346 __attribute_used__ to __attribute__ ((unused)).
25347
20cd7fb3
SP
253482013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
25349
25350 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25351 powerpc mpa.c.
25352 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25353 comment formatting.
25354 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25355
92945b52
JM
253562013-02-19 Joseph Myers <joseph@codesourcery.com>
25357
25358 [BZ #13550]
25359 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25360 Remove macro.
25361 (ENTER): Remove both macro definitions.
25362 (LEAVE): Likewise.
25363 (CHECK_BOUNDS_LOW): Likewise.
25364 (CHECK_BOUNDS_HIGH): Likewise.
25365 (CHECK_BOUNDS_BOTH): Likewise.
25366 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25367 (RETURN_BOUNDED_POINTER): Likewise.
25368 (RETURN_NULL_BOUNDED_POINTER): Likewise.
25369 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25370 (POP_ERRNO_LOCATION_RETURN): Likewise.
25371 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25372 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25373 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25374 macros.
25375 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25376 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25377 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25378 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25379 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25380 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25381 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25382 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25383 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25384 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25385 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25386 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25387 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25388 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25389 removed macros.
25390 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25391 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25392 macros.
25393 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25394 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25395 * sysdeps/i386/i586/memset.S (memset): Likewise.
25396 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25397 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25398 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25399 macros.
25400 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25401 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25402 Change uses of L(2) to L(out).
25403 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25404 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25405 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25406 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25407 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25408 removed macros.
25409 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25410 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25411 macros.
25412 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25413 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25414 (RETURN): Do not use macro LEAVE.
25415 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25416 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25417 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25418 * sysdeps/i386/i686/memset.S (memset): Likewise.
25419 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25420 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25421 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25422 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25423 Likewise.
25424 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25425 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
25426 L(1_2) and L(1_3) into L(1).
25427 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25428 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25429 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25430 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25431 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25432 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25433 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25434 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25435 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25436 macros.
25437 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25438 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25439 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25440 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25441 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25442 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25443 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25444 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25445 * sysdeps/i386/strcspn.S (strcspn): Likewise.
25446 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25447 * sysdeps/i386/strrchr.S (strrchr): Likewise.
25448 * sysdeps/i386/strspn.S (strspn): Likewise.
25449 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25450 conditional code.
25451 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25452 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25453 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25454 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
25455 L(1_3) into L(1_1).
25456 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25457 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25458 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25459 macros.
25460 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25461
2389741a
JJ
254622013-02-19 Jakub Jelinek <jakub@redhat.com>
25463
25464 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25465 macro.
25466
2016b3cd
SP
254672013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
25468
e4f22324
SP
25469 * math/atest-exp.c (exp_mpn): Remove ROUND.
25470 * math/atest-exp2.c (exp_mpn): Likewise.
25471 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25472
2016b3cd
SP
25473 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25474 * stdlib/tst-tls-atexit-lib.c: Likewise.
25475 * stdlib/tst-tls-atexit.c: Likewise.
25476
4be9b544
MF
254772013-02-18 Mike Frysinger <vapier@gentoo.org>
25478
25479 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25480 and __attribute_alloc_size__.
25481
2f62b9ee
MF
254822013-02-18 Mike Frysinger <vapier@gentoo.org>
25483
25484 * include/programs/xmalloc.h: Change __attribute_alloc_size to
25485 __attribute_alloc_size__.
25486 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25487 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25488
6ff444c4
MF
254892013-02-18 Mike Frysinger <vapier@gentoo.org>
25490
25491 * include/programs/xmalloc.h: New file.
25492 * catgets/gencat.c: Include it.
25493 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25494 * elf/pldd.c: Likewise.
25495 * iconv/iconv_charmap.c: Likewise.
25496 * iconv/iconvconfig.c: Likewise.
25497 * iconv/strtab.c: Likewise.
25498 * locale/programs/locale.c: Likewise.
25499 * locale/programs/localedef.h: Likewise.
25500 * locale/programs/simple-hash.c: Likewise.
25501 * nscd/nscd.h: Likewise.
25502 * nss/makedb.c: Likewise.
25503 * sysdeps/generic/ldconfig.h: Likewise.
25504
be179c8a
SP
255052013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
25506
ba384f6e
SP
25507 * Versions.def: Add GLIBC_2.18.
25508 * include/link.h (struct link_map): New member l_tls_dtor_count.
25509 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25510 (__call_tls_dtors): Likewise.
25511 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25512 __cxa_thread_atexit_impl.
25513 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25514 Likewise.
25515 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25516 Likewise.
25517 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25518 Likewise.
25519 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25520 Likewise.
25521 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25522 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25523 Likewise.
25524 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25525 Likewise.
25526 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25527 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25528 Likewise.
25529 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25530 (tests): Add test case tst-tls-atexit.
25531 (modules-names): Add shared library for tst-tls-atexit.
85891aca 25532 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
25533 (GLIBC_PRIVATE): Add __call_tls_dtors.
25534 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25535 for libstdc++.
25536 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25537 * stdlib/tst-tls-atexit.c: New test case.
25538 * stdlib/tst-tls-atexit-lib.c: New test case.
25539
ffaa74cf 25540 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 25541
be179c8a
SP
25542 * elf/Versions (ld): Add _dl_find_dso_for_object.
25543 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25544 * elf/dl-open.c (_dl_find_dso_for_object): New function.
25545 (dl_open_worker): Use _dl_find_dso_for_object.
25546 * elf/dl-sym.c (do_sym): Likewise.
25547 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25548
f78b5caa
AK
255492013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25550
25551 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25552 Syntactic changes only.
25553 (_dl_runtime_profile): Do a tail-call to the resolved function.
25554
29691210
JM
255552013-02-17 Joseph Myers <joseph@codesourcery.com>
25556
25557 [BZ #13550]
25558 * sysdeps/x86_64/bp-asm.h: Remove file.
25559 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25560 <bp-sym.h> and <bp-asm.h>.
25561 (__clone): Do not use BP_SYM.
25562 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25563 <bp-sym.h> and <bp-asm.h>.
25564 * sysdeps/unix/x86_64/sysdep.S: Likewise.
25565 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25566 "bp-asm.h".
25567 (_setjmp): Do not use BP_SYM.
25568 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25569 "bp-asm.h".
25570 (setjmp): Do not use BP_SYM.
25571 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25572 libc_hidden_def.
25573 (mempcpy): Do not use BP_SYM in weak_alias.
25574 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25575 "bp-asm.h".
25576 (strchr): Do not use BP_SYM.
25577 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25578 "bp-asm.h".
25579 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25580 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25581 (_start): Do not use BP_SYM.
25582 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25583 "bp-asm.h".
25584 (strcat): Do not use BP_SYM.
25585 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25586 "bp-asm.h".
25587 (STRCMP): Do not use BP_SYM.
25588 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
25589 "bp-asm.h".
25590 (STRCPY): Do not use BP_SYM.
25591 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
25592 "bp-asm.h".
25593 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
25594 "bp-asm.h".
25595 (FUNCTION): Do not use BP_SYM.
25596 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
25597 weak_alias.
25598 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
25599
f238fd19
AJ
256002013-02-17 Andreas Jaeger <aj@suse.de>
25601
25602 * time/Versions: Sort entries.
25603 * string/Versions: Likewise.
25604 * resolv/Versions: Likewise.
25605 * posix/Versions: Likewise.
25606 * iconv/Versions: Likewise.
25607 * elf/Versions: Likewise.
25608 * wcsmbs/Versions: Likewise.
25609
bd07f23c 256102013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 25611
22af19f9
SP
25612 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
25613 loop termination condition.
25614
4709fe76
SP
25615 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
25616 variable to calculate EZ.
25617 (__sqr): Likewise.
2d0e0f29
SP
25618
25619 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
25620 the lower precision input.
25621
daaa7713
JM
256222013-02-15 Joseph Myers <joseph@codesourcery.com>
25623
25624 [BZ #13550]
25625 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
25626 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
25627 (run-via-rtld-prefix): Do not handle %-bp tests.
25628 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
25629 (all-object-suffixes): Remove .ob.
25630 (bppfx): Remove variable.
25631 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
25632 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
25633 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
25634 [$(build-bounded) = yes] (libtype.ob): Likewise.
25635 * Makerules (elide-routines.ob): Remove variable.
25636 (do-tests-clean): Do not handle *-bp.out.
25637 (common-mostlyclean): Do not handle *-bp and *-bp.out.
25638 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
25639 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
25640 (tests): Do not include $(tests-bp.out).
25641 (xtests): Do not include $(xtests-bp.out).
25642 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
25643 [$(build-bounded) = yes] ($(addprefix
25644 $(objpfx),$(binaries-bounded))): Remove rule.
25645 ($(objpfx)%-bp.out): Remove rule.
25646 * config.make.in (build-bounded): Remove variable.
25647 * crypt/Makefile [$(build-bounded) = yes]
25648 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25649 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25650 append to variable.
25651 [$(build-bounded) = yes] (install-lib): Likewise.
25652 [$(build-bounded) = yes] (generated): Likewise.
25653 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25654 Remove rule.
25655 * intl/Makefile [$(build-bounded) = yes]
25656 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25657 * math/Makefile [$(build-bounded) = yes]
25658 ($(tests:%=$(objpfx)%-bp): Likewise.
25659 * misc/Makefile [$(build-bounded) = yes]
25660 ($(objpfx)tst-tsearch-bp): Likewise.
25661 * nptl/Makeconfig (bounded-thread-library): Remove variable.
25662 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25663 Remove dependency.
25664 * string/Makefile (o-objects.ob): Remove variable.
25665 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25666 (CFLAGS-.ob): Remove variable.
25667 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25668 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25669 both definitions of variable.
25670 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25671 (ASFLAGS-.ob): Remove variable.
25672
e97ed6dd
JM
256732013-02-14 Joseph Myers <joseph@codesourcery.com>
25674
2bdd4ca6
JM
25675 [BZ #13550]
25676 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25677 Remove __BOUNDED_POINTERS__ from condition.
25678 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25679 * string/bits/string2.h [!__NO_STRING_INLINES &&
25680 !__BOUNDED_POINTERS__]: Likewise.
25681 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25682 Likewise.
25683 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25684 Remove conditional code.
25685 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25686 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25687 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25688 condition.
25689
e97ed6dd
JM
25690 [BZ #13550]
25691 * csu/libc-start.c: Do not include <bp-sym.h>.
25692 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25693 * elf/dl-open.c: Do not include <bp-sym.h>.
25694 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25695 * math/fegetenv.c: Do not include <bp-sym.h>.
25696 (fegetenv): Do not use BP_SYM in versioned symbols.
25697 * nptl/sysdeps/pthread/bits/libc-lockP.h
25698 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25699 <bp-sym.h>.
25700 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25701 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25702 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25703 (__pthread_mutex_destroy): Likewise.
25704 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25705 (__pthread_mutex_lock): Likewise.
25706 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25707 (__pthread_mutex_trylock): Likewise.
25708 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25709 (__pthread_mutex_unlock): Likewise.
25710 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25711 (__pthread_mutexattr_init): Likewise.
25712 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25713 (__pthread_mutexattr_destroy): Likewise.
25714 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25715 (__pthread_mutexattr_settype): Likewise.
25716 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25717 (__pthread_rwlock_init): Likewise.
25718 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25719 (__pthread_rwlock_destroy): Likewise.
25720 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25721 (__pthread_rwlock_rdlock): Likewise.
25722 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25723 (__pthread_rwlock_tryrdlock): Likewise.
25724 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25725 (__pthread_rwlock_wrlock): Likewise.
25726 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25727 (__pthread_rwlock_trywrlock): Likewise.
25728 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25729 (__pthread_rwlock_unlock): Likewise.
25730 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25731 (__pthread_key_create): Likewise.
25732 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25733 (__pthread_setspecific): Likewise.
25734 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25735 (__pthread_getspecific): Likewise.
25736 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25737 Likewise.
25738 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25739 (_pthread_cleanup_push_defer): Likewise.
25740 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25741 (_pthread_cleanup_pop_restore): Likewise.
25742 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25743 (pthread_setcancelstate): Likewise.
25744 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25745 <bp-sym.h>.
25746 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25747 (memchr): Do not use BP_SYM in weak_alias.
25748 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25749 (fegetenv): Do not use BP_SYM in versioned symbols.
25750 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25751 (fesetenv): Do not use BP_SYM in versioned symbols.
25752 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25753 (feupdateenv): Do not use BP_SYM in versioned symbols.
25754 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25755 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25756 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25757 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25758 (open64): Do not use BP_SYM in weak_alias.
25759 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25760 (fegetenv): Do not use BP_SYM in versioned symbols.
25761 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25762 (fesetenv): Do not use BP_SYM in versioned symbols.
25763 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25764 (feupdateenv): Do not use BP_SYM in versioned symbols.
25765 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25766 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25767 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25768 (feraiseexcept): Do not use BP_SYM in versioned symbols.
25769 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25770 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25771 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25772 <bp-sym.h>.
25773 (__libc_start_main): Do not use BP_SYM.
25774
d6752ccd
SP
257752013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
25776
cb57ce60
SP
25777 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25778 redundant return line.
25779 (norm): Likewise.
25780 (denorm): Likewise.
25781 (dbl_mp): Likewise.
25782 (sub_magnitudes): Likewise.
25783 (__add): Likewise.
25784 (__sub): Likewise.
25785 (__mul): Likewise.
25786 (__inv): Likewise.
25787 (__dvd): Likewise.
25788 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25789 (norm): Likewise.
25790 (denorm): Likewise.
25791 (dbl_mp): Likewise.
25792 (sub_magnitudes): Likewise.
25793 (__add): Likewise.
25794 (__sub): Likewise.
25795 (__mul): Likewise.
25796 (__inv): Likewise.
25797 (__dvd): Likewise.
25798
f414520d
SP
25799 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25800 instead of __mul.
25801 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25802 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25803 (cc32): Likewise.
25804
d6752ccd
SP
25805 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25806 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25807 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25808 of __mul for squares.
25809 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25810 function
25811 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25812 Likewise.
25813 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25814 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25815
70d9946a
JM
258162013-02-13 Joseph Myers <joseph@codesourcery.com>
25817
25818 [BZ #13550]
25819 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25820 code.
25821 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25822 prototype or function definition. Rename ubp_* variables and
25823 parameters. Remove argv definitions conditional on
25824 [__BOUNDED_POINTERS__].
25825 * debug/backtrace.c (__backtrace): Do not use __unbounded.
25826 * elf/dl-runtime.c (_dl_fixup): Likewise.
25827 * include/set-hooks.h (RUN_HOOK): Likewise.
25828 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25829 definition.
25830 * string/strcpy.c (strcpy): Do not use __unbounded.
25831 * sysdeps/generic/frame.h (struct layout): Likewise.
25832 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25833 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25834 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25835 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25836 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25837 (__backtrace): Likewise.
25838 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25839 use __ptrvalue.
25840 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25841 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25842 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25843 Likewise.
25844 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25845 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25846 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25847 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25848 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25849 Do not use __unbounded.
25850 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25851 Rename __unboundedrlimits parameter to rlimits in prototype.
25852 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25853 Do not use __unbounded.
25854 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25855 not use __ptrvalue.
25856 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25857 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25858 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25859 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25860 __ptrvalue or __unbounded.
25861 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25862 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25863 use __unbounded.
25864 (__new_msgctl): Do not use __ptrvalue.
25865 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25866 __unbounded.
25867 (__libc_msgrcv): Do not use __ptrvalue.
25868 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25869 startup_info): Do not use __unbounded.
25870 (__libc_start_main): Likewise. Rename ubp_* variables and
25871 parameters. Remove argv definitions conditional on
25872 [__BOUNDED_POINTERS__].
25873 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25874 __ptrvalue.
25875 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25876 use __unbounded.
25877 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25878 or __ptrvalue.
25879 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25880 use __unbounded.
25881 (__new_shmctl): Do not use __ptrvalue.
25882 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25883 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25884 Likewise.
25885 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25886 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25887 (__libc_sigaction): Likewise.
25888 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25889 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25890 Likewise.
25891 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25892
cc7834d6
OB
258932013-02-13 Ondřej Bílka <neleai@seznam.cz>
25894
ffb1ec7b 25895 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
25896
25897 * string/mempcpy.c: Implement by calling memcpy.
25898
bdf02814
SP
258992013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
25900
c2af38aa
SP
25901 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25902
4e92d59e
SP
25903 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25904 evaluation.
25905
909279a5
SP
25906 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25907 values in the mantissa.
25908
bdf02814
SP
25909 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25910 minimize writes to Z.
25911 (sub_magnitudes): Simplify code a bit.
25912
cd525923
RM
259132013-02-12 Roland McGrath <roland@hack.frob.com>
25914
25915 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25916 from the message. The linker prefixes all warnings with that already.
25917
7e2f0d2d
AS
259182013-02-12 Andreas Schwab <schwab@suse.de>
25919
a445af0b
AS
25920 [BZ #15078]
25921 * posix/regexec.c (extend_buffers): Add parameter min_len.
25922 (check_matching): Pass minimum needed length.
25923 (clean_state_log_if_needed): Likewise.
25924 (get_subexp): Likewise.
25925 * posix/Makefile (tests): Add bug-regex34.
25926 (bug-regex34-ENV): Define.
25927 * posix/bug-regex34.c: New file.
25928
7e2f0d2d
AS
25929 [BZ #11561]
25930 * posix/regcomp.c (parse_bracket_exp): When looking up collating
25931 elements compare against the byte sequence of it, not its name.
25932 * posix/Makefile (tests): Add bug-regex35.
25933 (bug-regex35-ENV): Define.
25934 * posix/bug-regex35.c: New file.
25935
a175b684
TV
259362013-02-11 Tom de Vries <tom@codesourcery.com>
25937
25938 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
25939 comment.
25940 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25941 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25942 (CHECK_EOL): Add undef.
25943
310998fe 259442013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
25945
25946 * bits/stdlib-bsearch.h: New file.
25947 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 25948 * stdlib/stdlib.h: Likewise.
41eda41d 25949
8ded91fb
RM
259502013-02-11 Roland McGrath <roland@hack.frob.com>
25951
25952 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25953 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25954 declaration.
25955 * manual/search.texi (Array Search Function): Add missing const in
25956 lfind prototype.
25957 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25958 declaration to use rlim_t.
25959 (Basic Scheduling Functions): Remove erroneous const from
25960 sched_getparam prototype. Remove erroneous * from
25961 sched_get_priority_max and sched_get_priority_min prototypes.
25962 (Resource Usage): Fix summary @comment on vtimes to refer to
25963 sys/vtimes.h rather than vtimes.h.
25964 Add missing *s in vtimes prototype.
25965 (Limits on Resources): Fix ulimit prototype to return long int.
25966 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25967 prototypes to use long int rather than double.
25968 (BSD Random): Fix initstate and setstate to use char *, not void *.
25969 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25970 prototype to make second argument 'struct aiocb64 *const[]'.
25971 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25972 (Status of AIO Operations): Remove erroneous const in aio_return and
25973 aio_return64 prototypes.
25974 (Synchronizing I/O): Fix sync prototype to return void.
25975 * manual/startup.texi (Suboptions): Remove an erroneous const in
25976 getsubopt prototype.
25977 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25978 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25979 use size_t rather than int.
25980 (Scanning All Users): Likewise for getpwent_r.
25981 (Setting Groups): Add missing const to setgroups prototype.
25982 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25983 * manual/socket.texi (Host Names): Fix gethostbyaddr and
25984 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25985 'const void *' rather than 'const char *'.
25986 (Host Address Functions): Likewise for inet_ntop.
25987 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25988 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25989 ssize_t for return value.
25990 (Sending Data): Likewise for send, sendto, sendmsg.
25991 (Socket Option Functions): Add a missing const in setsockopt prototype.
25992 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25993 use wchar_t for the argument.
25994 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25995 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25996 take no arguments.
25997 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25998 double/float/long double for second argument.
25999 Fix return types of significand, significandf, significandl.
26000 * manual/filesys.texi (Setting Permissions): Use mode_t for second
26001 argument in fchmod prototype.
26002 (File Owner): Use uid_t and gid_t in fchown prototype.
26003 (File Times): Add const to utimes, futimes, and lutimes prototypes.
26004 (Making Special Files): Use mode_t and dev_t in mknod prototype.
26005 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
26006 use 'const struct dirent **' as argument types to CMP function pointer
26007 argument.
26008 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
26009 (File Times): Fix summary magic @comment for struct utimbuf and utime
26010 to refer to utime.h, not time.h.
26011 * manual/string.texi (Argz Functions): Add missing const in
26012 argz_extract and argz_next prototypes.
26013 (Finding Tokens in a String): Likewise for basename.
26014 (String/Array Comparison): Fix typo in wcscasecmp prototype.
26015 (Copying and Concatenation): Fix typo in wmemmove prototype.
26016 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
26017 (Signal Stack): Remove erroneous const in sigstack prototype.
26018 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
26019 prototype.
26020 (Simple Calendar Time): Likewise for stime.
26021 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
26022 prototype.
26023 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
26024 say sys/sysctl.h instead.
26025 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
26026 and vsyslog prototypes.
26027
fe77fe6d
TV
260282013-02-11 Tom de Vries <tom@codesourcery.com>
26029
26030 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
26031 Remove.
26032
3a09b620
RM
260332013-02-11 Roland McGrath <roland@hack.frob.com>
26034
26035 * misc/sys/mman.h: Fix typo in mremap comment.
26036
550a0b89
RM
260372013-02-08 Roland McGrath <roland@hack.frob.com>
26038
26039 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
26040 the '\0' terminator.
26041
a2da1673
JM
260422013-02-08 Joseph Myers <joseph@codesourcery.com>
26043
26044 [BZ #13550]
26045 * debug/segfault.c: Don't include <bp-checks.h>.
26046 * sysdeps/generic/bp-checks.h: Remove file.
26047 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
26048 (__GETDENTS): Don't use CHECK_N.
26049 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
26050 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
26051 (__getgroups): Don't use CHECK_N.
26052 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
26053 (setgroups): Don't use CHECK_N.
26054 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
26055 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
26056 (__libc_msgrcv): Don't use CHECK_N.
26057 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
26058 (__libc_msgsnd): Don't use CHECK_N.
26059 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
26060 <bp-checks.h>.
26061 (__libc_pread): Don't use CHECK_N.
26062 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
26063 include <bp-checks.h>.
26064 (__libc_pread64): Don't use CHECK_N.
26065 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
26066 include <bp-checks.h>.
26067 (__libc_pwrite): Don't use CHECK_N.
26068 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
26069 include <bp-checks.h>.
26070 (__libc_pwrite64): Don't use CHECK_N.
26071 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
26072 <bp-checks.h>.
26073 (__libc_pread): Don't use CHECK_N.
26074 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
26075 include <bp-checks.h>.
26076 (__libc_pread64): Don't use CHECK_N.
26077 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
26078 include <bp-checks.h>.
26079 (__libc_pwrite): Don't use CHECK_N.
26080 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
26081 include <bp-checks.h>.
26082 (__libc_pwrite64): Don't use CHECK_N.
26083 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
26084 (do_pread): Don't use CHECK_N.
26085 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
26086 (do_pread64): Don't use CHECK_N.
26087 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26088 (do_pwrite): Don't use CHECK_N.
26089 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26090 (do_pwrite64): Don't use CHECK_N.
26091 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26092 (__libc_readv): Don't use CHECK_N.
26093 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26094 (semop): Don't use CHECK_N.
26095 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26096 <bp-checks.h>.
26097 (semtimedop): Don't use CHECK_N.
26098 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26099 (__libc_pread): Don't use CHECK_N.
26100 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26101 <bp-checks.h>.
26102 (__libc_pread64): Don't use CHECK_N.
26103 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26104 <bp-checks.h>.
26105 (__libc_pwrite): Don't use CHECK_N.
26106 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26107 <bp-checks.h>.
26108 (__libc_pwrite64): Don't use CHECK_N.
26109 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26110 <bp-checks.h>.
26111 (__libc_msgrcv): Don't use CHECK_N.
26112 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26113 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
26114 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26115 (__libc_writev): Don't use CHECK_N.
26116
b84660a8
RM
261172013-02-08 Roland McGrath <roland@hack.frob.com>
26118
7f3e75f8
RM
26119 * string/strcpy.c: Removed unused variable.
26120
b84660a8
RM
26121 * Makeconfig (+sysdep-includes): Define with := rather than =.
26122 Use an existing include/ subdir of each sysdeps dir before it.
26123
471514d3
CD
261242013-02-08 Carlos O'Donell <carlos@redhat.com>
26125
26126 * nscd/connection.c (register_traced_file): Comment function.
26127 [HAVE_INOTIFY] (union __inev): Define.
26128 [HAVE_INOTIFY] (inotify_check_files): New function.
26129 [HAVE_INOTIFY] (clear_db_cache): Likewise.
26130 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26131 clear_db_cache.
26132 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26133
b2d3c3be
CD
261342013-02-08 Carlos O'Donell <carlos@redhat.com>
26135
26136 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26137 loaded if not already and that a failure is permanent.
26138
b39949d2
CD
261392013-02-08 Carlos O'Donell <carlos@redhat.com>
26140
ddacd1db 26141 [BZ #15006]
b39949d2
CD
26142 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26143 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26144
b2c9eff4
JM
261452013-02-08 Joseph Myers <joseph@codesourcery.com>
26146
f3aae3f3
JM
26147 [BZ #13550]
26148 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26149 (CHECK_1_NULL_OK): Likewise.
26150 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26151 (__fxstat): Do not use CHECK_1.
26152 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26153 <bp-checks.h>.
26154 (___fxstat64): Do not use CHECK_1.
26155 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26156 <bp-checks.h>.
26157 (__fxstatat): Do not use CHECK_1.
26158 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26159 <bp-checks.h>.
26160 (__fxstatat64): Do not use CHECK_1.
26161 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26162 <bp-checks.h>.
26163 (__fxstat): Do not use CHECK_1.
26164 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26165 <bp-checks.h>.
26166 (__fxstatat): Do not use CHECK_1.
26167 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26168 <bp-checks.h>.
26169 (__getresgid): Do not use CHECK_1.
26170 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26171 <bp-checks.h>.
26172 (__getresuid): Do not use CHECK_1.
26173 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26174 <bp-checks.h>.
26175 (__lxstat): Do not use CHECK_1.
26176 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26177 <bp-checks.h>.
26178 (__old_msgctl): Do not use CHECK_1.
26179 (__new_msgctl): Likewise.
26180 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26181 <bp-checks.h>.
26182 (__new_setrlimit): Do not use CHECK_1.
26183 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26184 <bp-checks.h>.
26185 (__old_shmctl): Do not use CHECK_1.
26186 (__new_shmctl): Likewise.
26187 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26188 <bp-checks.h>.
26189 (__xstat): Do not use CHECK_1.
26190 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26191 (__lxstat): Do not use CHECK_1.
26192 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26193 <bp-checks.h>.
26194 (___lxstat64): Do not use CHECK_1.
26195 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26196 (__old_msgctl): Do not use CHECK_1.
26197 (__new_msgctl): Likewise.
26198 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26199 <bp-checks.h>.
26200 (__gettimeofday): Do not use CHECK_1.
26201 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26202 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26203 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26204 <bp-checks.h>.
26205 (__gettimeofday): Do not use CHECK_1.
26206 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26207 (__old_shmctl): Do not use CHECK_1_NULL_OK.
26208 (__new_shmctl): Do not use CHECK_1.
26209 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26210 <bp-checks.h>.
26211 (do_sigtimedwait): Do not use CHECK_1.
26212 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26213 <bp-checks.h>.
26214 (do_sigwaitinfo): Do not use CHECK_1.
26215 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26216 <bp-checks.h>.
26217 (msgctl): Do not use CHECK_1.
26218 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26219 <bp-checks.h>.
26220 (shmctl): Do not use CHECK_1.
26221 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26222 (ustat): Do not use CHECK_1.
26223 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26224 <bp-checks.h>.
26225 (__fxstat): Do not use CHECK_1.
26226 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26227 <bp-checks.h>.
26228 (__fxstatat): Do not use CHECK_1.
26229 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26230 <bp-checks.h>.
26231 (__lxstat): Do not use CHECK_1.
26232 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26233 <bp-checks.h>.
26234 (__xstat): Do not use CHECK_1.
26235 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26236 (__xstat): Do not use CHECK_1.
26237 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26238 (___xstat64): Do not use CHECK_1.
26239
b2c9eff4
JM
26240 [BZ #13550]
26241 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26242 definitions.
26243 (CHECK_BOUNDS_HIGH): Likewise.
26244 * string/strcpy.c: Do not include <bp-checks.h>.
26245 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26246
f1d70dad
RM
262472013-02-07 Roland McGrath <roland@hack.frob.com>
26248
26249 * nscd/nscd-client.h (__nscd_drop_map_ref):
26250 Add __attribute__ ((unused)).
26251 * nis/nss-nisplus.h (niserr2nss): Likewise.
26252
26253 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26254 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26255
26256 * csu/libc-tls.c (init_static_tls, init_slotinfo):
26257 Remove inline keyword.
26258 * include/rounding-mode.h (round_away): Likewise.
26259 * libio/wfileops.c (adjust_wide_data): Likewise.
26260 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26261 (__m128i_strloadu_tolower): Likewise.
26262 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26263 (__m128i_strloadu_tolower): Likewise.
26264 * time/mktime.c (ydhms_diff): Likewise.
26265 * locale/elem-hash.h (elem_hash): Likewise.
26266 * locale/setlocale.c (setdata): Likewise.
26267 * posix/regex_internal.h (re_string_char_size_at): Likewise.
26268 (re_string_wchar_at): Likewise.
26269 (bitset_not, bitset_merge, bitset_mask): Likewise.
26270 [!(__GNUC__ > 3)] (inline): Remove macro.
26271 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26272 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26273 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26274 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26275 * string/memcmp.c (memcmp_bytes): Likewise.
26276 * locale/programs/locarchive.c (compute_hashval): Likewise.
26277 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26278 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26279 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26280 * nss/getent.c (print_rpc, print_protocols): Likewise.
26281 (print_passwd, print_group, print_aliases): Likewise.
26282 * nis/nss-nisplus.h (niserr2nss): Likewise.
26283 * nscd/connections.c (restart_p): Likewise.
26284 Change return type to bool.
26285
eab55bfb
RM
262862013-02-05 Roland McGrath <roland@hack.frob.com>
26287
7bd642f5
RM
26288 * Makeconfig (all-Depend-files): Add existing
26289 $(sorted-subdirs:=/Depend) files.
26290 (all-subdirs): Remove nss.
26291 * sysdeps/unix/inet/Subdirs: Add it here instead.
26292 * hesiod/Depend: New file.
26293
573c29b2
RM
26294 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26295 instead of calling alloca.
26296
b2e25af0
RM
26297 * io/lseek.c (__lseek): Rename to __libc_lseek.
26298 Define __lseek as an alias.
26299
eab55bfb
RM
26300 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26301
9a0d1941
CD
263022013-02-04 Carlos O'Donell <carlos@redhat.com>
26303
26304 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26305 else clause and remove check for non-standard endianness.
26306
b83bbec4
DM
263072013-02-04 David S. Miller <davem@davemloft.net>
26308
26309 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26310
6277fdab
JM
263112013-02-04 Joseph Myers <joseph@codesourcery.com>
26312
26313 [BZ #13550]
26314 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26315 (__ubp_memchr): Remove prototype.
26316 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26317 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26318 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26319 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26320 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26321 Remove alias.
26322 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26323 (__ubp_memchr): Likewise.
26324 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26325 (__ubp_memchr): Likewise.
26326 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26327 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26328 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26329 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26330 CHECK_STRING.
26331 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26332 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26333 (__getcwd): Do not use CHECK_STRING.
26334 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26335 <bp-checks.h>.
26336 (__real_chown): Do not use CHECK_STRING.
26337 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26338 <bp-checks.h>.
26339 (fchownat): Do not use CHECK_STRING.
26340 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26341 CHECK_STRING.
26342 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26343 <bp-checks.h>.
26344 (__lchown): Do not use CHECK_STRING.
26345 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26346 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26347 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26348 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26349 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26350 include <bp-checks.h>.
26351 (truncate64): Do not use CHECK_STRING.
26352 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26353 <bp-checks.h>.
26354 (__real_chown): Do not use CHECK_STRING.
26355 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26356 <bp-checks.h>.
26357 (__lchown): Do not use CHECK_STRING.
26358 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26359 <bp-checks.h>.
26360 (__chown): Do not use CHECK_STRING.
26361 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26362 <bp-checks.h>.
26363 (truncate64): Do not use CHECK_STRING.
26364 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26365 Likewise.
26366 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26367 (__xmknod): Do not use CHECK_STRING.
26368 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26369 <bp-checks.h>.
26370 (__xmknodat): Do not use CHECK_STRING.
26371 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26372 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26373
903ae060
AS
263742013-02-04 Andreas Schwab <schwab@suse.de>
26375
26376 [BZ #14142]
26377 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26378 * include/netdb.h: Likewise for h_errno.
26379 * elf/tst-stackguard1.c: Include <tls.h>.
26380
542f9466
JK
263812013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
26382
26383 * elf/link.h (struct link_map): Extend the l_addr comment.
26384 * include/link.h (struct link_map): Likewise.
26385
e782a927
JM
263862013-02-01 Joseph Myers <joseph@codesourcery.com>
26387
26388 [BZ #13550]
26389 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26390 (BOUNDED_1): Remove macro.
26391 * debug/backtrace.c: Don't include <bp-checks.h>.
26392 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26393 (__backtrace): Likewise.
26394 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26395 <bp-checks.h>.
26396 (__backtrace): Don't use BOUNDED_1.
26397 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26398 <bp-checks.h>.
26399 (__backtrace): Don't use BOUNDED_1.
26400 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26401 (__backtrace): Don't use BOUNDED_1.
26402 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26403 (shmat): Don't use BOUNDED_N.
26404
8cf28c5e
JM
264052013-01-31 Joseph Myers <joseph@codesourcery.com>
26406
3a7ac8a0
JM
26407 [BZ #13550]
26408 * sysdeps/generic/bp-start.h: Remove file.
26409 * csu/libc-start.c: Don't include <bp-start.h>.
26410 (LIBC_START_MAIN): Set up __environ directly instead of using
26411 INIT_ARGV_and_ENVIRON.
26412 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26413 <bp-start.h>.
26414
f3499f95
JM
26415 [BZ #13550]
26416 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26417 definitions.
26418 (CHECK_FCNTL): Likewise.
26419 (CHECK_N_PAGES): Likewise.
26420
32a45bea
JM
26421 [BZ #13550]
26422 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26423 definitions.
26424 (CHECK_SIGSET_NULL_OK): Likewise.
26425 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26426 <bp-checks.h>.
26427 (sigpending): Don't use CHECK_SIGSET.
26428 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26429 <bp-checks.h>.
26430 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26431 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26432 <bp-checks.h>.
26433 (do_sigsuspend): Don't use CHECK_SIGSET.
26434 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26435 use CHECK_SIGSET.
26436 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26437 (do_sigwait): Don't use CHECK_SIGSET.
26438 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26439 use CHECK_SIGSET.
26440 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26441 include <bp-checks.h>.
26442 (sigpending): Don't use CHECK_SIGSET.
26443 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26444 include <bp-checks.h>.
26445 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26446 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26447 <bp-checks.h>.
26448 (sigpending): Don't use CHECK_SIGSET.
26449 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26450 <bp-checks.h>.
26451 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26452
2e8a5c8c
JM
26453 [BZ #13550]
26454 * sysdeps/generic/bp-semctl.h: Remove file.
26455 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26456 <bp-checks.h> and <bp-semctl.h>.
26457 (__old_semctl): Don't use CHECK_SEMCTL.
26458 (__new_semctl): Likewise.
26459 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26460 and <bp-semctl.h>.
26461 (__old_semctl): Don't use CHECK_SEMCTL.
26462 (__new_semctl): Likewise.
26463 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26464 <bp-checks.h> and <bp-semctl.h>.
26465 (__old_semctl): Don't use CHECK_SEMCTL.
26466 (__new_semctl): Likewise.
26467 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26468 <bp-checks.h> and <bp-semctl.h>.
26469 (semctl): Don't use CHECK_SEMCTL.
26470
c2d54929
JM
26471 [BZ #13550]
26472 * Makerules (elide-bp-thunks): Remove variable.
26473 (elide-routines.oS): Don't use $(elide-bp-thunks).
26474 (elide-routines.os): Likewise.
26475 (elide-routines.o): Likewise.
26476 (elide-routines.op): Likewise.
26477 (elide-routines.og): Likewise.
26478 (objects): Don't use $(bp-thunks).
26479 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26480 include.
26481 (common-generated): Do not add s-proto-bp.d.
26482 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26483 (int): Likewise.
26484 (typ): Likewise.
26485 Do not generate makefile rules for bounded-pointer thunks.
26486 * sysdeps/generic/bp-thunks.h: Remove file.
26487 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26488 * sysdeps/unix/s-proto-bp.S: Likewise.
26489
8cf28c5e
JM
26490 [BZ #15062]
26491 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26492 parts of result separately when argument is not close to line from
26493 -i to i and one part of argument is small.
26494 * math/k_casinhf.c (__kernel_casinhf): Likewise.
26495 * math/k_casinhl.c (__kernel_casinhl): Likewise.
26496 * math/libm-test.inc (cacos_test): Add more tests.
26497 (casin_test): Likewise.
26498 (casinh_test): Likewise.
26499 * sysdeps/i386/fpu/libm-test-ulps: Update.
26500 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26501
c4e33b8d
DM
265022013-01-31 David S. Miller <davem@davemloft.net>
26503
26504 * po/de.po: Update from translation team.
26505
3b60b421
MK
265062013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
26507
26508 * time/tzfile.c: Include stdint.h for SIZE_MAX.
26509
bb931195
TS
265102013-01-25 Thomas Schwinge <thomas@codesourcery.com>
26511
b5a5da23
TS
26512 * configure.in (_AC_PROG_CC_C89): New definition.
26513 * configure: Regenerate.
26514
bb931195
TS
26515 * configure.in (AC_PROG_CPP): New definition.
26516 * configure: Regenerate.
26517
8c53a12c
JM
265182013-01-23 Joseph Myers <joseph@codesourcery.com>
26519
26520 * debug/tst-backtrace.h: New file.
26521 * debug/tst-backtrace2.c: Include tst-backtrace.h.
26522 (ret): Remove variable.
26523 (x): Likewise.
26524 (FAIL): Remove macro.
26525 (NO_INLINE): Likewise.
26526 (fn1): Use match function instead of strstr.
26527 * debug/tst-backtrace3.c: Include tst-backtrace.h.
26528 (ret): Remove variable.
26529 (x): Likewise.
26530 (FAIL): Remove macro.
26531 (NO_INLINE): Likewise.
26532 (fn): Use match function instead of strstr.
26533 * debug/tst-backtrace4.c: Include tst-backtrace.h.
26534 (ret): Remove variable.
26535 (x): Likewise.
26536 (FAIL): Remove macro.
26537 (NO_INLINE): Likewise.
26538 (handle_signal): Use match function instead of strstr.
26539 * debug/tst-backtrace5.c: Include tst-backtrace.h.
26540 (ret): Remove variable.
26541 (x): Likewise.
26542 (FAIL): Remove macro.
26543 (NO_INLINE): Likewise.
26544 (handle_signal): Use match function instead of strstr.
26545
4858fa2a
RM
265462013-01-23 Roland McGrath <roland@hack.frob.com>
26547
26548 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26549
bae8e7f5
DM
265502013-01-23 David S. Miller <davem@davemloft.net>
26551
26552 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26553 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26554 argument of CAS if possible.
26555 * sysdeps/sparc/sparc64/bits/atomic.h
26556 (__arch_compare_and_exchange_val_32_acq): Likewise.
26557 (__arch_compare_and_exchange_val_64_acq): Likewise.
26558
9cbbc4ae
PT
265592013-01-23 Pino Toscano <toscano.pino@tiscali.it>
26560
26561 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26562 * sysdeps/posix/ulimit.c: ... this.
92a601b8 26563 Include <limits.h>.
67b3f58c 26564 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 26565
5655a0b5
AC
265662013-01-23 Adam Conrad <adconrad@0c3.net>
26567
26568 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26569 (LDFLAGS-tst-array5): Likewise.
26570
052aff95
JM
265712013-01-23 Joseph Myers <joseph@codesourcery.com>
26572
26573 [BZ #15036]
26574 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26575 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
26576 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
26577 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26578
7c1e01aa
DM
265792013-01-21 David S. Miller <davem@davemloft.net>
26580
26581 * sysdeps/sparc/backtrace.c: New file.
26582 * sysdeps/sparc/sparc32/backtrace.h: New file.
26583 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26584 * sysdeps/sparc/sparc64/backtrace.h: New file.
26585 * sysdeps/sparc/sparc64/backtrace.c: Delete.
26586 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
26587 -funwind-tables.
26588
ab087e0a
AS
265892013-01-21 Andreas Schwab <schwab@suse.de>
26590
26591 [BZ #15020]
26592 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
26593 closed its stdout.
26594
ed689c2f
AS
265952013-01-20 Andreas Schwab <schwab@linux-m68k.org>
26596
26597 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
26598 "mpa2.h".
26599 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26600
31d470ac
JM
266012013-01-18 Joseph Myers <joseph@codesourcery.com>
26602 Mark Mitchell <mark@codesourcery.com>
26603 Tom de Vries <tom@codesourcery.com>
26604 Paul Pluzhnikov <ppluzhnikov@google.com>
26605
26606 * debug/tst-backtrace2.c: New file.
26607 * debug/tst-backtrace3.c: Likewise.
26608 * debug/tst-backtrace4.c: Likewise.
26609 * debug/tst-backtrace5.c: Likewise.
26610 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
26611 (CFLAGS-tst-backtrace3.c): Likewise.
26612 (CFLAGS-tst-backtrace4.c): Likewise.
26613 (CFLAGS-tst-backtrace5.c): Likewise.
26614 (LDFLAGS-tst-backtrace2): Likewise.
26615 (LDFLAGS-tst-backtrace3): Likewise.
26616 (LDFLAGS-tst-backtrace4): Likewise.
26617 (LDFLAGS-tst-backtrace5): Likewise.
26618 (tests): Add new tests tst-backtrace2, tst-backtrace3,
26619 tst-backtrace4 and tst-backtrace5.
26620
90567f30 266212013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
26622 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26623
26624 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
26625 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
26626 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
26627 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
26628 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26629 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
26630 "+r" and remove output regs list as redundant. Add explicit inline
26631 asm to specify register of return val to work around compiler codegen
26632 bug. Remove (int) cast on return value. Add return type parameter to
26633 use in macro so that this macro does not truncate return value for
26634 64-bit values.
26635 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
26636 pass to INTERNAL_VSYSCALL_NCS.
26637 (INLINE_VSYSCALL): Add 'long int' as return type to
26638 INTERNAL_VSYSCALL_NCS macro invocation.
26639 (INTERNAL_VSYSCALL): Add 'long int' as return type to
26640 INTERNAL_VSYSCALL_NCS macro invocation.
26641 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26642
d3b9ea61
SP
266432013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
26644
0b57daeb
SP
26645 [BZ #14496]
26646 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26647 Fix application of SIMD FP exception mask.
26648
caa99d06
SP
26649 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26650 mp_no from a power of two.
26651 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26652 __mpexp_twomm1. Use __pow_mp.
26653
d3b9ea61
SP
26654 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26655 multiplication.
26656
1dbaee3c
DM
266572013-01-17 David S. Miller <davem@davemloft.net>
26658
26659 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26660
728d7b43
JM
266612013-01-17 Joseph Myers <joseph@codesourcery.com>
26662
26663 [BZ #15023]
26664 * include/complex.h: Condition contents on [!_COMPLEX_H].
26665 (__kernel_casinhf): New prototype.
26666 (__kernel_casinh): Likewise.
26667 (__kernel_casinhl): Likewise.
26668 * math/Makefile (libm_calls): Add k_casinh.
26669 * math/k_casinh.c: New file.
26670 * math/k_casinhf.c: Likewise.
26671 * math/k_casinhl.c: Likewise.
26672 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26673 finite nonzero arguments.
26674 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26675 finite nonzero arguments.
26676 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26677 finite nonzero arguments.
26678 * math/s_casinh.c: Do not include <float.h>.
26679 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26680 * math/s_casinhf.c: Do not include <float.h>.
26681 (__casinhf): Move code for finite nonzero arguments to
26682 k_casinhf.c.
26683 * math/s_casinhl.c: Do not include <float.h>.
26684 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26685 redefine.
26686 (__casinhl): Move code for finite nonzero arguments to
26687 k_casinhl.c.
26688 * math/libm-test.inc (cacos_test): Add more tests.
26689 * sysdeps/i386/fpu/libm-test-ulps: Update.
26690 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26691
2a26ef3a
PT
266922013-01-17 Pino Toscano <toscano.pino@tiscali.it>
26693
26694 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26695 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26696 [!HAVE_MREMAP]: Remove [defined linux] case.
26697 * malloc/arena.c: Do not include <malloc-sysdep.h>.
26698
a897655d
SP
266992013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
26700
26701 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26702
881ebe89 267032013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
26704
26705 * elf/elf.h (R_386_SIZE32): New relocation.
26706 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26707 R_386_SIZE32.
26708 (elf_machine_rela): Likewise.
26709 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26710 R_X86_64_SIZE64 and R_X86_64_SIZE32.
26711
59981e9b
JM
267122013-01-17 Joseph Myers <joseph@codesourcery.com>
26713
26714 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26715 (FP_FAST_FMA): Do not define.
26716 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26717 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26718 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26719 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26720 !_SOFT_FLOAT]: Likewise.
26721 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26722 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26723 value.
26724 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26725 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26726 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26727 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26728 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26729 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26730 file.
26731
cfa8054f
AS
267322013-01-16 Andreas Schwab <schwab@suse.de>
26733
26734 [BZ #14327]
26735 * include/stdlib.h (__mktemp): Add declaration.
26736 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26737 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26738
dd930cc5
SP
267392013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
26740
881ebe89
SP
26741 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26742 definitions.
26743 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26744 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26745 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26746 definitions here.
26747 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26748 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26749 definitions.
26750 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26751 and ONE.
26752 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26753 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26754 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26755 definitions.
26756 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26757 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26758 definitions.
26759 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 26760
dd930cc5
SP
26761 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26762
c19a9f89
DM
267632013-01-15 David S. Miller <davem@davemloft.net>
26764
1aa61767
DM
26765 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26766 trunc{,f} to libm-sysdep_routes.
26767 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26768 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26769 file.
26770 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26771 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26772 file.
26773 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26774 file.
26775 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26776 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26777 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26778 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26779 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26780 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26781 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26782 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26783
c42d5e98
DM
26784 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26785 nearbyint{,f} to libm-sysdep_routes.
26786 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26787 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26788 New file.
26789 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26790 file.
26791 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26792 New file.
26793 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26794 file.
26795 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26796 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26797 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
26798 file.
26799 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26800 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26801 file.
26802 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26803 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26804 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26805
c19a9f89
DM
26806 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26807 libc_feholdexcept and libc_fesetenv.
26808
357679d2
MF
268092013-01-15 Mike Frysinger <vapier@gentoo.org>
26810
26811 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26812
65a82e3d
DM
268132013-01-14 David S. Miller <davem@davemloft.net>
26814
8b954ab9
DM
26815 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26816 (SPARC_ASM_VIS2_IFUNC): Likewise.
26817 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26818 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26819 use of 'siam' instruction.
26820 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26821 Likewise.
26822 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26823 Likewise.
26824 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26825 Likewise.
26826 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26827 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26828 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26829 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26830 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26831 file.
26832 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26833 file.
26834 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26835 file.
26836 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26837 file.
26838 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26839 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26840 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26841 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26842 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26843 new VIS2 routines.
26844 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26845 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26846 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26847 Likewise.
26848 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26849 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26850 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26851 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26852 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26853 routines to libm-sysdep_routines.
26854 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26855
65a82e3d
DM
26856 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26857 fdim/fdimf to libm-sysdep_routines.
26858 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26859 file.
26860 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26861 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26862 file.
26863 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26864 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26865 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26866 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26867 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26868 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26869 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26870
e34ab705
SP
268712013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
26872
2a91b573
SP
26873 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26874 to optimize copies.
26875
1066a534
SP
26876 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26877 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26878 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26879
e34ab705
SP
26880 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26881 local variable MPTWO.
26882 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26883 Likewise.
26884
aba5e596
MF
268852013-01-13 Mike Frysinger <vapier@gentoo.org>
26886
26887 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26888 GLOB_NOESCAPE.
26889
e557e9e5
MF
268902013-01-13 Mike Frysinger <vapier@gentoo.org>
26891
26892 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26893
0428cec9
MF
268942013-01-13 Mike Frysinger <vapier@gentoo.org>
26895
26896 * manual/pattern.texi (glob_t): Document gl_flags.
26897 (glob64_t): Likewise.
26898
8794a964
DM
268992013-01-11 David S. Miller <davem@davemloft.net>
26900
66438c3f
RM
26901 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26902 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26903 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
26904 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26905 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26906 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26907 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26908 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26909 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26910 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26911 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26912 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26913 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26914
4ae4244d
DM
26915 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26916 sparc V9 rather than using V8 code.
26917 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26918 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26919
8794a964
DM
26920 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26921 Move to...
26922 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26923 Here.
26924
6270516e
RM
269252013-01-11 Roland McGrath <roland@hack.frob.com>
26926
26927 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26928 not in the main loop.
26929 * configure: Regenerated.
26930
6a57d931
JM
269312013-01-11 Joseph Myers <joseph@codesourcery.com>
26932
26933 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26934 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26935 to just #else.
26936 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
26937 [!__GLIBC_HAVE_LONG_LONG] case.
26938 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26939 condition to just #else.
26940 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26941 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26942 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26943 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26944 unconditional.
26945 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26946 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26947 #elif condition to just #else.
26948 * sysdeps/unix/sysv/linux/sys/sysmacros.h
26949 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26950 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26951 #elif condition to just #else.
26952
0e8529e9
SE
269532013-01-11 Steve Ellcey <sellcey@mips.com>
26954
26955 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26956 (EF_MIPS_ARCH_64): Fix value.
26957 (EF_MIPS_ARCH_32R2): New.
26958 (EF_MIPS_ARCH_64R2): New.
26959
740b3dbe
L
269602013-01-11 H.J. Lu <hongjiu.lu@intel.com>
26961
26962 * Makeconfig (+link-pie-before-libc): New.
26963 (+link-pie-after-libc): Likewise.
26964 (+link-pie-tests): Likewise.
26965 (+link-pie): Rewritten.
26966 (link-before-libc): Remove $(config-LDFLAGS).
26967 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26968 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26969 (config-LDFLAGS): Renamed to ...
26970 (rtld-LDFLAGS): This.
26971 (rtld-tests-LDFLAGS): New macro.
26972 (link-libc-rpath-link): Likewise.
26973 (link-libc-tests-rpath-link): Likewise.
26974 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26975 (link-libc): Prepand $(link-libc-rpath-link).
26976 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26977 (test-program-prefix): New macro.
26978 (test-via-rtld-prefix): Likewise.
26979 (test-program-cmd): Likewise.
26980 (host-test-program-cmd): Likewise.
26981 * Makefile ($(common-objpfx)testrun.sh): Replace
26982 $(run-program-prefix) with $(test-program-prefix).
26983 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26984 $(rtld-LDFLAGS).
26985 ($(common-objpfx)shlib.lds): Likewise.
26986 (build-module-helper): Likewise.
26987 ($(common-objpfx)format.lds): Likewise.
26988 * Rules (binaries-pie-tests): New.
26989 (binaries-pie-notests): Likewise.
26990 (binaries-pie): Rewritten.
26991 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26992 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26993 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26994 (make-test-out): Replace $(host-built-program-cmd) with
26995 $(host-test-program-cmd).
26996 * config.make.in (build-hardcoded-path-in-tests): New variable.
26997 * configure.in (--enable-hardcoded-path-in-tests): New configure
26998 option.
26999 (hardcoded_path_in_tests): New AC_SUBST.
27000 * configure: Regenerated.
27001 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
27002 $(built-program-cmd) with $(test-program-cmd).
27003 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
27004 (test_program_cmd): This.
27005 * elf/Makefile ($(objpfx)order.out): Run test with
27006 $(test-program-prefix).
27007 ($(objpfx)order2.out): Likewise.
27008 ($(objpfx)tst-initorder.out): Likewise.
27009 ($(objpfx)tst-initorder2.out): Likewise.
27010 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
27011 $(test-program-cmd).
27012 ($(objpfx)tst-array1-static.out): Likewise.
27013 ($(objpfx)tst-array2.out): Likewise.
27014 ($(objpfx)tst-array3.out): Likewise.
27015 ($(objpfx)tst-array4.out): Likewise.
27016 ($(objpfx)tst-array5.out): Likewise.
27017 ($(objpfx)tst-array5-static.out): Likewise.
27018 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
27019 $(test-program-cmd).
27020 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
27021 $(run-program-prefix) with $(test-program-prefix).
27022 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
27023 (test_program_prefix): This.
27024 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
27025 $(run-program-prefix) with $(test-program-prefix).
27026 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
27027 (test_program_prefix): This.
27028 * iconvdata/tst-tables.sh: Likewise.
27029 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
27030 $(run-program-prefix) with $(test-program-prefix).
27031 ($(objpfx)tst-translit.out): Likewise.
27032 ($(objpfx)tst-gettext2.out): Likewise.
27033 ($(objpfx)tst-gettext4.out): Likewise.
27034 ($(objpfx)tst-gettext6.out): Likewise.
27035 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
27036 (test_program_prefix): This.
27037 * intl/tst-gettext2.sh: Likewise.
27038 * intl/tst-gettext4.sh Likewise.
27039 * intl/tst-gettext6.sh: Likewise.
27040 * intl/tst-translit.sh: Likewise.
27041 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
27042 with $(test-program-cmd).
27043 * libio/Makefile ($(objpfx)test-freopen.out): Replace
27044 $(run-program-prefix) with $(test-program-prefix).
27045 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
27046 (test_program_prefix): This.
27047 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
27048 $(run-program-prefix) with $(test-program-prefix).
27049 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
27050 (test_program_prefix): This.
27051 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
27052 * posix/Makefile ($(objpfx)globtest.out): Replace
27053 $(run-via-rtld-prefix) and $(test-wrapper) with
27054 $(test-program-prefix) and $(test-via-rtld-prefix).
27055 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
27056 $(test-program-prefix).
27057 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
27058 $(host-test-program-cmd).
27059 (tst-spawn-ARGS): Likewise.
27060 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
27061 $(test-program-prefix).
27062 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
27063 (test_via_rtld_prefix): This.
27064 (test_wrapper): Renamed to ...
27065 (test_program_prefix): This.
27066 (run_program_prefix): Replaced by test_program_prefix.
27067 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
27068 (test_program_prefix): This.
27069 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
27070 with $(host-test-program-cmd).
27071 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
27072 $(run-program-prefix) with $(test-program-prefix).
27073 ($(objpfx)tst-printf.out): Likewise.
27074 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
27075 $(test-program-cmd).
27076 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
27077 (test_program_prefix): This.
27078 * stdio-common/tst-unbputc.sh: Likewise.
27079 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
27080 $(run-program-prefix) with $(test-program-prefix).
27081 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
27082 (test_program_prefix): This.
27083 * string/Makefile ($(objpfx)tst-svc.out): Replace
27084 $(built-program-cmd) with $(test-program-cmd).
27085
c6fe55cf
AJ
270862013-01-11 Andreas Jaeger <aj@suse.de>
27087
27088 [BZ #15003]
27089 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27090 value. Sync with Linux 3.7.
27091
9e6919c8
DM
270922013-01-10 David S. Miller <davem@davemloft.net>
27093
27094 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27095 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27096 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27097
1c9f1a02
RM
270982013-01-10 Roland McGrath <roland@hack.frob.com>
27099
27100 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27101 never set.
27102 * configure: Regenerated.
27103
b9de2dde
DM
271042013-01-10 David S. Miller <davem@davemloft.net>
27105
27106 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27107 sparc V9 rather than using V8 code.
27108 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27109 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27110
e7f68ef4
RM
271112013-01-10 Roland McGrath <roland@hack.frob.com>
27112
27113 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27114 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27115 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27116 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27117 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27118 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27119 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27120 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27121 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27122 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27123 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27124 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27125 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27126 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27127 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27128 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27129 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27130 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27131 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27132 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27133 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27134 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27135 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27136 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27137 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27138 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27139 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27140
5a47cc9c
DM
271412013-01-10 David S. Miller <davem@davemloft.net>
27142
27143 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27144
4cf8f209
L
271452013-01-10 H.J. Lu <hongjiu.lu@intel.com>
27146
27147 * posix/Makefile (tests-static): New variable.
27148 (tests): Add $(tests-static).
27149 (tst-exec-static-ARGS): New variable.
27150 (tst-spawn-static-ARGS): Likewise.
27151 * posix/tst-exec-static.c: New file.
27152 * posix/tst-spawn-static.c: Likewise.
27153 * posix/tst-exec.c: Support run directly.
27154 * posix/tst-spawn.c: Likewise.
27155
fed0faa1
JM
271562013-01-10 Joseph Myers <joseph@codesourcery.com>
27157
828beb13
JM
27158 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27159 long.
27160 * math/bits/mathcalls.h (llrint): Likewise.
27161 (llround): Likewise.
27162 * stdlib/stdlib.h (struct drand48_data): Likewise.
27163 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27164 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27165 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27166 Likewise.
27167 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27168 Likewise.
27169 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27170 (elf_greg_t): Likewise.
27171 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27172 (__jmp_buf): Likewise.
27173 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27174 definitions.
27175 (llrint): Likewise, for all definitions.
27176 (llrintl): Likewise.
27177
fed0faa1
JM
27178 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27179 Remove [__GNUC__] condition.
27180 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27181 condition to just [__USE_ISOC99].
27182 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27183
1a20cb20
L
271842013-01-10 H.J. Lu <hongjiu.lu@intel.com>
27185
27186 [BZ #14200]
27187 * sysdeps/unix/sysv/linux/x86/bits/environments.h
27188 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27189 defined.
27190 (_POSIX_V6_ILP32_OFF32): Likewise.
27191 (_XBS5_ILP32_OFF32): Likewise.
27192 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27193 (__ILP32_OFFBIG_LDFLAGS): Likewise.
27194
751b85f7
SP
271952013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
27196
7490eb81
SP
27197 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27198
751b85f7
SP
27199 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27200 doubles __mpexp_twomm1. Adjust usage.
27201 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27202 Remove.
27203
988197f0
AS
272042013-01-10 Andreas Schwab <schwab@suse.de>
27205
27206 [BZ #14964]
27207 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27208 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27209
e83d7298
DM
272102013-01-09 David S. Miller <davem@davemloft.net>
27211
034ed64b 27212 [BZ #15003]
57f41c40
AS
27213 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27214 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27215 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27216 (TCP_FASTOPEN): Define.
e83d7298
DM
27217 (tcp_repair_opt): New structure.
27218 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27219 enum values.
57f41c40
AS
27220 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27221 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27222 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
27223 (tcp_cookie_transactions): New structure.
27224
d5e0b9bd
AB
272252013-01-09 Anton Blanchard <anton@samba.org>
27226
27227 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27228 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27229 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27230 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27231
0c07e3ea
JM
272322013-01-09 Joseph Myers <joseph@codesourcery.com>
27233
27234 * include/features.h (__USE_ANSI): Remove.
27235
232f7002
RM
272362013-01-09 Roland McGrath <roland@hack.frob.com>
27237
ad98e30c
RM
27238 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27239
232f7002
RM
27240 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27241
950c99ca
SP
272422013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
27243
b5792741
SP
27244 * sysdeps/s390/fpu/libm-test-ulps: Update.
27245
47cf2278
SP
27246 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27247
950c99ca
SP
27248 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27249 (__acr): Likewise.
27250 (__cpy): Likewise.
27251 (norm): Likewise.
27252 (denorm): Likewise.
27253 (__mp_dbl): Likewise.
27254 (__dbl_mp): Likewise.
27255 (add_magnitudes): Likewise.
27256 (sub_magnitudes): Likewise.
27257 (__add): Likewise.
27258 (__sub): Likewise.
27259 (__mul): Likewise.
27260 (__inv): Likewise.
27261 (__dvd): Likewise.
27262 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27263 (__acr): Likewise.
27264 (__cpy): Likewise.
27265 (norm): Likewise.
27266 (denorm): Likewise.
27267 (__mp_dbl): Likewise.
27268 (__dbl_mp): Likewise.
27269 (add_magnitudes): Likewise.
27270 (sub_magnitudes): Likewise.
27271 (__add): Likewise.
27272 (__sub): Likewise.
27273 (__mul): Likewise.
27274 (__inv): Likewise.
27275 (__dvd): Likewise.
27276 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27277 (__acr): Likewise.
27278 (__cpy): Likewise.
27279 (norm): Likewise.
27280 (denorm): Likewise.
27281 (__mp_dbl): Likewise.
27282 (__dbl_mp): Likewise.
27283 (add_magnitudes): Likewise.
27284 (sub_magnitudes): Likewise.
27285 (__add): Likewise.
27286 (__sub): Likewise.
27287 (__mul): Likewise.
27288 (__inv): Likewise.
27289 (__dvd): Likewise.
27290
eede9df9
JM
272912013-01-08 Joseph Myers <joseph@codesourcery.com>
27292
27293 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27294 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27295 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27296 2 && __USE_EXTERN_INLINES]: Likewise.
27297
c40ea3d9
AJ
272982013-01-08 Andreas Jaeger <aj@suse.de>
27299
27300 [BZ# 14985]
27301 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27302 Remove.
27303 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27304 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27305
2ccdea26
AB
273062013-01-07 Anton Blanchard <anton@samba.org>
27307
27308 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27309 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27310 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27311 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27312 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27313 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27314 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27315 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27316 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27317 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27318 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27319 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27320 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27321 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27322 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27323 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27324 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27325 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27326 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27327 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27328 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27329 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27330 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27331 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27332 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27333 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27334 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27335 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27336 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27337 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27338 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27339 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27340 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27341 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27342 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27343 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27344 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27345 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27346 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27347 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27348 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27349 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27350 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27351
a9708fed
JM
273522013-01-07 Joseph Myers <joseph@codesourcery.com>
27353
375607b9
JM
27354 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27355 (__MALLOC_PMT): Likewise.
27356 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27357 [__GNUC__], only on [_LIBC].
27358 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27359 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27360 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27361 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27362 forward declaration.
27363 (realloc_hook_ini): Likewise.
27364 (memalign_hook_ini): Likewise.
27365 (__libc_memalign): Do not use __MALLOC_PMT in variable
27366 declaration.
27367 (__libc_valloc): Likewise.
27368 (__libc_pvalloc): Likewise.
27369 (__libc_calloc): Likewise.
27370 (__posix_memalign): Likewise.
27371
a9708fed
JM
27372 [BZ #14996]
27373 * math/s_casinh.c: Include <float.h>.
27374 (__casinh): Do not do computation with squaring and square root
27375 for large arguments.
27376 * math/s_casinhf.c: Include <float.h>.
27377 (__casinhf): Do not do computation with squaring and square root
27378 for large arguments.
27379 * math/s_casinhl.c: Include <float.h>.
27380 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27381 (__casinhl): Do not do computation with squaring and square root
27382 for large arguments.
27383 * math/libm-test.inc (casin_test): Add more tests.
27384 (casinh_test): Likewise.
27385 * sysdeps/i386/fpu/libm-test-ulps: Update.
27386 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27387
afec409a
L
273882013-01-04 H.J. Lu <hongjiu.lu@intel.com>
27389
27390 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27391 (__x86_64_raw_data_cache_size): Likewise.
27392 (__x86_64_data_cache_size_half): Likewise.
27393 (__x86_64_raw_data_cache_size_half): Likewise.
27394 (__x86_64_shared_cache_size): Likewise.
27395 (__x86_64_raw_shared_cache_size): Likewise.
27396 (__x86_64_shared_cache_size_half): Likewise.
27397 (__x86_64_raw_shared_cache_size_half): Likewise.
27398 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27399 to ...
27400 (__x86_data_cache_size): This.
27401 (__x86_64_raw_data_cache_size): Renamed to ...
27402 (__x86_raw_data_cache_size): This.
27403 (__x86_64_data_cache_size_half): Renamed to ...
27404 (__x86_data_cache_size_half): This.
27405 (__x86_64_raw_data_cache_size_half): Renamed to ...
27406 (__x86_raw_data_cache_size_half): This.
27407 (__x86_64_shared_cache_size): Renamed to ...
27408 (__x86_shared_cache_size): This.
27409 (__x86_64_raw_shared_cache_size): Renamed to ...
27410 (__x86_raw_shared_cache_size): This.
27411 (__x86_64_shared_cache_size_half): Renamed to ...
27412 (__x86_shared_cache_size_half): This.
27413 (__x86_64_raw_shared_cache_size_half): Renamed to ...
27414 (__x86_raw_shared_cache_size_half): This.
27415 * sysdeps/x86_64/memcpy.S: Updated.
27416 * sysdeps/x86_64/memset.S: Likewise.
27417 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27418 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27419 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27420
0b3986d0
DM
274212013-01-04 David S. Miller <davem@davemloft.net>
27422
27423 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27424
e47686e9
AS
274252013-01-04 Andreas Schwab <schwab@linux-m68k.org>
27426
d643bac1
AS
27427 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27428 1 to avoid redefinition warning.
27429 (__USE_GNU): Don't define.
27430 (init_signaling_nan): Protoize.
27431
e47686e9
AS
27432 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27433
b18decba
SP
274342013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
27435
fffb407f
SP
27436 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27437 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27438 (__cpymn): Likewise.
27439 (norm): Remove commented code.
27440 (denorm): Likewise.
27441 (__mp_dbl): Likewise.
27442 (__inv): Likewise.
27443 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27444 (__cpymn): Likewise.
27445 (norm): Remove commented code.
27446 (denorm): Likewise.
27447 (__mp_dbl): Likewise.
27448 (__inv): Likewise.
27449
b18decba
SP
27450 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27451 mp_no value for 1.0 and 2.0.
27452 (norm): Use RADIXI instead of radixi.d.
27453 (denorm): Likewise.
27454 (__mul): Use 0.0 instead of zero.d.
27455 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27456 mp_no value for 1.0 and 2.0.
27457 (norm): Use RADIXI instead of radixi.d.
27458 (denorm): Likewise.
27459 (__mul): Use 0.0 instead of zero.d.
27460
cdc1c96f
JM
274612013-01-04 Joseph Myers <joseph@codesourcery.com>
27462
27463 [BZ #14994]
27464 * math/s_casinh.c (__casinh): Reduce finite argument to first
27465 quadrant then set signs of results at the end.
27466 * math/s_casinhf.c (__casinhf): Likewise.
27467 * math/s_casinhl.c (__casinhl): Likewise.
27468 * math/libm-test.inc (casin_test): Add more tests.
27469 (casinh_test): Likewise.
27470 * sysdeps/i386/fpu/libm-test-ulps: Update.
27471 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27472
302913e1
SP
274732013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
27474
6420d207
SP
27475 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27476
a9e48ab4
SP
27477 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27478
b7837264
SP
27479 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27480 declarations.
27481 (denorm): Likewise.
27482 (__mp_dbl): Likewise.
27483 (__inv): Likewise.
27484
f8af25d2
SP
27485 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27486 and adjust the header comment.
27487
302913e1
SP
27488 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27489 variable name from declaration.
27490
5d7dd1ca
L
274912013-01-03 H.J. Lu <hongjiu.lu@intel.com>
27492
27493 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27494 Initialize COMMON_CPUID_INDEX_7 element.
27495 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27496 (CPUID_RTM): Likewise.
27497 (HAS_RTM): Likewise.
27498 (COMMON_CPUID_INDEX_7): New enum.
27499
2f5f40f4
AS
275002013-01-03 Andreas Schwab <schwab@linux-m68k.org>
27501
27502 [BZ #14981]
27503 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27504 size is zero, record memory as freed.
27505
4056f4a0
AJ
275062013-01-03 Andreas Jaeger <aj@suse.de>
27507
27508 * po/ia.po: Add new Interlingua translation.
27509
ab15736f 275102012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
27511
27512 * locale/programs/localedef.c: Fix description of '--posix' flag.
27513
568035b7
JM
275142013-01-02 Joseph Myers <joseph@codesourcery.com>
27515
e6898b8d
JM
27516 * NEWS: Update dates in second copyright notice.
27517 * README: Update copyright dates in example.
27518 * manual/libc.texinfo: Update copyright dates.
27519 * scripts/test-installation.pl: Update copyright date in --version
27520 output.
27521
0e2f9562
JM
27522 * hurd/ctty-input.c: Fix copyright notice formatting.
27523 * hurd/ctty-output.c: Likewise.
27524 * hurd/dtable.c: Likewise.
27525 * hurd/hurd-raise.c: Likewise.
27526 * hurd/hurdprio.c: Likewise.
27527 * hurd/msgportdemux.c: Likewise.
27528 * misc/sys/file.h: Likewise.
27529 * misc/sys/ioctl.h: Likewise.
27530 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27531 * sysdeps/mach/hurd/chdir.c: Likewise.
27532 * sysdeps/mach/hurd/fchdir.c: Likewise.
27533 * sysdeps/mach/hurd/rename.c: Likewise.
27534 * sysdeps/mach/hurd/rmdir.c: Likewise.
27535 * sysdeps/mach/hurd/seekdir.c: Likewise.
27536 * sysdeps/mach/hurd/setsid.c: Likewise.
27537 * sysdeps/posix/wait3.c: Likewise.
27538
568035b7
JM
27539 * All files with FSF copyright notices: Update copyright dates
27540 using scripts/update-copyrights.
27541 * intl/plural.c: Regenerated.
27542 * locale/programs/charmap-kw.h: Likewise.
27543 * locale/programs/locfile-kw.h: Likewise.
27544
da08f647
SP
275452013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
27546
0f5477af
SP
27547 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27548 four values.
27549
44e0d4c2
SP
27550 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27551 calculation loop and add branch prediction.
27552
4d55b4e5
SP
27553 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27554 check access beyond bounds of m1np.
27555
da08f647
SP
27556 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27557 MPTWO.
27558 (__inv): Remove local variable MPTWO to use the global
27559 constant.
27560 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27561 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27562 variable MPTWO.
27563 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27564 MP3HALFS static const.
27565
8e051029
DM
275662013-01-01 David S. Miller <davem@davemloft.net>
27567
27568 * po/ca.po: Update from translation team.
27569
f4cf5f2d
JM
275702013-01-01 Joseph Myers <joseph@codesourcery.com>
27571
27572 * scripts/update-copyrights: New file.
27573 * Makeconfig: Reformat copyright notice.
27574 * ctype/ctype.h: Likewise.
27575 * debug/swprintf_chk.c: Likewise.
27576 * elf/dl-cache.c: Likewise.
27577 * elf/dl-debug.c: Likewise.
27578 * elf/dl-object.c: Likewise.
27579 * grp/initgroups.c: Likewise.
27580 * hurd/Makefile: Likewise.
27581 * hurd/hurd/signal.h: Likewise.
27582 * hurd/hurdfault.c: Likewise.
27583 * hurd/hurdioctl.c: Likewise.
27584 * hurd/hurdlookup.c: Likewise.
27585 * hurd/intr-msg.c: Likewise.
27586 * iconv/gconv_open.c: Likewise.
27587 * libio/swprintf.c: Likewise.
27588 * locale/lc-ctype.c: Likewise.
27589 * locale/nl_langinfo.c: Likewise.
27590 * mach/Machrules: Likewise.
27591 * mach/Makefile: Likewise.
27592 * malloc/obstack.h: Likewise.
27593 * manual/Makefile: Likewise.
27594 * manual/tsort.awk: Likewise.
27595 * misc/bits/stab.def: Likewise.
27596 * nis/nis_print_group_entry.c: Likewise.
27597 * nis/nis_table.c: Likewise.
27598 * nis/nss_compat/compat-pwd.c: Likewise.
27599 * nis/nss_compat/compat-spwd.c: Likewise.
27600 * po/Makefile: Likewise.
27601 * posix/fnmatch.c: Likewise.
27602 * posix/regex.h: Likewise.
27603 * resolv/Makefile: Likewise.
27604 * resolv/nss_dns/dns-network.c: Likewise.
27605 * resolv/res_hconf.c: Likewise.
27606 * scripts/gen-sorted.awk: Likewise.
27607 * soft-fp/soft-fp.h: Likewise.
27608 * stdio-common/printf.h: Likewise.
27609 * stdlib/monetary.h: Likewise.
27610 * stdlib/random.c: Likewise.
27611 * stdlib/random_r.c: Likewise.
27612 * sysdeps/generic/Makefile: Likewise.
27613 * sysdeps/gnu/Makefile: Likewise.
27614 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
27615 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
27616 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
27617 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
27618 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
27619 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
27620 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
27621 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
27622 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
27623 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
27624 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
27625 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
27626 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
27627 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
27628 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
27629 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
27630 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
27631 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
27632 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
27633 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
27634 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
27635 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
27636 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
27637 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27638 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
27639 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27640 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
27641 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
27642 * sysdeps/mach/hurd/errnos.awk: Likewise.
27643 * sysdeps/mach/hurd/fork.c: Likewise.
27644 * sysdeps/mach/hurd/getcwd.c: Likewise.
27645 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
27646 * sysdeps/mach/hurd/mmap.c: Likewise.
27647 * sysdeps/mach/hurd/utimes.c: Likewise.
27648 * sysdeps/mach/hurd/xmknod.c: Likewise.
27649 * sysdeps/posix/profil.c: Likewise.
27650 * sysdeps/posix/readdir_r.c: Likewise.
27651 * sysdeps/powerpc/bits/mathdef.h: Likewise.
27652 * sysdeps/powerpc/bits/setjmp.h: Likewise.
27653 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27654 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27655 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27656 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27657 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27658 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27659 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27660 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27661 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27662 * sysdeps/pthread/lio_listio.c: Likewise.
27663 * sysdeps/sparc/dl-procinfo.h: Likewise.
27664 * sysdeps/unix/i386/sysdep.S: Likewise.
27665 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27666 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27667 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27668 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27669 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27670 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27671 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27672 * sysdeps/unix/sysv/linux/speed.c: Likewise.
27673 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27674 * sysdeps/wordsize-32/divdi3.c: Likewise.
27675 * time/sys/time.h: Likewise.
27676 * wcsmbs/Makefile: Likewise.
27677
0549fbba
DM
276782013-01-01 David S. Miller <davem@davemloft.net>
27679
a141f1a7
DM
27680 * po/fr.po: Update from translation team.
27681
0549fbba
DM
27682 * catgets/gencat.c: Update copyright year.
27683 * csu/version.c: Likewise.
27684 * debug/catchsegv.sh: Likewise.
27685 * debug/pcprofiledump.c: Likewise.
27686 * debug/xtrace.sh: Likewise.
27687 * elf/ldconfig.c: Likewise.
27688 * elf/ldd.bash.in: Likewise.
27689 * elf/pldd.c: Likewise.
27690 * elf/sotruss.ksh: Likewise.
27691 * elf/sprof.c: Likewise.
27692 * iconv/iconv_prog.c: Likewise.
27693 * iconv/iconvconfig.c: Likewise.
27694 * locale/programs/locale.c: Likewise.
27695 * locale/programs/localedef.c: Likewise.
27696 * login/programs/pt_chown.c: Likewise.
27697 * malloc/memusage.sh: Likewise.
27698 * malloc/memusagestat.c: Likewise.
27699 * malloc/mtrace.pl: Likewise.
27700 * nscd/nscd.c: Likewise.
27701 * nss/getent.c: Likewise.
27702 * nss/makedb.c: Likewise.
27703 * posix/getconf.c: Likewise.
27704
18ea052c
SP
277052012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
27706
27707 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27708 numbers.
27709
9c89fca6
MF
277102012-12-30 Mike Frysinger <vapier@gentoo.org>
27711
27712 * math/bits/mathcalls.h (modf): Use __nonnull.
27713
085ec079
SP
277142012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
27715
27716 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27717 (split): Use macro CN instead of the bare value.
27718 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27719 could be used.
27720 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27721 instead of the bare value.
27722 (power1): Likewise.
27723
6d9f97e1
SP
277242012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
27725
d63f73be
SP
27726 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27727 __ATAN_TWOM.
27728 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27729
6d9f97e1
SP
27730 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27731 their values.
27732 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27733 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27734 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27735 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27736
4c4febf5
AJ
277372012-12-28 Andreas Jaeger <aj@suse.de>
27738
af5843ef
AJ
27739 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
27740 values are from Linux 3.7.
27741
4c4febf5
AJ
27742 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27743 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
27744
99136f82
SP
277452012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
27746
2f216c3c 27747 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
27748 TRUE case.
27749
99136f82
SP
27750 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27751 (norm): Likewise.
27752 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27753 variables with preprocessor constants.
27754 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27755 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27756 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27757
7fffbdff
BH
277582012-12-27 Bruno Haible <bruno@clisp.org>
27759
27760 [BZ #14317]
27761 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27762 only if needed.
27763
b76eb5f0
SP
277642012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
27765
31a7fe5c
SP
27766 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27767 and use variable directly.
27768 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27769
b76eb5f0
SP
27770 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27771 MPONE.
27772 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27773 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27774 variable MPONE.
27775 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27776 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27777 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27778 include directive. Remove local variable MPONE.
27779 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27780 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27781 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27782
2c8bfe7d
DM
277832012-12-25 David S. Miller <davem@davemloft.net>
27784
27785 * version.h (RELEASE): Set to "development".
27786 (VERSION): Set to "2.17.90".
27787 * NEWS: Add 2.18 section.
27788
147d03b0
DM
277892012-12-21 David S. Miller <davem@davemloft.net>
27790
27791 * po/hr.po: Update from translation team.
27792
a8ebb2b9
AK
277932012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27794
27795 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27796
95b4f1b6
SE
277972012-12-19 Steve Ellcey <sellcey@mips.com>
27798
b2d94007 27799 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 27800
cedb2a90
MS
278012012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
27802
27803 * manual/contrib.texi (Contributors): Spelling correction.
27804
bbf527d6
DM
278052012-12-15 David S. Miller <davem@davemloft.net>
27806
27807 * po/ru.po: Update from translation team.
27808
bc38c906
DM
278092012-12-13 David S. Miller <davem@davemloft.net>
27810
85429b1a
DM
27811 * NEWS: Mention IFUNC testsuite enhancements.
27812
d283e353
DM
27813 * po/pl.po: Update from translation team.
27814 * po/bg.po: Likewise.
27815
bc38c906
DM
27816 * manual/contrib.texi (Contributors): Update entries for Hongjiu
27817 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
27818
a181b0d7
DM
278192012-12-11 David S. Miller <davem@davemloft.net>
27820
4641d57e
DM
27821 * po/sv.po: Update from translation team.
27822
f7bc6495
DM
27823 * po/vi.po: Update from translation team.
27824
6fc9048f
DM
27825 * po/cs.po: Update from translation team.
27826
a181b0d7
DM
27827 * po/de.po: Update from translation team.
27828 * po/eo.po: Likewise.
27829 * po/nl.po: Likewise.
27830
f70bfe80
SP
278312012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
27832
3c8b4190
SP
27833 [BZ #14246]
27834 * manual/argp.texi (Argp Helper Functions): Move node to follow
27835 Argp Parsing State.
27836
f70bfe80
SP
27837 [BZ #14872]
27838 * manual/conf.texi (Limits on File System Capacity): Mention if
27839 terminating null is included in the max size.
27840
188f0adf
AJ
278412012-12-10 Andreas Jaeger <aj@suse.de>
27842
27843 * po/cs.po: Update from translation team.
27844
56e7d3ad
SP
278452012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
27846
27847 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27848 void pointer and cast to uintptr_t.
27849 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27850 path.
27851 * sysdeps/s390/s390-64/memcpy.S: Likewise.
27852 * sysdeps/s390/s390-64/memset.S: Likewise.
27853
76f2d2ea 278542012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
27855
27856 [BZ #14833]
27857 * menual/message.texi (Message Translation): Fix typos.
27858 (Helper programs for gettext): Likewise.
27859
67cbf9a2
AS
278602012-12-07 Andreas Schwab <schwab@linux-m68k.org>
27861
27862 [BZ #14898]
27863 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27864 Change to -1.
27865
682d0e9a
DM
278662012-12-07 David S. Miller <davem@davemloft.net>
27867
27868 * po/libc.pot: Update.
27869
573cd484
RH
278702012-12-07 Richard Henderson <rth@redhat.com>
27871
7e9da188 27872 [BZ #10114]
573cd484
RH
27873 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27874 normal/normal case to before the switch.
27875 (_FP_DIV): Likewise.
27876
e933a943
MF
278772012-12-06 Carlos O'Donell <carlos@systemhalted.org>
27878 Mike Frysinger <vapier@gentoo.org>
27879
27880 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27881 check for __NR_fadvise64_64.
27882
82123268
CM
278832012-12-06 Chris Metcalf <cmetcalf@tilera.com>
27884
27885 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27886 0, not just to plain "0" as a statement.
27887 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27888 with cw.
27889
d9814526
JM
278902012-12-06 Joseph Myers <joseph@codesourcery.com>
27891
27892 * NEWS: Use sourceware.org in Bugzilla URL.
27893
7728c574
SP
278942012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
27895
f16946dd
SP
27896 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27897 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27898
5704bbcb
SP
27899 * stdio-common/tst-put-error.c (do_test): Add newline to the
27900 padded test to ensure flush.
27901
17aa0516
JL
279022012-12-05 Jeff Law <law@redhat.com>
27903
27904 * sunrpc/etc.rpc (fedfs_admin): Add entry.
27905
363313b5
JM
279062012-12-05 Joseph Myers <joseph@codesourcery.com>
27907
effbd42a
JM
27908 * README: Don't refer to ports add-on as distributed separately.
27909 Mention AArch64 in list of systems supported in the ports add-on.
27910
87600365
JM
27911 * LICENSES: Add more non-FSF copyright and license notices.
27912
a0d7066a
JM
27913 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27914 ((unused)).
27915
66ca5a5b
JM
27916 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27917
363313b5
JM
27918 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27919 10000 as width of padded output.
27920
b37984ad
JM
279212012-12-04 Joseph Myers <joseph@codesourcery.com>
27922
9003570a
JM
27923 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27924
b37984ad
JM
27925 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27926 variable LX with __attribute__ ((unused)).
27927 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27928 Likewise.
27929 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27930 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27931 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27932 with __attribute__ ((unused)).
27933
c8df52ec
DM
279342012-12-04 David S. Miller <davem@abraco.davemloft.net>
27935
27936 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27937
b3b099af
JM
279382012-12-04 Joseph Myers <joseph@codesourcery.com>
27939
c33aa6e3
JM
27940 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27941 (CFLAGS-nldbl-acos.c): New variable.
27942 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27943 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27944 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27945 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27946 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27947 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27948 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27949 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27950 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27951 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27952 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27953 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27954 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27955 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27956 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27957 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27958 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27959 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27960 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27961 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27962 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27963 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27964 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27965 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27966 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27967 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27968 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27969 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27970 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27971 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27972 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27973 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27974 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27975 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27976 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27977 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27978 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27979 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27980 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27981 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27982 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27983 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27984 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27985 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27986 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27987 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27988 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27989 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27990 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27991 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27992 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27993 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27994 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27995 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27996 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27997 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27998 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27999 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
28000 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
28001 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
28002 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
28003 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
28004 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
28005 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
28006 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
28007 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
28008 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
28009 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
28010 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
28011 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
28012 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
28013 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
28014 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
28015 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
28016 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
28017 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
28018 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
28019 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
28020 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
28021 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
28022 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
28023 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
28024 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
28025 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
28026 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
28027 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
28028 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
28029 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
28030 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
28031 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
28032 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
28033 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
28034 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
28035 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
28036 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
28037 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
28038 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
28039
20f0018d
JM
28040 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28041 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28042
b3b099af
JM
28043 [BZ #14914]
28044 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
28045 whole low double instead of just low 47 bits when splitting values
28046 into two parts.
28047
029264d1
AM
280482012-12-03 Allan McRae <allan@archlinux.org>
28049
28050 * manual/stdio.texi (Predefined Printf Handlers): Remove
28051 @hsep and @vsep usage.
28052
c9d6789e
MF
280532012-12-03 Mike Frysinger <vapier@gentoo.org>
28054
28055 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
28056 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
28057
4b7634a5
JL
280582012-12-03 Jeff Law <law@redhat.com>
28059
28060 * time/sys/time.h (settimeofday): Do not mark TV argument
28061 as __nonnull.
28062
eb6cbd24
MF
280632012-12-01 Mike Frysinger <vapier@gentoo.org>
28064
28065 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
28066 when currently writing and seek to current position when not.
28067 * libio/Makefile (tests): Remove bug-fclose1.
28068 * libio/bug-fclose1.c: Delete.
28069
f638872a
JM
280702012-12-01 Joseph Myers <joseph@codesourcery.com>
28071
28072 * manual/arith.texi (feenableexcept): Fix typo.
28073 (fedisableexcept): Likewise.
28074
48085d14
RM
280752012-11-30 Roland McGrath <roland@hack.frob.com>
28076
28077 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
28078 second, differently-typed declaration, rather than a cast.
28079
1a538b9f
SP
280802012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
28081
28082 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
28083 * include/rpc/svc.h: ... here.
28084
d07f2ff1 280852012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
28086
28087 [BZ #13013]
28088 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28089 depending n and resplen2 to catch cases where answer
28090 equals answerp2.
28091
c93ec1f0
CD
280922012-11-29 Carlos O'Donell <carlos@systemhalted.org>
28093
28094 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28095 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28096
37db69de
MF
280972012-11-29 Mike Frysinger <vapier@gentoo.org>
28098
28099 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28100
e10c4e4f
RM
281012012-11-29 Roland McGrath <roland@hack.frob.com>
28102
28103 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28104
2af1b328
JL
281052012-11-28 Jeff Law <law@redhat.com>
28106
28107 [BZ #13761]
28108 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28109 dataset_temporary. Track alloca usage into alloca_used.
28110 If dataset is large allocate and release it via malloc/free.
28111
111db5b1
FW
281122012-06-04 Florian Weimer <fweimer@redhat.com>
28113
f06cc227 28114 [BZ #14197]
111db5b1
FW
28115 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28116
dd694abd
DM
281172012-11-28 David S. Miller <davem@davemloft.net>
28118
28119 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28120
9984dd01
JM
281212012-11-28 Joseph Myers <joseph@codesourcery.com>
28122
28123 [BZ #14803]
28124 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28125 of pi/2 rounded to nearest to 64 bits.
28126 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28127 nearest to 64 bits.
28128 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28129 bits.
28130
14bc93a9
JL
281312012-11-28 Jeff Law <law@redhat.com>
28132 Martin Osvald <mosvald@redhat.com>
28133
28134 [BZ #14889]
28135 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28136 * sunrpc/svc.c: Include time.h.
28137 (__svc_accept_failed): New function.
28138 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28139 any reason other than EINTR, call __svc_accept_failed.
28140 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28141 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28142
e3c6aa3a
AS
281432012-11-28 Andreas Schwab <schwab@suse.de>
28144
28145 * scripts/abilist.awk: Also handle indirect functions in .opd
28146 section.
28147
1bead169
JM
281482012-11-28 Joseph Myers <joseph@codesourcery.com>
28149
28150 [BZ #13881]
28151 * sysdeps/x86/fpu/powl_helper.c: New file.
28152 * sysdeps/x86/fpu/Makefile: Likewise.
28153 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28154 (p3): New object.
28155 (__ieee754_powl): Use __powl_helper for finite arguments except
28156 integer exponents below 8.
28157 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28158 (p3): New object.
28159 (__ieee754_powl): Use __powl_helper for finite arguments except
28160 integer exponents below 8.
28161 * math/libm-test.inc (pow_test): Add more tests and enable some
28162 previously disabled tests.
28163 * sysdeps/i386/fpu/libm-test-ulps: Update.
28164 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28165
0817d63d
SP
281662012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
28167 Carlos O'Donell <carlos_odonell@mentor.com>
28168
28169 * nss/makedb.c (is_prime): Assert that input is odd and greater
28170 than 4. Note that fact in a comment too.
28171 (next_prime): Add 4 to input.
28172
de2fd463
SP
281732012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
28174
28175 [BZ #11741]
28176 * libio/Makefile (tests): Add test case tst-fwrite-error.
28177 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28178 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28179 * libio/tst-fwrite-error.c: New test case.
28180
c515fb51
L
281812012-11-26 H.J. Lu <hongjiu.lu@intel.com>
28182
28183 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28184 before casting to void *.
28185 * include/libc-internal.h (__pointer_type): New macro.
28186 (__integer_if_pointer_type_sub): Likewise.
28187 (__integer_if_pointer_type): Likewise.
28188 (cast_to_integer): Likewise.
28189 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28190 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28191 before casting to atomic64_t.
28192 (atomic_exchange_acq): Likewise.
28193 (__arch_exchange_and_add_body): Likewise.
28194 (__arch_add_body): Likewise.
28195 (atomic_add_negative): Likewise.
28196 (atomic_add_zero): Likewise.
28197
4cf77aa9
JM
281982012-11-26 Joseph Myers <joseph@codesourcery.com>
28199
28200 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28201 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28202 (add_fdes): Likewise.
28203 (linear_search_fdes): Likewise.
28204 (binary_search_unencoded_fdes): Likewise.
28205
d260b3b4
AS
282062012-11-26 Andreas Schwab <schwab@linux-m68k.org>
28207
28208 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28209
67060746
AC
282102012-11-24 Adam Conrad <adconrad@0c3.net>
28211
28212 * configure.in: Autodetect C++ header directories.
28213 * configure: Regenerated.
28214
800938a1
MF
282152012-11-23 Mike Frysinger <vapier@gentoo.org>
28216
28217 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28218
4e6e34e6
AS
282192012-11-23 Andreas Schwab <schwab@linux-m68k.org>
28220
28221 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28222
7c7feb47
JM
282232012-11-22 Joseph Myers <joseph@codesourcery.com>
28224
7184dcdf
JM
28225 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28226 LDBL_MANT_DIG == 106]: Disable some tests.
28227 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28228 Likewise.
28229 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28230 Likewise.
28231
0a42601f
JM
28232 [BZ #14871]
28233 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28234 input for small inputs. Return +/- pi/2 for large inputs.
28235 * math/libm-test.inc (atan_test): Add more tests.
28236
79c9b9fe
JM
28237 * sysdeps/generic/unwind-dw2-fde-glibc.c
28238 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28239 __attribute__ ((unused)).
28240
c60d3bf2
JM
28241 [BZ #14645]
28242 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28243 x * y if x and y are nonzero and z is zero.
28244
ef1e0867
JM
28245 [BZ #14811]
28246 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28247 nonzero exponents with absolute value below 0x1p-117 to +/-
28248 0x1p-117.
28249
1468ded3
JM
28250 [BZ #14869]
28251 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28252 up arguments below 2**-450, not just those below 2**-500.
28253 * math/libm-test.inc (hypot_test): Add another test.
28254
8e27e3cc
JM
28255 [BZ #14868]
28256 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28257 Return a+b for ratio over 2**120, not 2**60.
28258 * math/libm-test.inc (hypot_test): Add another test.
28259
c9c0279b
JM
28260 * math/libm-test.inc (clog_test): Use
28261 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28262 (clog10_test): Likewise.
28263
7c7feb47
JM
28264 [BZ #6778]
28265 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28266
fff1530e
AS
282672012-11-22 Andreas Schwab <schwab@suse.de>
28268
28269 * sysdeps/i386/fpu/libm-test-ulps: Update.
28270
94558d30
PT
282712012-11-22 Pino Toscano <toscano.pino@tiscali.it>
28272
28273 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28274 printf output with newline.
28275
7e1be741
L
282762012-11-21 H.J. Lu <hongjiu.lu@intel.com>
28277
6bfea974
L
28278 [BZ #14865]
28279 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28280 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28281 -z nodlopen, -z initfirst and -z execstack support.
28282 * configure: Regenerated.
28283
7e1be741
L
28284 * elf/elf.h (DF_1_NODIRECT): New macro.
28285 (DF_1_IGNMULDEF): Likewise.
28286 (DF_1_NOKSYMS): Likewise.
28287 (DF_1_NOHDR): Likewise.
28288 (DF_1_EDITED): Likewise.
28289 (DF_1_NORELOC): Likewise.
28290 (DF_1_SYMINTPOSE): Likewise.
28291 (DF_1_GLOBAUDIT): Likewise.
28292 (DF_1_SINGLETON): Likewise.
28293 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28294 DT_1_SUPPORTED_MASK bits.
28295 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28296
105ce2ce
CD
282972012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
28298
28299 * sysdeps/unix/make-syscalls.sh: Document prefixes.
28300
123be9de
TS
283012012-11-20 Thomas Schwinge <thomas@codesourcery.com>
28302
d072f3f7
TS
28303 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28304 macro.
28305
123be9de
TS
28306 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28307 (sendmmsg): Move declarations...
28308 * socket/sys/socket.h: ... here.
28309 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28310 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28311 include it from...
28312 * socket/recvmmsg.c: ... this new file.
28313 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28314 (sendmmsg): Rename to __sendmmsg, create weak alias and make
28315 definition of __sendmmsg hidden.
28316 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28317 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28318 Move ENOSYS stub into and include it from...
28319 * socket/sendmmsg.c: ... this new file.
28320 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28321 (sysdep_routines): Move recvmmsg and sendmmsg...
28322 * socket/Makefile (routines): ... here.
28323 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28324 (GLIBC_PRIVATE): Add __sendmmsg.
28325 * include/sys/socket.h (__sendmmsg): Add declarations.
28326 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28327 sendmmsg.
28328
cf9a5d18
JM
283292012-11-20 Joseph Myers <joseph@codesourcery.com>
28330
28331 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28332 variable I1 with __attribute__ ((unused)).
28333 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28334
ecd4caf9
JM
283352012-11-19 Joseph Myers <joseph@codesourcery.com>
28336
be14d48f
JM
28337 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28338 DUMMY variables with __attribute__ ((unused)).
28339
ecd4caf9
JM
28340 * bits/byteswap.h: Include <bits/types.h>.
28341 (__bswap_64): Use __uint64_t instead of unsigned long long int.
28342
986cab95
PT
283432012-11-19 Pino Toscano <toscano.pino@tiscali.it>
28344
28345 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28346 string_t. Do not manually set errno.
28347 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28348 length with __strnlen. Make sure to both set errno and return it on
28349 failure.
28350
6d33cc9d
DM
283512012-11-19 David S. Miller <davem@davemloft.net>
28352
28353 With help from Joseph Myers.
28354 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28355 very large arguments properly.
28356 * math/libm-test.inc (atan_test): New tests.
28357 (atan2_test): New tests.
28358 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28359 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28360
ee663277
JM
283612012-11-19 Joseph Myers <joseph@codesourcery.com>
28362
877f2d8e
JM
28363 [BZ #14856]
28364 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28365 Define to 3.
28366
116fc08a
JM
28367 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28368 [POSIX] (EADDRNOTAVAIL): Likewise.
28369 [POSIX] (EAFNOSUPPORT): Likewise.
28370 [POSIX] (EALREADY): Likewise.
28371 [POSIX] (ECONNABORTED): Likewise.
28372 [POSIX] (ECONNREFUSED): Likewise.
28373 [POSIX] (ECONNRESET): Likewise.
28374 [POSIX] (EDESTADDRREQ): Likewise.
28375 [POSIX] (EDQUOT): Likewise.
28376 [POSIX] (EHOSTUNREACH): Likewise.
28377 [POSIX] (EIDRM): Likewise.
28378 [POSIX] (EISCONN): Likewise.
28379 [POSIX] (ELOOP): Likewise.
28380 [POSIX] (EMULTIHOP): Likewise.
28381 [POSIX] (ENETDOWN): Likewise.
28382 [POSIX] (ENETUNREACH): Likewise.
28383 [POSIX] (ENOBUFS): Likewise.
28384 [POSIX] (ENODATA): Likewise.
28385 [POSIX] (ENOLINK): Likewise.
28386 [POSIX] (ENOMSG): Likewise.
28387 [POSIX] (ENOPROTOOPT): Likewise.
28388 [POSIX] (ENOSR): Likewise.
28389 [POSIX] (ENOSTR): Likewise.
28390 [POSIX] (ENOTCONN): Likewise.
28391 [POSIX] (ENOTSOCK): Likewise.
28392 [POSIX] (EOPNOTSUPP): Likewise.
28393 [POSIX] (EOVERFLOW): Likewise.
28394 [POSIX] (EPROTO): Likewise.
28395 [POSIX] (EPROTONOSUPPORT): Likewise.
28396 [POSIX] (EPROTOTYPE): Likewise.
28397 [POSIX] (ESTALE): Likewise.
28398 [POSIX] (ETIME): Likewise.
28399 [POSIX] (ETXTBSY): Likewise.
28400 [POSIX] (EWOULDBLOCK): Likewise.
28401 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28402 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28403 [POSIX] (SEEK_CUR): Likewise.
28404 [POSIX] (SEEK_END): Likewise.
28405 [POSIX || UNIX98] (mode_t): Do not require.
28406 [POSIX] (off_t): Likewise.
28407 [POSIX] (pid_t): Likewise.
28408 [POSIX] (sys/stat.h): Do not allow header.
28409 [POSIX] (unistd.h): Likewise.
28410 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28411 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28412 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28413 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28414 require.
28415 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28416 sigevent): Specify elements.
28417 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28418 entry.
28419 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28420 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28421
a483863f
JM
28422 * conform/data/cpio.h-data [POSIX]: Disable whole file.
28423 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28424 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28425 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28426 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28427 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28428 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28429 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28430 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28431 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28432 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28433 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28434 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28435 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28436 Likewise.
28437 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28438 Likewise.
28439 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28440 Likewise.
28441 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28442 Likewise.
28443 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28444 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28445 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28446 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28447 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28448 Specify lower bound on value.
28449 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28450 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28451 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28452 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28453 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28454 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28455 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28456 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28457 value.
28458 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28459 as optional.
28460 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28461 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28462 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28463 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28464 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28465 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28466 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28467 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28468 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28469 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28470 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28471 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28472 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28473 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28474 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28475 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28476 entry.
28477 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28478 optional.
28479 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28480 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28481 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28482 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28483 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28484 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28485 Likewise.
28486 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28487 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28488 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28489 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28490 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
28491 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28492 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28493 as optional.
28494 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28495 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28496 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28497 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28498 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28499 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28500 specify as optional.
28501 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28502 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28503 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28504 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28505 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28506 [XPG3] (NL_LANGMAX): Likewise.
28507 [POSIX || XPG3] (NL_MSGMAX): Likewise.
28508 [POSIX || XPG3] (NL_NMAX): Likewise.
28509 [POSIX || XPG3] (NL_SETMAX): Likewise.
28510 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28511 [XPG3] (NZERO): Likewise.
28512 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28513 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28514 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28515 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28516 (REG_ERANGE): Expect.
28517 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28518 optional-constant.
28519 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28520 Use (void) in prototype.
28521 [POSIX] (*_t): Allow.
28522 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28523 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28524 (WRDE_BADVAL): Expect.
28525
5ba924e3
JM
28526 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28527 expect.
28528 [XPG3 || XPG4] (O_RSYNC): Likewise.
28529 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28530 Likewise.
28531 [XPG3 || XPG4] (pthread_sigmask): Likewise.
28532 [XPG3 || XPG4] (sigqueue): Likewise.
28533 [XPG3 || XPG4] (sigtimedwait): Likewise.
28534 [XPG3 || XPG4] (sigwaitinfo): Likewise.
28535 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28536 [XPG3 || XPG4] (vsnprintf): Likewise.
28537 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28538 Likewise.
28539 [XPG3 || XPG4] (blksize_t): Likewise.
28540 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28541 Likewise.
28542 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28543 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28544 [XPG3 || XPG4] (struct itimerspec): Likewise.
28545 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28546 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28547 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28548 [XPG3 || XPG4] (clockid_t): Likewise.
28549 [XPG3 || XPG4] (timer_t): Likewise.
28550 [XPG3 || XPG4] (clock_getres): Likewise.
28551 [XPG3 || XPG4] (clock_gettime): Likewise.
28552 [XPG3 || XPG4] (clock_settime): Likewise.
28553 [XPG3 || XPG4] (nanosleep): Likewise.
28554 [XPG3 || XPG4] (timer_create): Likewise.
28555 [XPG3 || XPG4] (timer_delete): Likewise.
28556 [XPG3 || XPG4] (timer_gettime): Likewise.
28557 [XPG3 || XPG4] (timer_getoverrun): Likewise.
28558 [XPG3 || XPG4] (timer_settime): Likewise.
28559 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28560 [XPG3 || XPG4] (getlogin_r): Likewise.
28561 [XPG3 || XPG4] (pread): Likewise.
28562 [XPG3 || XPG4] (pthread_atfork): Likewise.
28563 [XPG3 || XPG4] (pwrite): Likewise.
28564
ee663277
JM
28565 [BZ #14835]
28566 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28567 <bits/siginfo.h>.
28568
942caa16
PT
285692012-11-19 Pino Toscano <toscano.pino@tiscali.it>
28570
e19af380
PT
28571 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28572 finalizing MALLSTREAM.
28573
942caa16
PT
28574 * sysdeps/mach/hurd/syncfs.c: New file.
28575
cfde9b46
SP
285762012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
28577
28578 [BZ #14719]
28579 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28580 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28581 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28582 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28583 (_nss_dns_gethostbyname4_r): Likewise.
28584 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28585 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28586
f6da27e5
PH
285872012-11-19 Peng Haitao <penght@cn.fujitsu.com>
28588
28589 [BZ #13763]
28590 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
28591
6665d4a2
SM
285922012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
28593
1f51ee92
SM
28594 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
28595 * elf/cache.c (print_entry): Print ",AArch64" for
28596 FLAG_AARCH64_LIB64
28597
6665d4a2
SM
28598 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
28599 * elf/cache.c (print_entry): Print ",hard-float" for
28600 FLAG_ARM_LIBHF.
28601
05b227bd
DM
286022012-11-18 David S. Miller <davem@davemloft.net>
28603
28604 With help from Joseph Myers.
28605 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
28606 cutoff to 2**-13.
28607 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
28608 cutoff to 2**-25.
28609 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
28610 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
28611 small.
28612 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
28613 * math/libm-test.inc (y0_test): New tests.
28614 (y1_test): New tests.
28615 * sysdeps/i386/fpu/libm-test-ulps: Update.
28616 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28617 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28618
786b0b67
AS
286192012-11-18 Andreas Schwab <schwab@linux-m68k.org>
28620
28621 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
28622 64-bit targets.
28623 * configure: Regenerated.
28624
8e18b86d
DM
286252012-11-17 David S. Miller <davem@davemloft.net>
28626
28627 [BZ #14811]
28628 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
28629 nonzero exponents with absolute value below 0x1p-128 to +/-
28630 0x1p-128.
28631
531f1ae0
JM
286322012-11-17 Joseph Myers <joseph@codesourcery.com>
28633
12df29e2
JM
28634 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
28635
150dc1a0
JM
28636 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
28637
531f1ae0
JM
28638 * posix/getconf-speclist.c: New file.
28639 * posix/posix-envs.def: Likewise.
28640 * posix/confstr.c (START_ENV_GROUP): New macro.
28641 (END_ENV_GROUP): Likewise.
28642 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28643 (KNOWN_PRESENT_ENV_STRING): Likewise.
28644 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28645 (UNKNOWN_ENVIRONMENT): Likewise.
28646 (confstr): Include posix-envs.def instead of handling
28647 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28648 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28649 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28650 (END_ENV_GROUP): Likewise.
28651 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28652 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28653 (UNKNOWN_ENVIRONMENT): Likewise.
28654 (__sysconf): Include posix-envs.def instead of handling associated
28655 cases directly here.
28656 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28657 preprocessing getconf-speclist.c rather than running getconf or
28658 generating empty file.
28659
a93f9cbc
PT
286602012-11-16 Pino Toscano <toscano.pino@tiscali.it>
28661
28662 * scripts/check-local-headers.sh: Ignore 'mach' headers.
28663
d64d9f87
AL
286642012-11-16 Andrej Lajovic <natrij@gmail.com>
28665
28666 [BZ #14672]
28667 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28668
447885eb
DM
286692012-11-16 David S. Miller <davem@davemloft.net>
28670
28671 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28672 smaller than LDBL_EPSILON/2.0L, just return xm1.
28673
bcbf9830
L
286742012-11-16 H.J. Lu <hongjiu.lu@intel.com>
28675
28676 * elf/tst-array1.c (init): Set constructor priority to 1000.
28677 (fini): Set destructor priority to 1000.
28678 * elf/tst-array2dep.c: Likewise.
28679
2b766585
SP
286802012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
28681
28682 [BZ #11741]
28683 * libio/fileops.c (_IO_new_file_write): Correctly return error.
28684 (_IO_new_file_xsputn): Also return EOF if none of the input
28685 data was written when overflow failed.
28686 * libio/iopadn.c (_IO_padn): Likewise.
28687 * libio/iowpadn.c (_IO_wpadn): Likewise.
28688 * stdio-common/tst-put-error.c: Add copyright notice.
28689 (do_test): Add case for printing padded string.
28690 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28691 _IO_padn returned error.
28692 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28693 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28694 return EOF.
28695
b1848fde
SP
286962012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
28697
28698 * libio/libioP.h: Add comment note that the references to C++
28699 bits are now obsolete.
28700
2fd89785
MS
287012012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28702
28703 * math/libm-test.inc (check_complex): Use asprintf.
28704
e3ea5409
JM
287052012-11-14 Joseph Myers <joseph@codesourcery.com>
28706
28707 * debug/pcprofiledump.c (print_version): Update copyright year.
28708 * malloc/memusagestat.c (print_version): Likewise.
28709
2e64d265
L
287102012-11-14 H.J. Lu <hongjiu.lu@intel.com>
28711
28712 [BZ #14831]
28713 * elf/Makefile (tests): Add tst-audit8.
28714 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28715 ($(objpfx)tst-audit8.out): New target.
28716 (tst-audit8-ENV): New variable.
28717 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28718 audit if l_reloc_result is NULL.
28719 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28720 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28721 * elf/tst-audit8.c: New file.
28722
c485e4d2
MS
287232012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28724
28725 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28726 * misc/Makefile (CFLAGS-select.c): Define.
28727 * posix/Makefile (CFLAGS-pause.c): Define.
28728
3a0d900a
DM
287292012-11-13 David S. Miller <davem@davemloft.net>
28730
28731 * crypt/Makefile: Move test targets after toplevel Rules
28732 inclusion. Grab any necessary sysdep routines when linking.
28733 * crypt/md5.c (md5_process_block): Remove define, we will always
28734 name it __md5_process_block.
28735 (md5_finish_ctx): Update md5_process_block call.
28736 (md5_stream): Likewise.
28737 (md5_process_bytes): Likewise.
28738 (md5_process_block): Rename to __md5_process_block and move to ...
28739 * crypt/md5-block.c: ... here.
28740 * crypt/sha256.c (sha256_process_block): Move to ...
28741 * crypt/sha256-block.c: ... here.
28742 * crypt/sha512.c (sha512_process_block): Move to ...
28743 * crypt/sha512-block.c: ... here.
28744 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28745 path.
28746 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28747 * sysdeps/sparc/sparc64/multiarch/Makefile
28748 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28749 crypt subdir.
28750 (localedef-aux): Add md5 crypto assembler when in locale subdir.
28751 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28752 multiarch changes.
28753 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28754 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28755 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28756 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28757 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28758 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28759 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28760 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28761 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28762 file.
28763 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28764 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28765 file.
28766 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28767
8ca89318
JM
287682012-11-13 Joseph Myers <joseph@codesourcery.com>
28769
e27d476a
JM
28770 * timezone/tzselect.ksh: Update from tzcode git revision
28771 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28772 * timezone/zdump.c: Likewise.
28773 * timezone/zic.c: Likewise.
28774 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28775 in TZVERSION setting, not $(PKGVERSION).
28776 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
28777 REPORT_BUGS_TO settings.
28778
8ca89318
JM
28779 [BZ #14838]
28780 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28781 macro.
28782
47594329
MS
287832012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28784
28785 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28786 detection to immediately after _FP_ROUND().
28787 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28788 bits are 0.
28789
640ac3f1
DM
287902012-11-11 David S. Miller <davem@davemloft.net>
28791
28792 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28793 inttypes.h
28794 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28795 __close rather than their public counterparts.
28796
3d2577bb
JM
287972012-11-10 Joseph Myers <joseph@codesourcery.com>
28798
28799 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28800 file.
28801 [UNIX98] (sem_timedwait): Do not expect.
28802 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28803 [XPG4 || UNIX98] (sockatmark): Do not expect.
28804 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28805 (clock_getcpuclockid): Do not expect.
28806 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28807 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28808 Do not expect.
28809 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28810 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28811 [UNIX98] (vwscanf): Likewise.
28812 [UNIX98] (vswscanf): Likewise.
28813
fb1ae1ee
JM
288142012-11-09 Joseph Myers <joseph@codesourcery.com>
28815
9ec6f8bd
JM
28816 * timezone/version.h: Remove file.
28817 * timezone/README: Do not refer to version.h.
28818 * timezone/Makefile ($(objpfx)zic.o): New dependency on
28819 $(objpfx)version.h.
28820 ($(objpfx)zdump.o): Likewise.
c3f81911 28821 ($(objpfx)version.h): New target.
9ec6f8bd 28822
0aa8f8a1
JM
28823 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28824 2012i.
28825 * timezone/README: Don't mention modification to tzselect.ksh.
28826 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28827 work on unmodified tzselect.ksh. Substitute version numbers in
28828 tzselect.ksh.
28829
4e87147f
JM
28830 * Makefile (format-me): Remove.
28831 (INSTALL): Adjust indentation. Use commands directly instead of
28832 using $(format-me).
28833
8b748aed
JM
28834 * aclocal.m4 (ACX_PKGVERSION): New macro.
28835 (ACX_BUGURL): Likewise.
28836 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28837 (PKGVERSION): New AC_DEFINE_UNQUOTED.
28838 (REPORT_BUGS_TO): Likewise.
28839 * configure: Regenerated.
28840 * config.h.in (PKGVERSION): New macro.
28841 (REPORT_BUGS_TO): Likewise.
28842 * config.make.in (PKGVERSION): New variable.
28843 (PKGVERSION_TEXI): Likewise.
28844 (REPORT_BUGS_TO): Likewise.
28845 (REPORT_BUGS_TEXI): Likewise.
28846 * Makefile (format-me): Use -I$(common-objpfx)manual.
28847 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28848 ($(common-objpfx)manual/%): New target.
28849 (manual/%): Remove target.
28850 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28851 (print_version): Use PKGVERSION.
28852 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28853 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28854 and REPORT_BUGS_TO.
28855 ($(objpfx)xtrace): Likewise.
28856 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28857 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28858 (print_version): Use PKGVERSION.
28859 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28860 (do_version): Use PKGVERSION.
28861 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28862 REPORT_BUGS_TO.
28863 (common-ldd-rewrite): Likewise.
28864 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28865 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28866 (print_version): Use PKGVERSION.
28867 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28868 * elf/pldd.c (argp_program_bug_address): Remove variable.
28869 (more_help): New function.
28870 (argp): Use more_help.
28871 (print_version): Use PKGVERSION.
28872 * elf/sln.c (main): Use PKGVERSION.
28873 (usage): Use REPORT_BUGS_TO.
28874 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28875 (top level): Use PKGVERSION.
28876 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28877 (print_version): Use PKGVERSION.
28878 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28879 (print_version): Use PKGVERSION.
28880 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28881 (print_version): Use PKGVERSION.
28882 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28883 (print_version): Use PKGVERSION.
28884 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28885 (print_version): Use PKGVERSION.
28886 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28887 (print_version): Use PKGVERSION.
28888 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28889 and BUGURL.
28890 ($(objpfx)memusage): Likewise.
28891 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28892 (do_version): Use PKGVERSION.
28893 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28894 (print_version): Use PKGVERSION.
28895 * malloc/mtrace.pl ($PACKAGE): Remove variable.
28896 ($PKGVERSION): New variable.
28897 ($REPORT_BUGS_TO): Likewise.
28898 (usage): Use $REPORT_BUGS_TO.
28899 (top level): Use $PKGVERSION.
28900 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28901 ($(objpfx)pkgvers.texi): New rule.
28902 ($(objpfx)stamp-pkgvers): Likewise.
28903 * manual/install.texi: Include pkgvers.texi.
28904 (--with-pkgversion): Document new configure option.
28905 (--with-bugurl): Likewise.
28906 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28907 than necessarily for this particular distribution. Use
28908 REPORT_BUGS_TO for where to report bugs.
28909 * INSTALL: Regenerated.
28910 * manual/libc.texinfo: Include pkgvers.texi.
28911 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28912 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28913 (print_version): Use PKGVERSION.
28914 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28915 (print_version): Use PKGVERSION.
28916 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28917 (print_version): Use PKGVERSION.
28918 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28919 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28920 macro.
28921 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28922 (print_version): Use PKGVERSION.
28923 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28924 (print_version): Use PKGVERSION.
28925 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28926 and PKGVERSION.
28927
92e4b6a9
JM
28928 * timezone/checktab.awk: Update from tzcode 2012i.
28929 * timezone/ialloc.c: Likewise.
28930 * timezone/private.h: Likewise.
28931 * timezone/scheck.c: Likewise.
28932 * timezone/tzfile.h: Likewise.
28933 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28934 (TZVERSION): Hardcode tzcode version number.
28935 * timezone/zdump.c: Update from tzcode 2012i.
28936 * timezone/zic.c: Likewise.
28937 * timezone/version.h: New file.
28938 * timezone/README: Describe version.h. Update upstream location.
28939
9bde902c
JM
28940 [BZ #14824]
28941 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28942 (mktemp): Enable declaration.
28943 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28944 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28945 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28946 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28947 Likewise.
28948 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28949 Likewise.
28950 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28951 Likewise.
28952 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28953 Likewise.
28954 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28955 Likewise.
28956 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28957 Likewise.
28958
fb1ae1ee
JM
28959 [BZ #14821]
28960 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28961 offset in buffer as u_int32_t not u_long. Consistently use memcpy
28962 for copies of such integer values.
28963 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28964 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28965
2c1adbcb
AJ
289662012-11-09 Andreas Jaeger <aj@suse.de>
28967
28968 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28969 definitions and declarations that are provided by
28970 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28971
d0f8457e
AK
289722012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28973
3a235abb 28974 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
28975 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28976 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28977 definition.
28978
57241e26
MS
289792012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28980
28981 * elf/elf.h: Update comment before AArch64 relocations.
28982
60e8270d
DM
289832012-11-07 David S. Miller <davem@davemloft.net>
28984
28985 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28986 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28987 (__start_context): Declare.
28988 (__makecontext_ret): Delete.
28989 (__makecontext): Hook up __start_context instead of
28990 __makecontext_ret.
28991 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28992 (sysdep_routines): Add __start_context when in stdlib.
28993
0fbb0fbc
JM
289942012-11-07 Joseph Myers <joseph@codesourcery.com>
28995
28996 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28997 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28998 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
28999 hardcoded "nm".
29000 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
29001 (READELF): New variable. Use it instead of hardcoded "readelf".
29002
eb48db7e
L
290032012-11-07 H.J. Lu <hongjiu.lu@intel.com>
29004
29005 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
29006 * sysdeps/x86/Makefile: Here.
29007 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
29008 * sysdeps/x86/tst-xmmymm.sh: This.
29009
05bcf62a
JM
290102012-11-07 Joseph Myers <joseph@codesourcery.com>
29011
c4b6cf53
JM
29012 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
29013 expectations.
29014 [UNIX98] (pthread_barrier_t): Do not expect.
29015 [UNIX98] (pthread_barrierattr_t): Likewise.
29016 [UNIX98] (pthread_spinlock_t): Likewise.
29017 [UNIX98] (pthread_barrier_destroy): Likewise.
29018 [UNIX98] (pthread_barrier_init): Likewise.
29019 [UNIX98] (pthread_barrier_wait): Likewise.
29020 [UNIX98] (pthread_barrierattr_destroy): Likewise.
29021 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
29022 [UNIX98] (pthread_barrierattr_init): Likewise.
29023 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
29024 [UNIX98] (pthread_getcpuclockid): Likewise.
29025 [UNIX98] (pthread_mutex_timedlock): Likewise.
29026 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
29027 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
29028 [UNIX98] (pthread_sigmask): Likewise.
29029 [UNIX98] (pthread_spin_destroy): Likewise.
29030 [UNIX98] (pthread_spin_init): Likewise.
29031 [UNIX98] (pthread_spin_lock): Likewise.
29032 [UNIX98] (pthread_spin_trylock): Likewise.
29033 [UNIX98] (pthread_spin_unlock): Likewise.
29034 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
29035 Do not expect.
29036 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
29037 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
29038 [XPG3 || XPG4] (pthread_cond_t): Likewise.
29039 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
29040 [XPG3 || XPG4] (pthread_key_t): Likewise.
29041 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
29042 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
29043 [XPG3 || XPG4] (pthread_once_t): Likewise.
29044 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
29045 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
29046 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
29047 [XPG3 || XPG4] (pthread_t): Likewise.
29048
cbe6e120
JM
29049 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
29050 not expect.
29051 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
29052
1b126443
JM
29053 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
29054 Change function return type to int.
29055
b961a573
JM
29056 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
29057 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
29058 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
29059 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
29060 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
29061 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
29062 [!POSIX] (posix_madvise): Likewise.
29063 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
29064 && !UNIX98].
29065 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
29066 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
29067 (mode_t): Likewise.
29068 (posix_mem_offset): Likewise.
29069 (posix_typed_mem_get_info): Likewise.
29070 (posix_typed_mem_open): Likewise.
29071
9e188909
JM
29072 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
29073 Change condition to [XOPEN2K8].
29074
05bcf62a
JM
29075 * conform/conformtest.pl: Preprocess allow-header data with -x c
29076 instead of from stdin.
29077 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
29078 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
29079 [C99-based standards] (cerfc): Likewise.
29080 [C99-based standards] (cexp2): Likewise.
29081 [C99-based standards] (cexpm1): Likewise.
29082 [C99-based standards] (clog10): Likewise.
29083 [C99-based standards] (clog1p): Likewise.
29084 [C99-based standards] (clog2): Likewise.
29085 [C99-based standards] (clgamma): Likewise.
29086 [C99-based standards] (ctgamma): Likewise.
29087 [C99-based standards] (cerff): Likewise.
29088 [C99-based standards] (cerfcf): Likewise.
29089 [C99-based standards] (cexp2f): Likewise.
29090 [C99-based standards] (cexpm1f): Likewise.
29091 [C99-based standards] (clog10f): Likewise.
29092 [C99-based standards] (clog1pf): Likewise.
29093 [C99-based standards] (clog2f): Likewise.
29094 [C99-based standards] (clgammaf): Likewise.
29095 [C99-based standards] (ctgammaf): Likewise.
29096 [C99-based standards] (cerfl): Likewise.
29097 [C99-based standards] (cerfcl): Likewise.
29098 [C99-based standards] (cexp2l): Likewise.
29099 [C99-based standards] (cexpm1l): Likewise.
29100 [C99-based standards] (clog10l): Likewise.
29101 [C99-based standards] (clog1pl): Likewise.
29102 [C99-based standards] (clog2l): Likewise.
29103 [C99-based standards] (clgammal): Likewise.
29104 [C99-based standards] (ctgammal): Likewise.
29105 * conform/data/inttypes.h-data [C99-based standards]: Include
29106 stdint.h-data. Remove all expectations for stdint.h contents.
29107 [C99-based standards] (PRI*): Do not allow.
29108 [C99-based standards] (SCN*): Likewise.
29109 [C99-based standards] (*_t): Likewise.
29110 [C99-based-standards] (PRId8): Expect macro.
29111 [C99-based-standards] (PRIi8): Likewise.
29112 [C99-based-standards] (PRIo8): Likewise.
29113 [C99-based-standards] (PRIu8): Likewise.
29114 [C99-based-standards] (PRIx8): Likewise.
29115 [C99-based-standards] (PRIX8): Likewise.
29116 [C99-based-standards] (SCNd8): Likewise.
29117 [C99-based-standards] (SCNi8): Likewise.
29118 [C99-based-standards] (SCNo8): Likewise.
29119 [C99-based-standards] (SCNu8): Likewise.
29120 [C99-based-standards] (SCNx8): Likewise.
29121 [C99-based-standards] (PRIdLEAST8): Likewise.
29122 [C99-based-standards] (PRIiLEAST8): Likewise.
29123 [C99-based-standards] (PRIoLEAST8): Likewise.
29124 [C99-based-standards] (PRIuLEAST8): Likewise.
29125 [C99-based-standards] (PRIxLEAST8): Likewise.
29126 [C99-based-standards] (PRIXLEAST8): Likewise.
29127 [C99-based-standards] (SCNdLEAST8): Likewise.
29128 [C99-based-standards] (SCNiLEAST8): Likewise.
29129 [C99-based-standards] (SCNoLEAST8): Likewise.
29130 [C99-based-standards] (SCNuLEAST8): Likewise.
29131 [C99-based-standards] (SCNxLEAST8): Likewise.
29132 [C99-based-standards] (PRIdFAST8): Likewise.
29133 [C99-based-standards] (PRIiFAST8): Likewise.
29134 [C99-based-standards] (PRIoFAST8): Likewise.
29135 [C99-based-standards] (PRIuFAST8): Likewise.
29136 [C99-based-standards] (PRIxFAST8): Likewise.
29137 [C99-based-standards] (PRIXFAST8): Likewise.
29138 [C99-based-standards] (SCNdFAST8): Likewise.
29139 [C99-based-standards] (SCNiFAST8): Likewise.
29140 [C99-based-standards] (SCNoFAST8): Likewise.
29141 [C99-based-standards] (SCNuFAST8): Likewise.
29142 [C99-based-standards] (SCNxFAST8): Likewise.
29143 [C99-based-standards] (PRId16): Likewise.
29144 [C99-based-standards] (PRIi16): Likewise.
29145 [C99-based-standards] (PRIo16): Likewise.
29146 [C99-based-standards] (PRIu16): Likewise.
29147 [C99-based-standards] (PRIx16): Likewise.
29148 [C99-based-standards] (PRIX16): Likewise.
29149 [C99-based-standards] (SCNd16): Likewise.
29150 [C99-based-standards] (SCNi16): Likewise.
29151 [C99-based-standards] (SCNo16): Likewise.
29152 [C99-based-standards] (SCNu16): Likewise.
29153 [C99-based-standards] (SCNx16): Likewise.
29154 [C99-based-standards] (PRIdLEAST16): Likewise.
29155 [C99-based-standards] (PRIiLEAST16): Likewise.
29156 [C99-based-standards] (PRIoLEAST16): Likewise.
29157 [C99-based-standards] (PRIuLEAST16): Likewise.
29158 [C99-based-standards] (PRIxLEAST16): Likewise.
29159 [C99-based-standards] (PRIXLEAST16): Likewise.
29160 [C99-based-standards] (SCNdLEAST16): Likewise.
29161 [C99-based-standards] (SCNiLEAST16): Likewise.
29162 [C99-based-standards] (SCNoLEAST16): Likewise.
29163 [C99-based-standards] (SCNuLEAST16): Likewise.
29164 [C99-based-standards] (SCNxLEAST16): Likewise.
29165 [C99-based-standards] (PRIdFAST16): Likewise.
29166 [C99-based-standards] (PRIiFAST16): Likewise.
29167 [C99-based-standards] (PRIoFAST16): Likewise.
29168 [C99-based-standards] (PRIuFAST16): Likewise.
29169 [C99-based-standards] (PRIxFAST16): Likewise.
29170 [C99-based-standards] (PRIXFAST16): Likewise.
29171 [C99-based-standards] (SCNdFAST16): Likewise.
29172 [C99-based-standards] (SCNiFAST16): Likewise.
29173 [C99-based-standards] (SCNoFAST16): Likewise.
29174 [C99-based-standards] (SCNuFAST16): Likewise.
29175 [C99-based-standards] (SCNxFAST16): Likewise.
29176 [C99-based-standards] (PRId32): Likewise.
29177 [C99-based-standards] (PRIi32): Likewise.
29178 [C99-based-standards] (PRIo32): Likewise.
29179 [C99-based-standards] (PRIu32): Likewise.
29180 [C99-based-standards] (PRIx32): Likewise.
29181 [C99-based-standards] (PRIX32): Likewise.
29182 [C99-based-standards] (SCNd32): Likewise.
29183 [C99-based-standards] (SCNi32): Likewise.
29184 [C99-based-standards] (SCNo32): Likewise.
29185 [C99-based-standards] (SCNu32): Likewise.
29186 [C99-based-standards] (SCNx32): Likewise.
29187 [C99-based-standards] (PRIdLEAST32): Likewise.
29188 [C99-based-standards] (PRIiLEAST32): Likewise.
29189 [C99-based-standards] (PRIoLEAST32): Likewise.
29190 [C99-based-standards] (PRIuLEAST32): Likewise.
29191 [C99-based-standards] (PRIxLEAST32): Likewise.
29192 [C99-based-standards] (PRIXLEAST32): Likewise.
29193 [C99-based-standards] (SCNdLEAST32): Likewise.
29194 [C99-based-standards] (SCNiLEAST32): Likewise.
29195 [C99-based-standards] (SCNoLEAST32): Likewise.
29196 [C99-based-standards] (SCNuLEAST32): Likewise.
29197 [C99-based-standards] (SCNxLEAST32): Likewise.
29198 [C99-based-standards] (PRIdFAST32): Likewise.
29199 [C99-based-standards] (PRIiFAST32): Likewise.
29200 [C99-based-standards] (PRIoFAST32): Likewise.
29201 [C99-based-standards] (PRIuFAST32): Likewise.
29202 [C99-based-standards] (PRIxFAST32): Likewise.
29203 [C99-based-standards] (PRIXFAST32): Likewise.
29204 [C99-based-standards] (SCNdFAST32): Likewise.
29205 [C99-based-standards] (SCNiFAST32): Likewise.
29206 [C99-based-standards] (SCNoFAST32): Likewise.
29207 [C99-based-standards] (SCNuFAST32): Likewise.
29208 [C99-based-standards] (SCNxFAST32): Likewise.
29209 [C99-based-standards] (PRId64): Likewise.
29210 [C99-based-standards] (PRIi64): Likewise.
29211 [C99-based-standards] (PRIo64): Likewise.
29212 [C99-based-standards] (PRIu64): Likewise.
29213 [C99-based-standards] (PRIx64): Likewise.
29214 [C99-based-standards] (PRIX64): Likewise.
29215 [C99-based-standards] (SCNd64): Likewise.
29216 [C99-based-standards] (SCNi64): Likewise.
29217 [C99-based-standards] (SCNo64): Likewise.
29218 [C99-based-standards] (SCNu64): Likewise.
29219 [C99-based-standards] (SCNx64): Likewise.
29220 [C99-based-standards] (PRIdLEAST64): Likewise.
29221 [C99-based-standards] (PRIiLEAST64): Likewise.
29222 [C99-based-standards] (PRIoLEAST64): Likewise.
29223 [C99-based-standards] (PRIuLEAST64): Likewise.
29224 [C99-based-standards] (PRIxLEAST64): Likewise.
29225 [C99-based-standards] (PRIXLEAST64): Likewise.
29226 [C99-based-standards] (SCNdLEAST64): Likewise.
29227 [C99-based-standards] (SCNiLEAST64): Likewise.
29228 [C99-based-standards] (SCNoLEAST64): Likewise.
29229 [C99-based-standards] (SCNuLEAST64): Likewise.
29230 [C99-based-standards] (SCNxLEAST64): Likewise.
29231 [C99-based-standards] (PRIdFAST64): Likewise.
29232 [C99-based-standards] (PRIiFAST64): Likewise.
29233 [C99-based-standards] (PRIoFAST64): Likewise.
29234 [C99-based-standards] (PRIuFAST64): Likewise.
29235 [C99-based-standards] (PRIxFAST64): Likewise.
29236 [C99-based-standards] (PRIXFAST64): Likewise.
29237 [C99-based-standards] (SCNdFAST64): Likewise.
29238 [C99-based-standards] (SCNiFAST64): Likewise.
29239 [C99-based-standards] (SCNoFAST64): Likewise.
29240 [C99-based-standards] (SCNuFAST64): Likewise.
29241 [C99-based-standards] (SCNxFAST64): Likewise.
29242 [C99-based-standards] (PRIdMAX): Likewise.
29243 [C99-based-standards] (PRIiMAX): Likewise.
29244 [C99-based-standards] (PRIoMAX): Likewise.
29245 [C99-based-standards] (PRIuMAX): Likewise.
29246 [C99-based-standards] (PRIxMAX): Likewise.
29247 [C99-based-standards] (PRIXMAX): Likewise.
29248 [C99-based-standards] (SCNdMAX): Likewise.
29249 [C99-based-standards] (SCNiMAX): Likewise.
29250 [C99-based-standards] (SCNoMAX): Likewise.
29251 [C99-based-standards] (SCNuMAX): Likewise.
29252 [C99-based-standards] (SCNxMAX): Likewise.
29253 [C99-based-standards] (PRIdPTR): Likewise.
29254 [C99-based-standards] (PRIiPTR): Likewise.
29255 [C99-based-standards] (PRIoPTR): Likewise.
29256 [C99-based-standards] (PRIuPTR): Likewise.
29257 [C99-based-standards] (PRIxPTR): Likewise.
29258 [C99-based-standards] (PRIXPTR): Likewise.
29259 [C99-based-standards] (SCNdPTR): Likewise.
29260 [C99-based-standards] (SCNiPTR): Likewise.
29261 [C99-based-standards] (SCNoPTR): Likewise.
29262 [C99-based-standards] (SCNuPTR): Likewise.
29263 [C99-based-standards] (SCNxPTR): Likewise.
29264 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29265 allow.
29266 * conform/data/stdint.h-data: Update comments to clarify
29267 requirements.
29268 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
29269 type.
29270 [C99-based standards] (INT8_MAX): Likewise.
29271 [C99-based standards] (INT16_MIN): Likewise.
29272 [C99-based standards] (INT16_MAX): Likewise.
29273 [C99-based standards] (INT32_MIN): Likewise.
29274 [C99-based standards] (INT32_MAX): Likewise.
29275 [C99-based standards] (INT64_MIN): Likewise.
29276 [C99-based standards] (INT64_MAX): Likewise.
29277 [C99-based standards] (UINT8_MAX): Likewise.
29278 [C99-based standards] (UINT16_MAX): Likewise.
29279 [C99-based standards] (UINT32_MAX): Likewise.
29280 [C99-based standards] (UINT64_MAX): Likewise.
29281 [C99-based standards] (INT_LEAST8_MIN): Likewise.
29282 [C99-based standards] (INT_LEAST8_MAX): Likewise.
29283 [C99-based standards] (INT_LEAST16_MIN): Likewise.
29284 [C99-based standards] (INT_LEAST16_MAX): Likewise.
29285 [C99-based standards] (INT_LEAST32_MIN): Likewise.
29286 [C99-based standards] (INT_LEAST32_MAX): Likewise.
29287 [C99-based standards] (INT_LEAST64_MIN): Likewise.
29288 [C99-based standards] (INT_LEAST64_MAX): Likewise.
29289 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29290 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29291 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29292 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29293 [C99-based standards] (INT_FAST8_MIN): Likewise.
29294 [C99-based standards] (INT_FAST8_MAX): Likewise.
29295 [C99-based standards] (INT_FAST16_MIN): Likewise.
29296 [C99-based standards] (INT_FAST16_MAX): Likewise.
29297 [C99-based standards] (INT_FAST32_MIN): Likewise.
29298 [C99-based standards] (INT_FAST32_MAX): Likewise.
29299 [C99-based standards] (INT_FAST64_MIN): Likewise.
29300 [C99-based standards] (INT_FAST64_MAX): Likewise.
29301 [C99-based standards] (UINT_FAST8_MAX): Likewise.
29302 [C99-based standards] (UINT_FAST16_MAX): Likewise.
29303 [C99-based standards] (UINT_FAST32_MAX): Likewise.
29304 [C99-based standards] (UINT_FAST64_MAX): Likewise.
29305 [C99-based standards] (INTPTR_MIN): Likewise.
29306 [C99-based standards] (INTPTR_MAX): Likewise.
29307 [C99-based standards] (UINTPTR_MAX): Likewise.
29308 [C99-based standards] (INTMAX_MIN): Likewise.
29309 [C99-based standards] (INTMAX_MAX): Likewise.
29310 [C99-based standards] (UINTMAX_MAX): Likewise.
29311 [C99-based standards] (PTRDIFF_MIN): Likewise.
29312 [C99-based standards] (PTRDIFF_MAX): Likewise.
29313 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29314 [C99-based standards] (SIZE_MAX): Likewise.
29315 [C99-based standards] (WCHAR_MAX): Likewise.
29316 [C99-based standards] (WINT_MAX): Likewise.
29317 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
29318 constraint on value.
29319 [C99-based standards] (WCHAR_MIN): Likewise.
29320 [C99-based standards] (WINT_MIN): Likewise.
29321 [C99-based standards] (*_t): Allow.
29322 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29323 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29324 Include math.h-data and complex.h-data. Remove all expectations
29325 of math.h and complex.h contents.
29326 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29327 at end of line.
29328 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29329 (struct tm): Expect tag.
29330 [C99-based-standards] (wcstof): Expect function.
29331 [C99-based-standards] (wcstold): Likewise.
29332 [C99-based-standards] (wcstoll): Likewise.
29333 [C99-based-standards] (wcstoull): Likewise.
29334 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29335 macro-int-constant. Specify type.
29336 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
29337 constraint on value.
29338 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29339 Specify type.
29340 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29341 Specify value.
29342 [ISO C standards]: Do not allow headers.
29343 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29344 wcs[abcdefghijklmnopqrstuvwxyz]*.
29345 [ISO C standards] (*_t): Do not allow.
29346 * conform/data/wctype.h-data [C99-based standards] (iswblank):
29347 Expect function.
29348 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29349 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29350 Specify type.
29351 [ISO C standards]: Do not allow headers.
29352 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29353 is[abcdefghijklmnopqrstuvwxyz]*.
29354 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29355 to[abcdefghijklmnopqrstuvwxyz]*.
29356 [ISO C standards] (*_t): Do not allow.
29357 * conform/data/stdalign.h-data: New file.
29358 * conform/data/stdbool.h-data: Likewise.
29359 * conform/data/stdnoreturn.h-data: Likewise.
29360
7514feb8
RM
293612012-11-07 Roland McGrath <roland@hack.frob.com>
29362
29363 [BZ #14815]
29364 * manual/filesys.texi (Directory Entries): Typo fix.
29365 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29366
19b2ecfc
MS
293672012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29368
29369 * elf/elf.h (EM_AARCH64): New macro.
29370 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29371 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29372 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29373 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29374 (R_AARCH64_TLSDESC): Likewise.
29375 (NT_ARM_TLS): Likewise.
29376 (NT_ARM_HW_BREAK): Likewise.
29377 (NT_ARM_HW_WATCH): Likewise.
29378
60e235ee
JM
293792012-11-07 Joseph Myers <joseph@codesourcery.com>
29380
29381 [BZ #14811]
29382 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29383 (__ieee754_powl): Saturate nonzero exponents with absolute value
29384 below 0x1p-79 to +/- 0x1p-79.
29385 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29386 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29387 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29388 nonzero exponents with absolute value below 0x1p-32 to +/-
29389 0x1p-32.
29390 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29391 (__ieee754_powl): Saturate nonzero exponents with absolute value
29392 below 0x1p-79 to +/- 0x1p-79.
29393 * math/libm-test.inc (pow_test): Add more tests.
29394
0ab234b7
AK
293952012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29396
29397 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29398 _dl_s390_cap_flags with kernel. Increase string length.
29399 (_dl_s390_platforms): Add z196 and zEC12.
29400
45832f74
JM
294012012-11-07 Joseph Myers <joseph@codesourcery.com>
29402
29403 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29404 Change XOPEN21K to XOPEN2K.
29405
19218757
MK
294062012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
29407
29408 * string/memmove.c: Use memcpy when possible.
29409
c5f45721
AJ
294102012-11-06 Andreas Jaeger <aj@suse.de>
29411
29412 * po/eo.po: Update from translation team.
29413
82477c28
JM
294142012-11-06 Joseph Myers <joseph@codesourcery.com>
29415
29416 [BZ #14793]
29417 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29418 exponent and small x and y exponents, scale x or y up. Increase
29419 by 2 the exponent used in scaling up.
29420 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29421 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29422 * math/libm-test.inc (fma_test): Add more tests.
29423 (fma_test_towardzero): Likewise.
29424 (fma_test_downward): Likewise.
29425 (fma_test_upward): Likewise.
29426
99252c8c
JM
294272012-11-05 Joseph Myers <joseph@codesourcery.com>
29428
acfa885f
JM
29429 [BZ #14805]
29430 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29431 fenv_t *.
29432
99252c8c
JM
29433 [BZ #14801]
29434 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29435 namespace for names of struct fields.
29436 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29437 fenv_t fields.
29438 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29439 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29440
d6d98dea
ST
294412012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
29442
29443 [BZ #3665]
29444 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29445
e10bb107
TS
294462012-11-04 Thomas Schwinge <thomas@codesourcery.com>
29447
29448 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29449 PTR_DEMANGLE.
29450
29451 [BZ #5246]
29452 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29453 PTR_DEMANGLE.
29454
a0c2940d
JM
294552012-11-04 Joseph Myers <joseph@codesourcery.com>
29456
29457 [BZ #14797]
29458 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29459 definitely overflow as x * y not x * y + z.
29460 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29461 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29462 * math/libm-test.inc (fma_test): Add more tests.
29463 (fma_test_towardzero): Likewise.
29464 (fma_test_downward): Likewise.
29465 (fma_test_upward): Likewise.
29466
b830319d
TS
294672012-11-04 Thomas Schwinge <thomas@codesourcery.com>
29468
29469 [BZ #157]
29470
29471 * include/stub-tag.h: Remove file.
29472 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29473 '#include' of it.
29474 * manual/maint.texi (Porting): Don't reference it.
29475 * Makerules ($(objpfx)stubs): Likewise.
29476 * dirent/closedir.c: Don't include <stub-tag.h>.
29477 * dirent/dirfd.c: Likewise.
29478 * dirent/fdopendir.c: Likewise.
29479 * dirent/getdents.c: Likewise.
29480 * dirent/getdents64.c: Likewise.
29481 * dirent/opendir.c: Likewise.
29482 * dirent/readdir.c: Likewise.
29483 * dirent/readdir64.c: Likewise.
29484 * dirent/readdir64_r.c: Likewise.
29485 * dirent/readdir_r.c: Likewise.
29486 * dirent/rewinddir.c: Likewise.
29487 * dirent/seekdir.c: Likewise.
29488 * dirent/telldir.c: Likewise.
29489 * gmon/profil.c: Likewise.
29490 * grp/setgroups.c: Likewise.
29491 * inet/if_index.c: Likewise.
29492 * io/access.c: Likewise.
29493 * io/chdir.c: Likewise.
29494 * io/chmod.c: Likewise.
29495 * io/chown.c: Likewise.
29496 * io/close.c: Likewise.
29497 * io/dup.c: Likewise.
29498 * io/dup2.c: Likewise.
29499 * io/dup3.c: Likewise.
29500 * io/euidaccess.c: Likewise.
29501 * io/faccessat.c: Likewise.
29502 * io/fchdir.c: Likewise.
29503 * io/fchmod.c: Likewise.
29504 * io/fchmodat.c: Likewise.
29505 * io/fchown.c: Likewise.
29506 * io/fchownat.c: Likewise.
29507 * io/fcntl.c: Likewise.
29508 * io/flock.c: Likewise.
29509 * io/fstatfs.c: Likewise.
29510 * io/fstatfs64.c: Likewise.
29511 * io/fstatvfs.c: Likewise.
29512 * io/fstatvfs64.c: Likewise.
29513 * io/futimens.c: Likewise.
29514 * io/fxstat.c: Likewise.
29515 * io/fxstat64.c: Likewise.
29516 * io/fxstatat.c: Likewise.
29517 * io/fxstatat64.c: Likewise.
29518 * io/getcwd.c: Likewise.
29519 * io/isatty.c: Likewise.
29520 * io/lchmod.c: Likewise.
29521 * io/lchown.c: Likewise.
29522 * io/link.c: Likewise.
29523 * io/linkat.c: Likewise.
29524 * io/lseek.c: Likewise.
29525 * io/lseek64.c: Likewise.
29526 * io/lxstat64.c: Likewise.
29527 * io/mkdir.c: Likewise.
29528 * io/mkdirat.c: Likewise.
29529 * io/mkfifo.c: Likewise.
29530 * io/mkfifoat.c: Likewise.
29531 * io/open.c: Likewise.
29532 * io/open64.c: Likewise.
29533 * io/openat.c: Likewise.
29534 * io/openat64.c: Likewise.
29535 * io/pipe.c: Likewise.
29536 * io/pipe2.c: Likewise.
29537 * io/poll.c: Likewise.
29538 * io/posix_fadvise.c: Likewise.
29539 * io/posix_fadvise64.c: Likewise.
29540 * io/posix_fallocate.c: Likewise.
29541 * io/posix_fallocate64.c: Likewise.
29542 * io/read.c: Likewise.
29543 * io/readlink.c: Likewise.
29544 * io/readlinkat.c: Likewise.
29545 * io/rmdir.c: Likewise.
29546 * io/sendfile.c: Likewise.
29547 * io/sendfile64.c: Likewise.
29548 * io/statfs.c: Likewise.
29549 * io/statfs64.c: Likewise.
29550 * io/statvfs.c: Likewise.
29551 * io/statvfs64.c: Likewise.
29552 * io/symlink.c: Likewise.
29553 * io/symlinkat.c: Likewise.
29554 * io/ttyname.c: Likewise.
29555 * io/ttyname_r.c: Likewise.
29556 * io/umask.c: Likewise.
29557 * io/unlink.c: Likewise.
29558 * io/unlinkat.c: Likewise.
29559 * io/utime.c: Likewise.
29560 * io/utimensat.c: Likewise.
29561 * io/write.c: Likewise.
29562 * io/xmknod.c: Likewise.
29563 * io/xmknodat.c: Likewise.
29564 * io/xstat.c: Likewise.
29565 * io/xstat64.c: Likewise.
29566 * login/getpt.c: Likewise.
29567 * login/grantpt.c: Likewise.
29568 * login/unlockpt.c: Likewise.
29569 * math/e_acoshl.c: Likewise.
29570 * math/e_acosl.c: Likewise.
29571 * math/e_asinl.c: Likewise.
29572 * math/e_atan2l.c: Likewise.
29573 * math/e_atanhl.c: Likewise.
29574 * math/e_coshl.c: Likewise.
29575 * math/e_expl.c: Likewise.
29576 * math/e_fmodl.c: Likewise.
29577 * math/e_gammal_r.c: Likewise.
29578 * math/e_hypotl.c: Likewise.
29579 * math/e_j0l.c: Likewise.
29580 * math/e_j1l.c: Likewise.
29581 * math/e_jnl.c: Likewise.
29582 * math/e_lgammal_r.c: Likewise.
29583 * math/e_log10l.c: Likewise.
29584 * math/e_log2l.c: Likewise.
29585 * math/e_logl.c: Likewise.
29586 * math/e_powl.c: Likewise.
29587 * math/e_rem_pio2l.c: Likewise.
29588 * math/e_sinhl.c: Likewise.
29589 * math/e_sqrtl.c: Likewise.
29590 * math/fclrexcpt.c: Likewise.
29591 * math/fedisblxcpt.c: Likewise.
29592 * math/feenablxcpt.c: Likewise.
29593 * math/fegetenv.c: Likewise.
29594 * math/fegetexcept.c: Likewise.
29595 * math/fegetround.c: Likewise.
29596 * math/feholdexcpt.c: Likewise.
29597 * math/fesetenv.c: Likewise.
29598 * math/fesetround.c: Likewise.
29599 * math/feupdateenv.c: Likewise.
29600 * math/fgetexcptflg.c: Likewise.
29601 * math/fraiseexcpt.c: Likewise.
29602 * math/fsetexcptflg.c: Likewise.
29603 * math/ftestexcept.c: Likewise.
29604 * math/k_cosl.c: Likewise.
29605 * math/k_rem_pio2l.c: Likewise.
29606 * math/k_sinl.c: Likewise.
29607 * math/k_tanl.c: Likewise.
29608 * math/s_asinhl.c: Likewise.
29609 * math/s_atanl.c: Likewise.
29610 * math/s_cbrtl.c: Likewise.
29611 * math/s_erfl.c: Likewise.
29612 * math/s_expm1l.c: Likewise.
29613 * math/s_log1pl.c: Likewise.
29614 * math/s_tanhl.c: Likewise.
29615 * misc/acct.c: Likewise.
29616 * misc/brk.c: Likewise.
29617 * misc/chflags.c: Likewise.
29618 * misc/chroot.c: Likewise.
29619 * misc/fchflags.c: Likewise.
29620 * misc/fgetxattr.c: Likewise.
29621 * misc/flistxattr.c: Likewise.
29622 * misc/fremovexattr.c: Likewise.
29623 * misc/fsetxattr.c: Likewise.
29624 * misc/fsync.c: Likewise.
29625 * misc/ftruncate.c: Likewise.
29626 * misc/futimes.c: Likewise.
29627 * misc/futimesat.c: Likewise.
29628 * misc/getdomain.c: Likewise.
29629 * misc/getdtsz.c: Likewise.
29630 * misc/gethostid.c: Likewise.
29631 * misc/gethostname.c: Likewise.
29632 * misc/getloadavg.c: Likewise.
29633 * misc/getpagesize.c: Likewise.
29634 * misc/getsysstats.c: Likewise.
29635 * misc/getxattr.c: Likewise.
29636 * misc/gtty.c: Likewise.
29637 * misc/ioctl.c: Likewise.
29638 * misc/lgetxattr.c: Likewise.
29639 * misc/listxattr.c: Likewise.
29640 * misc/llistxattr.c: Likewise.
29641 * misc/lremovexattr.c: Likewise.
29642 * misc/lsetxattr.c: Likewise.
29643 * misc/lutimes.c: Likewise.
29644 * misc/madvise.c: Likewise.
29645 * misc/mincore.c: Likewise.
29646 * misc/mlock.c: Likewise.
29647 * misc/mlockall.c: Likewise.
29648 * misc/mmap.c: Likewise.
29649 * misc/mprotect.c: Likewise.
29650 * misc/msync.c: Likewise.
29651 * misc/munlock.c: Likewise.
29652 * misc/munlockall.c: Likewise.
29653 * misc/munmap.c: Likewise.
29654 * misc/preadv.c: Likewise.
29655 * misc/preadv64.c: Likewise.
29656 * misc/ptrace.c: Likewise.
29657 * misc/pwritev.c: Likewise.
29658 * misc/pwritev64.c: Likewise.
29659 * misc/readv.c: Likewise.
29660 * misc/reboot.c: Likewise.
29661 * misc/remap_file_pages.c: Likewise.
29662 * misc/removexattr.c: Likewise.
29663 * misc/revoke.c: Likewise.
29664 * misc/select.c: Likewise.
29665 * misc/setdomain.c: Likewise.
29666 * misc/setegid.c: Likewise.
29667 * misc/seteuid.c: Likewise.
29668 * misc/sethostid.c: Likewise.
29669 * misc/sethostname.c: Likewise.
29670 * misc/setregid.c: Likewise.
29671 * misc/setreuid.c: Likewise.
29672 * misc/setxattr.c: Likewise.
29673 * misc/sstk.c: Likewise.
29674 * misc/stty.c: Likewise.
29675 * misc/swapoff.c: Likewise.
29676 * misc/swapon.c: Likewise.
29677 * misc/sync.c: Likewise.
29678 * misc/syncfs.c: Likewise.
29679 * misc/syscall.c: Likewise.
29680 * misc/truncate.c: Likewise.
29681 * misc/ualarm.c: Likewise.
29682 * misc/usleep.c: Likewise.
29683 * misc/ustat.c: Likewise.
29684 * misc/utimes.c: Likewise.
29685 * misc/vhangup.c: Likewise.
29686 * misc/writev.c: Likewise.
29687 * posix/_exit.c: Likewise.
29688 * posix/alarm.c: Likewise.
29689 * posix/execve.c: Likewise.
29690 * posix/fexecve.c: Likewise.
29691 * posix/fork.c: Likewise.
29692 * posix/fpathconf.c: Likewise.
29693 * posix/getaddrinfo.c: Likewise.
29694 * posix/getegid.c: Likewise.
29695 * posix/geteuid.c: Likewise.
29696 * posix/getgid.c: Likewise.
29697 * posix/getgroups.c: Likewise.
29698 * posix/getlogin.c: Likewise.
29699 * posix/getlogin_r.c: Likewise.
29700 * posix/getpgid.c: Likewise.
29701 * posix/getpid.c: Likewise.
29702 * posix/getppid.c: Likewise.
29703 * posix/getresgid.c: Likewise.
29704 * posix/getresuid.c: Likewise.
29705 * posix/getsid.c: Likewise.
29706 * posix/getuid.c: Likewise.
29707 * posix/glob64.c: Likewise.
29708 * posix/nanosleep.c: Likewise.
29709 * posix/pathconf.c: Likewise.
29710 * posix/pause.c: Likewise.
29711 * posix/posix_madvise.c: Likewise.
29712 * posix/pread.c: Likewise.
29713 * posix/pread64.c: Likewise.
29714 * posix/pwrite.c: Likewise.
29715 * posix/pwrite64.c: Likewise.
29716 * posix/sched_getaffinity.c: Likewise.
29717 * posix/sched_getp.c: Likewise.
29718 * posix/sched_gets.c: Likewise.
29719 * posix/sched_primax.c: Likewise.
29720 * posix/sched_primin.c: Likewise.
29721 * posix/sched_rr_gi.c: Likewise.
29722 * posix/sched_setaffinity.c: Likewise.
29723 * posix/sched_setp.c: Likewise.
29724 * posix/sched_sets.c: Likewise.
29725 * posix/sched_yield.c: Likewise.
29726 * posix/setgid.c: Likewise.
29727 * posix/setlogin.c: Likewise.
29728 * posix/setpgid.c: Likewise.
29729 * posix/setresgid.c: Likewise.
29730 * posix/setresuid.c: Likewise.
29731 * posix/setsid.c: Likewise.
29732 * posix/setuid.c: Likewise.
29733 * posix/sleep.c: Likewise.
29734 * posix/spawni.c: Likewise.
29735 * posix/sysconf.c: Likewise.
29736 * posix/times.c: Likewise.
29737 * posix/wait.c: Likewise.
29738 * posix/wait3.c: Likewise.
29739 * posix/wait4.c: Likewise.
29740 * posix/waitpid.c: Likewise.
29741 * resolv/gai_sigqueue.c: Likewise.
29742 * resource/getpriority.c: Likewise.
29743 * resource/getrlimit.c: Likewise.
29744 * resource/getrusage.c: Likewise.
29745 * resource/nice.c: Likewise.
29746 * resource/setpriority.c: Likewise.
29747 * resource/setrlimit.c: Likewise.
29748 * resource/ulimit.c: Likewise.
29749 * rt/aio_cancel.c: Likewise.
29750 * rt/aio_fsync.c: Likewise.
29751 * rt/aio_read.c: Likewise.
29752 * rt/aio_sigqueue.c: Likewise.
29753 * rt/aio_suspend.c: Likewise.
29754 * rt/aio_write.c: Likewise.
29755 * rt/clock_getres.c: Likewise.
29756 * rt/clock_gettime.c: Likewise.
29757 * rt/clock_nanosleep.c: Likewise.
29758 * rt/clock_settime.c: Likewise.
29759 * rt/lio_listio.c: Likewise.
29760 * rt/mq_close.c: Likewise.
29761 * rt/mq_getattr.c: Likewise.
29762 * rt/mq_notify.c: Likewise.
29763 * rt/mq_open.c: Likewise.
29764 * rt/mq_receive.c: Likewise.
29765 * rt/mq_send.c: Likewise.
29766 * rt/mq_setattr.c: Likewise.
29767 * rt/mq_timedreceive.c: Likewise.
29768 * rt/mq_timedsend.c: Likewise.
29769 * rt/mq_unlink.c: Likewise.
29770 * rt/shm_open.c: Likewise.
29771 * rt/shm_unlink.c: Likewise.
29772 * rt/timer_create.c: Likewise.
29773 * rt/timer_delete.c: Likewise.
29774 * rt/timer_getoverr.c: Likewise.
29775 * rt/timer_gettime.c: Likewise.
29776 * rt/timer_settime.c: Likewise.
29777 * setjmp/__longjmp.c: Likewise.
29778 * setjmp/setjmp.c: Likewise.
29779 * signal/kill.c: Likewise.
29780 * signal/killpg.c: Likewise.
29781 * signal/raise.c: Likewise.
29782 * signal/sigaction.c: Likewise.
29783 * signal/sigaltstack.c: Likewise.
29784 * signal/sigblock.c: Likewise.
29785 * signal/sigignore.c: Likewise.
29786 * signal/sigintr.c: Likewise.
29787 * signal/signal.c: Likewise.
29788 * signal/sigpause.c: Likewise.
29789 * signal/sigpending.c: Likewise.
29790 * signal/sigqueue.c: Likewise.
29791 * signal/sigreturn.c: Likewise.
29792 * signal/sigset.c: Likewise.
29793 * signal/sigsetmask.c: Likewise.
29794 * signal/sigstack.c: Likewise.
29795 * signal/sigsuspend.c: Likewise.
29796 * signal/sigtimedwait.c: Likewise.
29797 * signal/sigvec.c: Likewise.
29798 * signal/sigwait.c: Likewise.
29799 * signal/sigwaitinfo.c: Likewise.
29800 * signal/sysv_signal.c: Likewise.
29801 * socket/accept.c: Likewise.
29802 * socket/accept4.c: Likewise.
29803 * socket/bind.c: Likewise.
29804 * socket/connect.c: Likewise.
29805 * socket/getpeername.c: Likewise.
29806 * socket/getsockname.c: Likewise.
29807 * socket/getsockopt.c: Likewise.
29808 * socket/isfdtype.c: Likewise.
29809 * socket/listen.c: Likewise.
29810 * socket/recv.c: Likewise.
29811 * socket/recvfrom.c: Likewise.
29812 * socket/recvmsg.c: Likewise.
29813 * socket/send.c: Likewise.
29814 * socket/sendmsg.c: Likewise.
29815 * socket/sendto.c: Likewise.
29816 * socket/setsockopt.c: Likewise.
29817 * socket/shutdown.c: Likewise.
29818 * socket/sockatmark.c: Likewise.
29819 * socket/socket.c: Likewise.
29820 * socket/socketpair.c: Likewise.
29821 * stdio-common/ctermid.c: Likewise.
29822 * stdio-common/cuserid.c: Likewise.
29823 * stdio-common/remove.c: Likewise.
29824 * stdio-common/rename.c: Likewise.
29825 * stdio-common/renameat.c: Likewise.
29826 * stdio-common/tempname.c: Likewise.
29827 * stdlib/getcontext.c: Likewise.
29828 * stdlib/makecontext.c: Likewise.
29829 * stdlib/setcontext.c: Likewise.
29830 * stdlib/swapcontext.c: Likewise.
29831 * stdlib/system.c: Likewise.
29832 * streams/fattach.c: Likewise.
29833 * streams/fdetach.c: Likewise.
29834 * streams/getmsg.c: Likewise.
29835 * streams/getpmsg.c: Likewise.
29836 * streams/putmsg.c: Likewise.
29837 * streams/putpmsg.c: Likewise.
29838 * sysdeps/unix/bsd/getpt.c: Likewise.
29839 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29840 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29841 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29842 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29843 Likewise.
29844 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29845 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29846 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29847 * sysvipc/msgctl.c: Likewise.
29848 * sysvipc/msgget.c: Likewise.
29849 * sysvipc/msgrcv.c: Likewise.
29850 * sysvipc/msgsnd.c: Likewise.
29851 * sysvipc/semctl.c: Likewise.
29852 * sysvipc/semget.c: Likewise.
29853 * sysvipc/semop.c: Likewise.
29854 * sysvipc/semtimedop.c: Likewise.
29855 * sysvipc/shmat.c: Likewise.
29856 * sysvipc/shmctl.c: Likewise.
29857 * sysvipc/shmdt.c: Likewise.
29858 * sysvipc/shmget.c: Likewise.
29859 * termios/tcdrain.c: Likewise.
29860 * termios/tcflow.c: Likewise.
29861 * termios/tcflush.c: Likewise.
29862 * termios/tcgetattr.c: Likewise.
29863 * termios/tcgetpgrp.c: Likewise.
29864 * termios/tcsendbrk.c: Likewise.
29865 * termios/tcsetattr.c: Likewise.
29866 * termios/tcsetpgrp.c: Likewise.
29867 * time/adjtime.c: Likewise.
29868 * time/clock.c: Likewise.
29869 * time/getitimer.c: Likewise.
29870 * time/gettimeofday.c: Likewise.
29871 * time/setitimer.c: Likewise.
29872 * time/settimeofday.c: Likewise.
29873 * time/stime.c: Likewise.
29874 * time/time.c: Likewise.
29875
298762012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 29877
a20492cf
PT
29878 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29879 /usr/old/bin.
29880
72e182e3
PT
29881 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29882 instead of spaces.
29883 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29884
fbeafede
JM
298852012-11-03 Joseph Myers <joseph@codesourcery.com>
29886
5b5b04d6
JM
29887 [BZ #14796]
29888 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29889 FE_TONEAREST before applying Dekker multiplication and Knuth
29890 addition. Clear inexact exceptions and check for exact zero
29891 results afterwards.
29892 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29893 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29894 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29895 * math/libm-test.inc (fma_test): Add more tests.
29896 (fma_test_towardzero): Likewise.
29897 (fma_test_downward): Likewise.
29898 (fma_test_upward): Likewise.
29899 * sysdeps/generic/math_private.h (default_libc_fesetround): New
29900 function.
29901 (libc_fesetround): New macro.
29902 (libc_fesetroundf): Likewise.
29903 (libc_fesetroundl): Likewise.
29904 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29905 function.
29906 (libc_fesetround_387): Likewise.
29907 (libc_fesetroundf): New macro.
29908 (libc_fesetround): Likewise.
29909 (libc_fesetroundl): Likewise.
29910 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29911 function.
29912 (libc_fesetroundf): New macro.
29913 (libc_fesetround): Likewise.
29914 (libc_fesetroundl): Likewise.
29915 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29916 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29917 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29918 libm_hidden_ver.
29919 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29920 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29921 libm_hidden_def.
29922 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29923 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29924 libm_hidden_ver.
29925 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29926 libm_hidden_def.
29927
fbeafede
JM
29928 [BZ #3439]
29929 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29930 integer constant usable in #if and use that to give value to enum
29931 constant.
29932 (FE_DIVBYZERO): Likewise.
29933 (FE_UNDERFLOW): Likewise.
29934 (FE_OVERFLOW): Likewise.
29935 (FE_INVALID): Likewise.
29936 (FE_INVALID_SNAN): Likewise.
29937 (FE_INVALID_ISI): Likewise.
29938 (FE_INVALID_IDI): Likewise.
29939 (FE_INVALID_ZDZ): Likewise.
29940 (FE_INVALID_IMZ): Likewise.
29941 (FE_INVALID_COMPARE): Likewise.
29942 (FE_INVALID_SOFTWARE): Likewise.
29943 (FE_INVALID_SQRT): Likewise.
29944 (FE_INVALID_INTEGER_CONVERSION): Likewise.
29945 (FE_TONEAREST): Likewise.
29946 (FE_TOWARDZERO): Likewise.
29947 (FE_UPWARD): Likewise.
29948 (FE_DOWNWARD): Likewise.
29949 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29950 (FE_DIVBYZERO): Likewise.
29951 (FE_OVERFLOW): Likewise.
29952 (FE_UNDERFLOW): Likewise.
29953 (FE_INEXACT): Likewise.
29954 (FE_TONEAREST): Likewise.
29955 (FE_DOWNWARD): Likewise.
29956 (FE_UPWARD): Likewise.
29957 (FE_TOWARDZERO): Likewise.
29958 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29959 (FE_UNDERFLOW): Likewise.
29960 (FE_OVERFLOW): Likewise.
29961 (FE_DIVBYZERO): Likewise.
29962 (FE_INVALID): Likewise.
29963 (FE_TONEAREST): Likewise.
29964 (FE_TOWARDZERO): Likewise.
29965 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29966 (FE_OVERFLOW): Likewise.
29967 (FE_UNDERFLOW): Likewise.
29968 (FE_DIVBYZERO): Likewise.
29969 (FE_INEXACT): Likewise.
29970 (FE_TONEAREST): Likewise.
29971 (FE_TOWARDZERO): Likewise.
29972 (FE_UPWARD): Likewise.
29973 (FE_DOWNWARD): Likewise.
29974 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29975 (FE_DIVBYZERO): Likewise.
29976 (FE_OVERFLOW): Likewise.
29977 (FE_UNDERFLOW): Likewise.
29978 (FE_INEXACT): Likewise.
29979 (FE_TONEAREST): Likewise.
29980 (FE_DOWNWARD): Likewise.
29981 (FE_UPWARD): Likewise.
29982 (FE_TOWARDZERO): Likewise.
29983
105ca950
CM
299842012-11-02 Chris Metcalf <cmetcalf@tilera.com>
29985
29986 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29987
a542b389
AS
299882012-11-03 Andreas Schwab <schwab@linux-m68k.org>
29989
29990 * scripts/cross-test-ssh.sh (command): Use newlines to separate
29991 commands. Quote $PWD.
29992 (blacklist_exports): Don't use remove_newlines. Replace "declare
29993 -x" by "export".
29994 (remove_newlines): Remove.
29995
f62c8abc
L
299962012-11-02 H.J. Lu <hongjiu.lu@intel.com>
29997
29998 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29999 * stdlib/stdlib.h (atof): Moved to ...
30000 * include/bits/stdlib-float.h: Here. New file.
30001 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
30002 * stdlib/bits/stdlib-float.h: New file.
30003 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
30004 -mno-sse -mno-mmx.
30005 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
30006 <xmmintrin.h>.
30007
0155d5b2
JM
300082012-11-02 Joseph Myers <joseph@codesourcery.com>
30009
a68d0680
JM
30010 * conform/conformtest.pl (@headers): Add fenv.h.
30011 * conform/data/fenv.h-data: New file.
30012 * include/fenv.h [_ISOMAC]: Disable all contents of file except
30013 include of <math/fenv.h>.
30014
caf7f573
JM
30015 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
30016 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
30017 && !UNIX98]. Enables tests for XOPEN2K8.
30018 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
30019 POSIX2008]: Likewise.
30020
6c073ad6
JM
30021 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
30022 (struct rusage): Do not expect type or its members.
30023
0155d5b2
JM
30024 [BZ #3439]
30025 * math/math.h (FP_NAN): Define macro to integer constant usable in
30026 #if and use that to give value to enum constant.
30027 (FP_INFINITE): Likewise.
30028 (FP_ZERO): Likewise.
30029 (FP_SUBNORMAL): Likewise.
30030 (FP_NORMAL): Likewise.
30031
b5dcacb4
AS
300322012-11-02 Andreas Schwab <schwab@linux-m68k.org>
30033
30034 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
30035 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
30036 arguments.
30037
f7934be8
RM
300382012-11-02 Roland McGrath <roland@hack.frob.com>
30039
30040 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
30041 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
30042 autoconf-time if not.
30043 * configure.in: Remove AC_PREREQ.
30044
d7d08bde
TMQMF
300452012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30046
30047 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
30048 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
30049 of the internal implementation.
30050
dcdae19a
JM
300512012-11-02 Joseph Myers <joseph@codesourcery.com>
30052
30053 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
30054 except include of <misc/sys/syslog.h>.
30055
d6cffd3e
AS
300562012-11-01 Andreas Schwab <schwab@linux-m68k.org>
30057
30058 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
30059 function returns with a NULL context exit with zero.
30060
b3563932
TMQMF
300612012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30062
30063 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
30064
b288a93d
L
300652012-11-01 H.J. Lu <hongjiu.lu@intel.com>
30066
30067 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
30068 (run_program_cmd): This.
30069 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
30070 (tst_langinfo): New variable. Use it.
30071
a2421a68
SAS
300722012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
30073
30074 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
30075 floating point opcodes.
30076
6f796e1b
TS
300772012-11-01 Thomas Schwinge <thomas@codesourcery.com>
30078
7402596b
TS
30079 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
30080 variable.
30081
d0d4f868
TS
30082 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
30083
6f796e1b
TS
30084 * sysdeps/mach/hurd/powerpc: Remove directory.
30085 * sysdeps/mach/powerpc: Likewise.
30086
4da224a2
AS
300872012-11-01 Andreas Schwab <schwab@linux-m68k.org>
30088
30089 * scripts/check-local-headers.sh: Ignore c++ headers.
30090
341dd673
TS
300912012-11-01 Thomas Schwinge <thomas@codesourcery.com>
30092
30093 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30094 __libc_cleanup_region_start argument.
30095
473611b2
JM
300962012-11-01 Joseph Myers <joseph@codesourcery.com>
30097
30098 [BZ #14784]
30099 [BZ #14785]
30100 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30101 x * y using scaling, not as x * y + z.
30102 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30103 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30104 * math/libm-test.inc (fma_test): Add more tests.
30105 (fma_test_towardzero): Likewise.
30106 (fma_test_downward): Likewise.
30107 (fma_test_upward): Likewise.
30108
4078da3d
TS
301092012-11-01 Thomas Schwinge <thomas@codesourcery.com>
30110
30111 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30112
903252aa
JM
301132012-10-31 Joseph Myers <joseph@codesourcery.com>
30114
30115 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30116 New variable.
30117
cbc818d0
TS
301182012-10-31 Thomas Schwinge <thomas@codesourcery.com>
30119
30120 * rt/tst-shm.c (worker): Correct checking for mmap failure.
30121
5a03cb1e
AS
301222012-10-31 Andreas Schwab <schwab@linux-m68k.org>
30123
30124 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30125 Fix sort order.
30126 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30127 Likewise.
30128
90aff2ff
TMQMF
301292012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30130
30131 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30132 Fix the order of the list for glibc 2.17.
30133 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30134 Likewise.
30135
1818fcb7
AS
301362012-10-31 Andreas Schwab <schwab@linux-m68k.org>
30137
30138 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30139
ef82f4da
JM
301402012-10-31 Joseph Myers <joseph@codesourcery.com>
30141
16a0e2ec
JM
30142 [BZ #14610]
30143 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30144 for low part of x being zero before using __atanl (y).
30145 * math/libm-test.inc (atan2_test): Add another test.
30146
0eb69512
JM
30147 * manual/install.texi (Configuring and compiling): Document
30148 general use of test-wrapper and test-wrapper-env.
30149 * INSTALL: Regenerated.
30150
ef82f4da
JM
30151 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30152 (__fma): Do not extract and scale down low bits on after-rounding
30153 systems when result rounded to normal precision would have normal
30154 exponent.
30155 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30156 (__fmal): Do not extract and scale down low bits on after-rounding
30157 systems when result rounded to normal precision would have normal
30158 exponent.
30159 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30160 (__fmal): Do not extract and scale down low bits on after-rounding
30161 systems when result rounded to normal precision would have normal
30162 exponent.
30163 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30164 macro.
30165 (fma_test): Add more tests.
30166 (fma_test_towardzero): Likewise.
30167 (fma_test_downward): Likewise.
30168 (fma_test_upward): Likewise.
30169
954ef0d9
L
301702012-10-30 H.J. Lu <hongjiu.lu@intel.com>
30171
30172 * sysdeps/i386/tininess.h: Renamed to ...
30173 * sysdeps/x86/tininess.h: This.
30174 * sysdeps/x86_64/tininess.h: Removed.
30175
df61ffb2
JM
301762012-10-30 Joseph Myers <joseph@codesourcery.com>
30177
30178 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30179 input. Use $(build-program-cmd).
30180 ($(objpfx)tst-array1-static.out): Likewise.
30181 ($(objpfx)tst-array2.out): Likewise.
30182 ($(objpfx)tst-array3.out): Likewise.
30183 ($(objpfx)tst-array4.out): Likewise.
30184 ($(objpfx)tst-array5.out): Likewise.
30185 ($(objpfx)tst-array5-static.out): Likewise.
30186
01767843
CM
301872012-10-30 Chris Metcalf <cmetcalf@tilera.com>
30188
47cc1490
CM
30189 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30190 if defined.
30191
01767843
CM
30192 * nss/nsswitch.h (nss_interface_function): Provide new
30193 macro for use with NSS functions.
30194 * grp/initgroups.c: Use new macro.
30195 * nss/getXXbyYY.c: Likewise.
30196 * nss/getXXbyYY_r.c: Likewise.
30197 * nss/getXXent.c: Likewise.
30198 * nss/getXXent_r.c: Likewise.
30199 * sysdeps/posix/getaddrinfo.c: Likewise.
30200
8321aa97
AJ
302012012-10-30 Andreas Jaeger <aj@suse.de>
30202
30203 * po/ru.po: Update Russion translation from translation project.
30204
2a27fd6d
JM
302052012-10-30 Joseph Myers <joseph@codesourcery.com>
30206
8627a232
JM
30207 [BZ #14152]
30208 [BZ #14783]
30209 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30210 result and shift together with sticky bit instead of replicating
30211 round-to-nearest rounding.
30212 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30213 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30214 * math/libm-test.inc (fma_test): Add more tests. Do not permit
30215 missing underflow exceptions.
30216 (fma_test_towardzero): Add more tests.
30217 (fma_test_downward): Likewise.
30218 (fma_test_upward): Likewise.
30219
2a27fd6d
JM
30220 [BZ #14047]
30221 * sysdeps/generic/tininess.h: New file.
30222 * sysdeps/i386/tininess.h: Likewise.
30223 * sysdeps/sh/tininess.h: Likewise.
30224 * sysdeps/x86_64/tininess.h: Likewise.
30225 * stdlib/tst-strtod-underflow.c: Likewise.
30226 * stdlib/tst-tininess.c: Likewise.
30227 * stdlib/strtod_l.c: Include <tininess.h>.
30228 (round_and_return): Do not set errno for exact underflow cases.
30229 Force an underflow exception when setting errno for underflow.
30230 Determine underflow based on rounding to normal precision if
30231 TININESS_AFTER_ROUNDING.
30232 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30233 ERANGE for exact underflow cases.
30234 * stdlib/Makefile (tests): Add tst-tininess and
30235 tst-strtod-underflow.
30236 ($(objpfx)tst-tininess): Use $(link-libm).
30237 ($(objpfx)tst-strtod-underflow): Likewise.
30238
e7170363
AJ
302392012-10-30 Andreas Jaeger <aj@suse.de>
30240
e5088dc6
AJ
30241 [BZ#14767]
30242 * elf/Makefile (tests): Remove conditional for have-initfini-array
30243 since this is now always required and the variable does not exist
30244 anymore.
30245 (tests-static): Likewise.
30246 (modules-names): Likewise.
30247
e7170363 30248 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
30249
30250 * elf/tst-array1.c (fini_array): Make writeable so that it can be
30251 merged with constructor/destructor.
30252 (init_array): Likewise.
30253 * elf/tst-array2dep.c (fini_array): Likewise.
30254 (init_array): Likewise.
30255
60457d8a
MF
302562012-10-29 Mike Frysinger <vapier@gentoo.org>
30257
30258 * manual/message.texi: Delete @cartouche tags.
30259
8bece752
PT
302602012-10-29 Pino Toscano <toscano.pino@tiscali.it>
30261
94ce799f
PT
30262 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30263 EOPNOTSUPP.
30264 * sysdeps/mach/hurd/fsync.c: Likewise.
30265
8bece752
PT
30266 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30267 [_POSIX_REALTIME_SIGNALS]: Change condition to
30268 [_POSIX_REALTIME_SIGNALS > 0].
30269
86ebe6b1
AJ
302702012-10-27 Andreas Jaeger <aj@suse.de>
30271
30272 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30273 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30274 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30275 [__WORDSIZE != 64]: Likewise.
30276
54399c08
L
302772012-10-26 H.J. Lu <hongjiu.lu@intel.com>
30278
30279 * iconvdata/tst-table.sh: Remove ${SHELL}.
30280 * iconvdata/tst-tables.sh: Likewise.
30281
e2211bed
DM
302822012-10-25 David S. Miller <davem@davemloft.net>
30283
30284 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30285 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30286 of strtoull.
30287
f303f97c
DM
30288 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30289 ifunc-impl-list.c
30290 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30291 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30292 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30293 file.
30294
1e9d84cd
RM
302952012-10-25 Roland McGrath <roland@hack.frob.com>
30296
30297 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30298 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30299 __getdirentries.
30300
df381762
JM
303012012-10-25 Joseph Myers <joseph@codesourcery.com>
30302 Jim Blandy <jimb@codesourcery.com>
30303
30304 * scripts/cross-test-ssh.sh: New file.
30305 * manual/install.texi (Configuring and compiling): Document use of
30306 cross-test-ssh.sh.
30307 * INSTALL: Regenerated.
30308
bff64913
PT
303092012-10-25 Pino Toscano <toscano.pino@tiscali.it>
30310
30311 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30312 EOPNOTSUPP.
30313
25fe8932
JM
303142012-10-25 Joseph Myers <joseph@codesourcery.com>
30315
30316 * Makeconfig (run-program-prefix): Fix comment.
30317
cc1290d0
JM
303182012-10-24 Joseph Myers <joseph@codesourcery.com>
30319 Jim Blandy <jimb@codesourcery.com>
30320
30321 * Makeconfig (test-wrapper): New variable,
30322 (test-wrapper-env): Likewise.
30323 [$(cross-compiling) = yes && $(test-wrapper) != ""]
30324 (run-built-tests): Define to yes.
30325 (run-program-prefix): Use $(test-wrapper).
30326 (built-program-cmd): Likewise.
30327 * Rules (make-test-out): Use $(test-wrapper-env) and
30328 $(host-built-program-cmd).
30329 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30330 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30331 tst-pathopt.sh.
30332 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30333 $(test-wrapper-env) to tst-rtld-load-self.sh.
30334 ($(objpfx)order2.out): Use $(test-wrapper).
30335 ($(objpfx)tst-initorder.out): Likewise.
30336 ($(objpfx)tst-initorder2.out): Likewise.
30337 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30338 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30339 (test_wrapper_env): New variable. Use it to run ld.so.
30340 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30341 Use it to run ld.so.
30342 (test_wrapper_env): Likewise.
30343 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30344 $(test-wrapper) to run-iconv-test.sh.
30345 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30346 (ICONV): Use $test_wrapper.
30347 * posix/Makefile ($(objpfx)globtest.out): Pass
30348 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30349 globtest.sh, not $(run-program-prefix).
30350 * posix/globtest.sh (run_via_rtld_prefix): New variable.
30351 (test_wrapper): Likewise.
30352 (test_wrapper_env): Likewise. Use it to run globtest with HOME
30353 set together with run_via_rtld_prefix.
30354 (run_program_prefix): Define in terms of test_wrapper and
30355 run_via_rtld_prefix.
30356
6e6249d0
RM
303572012-10-24 Roland McGrath <roland@hack.frob.com>
30358
30359 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30360 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30361 Targets removed.
30362
30363 [BZ #14743]
30364 * include/time.h: Remove librt_hidden_proto (clock_gettime).
30365 Declare __clock_getres, __clock_gettime, __clock_settime,
30366 __clock_nanosleep, and __clock_getcpuclockid.
30367 * rt/clock_gettime.c: Define __clock_gettime as an alias.
30368 Remove librt_hidden_def (clock_gettime).
30369 * sysdeps/unix/clock_gettime.c: Likewise.
30370 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30371 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30372 * rt/clock_getres.c: Define __clock_getres as an alias.
30373 * sysdeps/posix/clock_getres.c: Likewise.
30374 * rt/clock_settime.c: Define __clock_settime as an alias.
30375 * sysdeps/unix/clock_settime.c: Likewise.
30376 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30377 * sysdeps/unix/clock_nanosleep.c: Likewise.
30378 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30379 * rt/clock-compat.c: New file.
30380 * rt/Makefile (librt-routines): Add clock-compat and move
30381 $(clock-routines) to ...
30382 (routines): ... here, new variable.
30383 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30384 Don't add get_clockfreq here.
30385 * rt/Versions (libc: GLIBC_2.17): New version set.
30386 Add clock_* symbols here.
30387 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
30388 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30389 (GLIBC_2.17): Add clock_* symbols.
30390 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30391 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30392 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30393 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30394 Likewise.
30395 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30396 Likewise.
30397 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30398 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30399 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30400 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30401 * NEWS: Mention the move.
30402
30403 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30404 Use __open, __read, __close rather than their public counterparts.
30405 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30406 (__get_clockfreq_via_cpuinfo): Likewise.
30407 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30408 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30409
30410 * config.h.in (HAVE_IFUNC): New #undef.
30411 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30412 was successful.
30413 * configure: Regenerated.
30414
0cae3f4b
MF
304152012-10-24 Mike Frysinger <vapier@gentoo.org>
30416
30417 * configure.in: Move READELF check to start of file.
30418 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30419 libc_cv_asm_gnu_indirect_function in the process.
30420 * configure: Regenerated.
30421
8175a253
MF
304222012-10-24 Mike Frysinger <vapier@gentoo.org>
30423
30424 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30425 send the output to /dev/null.
30426 (libc_cv_cc_with_libunwind): Likewise.
30427 (libc_cv_as_noexecstack): Likewise.
30428 * configure: Regenerate.
30429
0708a7d1
JM
304302012-10-24 Joseph Myers <joseph@codesourcery.com>
30431
10b40d85
JM
30432 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30433
0708a7d1
JM
30434 * posix/globtest.sh (TMPDIR): Do not set.
30435 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30436 (testout): Likewise.
30437
9fddec1a
AJ
304382012-10-24 Andreas Jaeger <aj@suse.de>
30439
3a8db22f
AJ
30440 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30441 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30442 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30443 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30444 posix_fadvise64, posix_fallocate64.
30445
9fddec1a
AJ
30446 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30447 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30448 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30449 Likewise.
30450 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30451 Likewise.
30452 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30453
30454 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30455 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30456 <bits/fcntl-linux.h>.
30457 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30458
30459 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30460 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30461 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30462 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30463 [__WORDSIZE != 64]: Likewise.
30464
ebfd1bbd
JM
304652012-10-23 Joseph Myers <joseph@codesourcery.com>
30466
03ac099f
JM
30467 * Makeconfig (run-built-tests): New variable.
30468 * Rules [$(cross-compiling) = yes]: Change condition to
30469 [$(run-built-tests) = no].
30470 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30471 to [$(run-built-tests) = yes].
30472 * elf/Makefile [$(cross-compiling) = no]: Likewise
30473 * grp/Makefile [$(cross-compiling) = no]: Likewise.
30474 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30475 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30476 * intl/Makefile [$(cross-compiling) = no]: Likewise.
30477 * io/Makefile [$(cross-compiling) = no]: Likewise.
30478 * libio/Makefile [$(cross-compiling) = no]: Likewise.
30479 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30480 * misc/Makefile [$(cross-compiling) = no]: Likewise.
30481 * posix/Makefile [$(cross-compiling) = no]: Likewise.
30482 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30483 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30484 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30485 * string/Makefile [$(cross-compiling) = no]: Likewise.
30486
ebfd1bbd
JM
30487 * posix/Makefile ($(objpfx)globtest.out): Pass
30488 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30489 $(rtld-installed-name).
30490 * posix/globtest.sh (elf_objpfx): Remove variable.
30491 (rtld_installed_name): Likewise.
30492 (library_path): Likewise.
30493 (run_program_prefix): New variable. Use for running globtest
30494 binary.
30495
166bca24
JB
304962012-10-23 Jim Blandy <jimb@codesourcery.com>
30497 Joseph Myers <joseph@codesourcery.com>
30498
30499 * Makeconfig (host-built-program-cmd): New variable.
30500 * elf/Makefile (tst-stackguard1-ARGS): Use
30501 $(host-built-program-cmd).
30502 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30503 (tst-spawn-ARGS): Likewise.
30504 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30505
88866099
JM
305062012-10-23 Joseph Myers <joseph@codesourcery.com>
30507 Jim Blandy <jimb@codesourcery.com>
30508
30509 * Makeconfig (run-via-rtld-prefix): New variable.
30510 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30511 (built-program-cmd): Likewise.
30512
b4b4c296
AJ
305132012-10-22 Andreas Jaeger <aj@suse.de>
30514
30515 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30516 __O_RSYNC if it exists, otherwise to O_SYNC.
30517
6fb54a22
JB
305182012-10-22 Jim Blandy <jimb@codesourcery.com>
30519 Joseph Myers <joseph@codesourcery.com>
30520
30521 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30522 /dev/null.
30523 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30524 from /dev/null
30525 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30526 /dev/null.
30527
481b90b9
AJ
305282012-10-22 Andreas Jaeger <aj@suse.de>
30529
2a0e2669
AJ
30530 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30531 Define always.
30532 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30533
76e38f9a
AJ
30534 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30535 bits/fcntl-linux.h.
30536
7cd37b43
AJ
30537 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30538 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30539
481b90b9
AJ
30540 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30541 to __O_LARGEFILE.
30542 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30543 to __O_LARGEFILE.
30544
aba75984
JB
305452012-10-21 Jim Blandy <jimb@codesourcery.com>
30546 Joseph Myers <joseph@codesourcery.com>
30547
30548 * config.make.in (NM): New variable.
30549
88d4247f
AJ
305502012-10-21 Andreas Jaeger <aj@suse.de>
30551
30552 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30553 definitions and declarations that are provided by
30554 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30555
f2eed205
L
305562012-10-20 H.J. Lu <hongjiu.lu@intel.com>
30557
30558 [BZ #14683]
30559 * elf/Makefile (tests-static): Add tst-leaks1-static.
30560 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30561 ($(objpfx)tst-leaks1-static): New rule.
30562 ($(objpfx)tst-leaks1-static-mem): Likewise.
30563 (tst-leaks1-static-ENV): New macro.
30564 * elf/dl-open.c (dl_open_worker): Check the main application
30565 only if SHARED is defined.
30566 * elf/tst-leaks1-static.c: New file.
30567
335e6931
AJ
305682012-10-20 Andreas Jaeger <aj@suse.de>
30569
30570 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30571 generic values for Linux.
30572 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30573 and declarations that are provided by <bits/fcntl-linux.h> and
30574 include <bits/fcntl-linux.h>.
30575 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30576 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30577
ac5c94d3
RM
305782012-10-20 Roland McGrath <roland@hack.frob.com>
30579
30580 * io/fcntl.h: Move include of <bits/types.h> to the top and
30581 include it unconditionally.
30582
de54b33a
L
305832012-10-20 H.J. Lu <hongjiu.lu@intel.com>
30584
228cfb01
L
30585 * wcsmbs/Makefile (tests-ifunc): New variable.
30586 (tests): Add $(tests-ifunc).
30587 * wcsmbs/test-wcschr-ifunc.c: New file.
30588 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
30589 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
30590 * wcsmbs/test-wcslen-ifunc.c: Likewise.
30591 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
30592 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
30593
69f07e5f
L
30594 * string/Makefile (tests-ifunc): New variable.
30595 (tests): Add $(tests-ifunc).
30596 * string/test-memccpy.c (TEST_NAME): New macro.
30597 * string/test-memchr.c (TEST_NAME): Likewise.
30598 * string/test-memcmp.c (TEST_NAME): Likewise.
30599 * string/test-memcpy.c (TEST_NAME): Likewise.
30600 * string/test-memmem.c (TEST_NAME): Likewise.
30601 * string/test-memmove.c (TEST_NAME): Likewise.
30602 * string/test-memset.c (TEST_NAME): Likewise.
30603 * string/test-rawmemchr.c (TEST_NAME): Likewise.
30604 * string/test-stpcpy.c (TEST_NAME): Likewise.
30605 * string/test-stpncpy.c (TEST_NAME): Likewise.
30606 * string/test-strcasecmp.c (TEST_NAME): Likewise.
30607 * string/test-strcasestr.c (TEST_NAME): Likewise.
30608 * string/test-strcat.c (TEST_NAME): Likewise.
30609 * string/test-strchr.c (TEST_NAME): Likewise.
30610 * string/test-strcmp.c(TEST_NAME): Likewise.
30611 * string/test-strcpy.c (TEST_NAME): Likewise.
30612 * string/test-strcspn.c (TEST_NAME): Likewise.
30613 * string/test-strlen.c (TEST_NAME): Likewise.
30614 * string/test-strncasecmp.c (TEST_NAME): Likewise.
30615 * string/test-strncmp.c (TEST_NAME): Likewise.
30616 * string/test-strncpy.c (TEST_NAME): Likewise.
30617 * string/test-strnlen.c (TEST_NAME): Likewise.
30618 * string/test-strpbrk.c (TEST_NAME): Likewise.
30619 * string/test-strrchr.c (TEST_NAME): Likewise.
30620 * string/test-strspn.c (TEST_NAME): Likewise.
30621 * string/test-strstr.c (TEST_NAME): Likewise.
30622 * string/test-bcopy-ifunc.c: New file.
30623 * string/test-bzero-ifunc.c: Likewise.
30624 * string/test-memccpy-ifunc.c: Likewise.
30625 * string/test-memchr-ifunc.c: Likewise.
30626 * string/test-memcmp-ifunc.c: Likewise.
30627 * string/test-memcpy-ifunc.c: Likewise.
30628 * string/test-memmem-ifunc.c: Likewise.
30629 * string/test-memmove-ifunc.c: Likewise.
30630 * string/test-mempcpy-ifunc.c: Likewise.
30631 * string/test-memset-ifunc.c: Likewise.
30632 * string/test-rawmemchr-ifunc.c: Likewise.
30633 * string/test-stpcpy-ifunc.c: Likewise.
30634 * string/test-stpncpy-ifunc.c: Likewise.
30635 * string/test-strcasecmp-ifunc.c: Likewise.
30636 * string/test-strcasestr-ifunc.c: Likewise.
30637 * string/test-strcat-ifunc.c: Likewise.
30638 * string/test-strchr-ifunc.c: Likewise.
30639 * string/test-strchrnul-ifunc.c: Likewise.
30640 * string/test-strcmp-ifunc.c: Likewise.
30641 * string/test-strcpy-ifunc.c: Likewise.
30642 * string/test-strcspn-ifunc.c: Likewise.
30643 * string/test-strlen-ifunc.c: Likewise.
30644 * string/test-strncasecmp-ifunc.c: Likewise.
30645 * string/test-strncat-ifunc.c: Likewise.
30646 * string/test-strncmp-ifunc.c: Likewise.
30647 * string/test-strncpy-ifunc.c: Likewise.
30648 * string/test-strnlen-ifunc.c: Likewise.
30649 * string/test-strpbrk-ifunc.c: Likewise.
30650 * string/test-strrchr-ifunc.c: Likewise.
30651 * string/test-strspn-ifunc.c: Likewise.
30652 * string/test-strstr-ifunc.c: Likewise.
30653
de54b33a
L
30654 * debug/Makefile (tests-ifunc): New variable.
30655 (tests): Add $(tests-ifunc).
30656 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30657 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30658 * debug/test-stpcpy_chk-ifunc.c: New file.
30659 * debug/test-strcpy_chk-ifunc.c: Likewise.
30660
88481c16
SP
306612012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
30662
30663 [BZ #13601]
30664 * elf/dl-load.c (open_verify): Retry read if the entire ELF
30665 header is not read in.
30666
135948bd
JM
306672012-10-19 Joseph Myers <joseph@codesourcery.com>
30668
89f1c388
JM
30669 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
30670 script to $(SHELL) as $<. Pass $(common-objpfx) to script
30671 directly. Pass built executable to script as
30672 $(built-program-cmd).
30673 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
30674 $testprogram without using LD_LIBRARY_PATH and $ldso.
30675
e40a0d21
JM
30676 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30677 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30678 $(rtld-installed-name).
30679 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30680 (rtld_installed_name): Likewise.
30681 (library_path): Likewise.
30682 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
30683 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30684 $(run-program-prefix) to tst-tables.sh.
30685 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
30686 it to run tst-table-from and tst-table-to.
30687 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30688 Pass it to tst-table.sh.
30689 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30690 $(run-program-prefix) to tst-gettext.sh.
30691 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30692 tst-translit.sh.
30693 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30694 tst-gettext2.sh.
30695 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
30696 to run tst-gettext.
30697 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
30698 to run tst-gettext2.
30699 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
30700 to run tst-translit.
30701 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30702 $(run-program-prefix) to tst-mtrace.sh.
30703 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
30704 to run tst-mtrace.
30705 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30706 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30707 $(rtld-installed-name).
30708 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30709 (rtld_installed_name): Likewise.
30710 (run_program_prefix): New variable. Use it to run wordexp-test.
30711
728e272a
JM
30712 * Makeconfig (ARCH): Remove all definitions.
30713 (machine): Likewise.
30714 [ARCH]: Remove conditional code.
30715 [!objdir]: Give error.
30716 [!objdir] (objpfx): Remove.
30717 [!objdir] (common-objpfx): Likewise.
30718 [!objdir] (common-objdir): Likewise.
30719 * configure.in (config_makefile): Remove. Hardcode Makefile in
30720 AC_CONFIG_FILES call.
30721 * configure: Regenerated.
30722
d528cdcf
JM
30723 [BZ #13888]
30724 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30725 or TMPDIR.
30726 (testout): Likewise.
30727
135948bd
JM
30728 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30729 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30730 $(rtld-installed-name).
30731 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30732 (rtld_installed_name): Likwise.
30733 (runit): Remove function.
30734 (run_getconf): New variable, Use it for running getconf binary.
30735
38c78296
L
307362012-10-18 H.J. Lu <hongjiu.lu@intel.com>
30737
30738 [BZ #14716]
30739 * string/test-memmem.c (check_result): New function.
30740 (do_one_test): Use it.
30741 (check1): New function.
30742 (test_main): Use it.
30743
d077f65f
MT
307442012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
30745
30746 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30747
ced52c71
JM
307482012-10-18 Joseph Myers <joseph@codesourcery.com>
30749
30750 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30751 (_G_LSEEK64): Likewise.
30752 (_G_MMAP64): Likewise.
30753 (_G_FSTAT64): Likewise.
30754 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30755 (_G_LSEEK64): Likewise.
30756 (_G_MMAP64): Likewise.
30757 (_G_FSTAT64): Likewise.
30758 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30759 unconditional. Call __mmap64 directly.
30760 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30761 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
30762 __lseek64 directly.
30763 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30764 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
30765 __mmap64 directly.
30766 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30767 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
30768 __lseek64 directly.
30769 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30770 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
30771 __lseek64 directly.
30772 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30773 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
30774 __lseek64 directly.
30775 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30776 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
30777 __fxstat64 directly.
30778 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30779 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30780 unconditional.
30781 (freopen64) [!_G_OPEN64]: Remove conditional code.
30782 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30783 unconditional.
30784 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30785 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30786 unconditional.
30787 (ftello64) [!_G_LSEEK64]: Remove conditional code.
30788 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30789 unconditional.
30790 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30791 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30792 unconditional.
30793 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30794 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30795 unconditional.
30796 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30797 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
30798 unconditional.
30799 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30800 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30801 unconditional.
30802 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30803
b741de23
SP
308042012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
30805
30806 [BZ #12140]
30807 * manual/memory.texi (Malloc Tunable Parameters): Add note
30808 about free list pointers overwriting some perturb bytes.
30809 Wording suggested by Roland McGrath.
30810
f9b9d9c9
JM
308112012-10-17 Joseph Myers <joseph@codesourcery.com>
30812
30813 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30814 (lgamma_test): Likewise.
30815 (tgamma_test): Likewise.
30816
172a631a
FW
308172012-10-16 Florian Weimer <fweimer@redhat.com>
30818
30819 [BZ #14700]
30820 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30821 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30822
e9f37252
MK
308232012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
30824
30825 * NEWS: Mention BZ #14716.
30826 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30827 when removing AVAILABLE1_USES_J macro.
30828
d394eb74
L
308292012-10-12 H.J. Lu <hongjiu.lu@intel.com>
30830
30831 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30832 (__bswap_64): __uint64_t for unsigned 64-bit int.
30833
ca38dc17
AS
308342012-10-12 Andreas Schwab <schwab@linux-m68k.org>
30835
30836 * include/string.h (memmem): Declare libc hidden alias.
30837 * string/memmem.c (memmem): Define libc hidden alias.
30838 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30839 __read, __close instead of open, read, close.
30840
9a387d1f
L
308412012-10-11 H.J. Lu <hongjiu.lu@intel.com>
30842
ac49ecaf
L
30843 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30844 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30845 global and hidden.
30846 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30847 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30848 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30849 Likewise.
30850 (__rawmemchr_sse2): Likewise.
30851 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30852 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30853 (__strchr_sse2): Likewise.
30854 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30855 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30856 (__strcasecmp_sse2): Likewise.
30857 (__strncasecmp_sse2): Likewise.
30858 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30859 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30860 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30861 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30862 (__strrchr_sse2): Likewise.
30863 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30864 ifunc-impl-list.c.
30865 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30866 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30867 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30868 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30869 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30870 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30871 * sysdeps/x86_64/multiarch/memset.S: Likewise.
30872 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30873 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30874 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30875 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30876 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30877 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30878 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30879 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30880 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30881 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30882 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30883 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30884 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30885 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30886 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30887 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30888 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30889 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30890 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30891 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30892 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30893 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30894 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30895
b090e8ea
L
30896 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30897 global and hidden.
30898 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30899 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30900 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30901 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30902 Likewise.
30903 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30904 Likewise.
30905 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30906 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30907 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30908 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30909 ifunc-impl-list.c.
30910 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30911 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30912 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30913 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30914 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30915 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30916 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30917 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30918 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30919 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30920 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30921 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30922 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30923 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30924 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30925 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30926 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30927 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30928 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30929 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30930 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30931 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30932 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30933 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30934 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30935 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30936 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30937 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30938 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30939 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30940 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30941 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30942 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30943 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30944 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30945 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30946 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30947 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30948 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30949 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30950 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30951
11dd4af6
L
30952 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30953 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30954 * include/ifunc-impl-list.h: New file.
30955 * misc/ifunc-impl-list.c: Likewise.
30956 * misc/Makefile (routines): Add ifunc-impl-list.
30957 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30958 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
30959 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30960 TEST_NAME]: New variables.
11dd4af6
L
30961 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30962 are defined.
30963 (test_init): Call __libc_ifunc_impl_list to initialize
30964 func_list if TEST_IFUNC and TEST_NAME are defined.
30965
9a387d1f
L
30966 * string/Makefile (strop-tests): Add bcopy and bzero.
30967 * string/test-bcopy.c: New file.
30968 * string/test-bzero.c: Likewise.
30969 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30970 defined.
30971 * string/test-memset.c: Support bzero test if TEST_BZERO is
30972 defined.
30973 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30974 __libc_memmove.
30975 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30976 __libc_memset.
30977 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30978 of memset.
30979
472371b9
JM
309802012-10-10 Joseph Myers <joseph@codesourcery.com>
30981
1e4a9536
JM
30982 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30983 * configure: Regenerated.
30984
d173d12e
JM
30985 * Makeconfig (+link-static-before-libc): Don't include
30986 $(link-static-libc).
30987
472371b9
JM
30988 * libio/libio.h (_IO_pos_t): Remove.
30989
89a3ad0b
AO
309902012-10-10 Alexandre Oliva <aoliva@redhat.com>
30991
30992 * NEWS: Add note about FIPS mode. Wording suggested by Roland
30993 McGrath.
30994
e7451425
AO
309952012-10-10 Alexandre Oliva <aoliva@redhat.com>
30996
30997 * crypt/crypt-entry.c: Include fips-private.h.
30998 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30999 * crypt/md5c-test.c (main): Tolerate disabled MD5.
31000 * sysdeps/unix/sysv/linux/fips-private.h: New file.
31001 * sysdeps/generic/fips-private.h: New file, dummy fallback.
31002
4ba74a35
AO
310032012-10-10 Alexandre Oliva <aoliva@redhat.com>
31004
31005 * crypt/crypt-private.h: Include stdbool.h.
31006 (_ufc_setup_salt_r): Return bool.
31007 * crypt/crypt-entry.c: Include errno.h.
31008 (__crypt_r): Return NULL with EINVAL for bad salt.
31009 * crypt/crypt_util.c (bad_for_salt): New.
31010 (_ufc_setup_salt_r): Check that salt is long enough and within
31011 the specified alphabet.
31012 * crypt/badsalttest.c: New file.
31013 * crypt/Makefile (tests): Add it.
31014 ($(objpfx)badsalttest): New.
31015
f96f1242
MK
310162012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
31017
31018 * NEWS: Add entry for BZ #14602.
31019
0e8e0c1c
JM
310202012-10-09 Joseph Myers <joseph@codesourcery.com>
31021
31022 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
31023 type-generic.
31024 * math/libm-test.inc: Update comment listing what functions and
31025 macros are tested.
31026 (isgreater_test): New function.
31027 (isgreaterequal_test): Likewise.
31028 (isless_test): Likewise.
31029 (islessequal_test): Likewise.
31030 (islessgreater_test): Likewise.
31031 (isunordered_test): Likewise.
31032 (main): Call the new functions.
31033
273edc5e
RM
310342012-10-09 Roland McGrath <roland@hack.frob.com>
31035
b8493de0
RM
31036 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
31037 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
31038 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
31039 * sysdeps/i386/configure: Regenerated.
31040 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
31041 * sysdeps/mach/configure: Regenerated.
31042 * sysdeps/mach/hurd/configure: Regenerated.
31043 * sysdeps/powerpc/configure: Regenerated.
31044 * sysdeps/powerpc/powerpc32/configure: Regenerated.
31045 * sysdeps/powerpc/powerpc64/configure: Regenerated.
31046 * sysdeps/s390/s390-32/configure: Regenerated.
31047 * sysdeps/s390/s390-64/configure: Regenerated.
31048 * sysdeps/sh/configure: Regenerated.
31049 * sysdeps/sparc/configure: Regenerated.
31050 * sysdeps/unix/sysv/linux/configure: Regenerated.
31051 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
31052 * sysdeps/x86_64/configure: Regenerated.
31053
273edc5e
RM
31054 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
31055 defined. Don't check if MAP is NULL.
31056
c8450f70
JM
310572012-10-09 Joseph Myers <joseph@codesourcery.com>
31058
31059 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
31060 (_G_stat64): Likewise.
31061 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
31062 (_G_stat64): Likewise.
31063 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
31064 instead of struct _G_stat64.
31065 * libio/fileops.c (mmap_remap_check): Likewise.
31066 (decide_maybe_mmap): Likewise.
31067 (_IO_new_file_seekoff): Likewise.
31068 (_IO_file_stat): Likewise.
31069 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
31070 _G_off64_t.
31071 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
31072 instead of struct _G_stat64.
31073 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31074
57e605ba
MK
310752012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
31076
31077 [BZ #14602]
31078 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31079 Replace with ...
31080 (CHECK_EOL): New macro.
31081 (two_way_short_needle): Check beginning of haystack for EOL. Use
31082 CHECK_EOL.
31083 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31084 Replace with CHECK_EOL.
31085 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31086 Replace with CHECK_EOL.
31087
ef1bb361
JM
310882012-10-08 Joseph Myers <joseph@codesourcery.com>
31089
31090 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31091 type-generic.
31092 * math/libm-test.inc: Update comment listing what functions and
31093 macros are tested.
31094 (finite_test): New function.
31095 (isinf_test): Likewise.
31096 (isnan_test): Likewise.
31097 (fpclassify_test): Test subnormal input.
31098 (isfinite_test): Likewise.
31099 (isnormal_test): Likewise.
31100 (main): Call the new functions.
31101
55f11534
JN
311022012-10-08 Jonathan Nieder <jrnieder@gmail.com>
31103
31104 [BZ #14660]
31105 * Makerules (%.dynsym): Force C locale when running
31106 $(OBJDUMP) --dynamic-syms.
31107
1ab29350
AS
311082012-10-08 Andreas Schwab <schwab@linux-m68k.org>
31109
31110 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31111 <stdint.h>.
31112
f1ecb7ef
DM
311132012-10-06 David S. Miller <davem@davemloft.net>
31114
31115 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31116 upper 32-bits of the length value in %o2 since we use branch-on-register
31117 tests which consider the entire 64-bit register.
31118
5d41d91a
L
311192012-10-06 H.J. Lu <hongjiu.lu@intel.com>
31120
31121 * string/test-strstr.c (check2): Add a test for page boundary.
31122
3baddb72
DM
311232012-10-05 David S. Miller <davem@davemloft.net>
31124
31125 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31126 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31127 file.
31128 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31129 sysdep_routines.
31130 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31131 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31132 and bzero when HWCAP_SPARC_CRYPTO is present.
31133
9cee5585
L
311342012-10-05 H.J. Lu <hongjiu.lu@intel.com>
31135
d7e0dab9
L
31136 [BZ #14602]
31137 * string/test-strstr.c (check2): New function.
31138 (test_main): Call check2.
31139
03759f47
L
31140 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31141 and bug-strchr1.
31142 * string/bug-strcasestr1.c (do_test): Moved to ...
31143 * string/test-strcasestr.c (check1): Here. New function.
31144 (do_one_test): Break out result checking code into ...
31145 (check_result): This. New function.
31146 (do_one_test): Call check_result.
31147 (test_main): Call check1.
31148 * string/bug-strchr1.c (do_test): Moved to ...
31149 * string/test-strchr.c (check1): Here. New function.
31150 (do_one_test): Break out result checking code into ...
31151 (check_result): This. New function.
31152 (do_one_test): Call check_result.
31153 (test_main): Call check1.
31154 * string/bug-strstr1.c (main): Moved to ...
046f153e 31155 * string/test-strstr.c (check1): Here. New function.
03759f47
L
31156 (do_one_test): Break out result checking code into ...
31157 (check_result): This. New function.
31158 (do_one_test): Call check_result.
31159 (test_main): Call check1.
31160 * string/bug-strcasestr1.c: Removed.
31161 * string/bug-strchr1.c: Likewise.
31162 * string/bug-strstr1.c: Likewise.
31163
53cea63e
L
31164 * elf/Makefile (dl-routines): Add hwcaps.
31165 * elf/dl-support.c (_dl_important_hwcaps): Removed.
31166 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31167 (_dl_important_hwcaps): Moved to ...
31168 * elf/dl-hwcaps.c: Here. New file.
31169 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31170
9cee5585 31171 [BZ #14557]
bb859b06
L
31172 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31173 if IS_IN_rtld isn't defined.
31174
9cee5585
L
31175 * elf/dl-support.c (_dl_sysinfo_map): New.
31176 Include "get-dynamic-info.h" and "setup-vdso.h".
31177 (_dl_non_dynamic_init): Call setup_vdso.
31178 * elf/dynamic-link.h: Don't include <assert.h>.
31179 (elf_get_dynamic_info): Moved to ...
31180 * elf/get-dynamic-info.h: Here. New file.
31181 * elf/dynamic-link.h: Include "get-dynamic-info.h".
31182 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31183 * elf/setup-vdso.h: Here. New file.
31184 * elf/rtld.c: Include "setup-vdso.h".
31185 (dl_main): Call setup_vdso.
31186
23c31b76
JM
311872012-10-05 Joseph Myers <joseph@codesourcery.com>
31188
28234b07
JM
31189 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31190 creal in comment listing functions tested. List finite, isinf,
31191 isnan, isless, islessequal, isgreater, isgreaterequal,
31192 islessgreater, isunordered, lgamma_r and pow10 as functions and
31193 macros not tested. Mention which functions not tested are aliases
31194 for other functions. Fix typo. Note that signs of NaNs are not
31195 tested.
31196
23c31b76
JM
31197 * scripts/config.guess: Update from config.git.
31198 * scripts/config.sub: Likewise.
31199
9043e228
RM
312002012-10-04 Roland McGrath <roland@hack.frob.com>
31201
31202 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31203 * misc/madvise.c (madvise): Renamed to __madvise.
31204 Make madvise a weak alias.
31205 * include/sys/mman.h: Declare __madvise.
31206 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31207 * sysdeps/unix/syscalls.list
31208 (madvise): Make __madvise the strong name, and madvise a weak alias.
31209 * sysdeps/unix/sysv/linux/syscalls.list
31210 (madvise, mmap): Remove redundant entries.
31211 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31212 * malloc/malloc.c (mtrim): Likewise.
31213 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31214
f57f8055
RM
312152012-10-03 Roland McGrath <roland@hack.frob.com>
31216
31217 * sysdeps/mach/hurd/dl-cache.c: File removed.
31218 * config.h.in (USE_LDCONFIG): New #undef.
31219 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31220 * configure: Regenerated.
31221 * elf/Makefile (dl-routines): Add dl-cache only under
31222 [$(use-ldconfig) = yes].
31223 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31224 cache on [USE_LDCONFIG].
31225 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31226 [USE_LDCONFIG].
31227 * elf/rtld.c (dl_main): Likewise.
31228
5bb0c10a
PT
312292012-10-03 Pino Toscano <toscano.pino@tiscali.it>
31230
31231 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31232 _SC_LEVEL4_CACHE_LINESIZE.
31233
010188c6
RM
312342012-10-03 Roland McGrath <roland@hack.frob.com>
31235
31236 * sysdeps/unix/bsd/confstr.h: File removed.
31237
b6c5ec07
AO
312382012-10-02 Alexandre Oliva <aoliva@redhat.com>
31239
31240 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31241 sys/sdt-config.h.
31242
408223d4
RM
312432012-10-02 Roland McGrath <roland@hack.frob.com>
31244
31245 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31246 Make 'mapoff' field ElfW(Off) rather than off_t.
31247
bb9510dc
DL
312482012-10-02 Dmitry V. Levin <ldv@altlinux.org>
31249
fc997c6e
DL
31250 * nscd/Makefile: Remove nscd-cflags and all its users.
31251 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31252 (CFLAGS-nonlib): Add compiler flags for nscd modules.
31253
bb9510dc
DL
31254 [BZ #10631]
31255 * malloc.c (malloc_printerr): Clarify error message.
31256
05699367
L
312572012-10-02 H.J. Lu <hongjiu.lu@intel.com>
31258
31259 [BZ #14648]
31260 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31261 Set bit_FMA_Usable if FMA is supported.
31262 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31263 macro.
31264 (bit_FMA4_Usable): Updated.
31265 (index_FMA_Usable): New macro.
31266 (CPUID_FMA): Likewise
31267 (HAS_FMA): Defined with bit_FMA_Usable.
31268
51367701
RM
312692012-10-01 Roland McGrath <roland@hack.frob.com>
31270
31271 * bits/types.h (__swblk_t): Type removed.
31272 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31273 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31274 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31275 (__SWBLK_T_TYPE): Likewise.
31276 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31277 (__SWBLK_T_TYPE): Likewise.
31278 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31279 (__SWBLK_T_TYPE): Likewise.
31280 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31281 (__SWBLK_T_TYPE): Likewise.
31282
4d57bf63 312832012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 31284 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
31285
31286 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31287 (xdr_mapname): Use YPMAXMAP as maxsize.
31288 (xdr_peername): Use YPMAXPEER as maxsize.
31289 (xdr_keydat): Use YPAXRECORD as maxsize.
31290 (xdr_valdat): Use YPMAXRECORD as maxsize.
31291
93c65d43
RM
312922012-10-01 Roland McGrath <roland@hack.frob.com>
31293
497a03d6
RM
31294 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31295
93c65d43
RM
31296 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31297 * csu/init-first.c: ... here.
31298 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31299 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31300 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31301 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31302 * sysdeps/i386/init-first.c: File removed.
31303 * sysdeps/sh/init-first.c: File removed.
31304
bec749fd
JM
313052012-10-01 Joseph Myers <joseph@codesourcery.com>
31306
31307 [BZ #14645]
31308 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31309 if x * y might underflow to zero and z is zero.
31310 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31311 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31312 * math/libm-test.inc (min_subnorm_value): New variable.
31313 (fma_test): Add more tests.
31314 (fma_test_towardzero): Likewise.
31315 (fma_test_downward): Likewise
31316 (fma_test_upward): Likewise.
31317 (initialize): Set min_subnorm_value.
31318
8ec5b013
JM
313192012-09-29 Joseph Myers <joseph@codesourcery.com>
31320
31321 [BZ #14638]
31322 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31323 0 + 0.
31324 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31325 mode for addition resulting in exact zero.
31326 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31327 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31328 exact 0 + 0.
31329 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31330 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31331 * math/libm-test.inc (fma_test): Add more tests.
31332 (fma_test_towardzero): New function.
31333 (fma_test_downward): Likewise.
31334 (fma_test_upward): Likewise.
31335 (main): Call the new functions.
31336
b1fa802e
DM
313372012-09-28 David S. Miller <davem@davemloft.net>
31338
31339 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31340
d3b9fd9e
RM
313412012-09-28 Roland McGrath <roland@hack.frob.com>
31342
ea4d37b3
RM
31343 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31344 instead of SIGALRM.
31345
ac51c949
RM
31346 * sysdeps/gnu/_G_config.h: Moved to ...
31347 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31348 * sysdeps/mach/hurd/_G_config.h: Moved to ...
31349 * sysdeps/generic/_G_config.h: ... here.
31350
28c195f7
RM
31351 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
31352
848917f9
RM
31353 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31354
6bacf05b
RM
31355 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31356 Conditionalize target on [libnss_test1.so-version].
31357
91363dbb
RM
31358 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31359
cc87f7d8
RM
31360 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31361 (elfobjdir): Move out of conditionals.
31362
b1c608fe
RM
31363 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31364 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31365 (__nss_lookup_function): Conditionalize label remove_from_tree on
31366 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 31367
1d9a6d96
DM
313682012-09-28 David S. Miller <davem@davemloft.net>
31369
31370 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31371 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31372 file.
31373 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31374 sysdep_routines.
31375 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31376 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31377 when HWCAP_SPARC_CRYPTO is present.
31378
72581615
PT
313792012-09-28 Pino Toscano <toscano.pino@tiscali.it>
31380
31381 * io/tst-mknodat.c: Create a FIFO instead of a socket.
31382
715a900c
JL
313832012-09-28 Andreas Schwab <schwab@linux-m68k.org>
31384
31385 [BZ #6530]
31386 * stdio-common/vfprintf.c (process_string_arg): Revert
31387 2000-07-22 change.
31388
313892011-09-28 Jonathan Nieder <jrnieder@gmail.com>
31390
31391 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31392 for testcase.
31393 * stdio-common/tst-sprintf.c: Include <locale.h>
31394 (main): Test sprintf's handling of incomplete multibyte
31395 characters.
31396
9bac1d86
L
313972012-09-28 H.J. Lu <hongjiu.lu@intel.com>
31398
31399 * elf/dl-runtime.c (VERSYMIDX): Removed.
31400 * elf/dl-version.c (VERSYMIDX): Likewise.
31401 * elf/do-rel.h (VERSYMIDX): Likewise.
31402 (VALIDX): Likewise.
31403 * elf/dynamic-link.h (VERSYMIDX): Likewise.
31404 * elf/rtld.c (VALIDX): Likewise.
31405 (ADDRIDX): Likewise.
9bac1d86
L
31406 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31407 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31408 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
31409 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31410 (VALIDX): Likewise.
31411 (ADDRIDX): Likewise.
9bac1d86 31412
b31606c0
PT
314132012-09-28 Pino Toscano <toscano.pino@tiscali.it>
31414
31415 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31416
11541177
JL
314172012-09-28 Dmitry V. Levin <ldv@altlinux.org>
31418
31419 [BZ #11438]
31420 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31421 to global scope.
31422 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31423 addresses are in the same scope as 192.0.2/24.
31424 * posix/gai.conf: Document new scope table defaults.
31425
adb26fae
SP
314262012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31427
31428 [BZ #5298]
31429 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31430 for ftell. Compute offsets from write pointers instead.
31431 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31432
4573c6b0
SP
314332012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31434
31435 [BZ #14543]
31436 * libio/Makefile (tests): New test case tst-fseek.
31437 * libio/tst-fseek.c: New test case to verify that fseek/ftell
31438 combination works in wide mode.
31439 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31440 state when the external buffer state changes.
31441
aa9bbfe6
DM
314422012-09-27 David S. Miller <davem@davemloft.net>
31443
31444 [BZ #14376]
31445 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31446 pass reloc->r_addend in as the 'high' argument to
31447 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31448
784421e7
DM
31449 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31450
c39bc8b8
PT
314512012-09-28 Pino Toscano <toscano.pino@tiscali.it>
31452
31453 * rt/tst-aio2.c: Include <pthread.h>.
31454 * rt/tst-aio3.c: Likewise.
31455
1ccc2399
SE
314562012-09-27 Steve Ellcey <sellcey@mips.com>
31457
31458 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31459
31ed4153
L
314602012-09-27 H.J. Lu <hongjiu.lu@intel.com>
31461
25f5f885
L
31462 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31463 contents on [SHARED].
31ed4153 31464
b7bfe116
MP
314652012-09-26 Marek Polacek <polacek@redhat.com>
31466
31467 [BZ #14530]
31468 [BZ #13741]
31469 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31470 for C++ and GCC <4.3 as well as for non GCC compilers.
31471
43c4edba
MT
314722012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
31473
31474 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31475
6a1bf82f
RM
314762012-09-25 Roland McGrath <roland@hack.frob.com>
31477
31478 * Makefile.in (all, install): Declare with .PHONY.
31479 Reported by Michael Hope <michael.hope@linaro.org>.
31480
8ad11b9a
TMQMF
314812012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
31482
31483 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31484 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31485 system header.
31486 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31487 Likewise.
31488 (sydep_routines): Add the new and the internal functions.
31489 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31490 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31491 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31492 (GLIBC_2.17): Add the new function.
31493 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31494 (GLIBC_2.17): Likewise.
31495 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31496 (GLIBC_2.17): Likewise.
31497 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31498 (GLIBC_2.17): Likewise.
31499 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31500
7e2fca8d
AM
315012012-09-25 Alan Modra <amodra@gmail.com>
31502
31503 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31504 Add release barrier before setting once_control to say
31505 initialisation is done. Add hints on lwarx. Use macro in
31506 place of isync.
31507 (clear_once_control): Add release barrier.
31508
b87c4b24
JM
315092012-09-25 Joseph Myers <joseph@codesourcery.com>
31510
d032e0d2
JM
31511 [BZ #13629]
31512 * math/s_clog.c (__clog): Handle more values close to |z| = 1
31513 specially.
31514 * math/s_clog10.c (__clog10): Likewise.
31515 * math/s_clog10f.c (__clog10f): Likewise.
31516 * math/s_clog10l.c (__clog10l): Likewise.
31517 * math/s_clogf.c (__clogf): Likewise.
31518 * math/s_clogl.c (__clogl): Likewise.
31519 * math/Makefile (libm-calls): Add x2y2m1.
31520 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31521 (__x2y2m1): Likewise.
31522 (__x2y2m1l): Likewise.
31523 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31524 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31525 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31526 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31527 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31528 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31529 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31530 * sysdeps/i386/fpu/libm-test-ulps: Update.
31531 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31532
b87c4b24
JM
31533 [BZ #14621]
31534 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31535 int as type of variable DEPTH.
31536 (glob): Use size_t instead of int as type of variables NEWCOUNT
31537 and OLD_PATHC.
31538
6d3bf199
LD
315392012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31540
22bf5c17
LD
31541 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31542 Add s_sincosf-sse2.
31543 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31544 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31545 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31546 macros for using routine as __sincosf_ia32.
31547 Use macro for function declaration and weak_alias.
31548 * sysdeps/i386/fpu/libm-test-ulps: Update.
31549
31550 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31551 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31552
31553 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
31554 subnormal argument.
31555 * math/s_cexpf.c (__cexpf): Likewise.
31556 * math/s_csinf.c (__csinf): Likewise.
31557 * math/s_csinhf.c (__csinhf): Likewise.
31558 * math/s_ctanf.c (__ctanf): Likewise.
31559 * math/s_ctanhf.c (__ctanhf): Likewise.
31560 * math/s_ccosh.c (__ccoshf): Likewise.
31561 * math/s_cexp.c (__cexpl): Likewise.
31562 * math/s_csin.c (__csin): Likewise.
31563 * math/s_csinh.c (__csinh): Likewise.
31564 * math/s_ctan.c (__ctan): Likewise.
31565 * math/s_ctanh.c (ctanh): Likewise.
31566 * math/s_ccoshl.c (__ccoshl): Likewise.
31567 * math/s_cexpl.c (__cexpl): Likewise.
31568 * math/s_csinl.c (__csinl): Likewise.
31569 * math/s_csinhl.c (__csinhl): Likewise.
31570 * math/s_ctanl.c (__ctanl): Likewise.
31571 * math/s_ctanhl.c (__ctanhl): Likewise.
31572
203e5603
JM
315732012-09-25 Joseph Myers <joseph@codesourcery.com>
31574
31575 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
31576 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
31577 (_IO_off_t): Define to __off_t, not _G_off_t.
31578 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31579 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31580 (_IO_wint_t): Define to wint_t, not _G_wint_t.
31581 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31582 type of __dummy and __dummy2 fields.
31583 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31584 (_G_ssize_t): Likewise.
31585 (_G_off_t): Likewise.
31586 (_G_pid_t): Likewise.
31587 (_G_uid_t): Likewise.
31588 (_G_wchar_t): Likewise.
31589 (_G_wint_t): Likewise.
31590 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
31591 (_G_ssize_t): Likewise.
31592 (_G_off_t): Likewise.
31593 (_G_pid_t): Likewise.
31594 (_G_uid_t): Likewise.
31595 (_G_wchar_t): Likewise.
31596 (_G_wint_t): Likewise.
31597 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
31598 (_G_ssize_t): Likewise.
31599 (_G_off_t): Likewise.
31600 (_G_pid_t): Likewise.
31601 (_G_uid_t): Likewise.
31602 (_G_wchar_t): Likewise.
31603 (_G_wint_t): Likewise.
31604
9fab36eb
SP
316052012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
31606
31607 * malloc/arena.c: Include malloc-sysdep.h.
31608 (shrink_heap): Use check_may_shrink_heap to decide if madvise
31609 is sufficient to shrink the heap or an unmap is needed.
31610 * sysdeps/generic/malloc-sysdep.h: New file. Define
31611 new function check_may_shrink_heap.
31612 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
31613 new function check_may_shrink_heap.
31614
2b4f00d1
SP
316152012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
31616
31617 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
31618 comments.
31619
9a9028b1
DL
316202012-09-24 Dmitry V. Levin <ldv@altlinux.org>
31621
57c69bef
DL
31622 * catgets/test-gencat.sh: Add "set -e".
31623 * elf/tst-pathopt.sh: Likewise.
31624 * grp/tst_fgetgrent.sh: Likewise.
31625 * iconvdata/run-iconv-test.sh: Likewise.
31626 * intl/tst-gettext.sh: Likewise.
31627 * intl/tst-gettext2.sh: Likewise.
31628 * intl/tst-gettext4.sh: Likewise.
31629 * intl/tst-gettext6.sh: Likewise.
31630 * intl/tst-translit.sh: Likewise.
31631 * io/ftwtest-sh: Likewise.
31632 * libio/test-freopen.sh: Likewise.
31633 * malloc/tst-mtrace.sh: Likewise.
31634 * posix/globtest.sh: Likewise.
31635 * posix/tst-getconf.sh: Likewise.
31636 * posix/wordexp-tst.sh: Likewise.
31637 * stdio-common/tst-printf.sh: Likewise.
31638 * stdio-common/tst-unbputc.sh: Likewise.
31639 * stdlib/tst-fmtmsg.sh: Likewise.
31640 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31641 * catgets/Makefile: Do not specify -e option when running
31642 testsuite shell scripts.
31643 * elf/Makefile: Likewise.
31644 * grp/Makefile: Likewise.
31645 * iconvdata/Makefile: Likewise.
31646 * intl/Makefile: Likewise.
31647 * io/Makefile: Likewise.
31648 * libio/Makefile: Likewise.
31649 * malloc/Makefile: Likewise.
31650 * posix/Makefile: Likewise.
31651 * stdio-common/Makefile: Likewise.
31652 * stdlib/Makefile: Likewise.
31653 * sysdeps/x86_64/Makefile: Likewise.
31654
9a9028b1
DL
31655 * io/ftwtest-sh: Add copyright header.
31656 * posix/globtest.sh: Likewise.
31657 * posix/tst-getconf.sh: Likewise.
31658 * posix/wordexp-tst.sh: Likewise.
31659 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31660
ced6f16e
L
316612012-09-24 H.J. Lu <hongjiu.lu@intel.com>
31662
94b32c39
L
31663 [BZ #13679]
31664 * Makeconfig (+link): Defined as $(+link-static) if
31665 $(build-shared) isn't yes.
31666 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31667 isn't yes.
31668 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31669
189e935b
L
31670 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31671
ced6f16e
L
31672 [BZ #14562]
31673 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31674 new chunk size with MALLOC_ALIGN_MASK.
31675
a9f8e53a
JM
316762012-09-24 Joseph Myers <joseph@codesourcery.com>
31677
31678 [BZ #5044]
31679 * stdio-common/printf_fphex.c: Include <stdbool.h> and
31680 <rounding-mode.h>.
31681 (__printf_fphex): Determine rounding using get_rounding_mode and
31682 round_away.
31683 * stdio-common/tst-printf-round.c (struct hex_test): New
31684 structure.
31685 (hex_tests): New variable.
31686 (test_hex_in_one_mode): New function.
31687 (do_test): Also run tests for hex float output.
31688
43153109
JM
316892012-09-21 Joseph Myers <joseph@codesourcery.com>
31690
31691 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31692 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31693 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31694 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31695 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31696 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31697 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31698 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31699
8a26625d
JM
317002012-09-20 Joseph Myers <joseph@codesourcery.com>
31701
31702 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31703 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31704 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31705 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31706
f3fd569c
DL
317072012-09-19 Dmitry V. Levin <ldv@altlinux.org>
31708
31709 [BZ #14579]
31710 * elf/rtld.c (dl_main): Limit the check for self loading to normal
31711 mode only.
31712 * elf/tst-rtld-load-self.sh: New test.
31713 * elf/Makefile: Run it.
31714
63bbedd4
JM
317152012-09-18 Joseph Myers <joseph@codesourcery.com>
31716
31717 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31718 (tst-writev-ENV): Remove.
31719 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31720
626f8b6a
CM
317212012-09-17 Chris Metcalf <cmetcalf@tilera.com>
31722
31723 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31724
b7aaa4d6
JM
317252012-09-17 Joseph Myers <joseph@codesourcery.com>
31726
31727 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31728 unconditional.
31729 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31730 Likewise.
31731 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31732 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31733 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31734 Likewise.
31735
65513990
L
317362012-09-14 H.J. Lu <hongjiu.lu@intel.com>
31737
31738 [BZ #14587]
31739 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31740 * config.make.in (have-cpp-asm-debuginfo): Removed.
31741 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31742 * configure: Regenerated.
31743
784761be
JM
317442012-09-14 Joseph Myers <joseph@codesourcery.com>
31745
31746 [BZ #5044]
31747 * stdio-common/printf_fp.c: Include <stdbool.h> and
31748 <rounding-mode.h>.
31749 (___printf_fp): Determine rounding using get_rounding_mode and
31750 round_away.
31751 * stdio-common/tst-printf-round.c: New file.
31752 * stdio-common/Makefile (tests): Add tst-printf-round.
31753 (link-libm): New variable.
31754 ($(objpfx)tst-printf-round): Depend in $(link-libm).
31755
9503345f
L
317562012-09-13 H.J. Lu <hongjiu.lu@intel.com>
31757
31758 [BZ #14576]
31759 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31760 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31761 Likewise.
31762 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31763 Likewise.
31764
ad35fc00
JM
317652012-09-13 Joseph Myers <joseph@codesourcery.com>
31766
31767 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31768 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31769 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31770 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31771
6c9b0f68
JM
317722012-09-12 Joseph Myers <joseph@codesourcery.com>
31773
31774 [BZ #14518]
31775 * include/rounding-mode.h: New file.
31776 * sysdeps/generic/get-rounding-mode.h: Likewise.
31777 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31778 * stdlib/strtod_l.c: Include <rounding-mode.h>.
31779 (MAX_VALUE): New macro.
31780 (MIN_VALUE): Likewise.
31781 (overflow_value): New function.
31782 (underflow_value): Likewise.
31783 (round_and_return): Use overflow_value and underflow_value to
31784 determine return values in overflow and underflow cases. Use
31785 round_away to determine rounding depending on rounding mode.
31786 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31787 determine return values in overflow and underflow cases.
31788 * stdlib/tst-strtod-round.c: Include <fenv.h>.
31789 (struct test_results): New structure.
31790 (struct test): Use struct test_results to store expected results
31791 for all rounding modes.
31792 (TEST): Include expected results for all rounding modes.
31793 (test_in_one_mode): New function.
31794 (do_test): Use test_in_one_mode to compute and check results.
31795 Check results for all rounding modes.
31796 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31797 $(link-libm).
31798
19fcedd5
AM
317992012-12-09 Allan McRae <allan@archlinux.org>
31800
1e9d84cd 31801 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 31802
8bbfd2f1
JM
318032012-09-11 Joseph Myers <joseph@codesourcery.com>
31804
31805 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31806 (_G_int32_t): Likewise.
31807 (_G_uint16_t): Likewise.
31808 (_G_uint32_t): Likewise.
31809 (_G_HAVE_BOOL): Likewise.
31810 (_G_HAVE_ATEXIT): Likewise.
31811 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31812 (_G_HAVE_IO_FILE_OPEN): Likewise.
31813 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31814 (_G_int32_t): Likewise.
31815 (_G_uint16_t): Likewise.
31816 (_G_uint32_t): Likewise.
31817 (_G_HAVE_BOOL): Likewise.
31818 (_G_HAVE_ATEXIT): Likewise.
31819 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31820 (_G_HAVE_IO_FILE_OPEN): Likewise.
31821 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31822 (_G_int32_t): Likewise.
31823 (_G_uint16_t): Likewise.
31824 (_G_uint32_t): Likewise.
31825 (_G_HAVE_BOOL): Likewise.
31826 (_G_HAVE_ATEXIT): Likewise.
31827 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31828 (_G_HAVE_IO_FILE_OPEN): Likewise.
31829
b1dc5912
L
318302012-09-11 H.J. Lu <hongjiu.lu@intel.com>
31831
31832 * csu/libc-tls.c: Update copyright years.
31833
0e886ef9
JM
318342012-09-10 Joseph Myers <joseph@codesourcery.com>
31835
28361c5e
JM
31836 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31837 [!_G_USING_THUNKS]: Remove conditional code.
31838 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31839 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31840
0e886ef9
JM
31841 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31842 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31843 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31844 (_G_VTABLE_LABEL_PREFIX): Likewise.
31845 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31846 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31847 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31848 (_G_VTABLE_LABEL_PREFIX): Likewise.
31849 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31850 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31851 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31852 (_G_VTABLE_LABEL_PREFIX): Likewise.
31853 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31854
bcba7aa2
L
318552012-09-10 H.J. Lu <hongjiu.lu@intel.com>
31856
31857 * libio/Makefile: Include ../Makeconfig before tests.
31858 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31859 only if $(build-shared) is yes.
31860
06585ee8
L
31861 * iconv/gconv_db.c: Update copyright years.
31862
80ccd52c
LD
318632012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31864
31865 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31866 unwind info if defined PIC. Fix special cases description.
31867 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31868
31869 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31870 DP_HI_MASK entry.
31871 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31872
691bc9c1
L
318732012-09-07 H.J. Lu <hongjiu.lu@intel.com>
31874
3d9b46b3
L
31875 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31876
de2139a9
L
31877 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31878 is NULL.
31879
5ca78dd0
L
31880 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31881 (LDLIBS-tst-chk4): This.
31882 (LDFLAGS-tst-chk5): Renamed to ...
31883 (LDLIBS-tst-chk5): This.
31884 (LDFLAGS-tst-chk6): Renamed to ...
31885 (LDLIBS-tst-chk6): This.
31886 (LDFLAGS-tst-lfschk4): Renamed to ...
31887 (LDLIBS-tst-lfschk4): This.
31888 (LDFLAGS-tst-lfschk5): Renamed to ...
31889 (LDLIBS-tst-lfschk5): This.
31890 (LDFLAGS-tst-lfschk6): Renamed to ...
31891 (LDLIBS-tst-lfschk6): This.
31892
691bc9c1
L
31893 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31894 on $(common-objpfx)soversions.mk.
31895
65cafb1c
JM
318962012-09-07 Joseph Myers <joseph@codesourcery.com>
31897
31898 [BZ #10014]
31899 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31900 example host name.
31901
c78ab094
SP
319022012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
31903
31904 * malloc/arena.c (arena_get_retry): New function that gets
31905 another arena for the caller to try its request on.
31906 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31907 current arena cannot fulfill the request.
31908 (__libc_memalign): Likewise.
31909 (__libc_memalign): Likewise.
31910 (__libc_pvalloc): Likewise.
31911 (__libc_calloc): Likewise.
31912
01f49f59
JT
319132012-09-05 John Tobey <john.tobey@gmail.com>
31914
31915 [BZ #13542]
31916 * manual/arith.texi (Operations on Complex): Fix description
31917 of carg branch cut.
31918
4c23fed5
JM
319192012-09-06 Joseph Myers <joseph@codesourcery.com>
31920
1d3c8572
JM
31921 [BZ #10014]
31922 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31923 host name.
31924
4c23fed5
JM
31925 [BZ #10038]
31926 * manual/memory.texi (Memory): Make order of menu items match
31927 order of sections.
31928
04570aaa
L
319292012-09-06 H.J. Lu <hongjiu.lu@intel.com>
31930
31931 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31932 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
31933 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31934
b80af2f4
L
319352012-09-06 H.J. Lu <hongjiu.lu@intel.com>
31936
31937 * csu/libc-tls.c (static_dtv): Renamed to ...
31938 (_dl_static_dtv): This. Make it global.
31939 (_dl_initial_dtv): Removed.
31940 (__libc_setup_tls): Updated.
31941 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31942 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31943 DL_INITIAL_DTV.
31944
2abe9f15
PM
319452012-09-06 Petr Machata <pmachata@redhat.com>
31946
31947 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31948 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31949 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31950 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31951
0948c3af
L
319522012-09-06 H.J. Lu <hongjiu.lu@intel.com>
31953
31954 [BZ #14545]
31955 * csu/libc-tls.c (_dl_initial_dtv): New variable.
31956 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31957 freeing dtv[-1].
31958
a5055ad1
L
319592012-09-06 H.J. Lu <hongjiu.lu@intel.com>
31960
31961 [BZ #14544]
31962 * Makeconfig (link-static-before-libc): Replace $(+prector)
31963 with $(+prectorT).
31964 (link-static-after-libc): Replace $(+postctor) with
31965 $(+postctorT).
31966 (link-bounded): Replace $(+prector)/$(+postctor) with
31967 $(+prectorT)/$(+postctorT).
31968 (+prectorT): New macro.
31969 (+postctorT): Likewise.
31970
ed8c2ecd
JM
319712012-09-06 Joseph Myers <joseph@codesourcery.com>
31972
31973 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31974 (round_str): Handle values above the maximum for IBM long double
31975 as inexact.
31976 * stdlib/tst-strtod-round.c (tests): Regenerated.
31977
14c996c8
AK
319782012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31979
31980 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31981 assembler flag.
31982 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31983 zarch_nohighgprs around the zarch optimized routines.
31984 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31985 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31986 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31987 for zarch.
31988
430d6ce6
DM
319892012-09-05 David S. Miller <davem@davemloft.net>
31990
31991 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31992
57f41c40
AS
31993 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31994 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
31995 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31996 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31997 entries.
31998
24d4e01b
AO
319992012-09-05 Alexandre Oliva <aoliva@redhat.com>
32000
32001 * malloc/arena.c: Fold copyright years.
32002 * malloc/mcheck.c, malloc/memusage.c: Likewise.
32003
61d58174
AO
320042012-09-05 Alexandre Oliva <aoliva@redhat.com>
32005
32006 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
32007
20196a5e
AO
320082012-09-05 Alexandre Oliva <aoliva@redhat.com>
32009
32010 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
32011
5c447383
AO
320122012-09-05 Alexandre Oliva <aoliva@redhat.com>
32013
32014 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
32015 change internal state upon failure.
32016
fad64255
AO
320172012-09-05 Alexandre Oliva <aoliva@redhat.com>
32018
32019 * malloc/mcheck.c (mcheck_check_all): Fix typo.
32020 * malloc/memusage.c (mmap): Likewise.
32021 (mmap64, mremap): Likewise. Adjust name in comment.
32022
1ffb8c90
SP
320232012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
32024
32025 * libio/fileops.c: Fix typos in comments.
32026 * libio/oldfileops.c: Likewise.
32027 * libio/wfileops.c: Likewise.
32028
6ef9cc37
SP
320292012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
32030
32031 [BZ #1349]
32032 * malloc/Makefile (tests): Add tst-malloc-usable test case.
32033 (tst-malloc-usable-ENV): Set environment for test case.
32034 * malloc/hooks.c (malloc_check_get_size): New function to get
32035 requested size.
32036 * malloc/malloc.c (musable): Use malloc_check_get_size.
32037 * malloc/tst-malloc-usable.c: New test case.
32038
4d038ae3
AS
320392012-09-05 Andreas Schwab <schwab@linux-m68k.org>
32040
32041 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
32042
c4e85184
AM
320432012-09-05 Allan McRae <allan@archlinux.org>
32044
b9dafc56 32045 [BZ #13966]
c4e85184
AM
32046 * configure.in (CXX_SYSINCLUDES): Use compiler output to
32047 determine header location.
32048 * configure: Regenerated.
32049
e1343020
AS
320502012-09-05 Andreas Schwab <schwab@linux-m68k.org>
32051
32052 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
32053 float format.
32054 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
32055 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
32056 format.
e1343020
AS
32057 (test): Regenerate.
32058
0a9f1987
DM
320592012-09-04 David S. Miller <davem@davemloft.net>
32060
32061 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
32062 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
32063 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
32064
29237804
FW
320652012-09-04 Florian Weimer <fweimer@redhat.com>
32066
32067 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
32068 failures.
32069
edb3cb88
FW
32070 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
32071
60160d83
JM
320722012-09-04 Joseph Myers <joseph@codesourcery.com>
32073
32074 [BZ #9914]
32075 * libio/iogetdelim.c: Include <limits.h>.
32076 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
32077 + len + 1 would overflow.
32078
bcd6c8dc
AJ
320792012-09-03 Andreas Jaeger <aj@suse.de>
32080
32081 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32082 * sysdeps/i386/fpu/libm-test-ulps: Update.
32083
4ffffbd2
LD
320842012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32085
32086 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32087 Add s_sinf-sse2, s_conf-sse2.
32088
32089 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32090 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32091 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32092 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32093
32094 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32095 for using routine as __sinf_ia32.
32096 Use macro for function declaration and weak_alias.
32097 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32098 for using routine as __cosf_ia32.
32099 Use macro for function declaration and weak_alias.
32100
32101 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32102 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32103
32104 * sysdeps/x86_64/fpu/s_sinf.S: New file.
32105 * sysdeps/x86_64/fpu/s_cosf.S: New file.
32106 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32107
32108 * math/libm-test.inc (cos_test): Add more test cases.
32109 (sin_test): Likewise.
32110 (sincos_test): Likewise.
32111
511fa286
AK
321122012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32113
32114 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32115 (IFUNC_RESOLVE): Make pointers to the specialized implementations
32116 hidden.
32117 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32118
5f30cfec
L
321192012-09-02 H.J. Lu <hongjiu.lu@intel.com>
32120
32121 [BZ #14538]
32122 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32123 first element of the GOT.
32124 (elf_machine_load_address): Return the difference between
32125 the runtime address of _DYNAMIC and elf_machine_dynamic ().
32126
0786794f
AM
321272012-09-01 Allan McRae <allan@archlinux.org>
32128
5f30cfec
L
32129 [BZ #13412]
32130 * configure.in (AWK): Require gawk version 3.0 or later.
32131 * configure: Regenerated.
0786794f 32132
26889eac
JM
321332012-09-01 Joseph Myers <joseph@codesourcery.com>
32134
32135 * sysdeps/unix/sysv/linux/kernel-features.h
32136 (__ASSUME_POSIX_CPU_TIMERS): Remove.
32137 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32138 [__NR_clock_getres]: Make code unconditional.
32139 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32140 (clock_getcpuclockid): Remove code left unreachable by removal of
32141 conditionals.
32142 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32143 code unconditional.
32144 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32145 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32146 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32147 Make code unconditional.
32148 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32149 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32150 * sysdeps/unix/sysv/linux/clock_settime.c
32151 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32152 conditional code.
32153 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32154 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32155
d22e28b0
L
321562012-08-29 H.J. Lu <hongjiu.lu@intel.com>
32157
32158 [BZ #14476]
32159 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32160 scripts/test-installation.pl.
32161
32162 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32163 and $ld_so_version if it is set.
32164
050af9c4
SP
321652012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
32166
32167 [BZ #14516]
32168 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32169 failure if reading from procfs failed.
32170 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32171
ad845c0b
JM
321722012-08-27 Joseph Myers <joseph@codesourcery.com>
32173
32174 * sysdeps/unix/sysv/linux/kernel-features.h
32175 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32176 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32177 Remove conditional code.
32178 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32179 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32180 Remove conditional code.
32181 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32182 * sysdeps/unix/sysv/linux/i386/fxstat.c
32183 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32184 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32185 * sysdeps/unix/sysv/linux/i386/fxstatat.c
32186 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32187 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32188 * sysdeps/unix/sysv/linux/i386/lxstat.c
32189 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32190 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32191 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32192 Remove conditional code.
32193 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32194 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32195 Remove conditional code.
32196 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32197 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32198 <kernel-features.h>.
32199 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32200 Remove.
32201 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32202 Remove conditional code.
32203 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32204 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32205 Remove conditional.
32206
5dbf56af
MF
322072012-08-27 Mike Frysinger <vapier@gentoo.org>
32208
32209 [BZ #5400]
32210 * NEWS: Add fixed bug number.
32211
d6e70f43
JM
322122012-08-27 Joseph Myers <joseph@codesourcery.com>
32213
7efb4737
JM
32214 [BZ #14519]
32215 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32216 underflowing exponent in case of negative sign.
32217 * stdlib/tst-strtod-round-data: Add more tests.
32218 * stdlib/tst-strtod-round.c (tests): Regenerated.
32219
af92131a
JM
32220 [BZ #3479]
32221 * stdlib/strtod_l.c (NDIG): Remove.
32222 (HEXNDIG): Likewise.
32223 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32224 smallest representable value.
32225 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32226 lie within an exact representation of 1/2 ulp of the result.
32227 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32228 unconditionally.
32229 (TENS_P9_IDX): Define unconditionally.
32230 (TENS_P9_SIZE): Likewise.
32231 (TENS_P10_IDX): Likewise.
32232 (TENS_P10_SIZE): Likewise.
32233 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32234 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32235 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32236 entries for 10^2^13 and 10^2^14.
32237 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32238 (TENS_P13_IDX): Define.
32239 (TENS_P13_SIZE): Likewise.
32240 (TENS_P14_IDX): Likewise.
32241 (TENS_P14_SIZE): Likewise.
32242 (_fpioconst_pow10): Change array size to
32243 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
32244 unconditional.
32245 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32246 1024]: Add entries for 10^2^13 and 10^2^14.
32247 [LAST_POW10 > _LAST_POW10]: Remove #error.
32248 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32249 (_fpioconst_pow10): Change array size to
32250 FPIOCONST_POW10_ARRAY_SIZE.
32251 * stdlib/gen-fpioconst.c: New file.
32252 * stdlib/gen-tst-strtod-round.c: Likewise.
32253 * stdlib/tst-strtod-round-data: Likewise.
32254 * stdlib/tst-strtod-round.c: Likewise.
32255 * stdlib/Makefile (tests): Add tst-strtod-round.
32256
d6e70f43
JM
32257 [BZ #14459]
32258 * stdlib/strtod_l.c: Include <stdint.h>.
32259 (NDEBUG): Do not define.
32260 (round_and_return): Change EXPONENT parameter to type intmax_t.
32261 Rearrange calculations to avoid internal overflow possibilities.
32262 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32263 Rearrange calculations to avoid internal overflow possibilities.
32264 Assert that number fits inside MPNSIZE limbs.
32265 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32266 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
32267 calculations and add assertions to avoid internal overflow
32268 possibilities. Add casts to avoid signed/unsigned operations.
32269 * stdlib/tst-strtod-overflow.c: New file.
32270 * stdlib/Makefile (tests): Add tst-strtod-overflow.
32271
1f529f7d
MP
322722012-08-25 Marek Polacek <polacek@redhat.com>
32273
32274 * time/time.h: Fix some typos in comments.
32275
59a629f1
RM
322762012-08-23 Roland McGrath <roland@hack.frob.com>
32277
32278 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32279 * posix/tst-rfc3484-2.c: Likewise.
32280 * posix/tst-rfc3484-3.c: Likewise.
32281
d3bafbc9
SM
322822012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
32283
32284 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32285 (EF_ARM_ABI_FLOAT_HARD): Likewise.
32286
4efcc022
JM
322872012-08-23 Joseph Myers <joseph@codesourcery.com>
32288
32289 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32290 #include of fxstatat64.c.
32291
3cc3ef96
RM
322922012-08-22 Roland McGrath <roland@hack.frob.com>
32293
f04e2132
RM
32294 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32295 * shadow/getspent_r.c: Likewise.
32296 * shadow/getspnam.c: Likewise.
32297 * shadow/getspnam_r.c: Likewise.
32298 * gshadow/getsgent.c: Likewise.
32299 * gshadow/getsgent_r.c: Likewise.
32300 * gshadow/getsgnam.c: Likewise.
32301 * gshadow/getsgnam_r.c: Likewise.
32302 * inet/getnetbyad.c: Likewise.
32303 * inet/getnetbyad_r.c: Likewise.
32304 * inet/getnetbynm.c: Likewise.
32305 * inet/getnetbynm_r.c: Likewise.
32306 * inet/getnetent.c: Likewise.
32307 * inet/getnetent_r.c: Likewise.
32308 * inet/getproto.c: Likewise.
32309 * inet/getproto_r.c: Likewise.
32310 * inet/getprtent.c: Likewise.
32311 * inet/getprtent_r.c: Likewise.
32312 * inet/getprtname.c: Likewise.
32313 * inet/getprtname_r.c: Likewise.
32314 * inet/getrpcbyname.c: Likewise.
32315 * inet/getrpcbyname_r.c: Likewise.
32316 * inet/getrpcbynumber.c: Likewise.
32317 * inet/getrpcbynumber_r.c: Likewise.
32318 * inet/getrpcent.c: Likewise.
32319 * inet/getrpcent_r.c: Likewise.
32320 * inet/getaliasent.c: Likewise.
32321 * inet/getaliasent_r.c: Likewise.
32322 * inet/getaliasname.c: Likewise.
32323 * inet/getaliasname_r.c: Likewise.
32324 * nscd/getgrgid_r.c: Likewise.
32325 * nscd/getgrnam_r.c: Likewise.
32326 * nscd/gethstbyad_r.c: Likewise.
32327 * nscd/gethstbynm3_r.c: Likewise.
32328 * nscd/getpwnam_r.c: Likewise.
32329 * nscd/getpwuid_r.c: Likewise.
32330 * nscd/getsrvbynm_r.c: Likewise.
32331 * nscd/getsrvbypt_r.c: Likewise.
32332 * nscd/gai.c: Likewise.
32333
c53d909c
RM
32334 * configure.in (build_nscd): New substituted variable, set
32335 by --disable-build-nscd and defaults to $use_nscd.
32336 * configure: Regenerated.
32337 * config.make.in (build-nscd): New substituted variable.
32338 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32339 Change conditional to require [$(build-nscd) = yes] as well.
32340 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32341
3cc3ef96
RM
32342 [BZ# 13696]
32343 * configure.in (use_nscd): New substituted variable, set by
32344 --disable-nscd. If enabled, define USE_NSCD.
32345 * configure: Regenerated.
32346 * config.h.in: Add USE_NSCD.
32347 * config.make.in (use-nscd): New substituted variable.
32348 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32349 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32350 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32351 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32352 (CFLAGS-getgrnam_r.c): Likewise.
32353 (CFLAGS-initgroups.c): Likewise.
32354 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32355 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32356 Variables removed.
32357 * inet/getnetgrent_r.c
32358 (nscd_setnetgrent): New function, broken out of ...
32359 (setnetgrent): ... here. Call it.
32360 (innetgr): Conditionalize nscd bits on [USE_NSCD].
32361 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32362 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32363 * nscd/Makefile (routines, aux): Move definitions after include of
32364 Makeconfig. Conditionalize on [$(use-nscd) != no].
32365 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32366 Conditionalize on [USE_NSCD].
32367 (is_nscd, nscd_init_cb): Likewise.
32368 (nss_load_library): Conditionalize init callback on [USE_NSCD].
32369 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32370 * nss/nss_db/db-init.c: Likewise.
32371 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32372 [USE_NSCD].
32373 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32374 (make_request): Use it.
32375 (cache_valid_p): New function.
32376 (__check_pf): Use it.
32377 * NEWS: Add item for --disable-nscd.
32378
07e51550
DL
323792012-08-22 Dmitry V. Levin <ldv@altlinux.org>
32380
32381 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32382 to support sed >= 4.2.1-20-ga9bf076.
32383 * configure: Regenerated.
32384
35a5b08b
RM
323852012-08-22 Roland McGrath <roland@hack.frob.com>
32386
32387 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32388 Conditionalize whole body on [IREL].
32389
8479f23a
JL
323902012-08-22 Jeff Law <law@redhat.com>
32391
32392 [BZ #14505]
32393 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32394 if the family is PF_UNSPEC.
32395
48da0b21
MF
323962012-08-22 Mike Frysinger <vapier@gentoo.org>
32397
32398 * Makerules (lib-version): Rename from V.
32399 (install-lib-nosubdir): Change V to lib-version.
32400
15d0da8c
WS
324012012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
32402
32403 [BZ #14252]
32404 * powerpc32/power6/wcschr.c: New file.
32405 * powerpc32/power6/wcscpy.c: New file.
32406 * powerpc32/power6/wcsrchr.c: New file.
32407 * powerpc64/power6/wcschr.c: New file.
32408 * powerpc64/power6/wcscpy.c: New file.
32409 * powerpc64/power6/wcsrchr.c: New file.
32410
bcca0895
MK
324112012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
32412
32413 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32414 (two_way_short_needle): Use it.
5a4aaa33
RM
32415 * string/strstr.c (AVAILABLE1_USES_J): Define.
32416 * string/strcasestr.c: Likewise.
99677e57
MK
32417
32418 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32419 array references.
32420 * string/strcasestr.c (TOLOWER): Make side-effect safe.
32421
400726de
MK
32422 [BZ #11607]
32423 * NEWS: Add an entry.
32424 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32425 define their defaults.
32426 (two_way_short_needle): Detect end-of-string on-the-fly.
32427 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32428 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32429 * string/bug-strcasestr1.c: New test.
32430 * string/Makefile: Run it.
32431
20a71f2c
MK
324322012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
32433
32434 [BZ #11607]
32435 * string/str-two-way.h (two_way_short_needle): Optimize matching of
32436 the first character.
32437
21ad0558
RM
324382012-08-21 Roland McGrath <roland@hack.frob.com>
32439
32440 * csu/elf-init.c (__libc_csu_irel): Function removed.
32441 * csu/libc-start.c (apply_irel): New function.
32442 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32443
0e1d9911
JM
324442012-08-21 Joseph Myers <joseph@codesourcery.com>
32445
32446 * sysdeps/unix/sysv/linux/kernel-features.h
32447 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32448 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32449 <kernel-features.h>.
32450 [__NR_fadvise64_64]: Make code unconditional.
32451 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32452 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32453 !__NR_fadvise64_64)]: Likewise.
32454 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32455 !__NR_fadvise64_64))]: Likewise.
32456 [__NR_fadvise64]: Make code unconditional.
32457 [!__NR_fadvise64]: Remove conditional code.
32458 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32459 <kernel-features.h>.
32460 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32461 unconditional.
32462 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32463 conditional code.
32464 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32465 not include <kernel-features.h>.
32466 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32467 unconditional.
32468 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32469 conditional code.
32470 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32471 include <kernel-features.h>.
32472 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32473 unconditional.
32474 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32475 conditional code.
32476
14a50c9d
WS
324772012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
32478
32479 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32480 slight instruction rearrangements per scrollpipe analysis.
32481 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32482
c0f4faf0
RM
324832012-08-20 Roland McGrath <roland@hack.frob.com>
32484
696da859
RM
32485 * manual/syslog.texi (syslog; vsyslog, closelog):
32486 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32487 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32488
c0f4faf0
RM
32489 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32490 DSOCAPS to match condition on defining it.
32491
348363b2
JM
324922012-08-20 Joseph Myers <joseph@codesourcery.com>
32493
a35cbf28
JM
32494 * sysdeps/unix/sysv/linux/kernel-features.h
32495 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32496 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32497 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32498 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32499 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32500 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32501 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32502 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32503 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32504 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32505
445f7ecd
JM
32506 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32507 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32508
348363b2
JM
32509 * sysdeps/unix/sysv/linux/kernel-features.h
32510 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32511 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32512 unconditional.
32513 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32514 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32515 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32516 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32517 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32518 Make code unconditional.
32519 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32520 (__mmap64) [!__NR_mmap2]: Likewise.
32521 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32522 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32523 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32524 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32525 [__NR_mmap2]: Make code unconditional.
32526 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32527 (__mmap64) [!__NR_mmap2]: Likewise.
32528
bc5bc0e5
AK
325292012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32530
32531 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32532
88d506de
AJ
325332012-08-18 Andreas Jaeger <aj@suse.de>
32534
32535 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32536
493387d2
MF
325372012-08-18 Mike Frysinger <vapier@gentoo.org>
32538
32539 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32540 * include/unistd.h (__have_sock_cloexec): Likewise.
32541 (__have_pipe2): Likewise.
32542 (__have_dup3): Likewise.
32543
a277af22
MF
325442012-08-18 Mike Frysinger <vapier@gentoo.org>
32545
32546 [BZ #9685]
32547 * include/unistd.h (__have_pipe2): Change define into an extern int.
32548 (__have_dup3): Likewise.
32549 * socket/have_sock_cloexec.c: Include fcntl.h.
32550 (__have_pipe2): New variable.
32551 (__have_dup3): Likewise.
32552
fdab8fd3
MF
325532012-08-17 Mike Frysinger <vapier@gentoo.org>
32554
32555 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32556
31035e80
MP
325572012-08-17 Marek Polacek <polacek@redhat.com>
32558
32559 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32560 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32561
3bd9e993
RM
325622012-08-17 Roland McGrath <roland@hack.frob.com>
32563
c91c505f
RM
32564 * configure.in: Add AC_SUBST for sysheaders.
32565 * configure: Regenerated.
32566 * config.make.in (sysheaders): New substituted variable.
32567
7c6f9d53
RM
32568 * sysdeps/unix/mkfifo.c: Moved ...
32569 * sysdeps/posix/mkfifo.c: ... here.
32570 * sysdeps/unix/mkfifoat.c: Moved ...
32571 * sysdeps/posix/mkfifoat.c: ... here.
32572
32573 * sysdeps/unix/utime.c: Moved ...
32574 * sysdeps/posix/utime.c: ... here.
32575
32576 * sysdeps/unix/time.c: Moved ...
32577 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
32578 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32579 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
32580
32581 * sysdeps/unix/nice.c: Moved ...
32582 * sysdeps/posix/nice.c: ... here.
32583
32584 * sysdeps/unix/alarm.c: Moved ...
32585 * sysdeps/posix/alarm.c: ... here.
32586
3bd9e993
RM
32587 * intl/Makefile ($(codeset_mo)): Depend on the input file.
32588
d1f09384
JL
325892012-08-17 Jeff Law <law@redhat.com>
32590
32591 * intl/Makefile (codeset_mo): New variable.
32592 ($(codeset_mo)): New target.
32593 (tst-codeset.out): Depend on that. Remove explicit rule.
32594 (tst-gettext3.out, tst-gettext5.out): Likewise.
32595 (LOCPATH-ENV, tst-codeset-ENV): New variables.
32596 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
32597 * intl/tst-codeset.sh: Remove.
32598 * intl/tst-gettext3.sh: Likewise.
32599 * intl/tst-gettext5.sh: Likewise.
32600
2ae1ae5c
RM
326012012-08-17 Roland McGrath <roland@hack.frob.com>
32602
c31fdb83
RM
32603 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
32604 * sysdeps/unix/syscalls.list: ... here.
32605
a0844057
RM
32606 * sysdeps/posix/getaddrinfo.c
32607 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
32608 (gaiconf_init, gaiconf_reload): Use them.
32609 [!_STATBUF_ST_NSEC]
32610 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
32611 Define using time_t rather than struct timespec.
32612
750c1f2a
RM
32613 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
32614 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
32615 Macros removed.
32616 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
32617 [!NO_THREADS].
32618 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
32619 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
32620 Likewise.
32621
2ae1ae5c
RM
32622 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
32623 __libc_cleanup_push argument.
32624
e66a42f5
RM
32625 * bits/param.h: New file.
32626 * misc/sys/param.h: New file.
32627 * include/sys/param.h: New file.
32628 * misc/Makefile (headers): Add bits/param.h.
32629 * sysdeps/generic/sys/param.h: File removed.
32630 * sysdeps/unix/sysv/linux/bits/param.h: New file.
32631 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
32632 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 32633 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 32634
b7c08a66
RM
32635 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
32636 last change.
32637
b2e1c562
RM
32638 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
32639 [_IO_MTSAFE_IO].
32640 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
32641 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
32642 New macros.
32643
c75ccd4c
RM
32644 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
32645 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
32646 rather than -D_IO_MTSAFE_IO conditionally.
32647 * stdio-common/Makefile (CPPFLAGS): Likewise.
32648 * wcsmbs/Makefile (CPPFLAGS): Likewise.
32649 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32650 Use $(libio-mtsafe).
32651 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32652 of -D_IO_MTSAFE_IO.
32653 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32654 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32655 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32656 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32657 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32658 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32659 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32660 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32661 (CFLAGS-fread_u_chk.c): Likewise.
32662 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32663 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32664 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32665 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32666 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32667 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32668 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32669 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32670 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32671
32672 * libio/Makefile: Test [$(libc-reentrant) = yes]
32673 instead of [$(filter %REENTRANT, $(defines)) nonempty].
32674
32675 * Makeconfig
32676 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32677 * sysdeps/pthread/configure: File removed.
32678 * sysdeps/pthread/Makeconfig: New file.
32679 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32680 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32681
d9195db8
GB
326822012-08-16 Gary Benson <gbenson@redhat.com>
32683
32684 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32685 unmapping the first object in a namespace.
32686
86466cd9
RM
326872012-08-16 Roland McGrath <roland@hack.frob.com>
32688
32689 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32690 (__internal_setnetgrent): ... this. Add internal_function to
32691 definition. Add libc_hidden_def.
32692 (setnetgrent): Update caller.
32693 (internal_endnetgrent): Renamed to ...
32694 (__internal_endnetgrent): ... this. Add internal_function to
32695 definition. Add libc_hidden_def.
32696 (endnetgrent): Update caller.
32697 (internal_getnetgrent_r): Renamed to ...
32698 (__internal_getnetgrent_r): ... this. Add internal_function to
32699 definition. Add libc_hidden_def.
32700 (__getnetgrent_r): Update caller.
32701 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
32702
c3c8283c
JM
327032012-08-16 Joseph Myers <joseph@codesourcery.com>
32704
32705 * stdlib/longlong.h: Update from GCC.
32706
db1ee0a8
RM
327072012-08-16 Roland McGrath <roland@hack.frob.com>
32708
32709 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32710 on _QL, which is set by umul_ppmm but never used.
32711 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32712 variables, which are set by GMP macros but never used.
32713 * stdio-common/_itowa.c (_itowa): Likewise.
32714 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32715 * stdlib/mod_1.c (mpn_mod_1): Likewise.
32716
30f69637
CD
327172012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
32718
32719 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32720 struct La_sh_regs is not constant.
32721 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32722 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32723 and struct La_sparc64_regs are not constant.
32724
93a78ac4
JM
327252012-08-16 Joseph Myers <joseph@codesourcery.com>
32726
32727 * sysdeps/unix/sysv/linux/kernel-features.h
32728 (__ASSUME_POSIX_TIMERS): Remove.
32729 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32730 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32731 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32732 Make code unconditional.
32733 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32734 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32735 Make code unconditional.
32736 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32737 * sysdeps/unix/sysv/linux/clock_nanosleep.c
32738 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32739 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32740 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32741 Make code unconditional.
32742 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32743 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32744 (__libc_missing_posix_timers): Remove.
32745
dd924cd7
RM
327462012-08-15 Roland McGrath <roland@hack.frob.com>
32747
4b4f2771
RM
32748 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32749 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32750
601c888b
RM
32751 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32752
176790a7
RM
32753 * elf/dl-sym.c: Include <stdlib.h>.
32754
329bc018
RM
32755 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32756 constants, which avoids warnings in 32-bit builds.
32757
e04e272d
RM
32758 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32759 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32760
952bf94a
RM
32761 * misc/lseek.c: File moved to ...
32762 * io/lseek.c: ... here.
32763
7c99b50a
RM
32764 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32765
dd924cd7
RM
32766 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32767 shifting LEN more than 31 bits at once.
32768
b3f479a8
LD
327692012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32770
32771 [BZ #14195]
8c4ae0d4
RM
32772 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32773 segmentation fault for a case of two empty input strings.
b3f479a8
LD
32774 * string/test-strncasecmp.c (check1): Renamed to...
32775 (bz12205): ...this.
32776 (bz14195): Add new testcase for two empty input strings and N > 0.
32777 (test_main): Call new testcase, adapt for renamed function.
32778
9c55864e
AJ
327792012-08-15 Andreas Jaeger <aj@suse.de>
32780
32781 [BZ #14090]
32782 * crypt/md5test2.c: New test, based on test supplied by Serge
32783 Belyshev <belyshev@depni.sinp.msu.ru>.
32784 * crypt/Makefile (xtests): Add md5test-giant..
32785 * crypt/Makefile ($(objpfx)md5test-giant): Add.
32786
02dcb6c5
PE
327872012-08-15 Paul Eggert <eggert@cs.ucla.edu>
32788
32789 [BZ #14090]
32790 * crypt/md5.c (md5_process_block): Don't assume the buffer
32791 length is less than 2**32.
32792 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32793 length is less than 2**64.
32794
a3f95dcc
RM
327952012-08-15 Roland McGrath <roland@hack.frob.com>
32796
be75d758
RM
32797 * string/str-two-way.h: Include <sys/param.h>.
32798 (MAX): Macro removed.
32799
7312ca90
RM
32800 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32801 Move #define and #undef of memmove to just before and after
32802 including <string.h>.
32803
9a0a5486
RM
32804 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32805 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32806 and after including <string.h>. Move declarations of
32807 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32808 to before #include "string/memmove.c".
32809
67cc348d
RM
32810 * include/dirent.h: Declare __getdirentries.
32811
a3f95dcc
RM
32812 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32813 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32814
ca98e171
MF
328152012-08-14 Mike Frysinger <vapier@gentoo.org>
32816
32817 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32818 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32819 * sysdeps/i386/configure: Regenerated.
32820 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32821 STABS_CURRENT_FILE, and STABS_FUN.
32822 (END): Remove call to STABS_FUN_END.
32823 (STABS_CURRENT_FILE1): Delete.
32824 (STABS_CURRENT_FILE): Likewise.
32825 (STABS_FUN): Likewise.
32826 (STABS_FUN_END): Likewise.
32827 (STABS_FUN2): Likewise.
32828 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32829 * sysdeps/x86_64/configure: Regenerated.
32830
5908bf46
RM
328312012-08-14 Roland McGrath <roland@hack.frob.com>
32832
32833 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 32834 * elf/dl-lookup.c: Likewise.
5908bf46 32835
f2c05b9e
JM
328362012-08-14 Joseph Myers <joseph@codesourcery.com>
32837
32838 * sysdeps/unix/sysv/linux/kernel-features.h
32839 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32840 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32841 unconditionally.
32842 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32843 unconditionally.
32844 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32845 condition on __ASSUME_CLONE_THREAD_FLAGS.
32846
e11f5155
AJ
328472012-08-14 Andreas Jaeger <aj@suse.de>
32848
32849 * sysdeps/i386/fpu/libm-test-ulps: Update.
32850
51a9ba86
MK
328512012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
32852
2fdd4f78
AJ
32853 * include/atomic.h (atomic_exchange_and_add): Split into ...
32854 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32855 New atomic macros.
51a9ba86 32856
ba6cba9e
MT
328572012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
32858
32859 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32860
42443a47
JL
328612012-08-13 Jeff Law <law@redhat.com>
32862
32863 * manual/stdio.texi (snprintf): Clarify handling of the trailing
32864 null byte in the output string.
32865
121dce05
JM
328662012-08-10 Joseph Myers <joseph@codesourcery.com>
32867
32868 * sysdeps/unix/sysv/linux/kernel-features.h
32869 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32870 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32871 (__ASSUME_ARG_MAX_STACK_BASED): Define.
32872 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32873 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32874 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
32875 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32876
bf51f568
JL
328772012-08-09 Jeff Law <law@redhat.com>
32878
32879 [BZ #13939]
32880 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32881 When avoid_arena is set, don't retry in the that arena. Pick the
32882 next one, whatever it might be.
32883 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32884 (arena_lock): Pass in new parameter to arena_get2.
32885 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32886 arena_get2.
32887 (__libc_malloc): Unify retrying after main arena failure with
32888 __libc_memalign version.
32889 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32890
f85fa270
L
328912012-08-09 H.J. Lu <hongjiu.lu@intel.com>
32892
32893 [BZ #14166]
32894 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32895 to __redirect_strstr.
32896 (__strstr_sse42): Use typeof __redirect_strstr.
32897 (__strstr_ia32): Likewise.
32898 (__libc_strstr): New prototype.
32899 (strstr): Renamed to ...
32900 (__libc_strstr): This.
32901 (strstr): New strong alias of __libc_strstr.
32902 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32903 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32904 __redirect_time.
32905 Include <time.h>.
32906 (__libc_time): New prototype.
32907 (time_ifunc): Replace time with __libc_time.
32908 (time): New strong alias and hidden definition of __libc_time.
32909 (__GI_time): Remove strong alias.
32910 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32911 Include <stddef.h>.
32912 (memmove): Redefined to __redirect_memmove.
32913 (__memmove_sse2): Use typeof __redirect_memmove.
32914 (__memmove_ssse3): Likewise.
32915 (__memmove_ssse3_back): Likewise.
32916 (__libc_memmove): New prototype.
32917 (memmove): Renamed to ...
32918 (__libc_memmove): This.
32919 (memmove): New strong alias of __libc_memmove.
32920
33b4a91e
MS
329212012-08-08 Mark Salter <msalter@redhat.com>
32922
32923 * elf/elf.h
32924 (R_MN10300_TLS_GD): Define.
32925 (R_MN10300_TLS_LD): Likewise.
32926 (R_MN10300_TLS_LDO): Likewise.
32927 (R_MN10300_TLS_GOTIE): Likewise.
32928 (R_MN10300_TLS_IE): Likewise.
32929 (R_MN10300_TLS_LE): Likewise.
32930 (R_MN10300_TLS_DTPMOD): Likewise.
32931 (R_MN10300_TLS_DTPOFF): Likewise.
32932 (R_MN10300_TLS_TPOFF): Likewise.
32933 (R_MN10300_SYM_DIFF): Likewise.
32934 (R_MN10300_ALIGN): Likewise.
32935 (R_MN10300_NUM): Update.
32936
b36137f1
JM
329372012-08-08 Joseph Myers <joseph@codesourcery.com>
32938
32939 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32940 Remove.
32941
cdd915fd
RM
329422012-08-08 Roland McGrath <roland@hack.frob.com>
32943
a2433aac
RM
32944 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32945
cdd915fd
RM
32946 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32947 sysdeps/unix -> sysdeps/posix move.
32948 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32949
bf9b740a
AM
329502012-08-07 Allan McRae <allan@archlinux.org>
32951
32952 [BZ #14303]
32953 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32954 (SUNOS_CPP): Likewise.
32955 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32956 not found.
32957 (open_input): Call CPP using execvp.
32958
93df14ee
JM
329592012-08-07 Joseph Myers <joseph@codesourcery.com>
32960
32961 * sysdeps/unix/sysv/linux/kernel-features.h
32962 (__ASSUME_PROT_GROWSUPDOWN): Remove.
32963 (__ASSUME_NO_CLONE_DETACHED): Likewise.
32964 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32965 (__ASSUME_WAITID_SYSCALL): Likewise.
32966 * sysdeps/unix/sysv/linux/dl-execstack.c
32967 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32968 code unconditional.
32969 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32970 conditional code.
32971 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32972 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32973 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32974 code.
32975 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32976 unconditional.
32977 [__ASSUME_WAITID_SYSCALL]: Likewise.
32978 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32979
d34689de
RM
329802012-08-07 Roland McGrath <roland@hack.frob.com>
32981
a281decc
RM
32982 * sysdeps/unix/closedir.c: Renamed to ...
32983 * sysdeps/posix/closedir.c: ... here.
32984 * sysdeps/unix/dirfd.c: Renamed to ...
32985 * sysdeps/posix/dirfd.c: ... here.
32986 * sysdeps/unix/dirstream.h: Renamed to ...
32987 * sysdeps/posix/dirstream.h: ... here.
32988 * sysdeps/unix/fdopendir.c: Renamed to ...
32989 * sysdeps/posix/fdopendir.c: ... here.
32990 * sysdeps/unix/opendir.c: Renamed to ...
32991 * sysdeps/posix/opendir.c: ... here.
32992 * sysdeps/unix/readdir.c: Renamed to ...
32993 * sysdeps/posix/readdir.c: ... here.
32994 * sysdeps/unix/readdir_r.c: Renamed to ...
32995 * sysdeps/posix/readdir_r.c: ... here.
32996 * sysdeps/unix/rewinddir.c: Renamed to ...
32997 * sysdeps/posix/rewinddir.c: ... here.
32998 * sysdeps/unix/seekdir.c: Renamed to ...
32999 * sysdeps/posix/seekdir.c: ... here.
33000 * sysdeps/unix/telldir.c: Renamed to ...
33001 * sysdeps/posix/telldir.c: ... here.
33002 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
33003 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
33004 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
33005 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
33006
22895b47
RM
33007 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
33008 * bits/fcntl.h: ... here.
33009
707a53b6
RM
33010 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
33011 not 0.
33012 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
33013 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
33014 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
33015 (struct flock): Move l_start, l_len to the beginning.
33016 Use __pid_t for l_pid.
33017 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
33018 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
33019 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
33020 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
33021 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
33022 [__USE_LARGEFILE64] (struct flock64): New type.
33023 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
33024
f0bd3e25
RM
33025 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
33026 * bits/dirent.h: ... here.
33027
d34689de
RM
33028 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
33029 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
33030
6dad2c06
JM
330312012-08-07 Joseph Myers <joseph@codesourcery.com>
33032
33033 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33034 Change from 2.6.0 to 2.6.16.
33035 * sysdeps/unix/sysv/linux/configure: Regenerated.
33036 * sysdeps/unix/sysv/linux/kernel-features.h
33037 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
33038 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
33039 version.
33040 (__ASSUME_UTIMES): Likewise.
33041 (__ASSUME_CLONE_STOPPED): Remove.
33042 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
33043 architectures, not kernel version.
33044 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
33045 (__ASSUME_NO_CLONE_DETACHED): Likewise.
33046 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33047 (__ASSUME_WAITID_SYSCALL): Likewise.
33048 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
33049 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
33050 * README: State 2.6.16 as minimum Linux kernel version. Do not
33051 refer to older versions.
33052
03af9520
RM
330532012-08-06 Roland McGrath <roland@hack.frob.com>
33054
8e49df1d
RM
33055 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
33056 Define alphasort64 as an alias.
33057 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
33058 Define versionsort64 as an alias.
33059 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
33060 Define scandir64 as an alias.
33061 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
33062 Define scandirat64 as an alias.
33063 * dirent/alphasort64.c (alphasort64):
33064 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
33065 * dirent/versionsort64.c: Likewise.
33066 * dirent/scandir64.c: Likewise.
33067 * dirent/scandirat64.c: Likewise.
33068 * sysdeps/wordsize-64/alphasort.c: File removed.
33069 * sysdeps/wordsize-64/alphasort64.c: File removed.
33070 * sysdeps/wordsize-64/scandir.c: File removed.
33071 * sysdeps/wordsize-64/scandir64.c: File removed.
33072 * sysdeps/wordsize-64/scandirat.c: File removed.
33073 * sysdeps/wordsize-64/scandirat64.c: File removed.
33074 * sysdeps/wordsize-64/versionsort.c: File removed.
33075 * sysdeps/wordsize-64/versionsort64.c: File removed.
33076 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
33077 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
33078 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
33079 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
33080 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
33081 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
33082 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
33083 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
33084
33085 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
33086 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33087 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33088 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33089 [defined __arch64__ || defined __sparcv9]
33090 (__INO_T_MATCHES_INO64_T): New macro.
33091 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33092 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33093 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33094 * sysdeps/unix/sysv/linux/bits/dirent.h
33095 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33096 (_DIRENT_MATCHES_DIRENT64): New macro.
33097
03af9520
RM
33098 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33099 Define lockf64 as an alias.
33100 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33101 Define fseeko64 as an alias.
33102 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33103 Define ftello64 as an alias.
33104 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33105 Define _IO_fgetpos64 and fgetpos64 as aliases.
33106 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33107 Define _IO_fsetpos64 and fsetpos64 as aliases.
33108 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33109 Conditionalize body on this.
33110 * libio/fseeko64.c: Likewise.
33111 * libio/ftello64.c: Likewise.
33112 * libio/iofgetpos64.c: Likewise.
33113 * libio/iofsetpos64.c: Likewise.
33114 * sysdeps/wordsize-64/lockf.c: File removed.
33115 * sysdeps/wordsize-64/lockf64.c: File removed.
33116 * sysdeps/wordsize-64/fseeko.c: File removed.
33117 * sysdeps/wordsize-64/fseeko64.c: File removed.
33118 * sysdeps/wordsize-64/ftello.c: File removed.
33119 * sysdeps/wordsize-64/ftello64.c: File removed.
33120 * sysdeps/wordsize-64/iofgetpos.c: File removed.
33121 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33122 * sysdeps/wordsize-64/iofsetpos.c: File removed.
33123 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33124 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33125 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33126 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33127 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33128 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33129 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33130 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33131 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33132 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33133 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33134
33135 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33136 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33137 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33138 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33139 [defined __arch64__ || defined __sparcv9]
33140 (__OFF_T_MATCHES_OFF64_T): New macro.
33141 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33142 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33143 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33144 (__OFF_T_MATCHES_OFF64_T): New macro.
33145
c5757acd
L
331462012-08-06 H.J. Lu <hongjiu.lu@intel.com>
33147
33148 * stdlib/secure-getenv.c (__secure_getenv): Replace
33149 GLIBC_2_16 with GLIBC_2_17.
33150
3a31811e
L
331512012-08-06 H.J. Lu <hongjiu.lu@intel.com>
33152
33153 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33154 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33155
faa2bccb
DM
331562012-08-03 David S. Miller <davem@davemloft.net>
33157
33158 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33159
85fe1997
JM
331602012-08-03 Joseph Myers <joseph@codesourcery.com>
33161
33162 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33163 Remove.
33164 (__ASSUME_CORRECT_SI_PID): Likewise.
33165 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33166 (__ASSUME_TMPFS_NAME): Likewise.
33167 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33168 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33169 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33170 (HAVE_AUX_SECURE): Make definition unconditional.
33171 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33172 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33173
4f75b7a0
RM
331742012-08-03 Roland McGrath <roland@hack.frob.com>
33175
33176 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33177 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33178 * sysdeps/mach/hurd/eloop-threshold.h: New file.
33179 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33180 __eloop_threshold instead of SYMLOOP_MAX.
33181
33182 * sysdeps/generic/eloop-threshold.h: New file.
33183 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33184 of MAXSYMLINKS.
33185 * elf/chroot_canon.c (chroot_canon): Likewise.
33186
7aab07e4
JM
331872012-08-03 Joseph Myers <joseph@codesourcery.com>
33188
33189 [BZ #13717]
33190 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33191 Change to 2.6.0 everywhere.
33192 * sysdeps/unix/sysv/linux/configure: Regenerated.
33193 * sysdeps/unix/sysv/linux/kernel-features.h
33194 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33195 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33196 kernel versions.
33197 (__ASSUME_POSIX_TIMERS): Define unconditionally.
33198 (__ASSUME_FUTEX_REQUEUE): Remove.
33199 (__ASSUME_STATFS64): Define unconditionally.
33200 (__ASSUME_AT_SECURE): Likewise.
33201 (__ASSUME_CORRECT_SI_PID): Likewise.
33202 (__ASSUME_TGKILL): Define without depending on kernel version for
33203 i386.
33204 (__ASSUME_UTIMES): Likewise.
33205 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33206 kernel version.
33207 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33208 (__ASSUME_TMPFS_NAME): Likewise.
33209 * README: Update reference to Linux kernel versions.
33210
b67e9372
MP
332112012-08-02 Marek Polacek <polacek@redhat.com>
33212
1f529f7d 33213 [BZ# 14150]
b67e9372
MP
33214 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
33215 libc_cv_asm_type_prefix with %.
33216 * configure: Regenerated.
d2441631
RM
33217 * include/libc-symbols.h: Remove comment about
33218 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
33219 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33220 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33221 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33222 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33223 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33224 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33225 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33226 * elf/tst-unique2mod1.c: Likewise.
33227 * elf/tst-unique1mod2.c: Likewise.
33228 * elf/tst-unique1mod1.c: Likewise.
33229 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33230 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33231 Replace ASM_TYPE_DIRECTIVE with .type.
33232 * sysdeps/s390/s390-64/sysdep.h: Likewise.
33233 * sysdeps/i386/sysdep.h: Likewise.
33234 * sysdeps/x86_64/sysdep.h: Likewise.
33235 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
33236 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33237 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 33238 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
33239 * sysdeps/powerpc/powerpc32/sysdep.h:
33240 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
33241 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33242 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33243 * sysdeps/i386/fpu/e_powf.S: Likewise.
33244 * sysdeps/i386/fpu/e_expl.S: Likewise.
33245 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33246 * sysdeps/i386/fpu/e_acosh.S: Likewise.
33247 * sysdeps/i386/fpu/e_pow.S: Likewise.
33248 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33249 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33250 * sysdeps/i386/fpu/s_expm1.S: Likewise.
33251 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33252 * sysdeps/i386/fpu/e_log2.S: Likewise.
33253 * sysdeps/i386/fpu/e_log2l.S: Likewise.
33254 * sysdeps/i386/fpu/e_scalb.S: Likewise.
33255 * sysdeps/i386/fpu/e_powl.S: Likewise.
33256 * sysdeps/i386/fpu/e_log10f.S: Likewise.
33257 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33258 * sysdeps/i386/fpu/e_logl.S: Likewise.
33259 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33260 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33261 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33262 * sysdeps/i386/fpu/e_log2f.S: Likewise.
33263 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33264 * sysdeps/i386/fpu/e_log.S: Likewise.
33265 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33266 * sysdeps/i386/fpu/e_logf.S: Likewise.
33267 * sysdeps/i386/fpu/e_log10l.S: Likewise.
33268 * sysdeps/i386/fpu/e_atanh.S: Likewise.
33269 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33270 * sysdeps/i386/fpu/e_log10.S: Likewise.
33271 * sysdeps/i386/fpu/s_frexp.S: Likewise.
33272 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33273 * sysdeps/i386/fpu/s_asinh.S: Likewise.
33274 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33275 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33276 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33277 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33278 * sysdeps/i386/i686/strtok.S: Likewise.
33279 * sysdeps/i386/i386-mcount.S: Likewise.
33280 * sysdeps/i386/strtok.S: Likewise.
33281 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33282 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33283 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33284 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33285 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33286 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33287 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33288 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33289 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33290 * sysdeps/x86_64/_mcount.S: Likewise.
33291 * sysdeps/x86_64/strtok.S: Likewise.
33292 * sysdeps/sh/_mcount.S: Likewise.
33293
2747bf9a
RM
332942012-08-01 Roland McGrath <roland@hack.frob.com>
33295
33296 * libio/iofopen.c: Include <fcntl.h>.
33297 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33298 (_IO_fopen64, fopen64): Define as aliases.
33299 * libio/iofopen64.c: Include <fcntl.h>.
33300 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33301 Conditionalize body on this.
33302 * sysdeps/wordsize-64/iofopen.c: File removed.
33303 * sysdeps/wordsize-64/iofopen64.c: File removed.
33304
3fb791b8
MP
333052012-08-01 Marek Polacek <polacek@redhat.com>
33306
33307 * libc/Makeconfig: Use elf in place of binfmt-subdir.
33308 Use dlfcn directly instead of a variable.
33309 (binfmt-subdir): Do not define.
33310 (dlfcn): Likewise.
33311
a9f1039f
JM
333122012-08-01 Joseph Myers <joseph@codesourcery.com>
33313
23bddc06
JM
33314 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33315 Remove all definitions.
33316 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33317 <kernel-features.h>.
33318 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33319 (miss_F_GETOWN_EX): Remove all definitions.
33320 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33321 macro definition.
33322 [!__ASSUME_FCNTL64]: Remove conditional code.
33323 [__ASSUME_FCNTL64]: Make code unconditional.
33324 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33325 <kernel-features.h>.
33326 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33327 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33328 (lockf64) [__NR_fcntl64]: Make code unconditional.
33329 (lockf64) [__ASSUME_FCNTL64]: Likewise.
33330
a9f1039f
JM
33331 * sysdeps/unix/sysv/linux/kernel-features.h
33332 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33333 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33334 Make code unconditional.
33335 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33336 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33337 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33338 [__NR_vfork]: Make code unconditional.
33339 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33340 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33341 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33342 [__NR_vfork]: Make code unconditional.
33343 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33344 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33345
09c0ee5f
RM
333462012-08-01 Roland McGrath <roland@hack.frob.com>
33347
48aec5b9
RM
33348 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33349 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33350
cd97c966
RM
33351 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33352 Define mkstemp64 as an alias.
3f55550c
RM
33353 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33354 Define mkstemps64 as an alias.
cd97c966
RM
33355 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33356 Define mkostemp64 as an alias.
b8625cfc
RM
33357 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33358 Define mkostemps64 as an alias.
cd97c966
RM
33359 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33360 Conditionalize body on this.
33361 * misc/mkostemp64.c: Likewise.
b8625cfc 33362 * misc/mkostemps64.c: Likewise.
3f55550c 33363 * misc/mkstemps64.c: Likewise.
cd97c966
RM
33364 * sysdeps/wordsize-64/mkstemp64.c: File removed.
33365 * sysdeps/wordsize-64/mkostemp64.c: File removed.
33366 * sysdeps/wordsize-64/mkostemp.c: File removed.
33367 * sysdeps/wordsize-64/mkstemp.c: File removed.
33368 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33369 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33370 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33371 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33372
09c0ee5f
RM
33373 [BZ #14138]
33374 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33375 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33376 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33377 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33378
33379 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33380 compat_symbol macros from <shlib-compat.h> rather than the underlying
33381 default_symbol_version and symbol_version macros, so that DEFAULT
33382 lines in shlib-versions are respected.
33383 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33384
7e66ee51
FW
333852012-08-01 Florian Weimer <fweimer@redhat.com>
33386
33387 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33388 Declare with warn_unused_result.
33389 (setgid, setregid, setegid, setresgid): Likewise.
33390 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33391 Likewise.
33392 * WUR-REPORT: Remove set*id functions.
33393
d2a54255
PT
333942012-07-31 Pino Toscano <toscano.pino@tiscali.it>
33395
33396 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33397
7ecdb005
RM
333982012-07-31 Roland McGrath <roland@hack.frob.com>
33399
b4180a5e 33400 [BZ #10191]
789bd351
RM
33401 * include/sys/socket.h (__libc_accept, __libc_accept4):
33402 Add attribute_hidden.
33403 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33404
40ce302d
RM
33405 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33406 use of PTR_MANGLE.
33407 * inet/getnetgrent_r.c (setup): Likewise.
33408
7ecdb005
RM
33409 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33410
e2eabb2c
DM
334112012-07-31 David S. Miller <davem@davemloft.net>
33412
33413 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33414
d0419dbf
JM
334152012-07-31 Joseph Myers <joseph@codesourcery.com>
33416
33417 [BZ #13629]
33418 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33419 value between 1.0 and 2.0 and smaller part has absolute value less
33420 than 1.0.
33421 * math/s_clog10.c (__clog10): Likewise.
33422 * math/s_clog10f.c (__clog10f): Likewise.
33423 * math/s_clog10l.c (__clog10l): Likewise.
33424 * math/s_clogf.c (__clogf): Likewise.
33425 * math/s_clogl.c (__clogl): Likewise.
33426 * math/libm-test.inc (clog_test): Add more tests.
33427 (clog10_test): Likewise.
33428 * sysdeps/i386/fpu/libm-test-ulps: Update.
33429 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33430
2bc13872
FW
334312012-07-31 Florian Weimer <fweimer@redhat.com>
33432
33433 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33434 Exit with zero in case no suitable GID is found, and write a
33435 message to standard error.
33436
bea9b193
RM
334372012-07-30 Roland McGrath <roland@hack.frob.com>
33438
33439 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33440 rather than to 1.
33441 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33442 (MAXPATHLEN): Removed.
33443 (NOGROUP, NODEV): New macros.
33444 (setbit, clrbit, isset, isclr): New macros.
33445 (howmany, roundup, powerof2): New macros.
33446 (DEV_BSIZE): New macro.
33447
33448 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33449 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33450
33451 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33452 definition on [!__NO_LONG_DOUBLE_MATH].
33453
33454 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33455 PTR_MANGLE and PTR_DEMANGLE.
33456
33457 * socket/accept4.c (accept4): Rename to __libc_accept4.
33458 Define accept4 as a weak alias.
33459
33460 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33461 on [_DIRENT_HAVE_D_TYPE].
33462 * io/ftw.c (ftw_dir): Likewise.
33463
33464 * io/xmknod.c (__xmknod): Don't check PATH for being null.
33465
33466 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33467
33468 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33469 Use the BSD numbers rather than the arbitrary ones we had.
33470 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33471 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33472 (SIGXCPU, SIGXFSZ): New macros.
33473 (_NSIG): Now 32.
33474
33475 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33476 initializer on [_LIBC_REENTRANT].
33477
33478 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33479 definitions inside [_POSIX_MAPPED_FILES].
33480
33481 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33482
33483 * dirent/opendir.c: Include <fcntl.h>.
33484
33485 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33486 (__libc_getspecific): Likewise.
33487 (__libc_key_create): Likewise.
33488
33489 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33490 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33491 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33492 (tmpfile64): Define as alias.
33493 * sysdeps/wordsize-64/tmpfile.c: File removed.
33494 * sysdeps/wordsize-64/tmpfile64.c: File removed.
33495 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33496 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33497
33498 * stdio-common/vfscanf.c: Include <stdbool.h>.
33499 * nss/makedb.c: Likewise.
33500 * stdio-common/_i18n_number.h: Likewise.
33501 * argp/argp-help.c: Likewise.
33502 * posix/wordexp.c: Likewise.
33503 * sysdeps/posix/spawni.c: Likewise.
33504 * nss/nss_files/files-initgroups.c: Likewise.
33505 * stdio-common/reg-modifier.c: Include <stdlib.h>.
33506 * nss/nss_files/files-initgroups.c: Likewise.
33507 * nss/nss_db/db-netgrp.c: Likewise.
33508 * nss/nss_db/db-initgroups.c: Likewise.
33509 * io/fchmodat.c: Include <sys/stat.h>.
33510
33511 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33512 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33513
33514 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33515 [HAVE_MMAP].
33516
33517 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33518 Add multiple inclusion protection.
33519
e5abc686
DM
335202012-07-27 David S. Miller <davem@davemloft.net>
33521
33522 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33523
815e6fa3
GB
335242012-07-27 Gary Benson <gbenson@redhat.com>
33525
33526 [BZ #14298]
33527 * elf/rtld.c: Include <stap-probe.h>.
33528 (dl_main): Added static probes "init_start" and "init_complete".
33529 * elf/dl-load.c: Include <stap-probe.h>.
33530 (lose): Take new parameter "nsid".
33531 Added static probe "map_failed".
33532 (_dl_map_object_from_fd): Pass namespace id to lose.
33533 Added static probe "map_start".
33534 (open_verify): Pass namespace id to lose.
33535 * elf/dl-open.c: Include <stap-probe.h>.
33536 (dl_open_worker) Added static probes "map_complete", "reloc_start"
33537 and "reloc_complete".
33538 * elf/dl-close.c: Include <stap-probe.h>.
33539 (_dl_close_worker): Added static probes "unmap_start" and
33540 "unmap_complete".
33541 * elf/rtld-debugger-interface.txt: New file documenting the above.
33542
9f98c16c
RM
335432012-07-26 Roland McGrath <roland@hack.frob.com>
33544
33545 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33546 rather than a string variable.
33547 * sunrpc/rpc_main.c (h_output): Likewise.
33548 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33549
f3c22df3
PT
335502012-07-26 Pino Toscano <toscano.pino@tiscali.it>
33551
33552 * inet/check_native.c: New file.
33553
3129cfc6
JM
335542012-07-26 Joseph Myers <joseph@codesourcery.com>
33555
da865e95
JM
33556 [BZ #13629]
33557 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33558 if larger part has absolute value 1.0.
33559 * math/s_clog10.c (__clog10): Likewise.
33560 * math/s_clog10f.c (__clog10f): Likewise.
33561 * math/s_clog10l.c (__clog10l): Likewise.
33562 * math/s_clogf.c (__clogf): Likewise.
33563 * math/s_clogl.c (__clogl): Likewise.
33564 * math/libm-test.inc (clog_test): Add more tests.
33565 (clog10_test): Likewise.
33566 * sysdeps/i386/fpu/libm-test-ulps: Update.
33567 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33568
3129cfc6
JM
33569 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33570 (pltexit): Likewise.
33571 (La_regs): Likewise.
33572 (La_retval): Likewise.
33573 (int_retval): Likewise.
33574 Update #error for removed macros to refer only to definitions in
33575 tst-audit.h.
33576 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
33577 macro.
33578 (pltexit): Likewise.
33579 (La_regs): Likewise.
33580 (La_retval): Likewise.
33581 (int_retval): Likewise.
33582 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33583 macro.
33584 (pltexit): Likewise.
33585 (La_regs): Likewise.
33586 (La_retval): Likewise.
33587 (int_retval): Likewise.
33588 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
33589 macro.
33590 (pltexit): Likewise.
33591 (La_regs): Likewise.
33592 (La_retval): Likewise.
33593 (int_retval): Likewise.
33594 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
33595 macro.
33596 (pltexit): Likewise.
33597 (La_regs): Likewise.
33598 (La_retval): Likewise.
33599 (int_retval): Likewise.
33600 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
33601 macro.
33602 (pltexit): Likewise.
33603 (La_regs): Likewise.
33604 (La_retval): Likewise.
33605 (int_retval): Likewise.
33606 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
33607 macro.
33608 (pltexit): Likewise.
33609 (La_regs): Likewise.
33610 (La_retval): Likewise.
33611 (int_retval): Likewise.
33612 * sysdeps/generic/tst-audit.h: Update comment to refer only to
33613 macro definitions in tst-audit.h.
33614 * sysdeps/i386/tst-audit.h: New file.
33615 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
33616 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
33617 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
33618 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
33619 * sysdeps/sh/tst-audit.h: Likewise.
33620 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
33621 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
33622 * sysdeps/x86_64/tst-audit.h: Likewise.
33623
bfc07087
AJ
336242012-07-26 Andreas Jaeger <aj@suse.de>
33625
b1b2aaf8
AJ
33626 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
33627 ptrace.
33628
33629 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
33630 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
33631 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
33632 PTRACE_O_MASK.
33633 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
33634 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
33635 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
33636
bfc07087
AJ
33637 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
33638 value.
33639
33640 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
33641 _sigsys.
33642 (si_call_addr, si_syscall, si_arch): Define new macro.
33643 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
33644 _sigsys.
33645 (si_call_addr, si_syscall, si_arch): Define new marcro.
33646 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33647 _sigsys.
33648 (si_call_addr, si_syscall, si_arch): Define new macro.
33649 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33650 _sigsys.
33651 (si_call_addr, si_syscall, si_arch): Define new macro.
33652
89b4b02f
JM
336532012-07-25 Joseph Myers <joseph@codesourcery.com>
33654
33655 [BZ #13717]
33656 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33657 Change to 2.4.21 where previously 2.4.1.
33658 * sysdeps/unix/sysv/linux/configure: Regenerated.
33659 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33660 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33661 Linux kernel version.
33662 (__ASSUME_STD_AUXV): Remove.
33663 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33664 kernel version.
33665 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33666 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33667 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33668 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33669 (__ASSUME_NETLINK_SUPPORT): Likewise.
33670 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33671 (__no_netlink_support): Remove conditional definition.
33672 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33673 Remove.
33674 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33675 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33676 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33677 (if_nameindex_ioctl): Remove.
33678 (if_nameindex_netlink): Do not handle __no_netlink_support.
33679 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33680 code.
33681 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33682 Remove conditional code.
33683 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33684 code.
33685 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33686 unconditional.
33687 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33688 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33689 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33690 Remove.
33691 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33692 [!__ASSUME_STD_AUXV]: Remove conditional code.
33693 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33694 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33695 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33696 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33697 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33698 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33699 code.
33700 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33701 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33702 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33703 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33704 conditional code.
33705 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33706 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33707 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33708 code.
33709 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33710 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33711 conditional code.
33712 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33713 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33714 code unconditional.
33715 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33716 conditional code.
33717 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33718 unconditional.
33719 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33720 conditional code.
33721 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33722 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33723 unconditional.
33724 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33725 conditional code.
33726 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33727 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33728 code unconditional.
33729 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33730 conditional code.
33731 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33732 unconditional.
33733 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33734 conditional code.
33735 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33736 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33737 code unconditional.
33738 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33739 conditional code.
33740 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33741 unconditional.
33742 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33743 conditional code.
33744
842a39cd
AS
337452012-07-25 Andreas Schwab <schwab@linux-m68k.org>
33746
33747 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33748 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33749 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33750 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33751 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33752 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33753 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33754 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33755 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33756 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33757 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33758 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33759 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33760 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33761 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33762 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33763 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33764 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33765 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33766 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33767 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33768 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33769 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33770
84b3fd84
FW
337712012-07-25 Florian Weimer <fweimer@redhat.com>
33772
33773 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
33774 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33775 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33776 Introduce __libc_secure_getenv.
0c7936d5
FW
33777 * stdlib/Versions (2.17): Add secure_getenv
33778 (GLIBC_PRIVATE): Add __libc_secure_getenv.
33779 * stdlib/secure-getenv.c: Rename __secure_getenv to
33780 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
33781 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
33782 * stdlib/tst-secure-getenv.c: New.
33783 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
33784 * manual/startup.texi (Environment Access): Document
33785 secure_getenv.
84b3fd84
FW
33786 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33787 __libc_secure_getenv.
33788 * inet/ruserpass.c (ruserpass): Likewise.
33789 * malloc/mtrace.c (mtrace): Likewise.
33790 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 33791 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
33792 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33793 * sysdeps/posix/tempname.c: Likewise. Evaluate
33794 HAVE_SECURE_GETENV.
33795 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 33796 __secure_getenv to __libc_secure_getenv.
84b3fd84 33797 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
33798 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33799 Likewise.
33800 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33801 Likewise.
33802 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33803 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33804 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33805 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33806 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33807 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33808 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 33809
56e49b71
JM
338102012-07-25 Joseph Myers <joseph@codesourcery.com>
33811
33812 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33813 (struct La_i86_retval): Likewise.
33814 (struct La_x86_64_regs): Likewise.
33815 (struct La_x86_64_retval): Likewise.
33816 (struct La_x32_regs): Likewise.
33817 (struct La_x32_retval): Likewise.
33818 (struct La_ppc32_regs): Likewise.
33819 (struct La_ppc32_retval): Likewise.
33820 (struct La_ppc64_regs): Likewise.
33821 (struct La_ppc64_retval): Likewise.
33822 (struct La_sh_regs): Likewise.
33823 (struct La_sh_retval): Likewise.
33824 (struct La_s390_32_regs): Likewise.
33825 (struct La_s390_32_retval): Likewise.
33826 (struct La_s390_64_regs): Likewise.
33827 (struct La_s390_64_retval): Likewise.
33828 (struct La_sparc32_regs): Likewise.
33829 (struct La_sparc32_retval): Likewise.
33830 (struct La_sparc64_regs): Likewise.
33831 (struct La_sparc64_retval): Likewise.
33832 (struct audit_ifaces): Remove architecture-specific pltenter and
33833 pltexit members.
33834 * sysdeps/i386/ldsodefs.h: New file.
33835 * sysdeps/powerpc/ldsodefs.h: Likewise.
33836 * sysdeps/s390/ldsodefs.h: Likewise.
33837 * sysdeps/sh/ldsodefs.h: Likewise.
33838 * sysdeps/sparc/ldsodefs.h: Likewise.
33839 * sysdeps/x86_64/ldsodefs.h: Likewise.
33840
354691b7
MP
338412012-07-25 Marek Polacek <polacek@redhat.com>
33842
33843 [BZ #6808]
33844 * math/libm-test.inc (yn_test): Add another test.
33845 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33846 to ERANGE when the result is +-Inf.
33847 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33848 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33849 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33850 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33851
bf9e2071
JM
338522012-07-24 Joseph Myers <joseph@codesourcery.com>
33853
33854 * conform/data/time.h-data (NULL): Use macro-constant. Require
33855 equal to 0.
33856 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
33857 clock_t.
33858 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
33859
57633811
TS
338602012-07-23 Thomas Schwinge <thomas@codesourcery.com>
33861
33862 * configure.in <sysdeps resolving>: Correct printing
33863 Implies_before.
33864 * configure: Regenerate.
33865
c23c33b0
TS
338662012-07-22 Thomas Schwinge <thomas@codesourcery.com>
33867
33868 * math/w_ilogb.c: Include <limits.h>.
33869 * math/w_ilogbl.c: Likewise.
33870
b5982523
JM
338712012-07-20 Joseph Myers <joseph@codesourcery.com>
33872
33873 * manual/lang.texi (__va_copy): Document primarily as ISO C99
33874 va_copy. Document allowing for unavailable va_copy only as
33875 pre-C99 compatibility.
33876 * manual/string.texi (Copying and Concatenation): Use va_copy
33877 instead of __va_copy in concat example.
33878
ac4ea442
PT
338792012-07-20 Pino Toscano <toscano.pino@tiscali.it>
33880
33881 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33882 (__sendto): Use create_address_port. Initialize APORT and deallocate
33883 it if not null.
33884
f98eafbd
PT
33885 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33886 with O_NOLINK passed to __file_name_lookup.
33887
898c7aab
PT
33888 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33889 with O_NOLINK passed to __file_name_lookup.
33890
0ced335a
PT
33891 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33892 negative N or less than NGIDS.
33893
b3404dbd
PT
33894 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33895 type to string_t. Set ERANGE as errno and return it if NAME is not big
33896 enough. Use memcpy instead of strncpy.
33897
0f48659e
JM
338982012-07-20 Joseph Myers <joseph@codesourcery.com>
33899
33900 * elf/Makefile (check-data): Remove.
33901 (localplt.data): New vpath directive.
33902 ($(objpfx)check-localplt.out): Use localplt.data from vpath
33903 instead of $(check-data).
33904 * scripts/data/localplt-generic.data: Move to ...
33905 * sysdeps/generic/localplt.data: ... here.
33906 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33907 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33908 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33909 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33910 ... here.
33911 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33912 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33913 ... here.
33914 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33915 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33916 ... here.
33917 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33918 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33919 ... here.
33920 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33921 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33922 ... here.
33923 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33924 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33925 ... here.
33926
d37cbdaa
AZ
339272012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
33928
33929 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33930 PPC32 and PPC64 files.
33931 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33932 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33933
46f85fc2
AK
339342012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33935
33936 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33937 __makecontext_ret to ...
33938 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33939 ... here and call exit if uc_link is NULL. New file.
33940 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33941 __makecontext_ret.S.
33942 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33943 __makecontext_ret to ...
33944 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33945 ... here and call exit if uc_link is NULL. New file.
33946 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33947 __makecontext_ret.S.
33948
08f43f9b
AK
339492012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33950
33951 * elf/elf.h (R_390_IRELATIVE): New definition.
33952 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33953 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
33954 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33955 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33956 (elf_machine_lazy_rel): Likewise.
33957 * sysdeps/s390/dl-irel.h: New file.
33958 * sysdeps/s390/s390-64/memcpy.S: New asm code.
33959 * sysdeps/s390/s390-64/memset.S: New asm code.
33960 * sysdeps/s390/s390-64/memcmp.S: New asm code.
33961 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33962 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33963 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33964 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33965 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33966 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33967 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33968 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33969 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33970 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33971 * sysdeps/s390/s390-32/memcpy.S: New asm code.
33972 * sysdeps/s390/s390-32/memset.S: New asm code.
33973 * sysdeps/s390/s390-32/memcmp.S: New asm code.
33974
3b05db33
MP
339752012-07-17 Marek Polacek <polacek@redhat.com>
33976
33977 [BZ #14349]
33978 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33979 * sysdeps/s390/s390-64/configure.in: Likewise.
33980 * sysdeps/sparc/configure.in: Likewise.
33981 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33982 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33983 * sysdeps/i386/configure.in: Likewise.
33984 * sysdeps/x86_64/configure.in: Likewise.
33985 * sysdeps/sh/configure.in: Likewise.
33986 * sysdeps/s390/s390-32/configure: Regenerated.
33987 * sysdeps/s390/s390-64/configure: Likewise.
33988 * sysdeps/x86_64/configure: Likewise.
33989 * sysdeps/sh/configure: Likewise.
33990 * sysdeps/powerpc/powerpc64/configure: Likewise.
33991 * sysdeps/powerpc/powerpc32/configure: Likewise.
33992 * sysdeps/sparc/configure: Likwise.
33993 * sysdeps/i386/configure: Likewise.
33994
a66877c6
MP
33995 * elf/dl-open.c: Comment fixes.
33996
cfc82fd8
JM
339972012-07-17 Joseph Myers <joseph@codesourcery.com>
33998
bd29910a
JM
33999 * Makefile [CXX] (check-data): Remove.
34000 [CXX] (c++-types.data): New vpath directive.
34001 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
34002 vpath. Do not allow for C++ type data being missing.
34003 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
34004 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
34005 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
34006 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
34007 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
34008 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
34009 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
34010 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
34011 ... here.
34012 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
34013 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
34014 ... here.
34015 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
34016 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
34017 ... here.
34018 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
34019 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
34020 ... here.
34021 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
34022 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
34023 ... here.
34024 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
34025 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
34026 ... here.
34027 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
34028 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
34029 ... here.
34030 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
34031 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
34032
cfc82fd8
JM
34033 * elf/tls-macros.h (TLS_LE): Move architecture-specific
34034 definitions to architecture-specific files.
34035 (TLS_IE): Likewise.
34036 (TLS_LD): Likewise.
34037 (TLS_GD): Likewise.
34038 * sysdeps/i386/tls-macros.h: New file.
34039 * sysdeps/powerpc/tls-macros.h: Likewise.
34040 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
34041 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
34042 * sysdeps/sh/tls-macros.h: Likewise.
34043 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
34044 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
34045 * sysdeps/x86_64/tls-macros.h: Likewise.
34046
f7db3170
TS
340472012-07-17 Thomas Schwinge <thomas@codesourcery.com>
34048
07cbfc23
TS
34049 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
34050 zero value for regular exit case.
34051
f7db3170
TS
34052 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
34053 (__start_context): Preserve zero value for regular exit case.
34054
dc97c227
TS
340552012-07-17 Thomas Schwinge <thomas@codesourcery.com>
34056 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34057
34058 * manual/setjmp.texi (setcontext): Clarify normal process
34059 termination when uc_link is the null pointer.
34060 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
34061 exit call.
34062
d0cd7d02
AS
340632012-07-16 Andreas Schwab <schwab@linux-m68k.org>
34064
34065 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
34066 preprocessor. Test for each exception mask separately.
34067
dd318934
AJ
340682012-07-16 Andreas Jaeger <aj@suse.de>
34069
34070 * po/ru.po: Update from translation team.
34071
8048311a
JM
340722012-07-15 Joseph Myers <joseph@codesourcery.com>
34073
34074 * conform/data/string.h-data (NULL): Use macro-constant. Require
34075 equal to 0.
34076 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34077 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34078 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
34079 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
34080 [ISO || ISO99 || ISO11] (*_t): Do not allow.
34081
b637d46e
AJ
340822012-07-13 Andreas Jaeger <aj@suse.de>
34083
34084 * po/fr.po: Update from translation team.
34085
541428fe
MP
340862012-07-12 Marek Polacek <polacek@redhat.com>
34087
34088 [BZ #14173]
34089 * math/libm-test.inc (yn_test): Add test for BZ #14173.
34090 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34091 loop condition.
34092
ec332e94
JM
340932012-07-12 Joseph Myers <joseph@codesourcery.com>
34094
34095 [BZ #13717]
34096 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34097 Change to 2.4.1 where previously 2.4.0.
34098 * sysdeps/unix/sysv/linux/configure: Regenerated.
34099 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34100 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34101 version.
34102 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34103 (__ASSUME_AT_CLKTCK): Remove.
34104 (__ASSUME_AT_PAGESIZE): Likewise.
34105 (__ASSUME_AT_XID): Likewise.
34106 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34107 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34108 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34109 unconditionally.
34110 (HAVE_AUX_PAGESIZE): Likewise.
34111 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34112 [__ASSUME_AT_CLKTCK]: Make code unconditional.
34113 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34114
7b6e99be
JB
341152012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
34116
34117 [BZ #14307]
34118 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34119 the temporary buffer used to invoke __gethostbyname2_r,
34120 __gethostbyaddr_r and gethostbyname4_r to make room for struct
34121 host_data / struct gaih_addrtuple.
34122 * resolv/nss_dns/dns-host.c (global scope): Move definition of
34123 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34124 header file nss/nsswitch.h.
34125 * nss/nsswitch.h (global scope): Add definition of implementation
34126 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34127 resolv/nss_dns/dns-host.c).
34128
608404eb
AJ
341292012-07-11 Andreas Jaeger <aj@suse.de>
34130
34131 * po/fr.po: Update from translation team.
34132
71220aca
AJ
34133 * po/sv.po: Update from translation team
34134 * po/fr.po: Another update from translation team.
34135
28cfe843
AZ
341362012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34137
34138 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34139 for subnormals or multiply small sinh result by itself.
34140 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34141 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34142
6b90f981
DM
341432012-07-11 David S. Miller <davem@davemloft.net>
34144
34145 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34146
c6825772
AS
341472012-07-10 Andreas Schwab <schwab@linux-m68k.org>
34148
34149 [BZ #14347]
34150 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34151 (INTERNAL_MARK): Shift it here.
34152
7b8e0d49
MP
341532012-07-10 Marek Polacek <polacek@redhat.com>
34154
34155 [BZ #14151]
34156 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
34157 libc_cv_asm_global_directive with .globl.
34158 * configure: Regenerated.
34159 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34160 with .globl.
34161 * sysdeps/i386/configure: Regenerated.
34162 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34163 with .globl.
34164 * sysdeps/x86_64/configure: Regenerated.
34165 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34166 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34167 * elf/tst-unique2mod2.c: Likewise.
34168 * elf/tst-unique2mod1.c: Likewise.
34169 * elf/tst-unique1mod2.c: Likewise.
34170 * elf/tst-unique1mod1.c: Likewise.
34171 * sysdeps/s390/s390-32/sysdep.h: Likewise.
34172 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34173 * sysdeps/s390/s390-64/sysdep.h: Likewise.
34174 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34175 * sysdeps/mach/sysdep.h: Likewise.
34176 * sysdeps/i386/sysdep.h: Likewise.
34177 * sysdeps/i386/i386-mcount.S: Likewise.
34178 * sysdeps/x86_64/_mcount.S: Likewise.
34179 * sysdeps/x86_64/sysdep.h: Likewise.
34180 * sysdeps/sh/_mcount.S: Likewise.
34181 * sysdeps/sh/sysdep.h: Likewise.
34182 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34183 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34184 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34185 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34186 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34187 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34188 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34189 * locale/localeinfo.h: Likewise.
34190 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34191 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34192
6c55cda3
RM
341932012-07-09 Roland McGrath <roland@hack.frob.com>
34194
34195 [BZ #14336]
34196 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34197 system".
34198 * manual/message.texi (The Uniforum approach): Likewise.
34199 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34200 (glibc iconv Implementation): Likewise.
34201
638a572e
JM
342022012-07-09 Joseph Myers <joseph@codesourcery.com>
34203
34204 [BZ #14337]
34205 * math/s_clog.c (__clog): Avoid scaling a value down where that
34206 could result in underflow.
34207 * math/s_clog10.c (__clog10): Likewise.
34208 * math/s_clog10f.c (__clog10f): Likewise.
34209 * math/s_clog10l.c (__clog10l): Likewise.
34210 * math/s_clogf.c (__clogf): Likewise.
34211 * math/s_clogl.c (__clogl): Likewise.
34212 * math/libm-test.inc (clog_test): Add more tests.
34213 (clog10_test): Likewise.
34214 * sysdeps/i386/fpu/libm-test-ulps: Update.
34215 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34216
261f4859
AS
342172012-07-06 Andreas Schwab <schwab@linux-m68k.org>
34218
0abaf3e4
AS
34219 [BZ #14283]
34220 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34221 by 7 not 8 to examine high bit of fractional part.
34222
261f4859
AS
34223 [BZ #14042]
34224 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34225 for call to __mcount_internal.
34226 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34227 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34228 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34229
f17ac40d
JM
342302012-07-06 Joseph Myers <joseph@codesourcery.com>
34231
9ad63c23
JM
34232 [BZ #14154]
34233 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34234 approximation for values within 0x1p-13f of an odd multiple of
34235 pi/4.
34236 * math/libm-test.inc (tan_test): Do not allow spurious underflow
34237 exception. Add more tests.
34238 * sysdeps/i386/fpu/libm-test-ulps: Update.
34239
f17ac40d
JM
34240 [BZ #6778]
34241 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34242 inputs and return -1 for them. Do not check for +Inf in case not
34243 reachable for +Inf.
34244 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34245 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34246 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34247 and return -1 for them. Do not check for +Inf in case not
34248 reachable for +Inf.
34249 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34250 define.
34251 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34252 and return -1 for them. Do not check for +Inf in case not
34253 reachable for +Inf.
34254 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
34255 spurious underflow.
34256 * sysdeps/i386/fpu/libm-test-ulps: Update.
34257 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34258
fb21f89b
MF
342592012-07-06 Mike Frysinger <vapier@gentoo.org>
34260
34261 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34262
cdfe2c5e
JM
342632012-07-05 Joseph Myers <joseph@codesourcery.com>
34264
34265 [BZ #14157]
34266 [BZ #14331]
34267 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34268 could result in spurious underflow. Scale down values above
34269 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34270 * math/s_csqrtf.c (__csqrtf): Likewise.
34271 * math/s_csqrtl.c (__csqrtl): Likewise.
34272 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
34273 spurious underflow.
34274 * sysdeps/i386/fpu/libm-test-ulps: Update.
34275 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34276
70d35b67
AS
342772012-07-04 Andreas Schwab <schwab@linux-m68k.org>
34278
704bc459
AS
34279 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34280 xopen-msg.sed.
34281 * catgets/xopen-msg.awk: New file.
34282 * catgets/xopen-msg.sed: Removed.
34283
70d35b67
AS
34284 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34285 po2text.sed.
34286 * intl/po2test.awk: New file.
34287 * intl/po2test.sed: Removed.
34288
ca61cf32
JM
342892012-07-04 Joseph Myers <joseph@codesourcery.com>
34290
34291 [BZ #14328]
34292 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34293 or multiply small sinh result by itself.
34294 * math/s_ctanf.c (__ctanf): Likewise.
34295 * math/s_ctanh.c (__ctanh): Likewise.
34296 * math/s_ctanhf.c (__ctanhf): Likewise.
34297 * math/s_ctanhl.c (__ctanhl): Likewise.
34298 * math/s_ctanl.c (__ctanl): Likewise.
34299 * math/libm-test.inc (ctan_test_tonearest): New function.
34300 (ctan_test_towardzero): Likewise.
34301 (ctan_test_downward): Likewise.
34302 (ctan_test_upward): Likewise.
34303 (ctanh_test_tonearest): Likewise.
34304 (ctanh_test_towardzero): Likewise.
34305 (ctanh_test_downward): Likewise.
34306 (ctanh_test_upward): Likewise.
34307 (main): Call these new functions.
34308 * sysdeps/i386/fpu/libm-test-ulps: Update.
34309 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34310
ca48a46a
MF
343112012-07-03 Mike Frysinger <vapier@gentoo.org>
34312
34313 * .gitignore: Delete /ports entry.
34314
9d63d37d
AJ
343152012-07-03 Andreas Jaeger <aj@suse.de>
34316
34317 * po/bg.po: Update from translation team.
34318 * po/cs.po: Likewise.
34319 * po/de.po: Likewise.
34320 * po/hr.po: Likewise.
34321 * po/nl.pl: Likewise.
34322 * po/pl.po: Likewise.
34323 * po/vi.po: Likewise.
34324
370ca3d2
JM
343252012-07-03 Joseph Myers <joseph@codesourcery.com>
34326
95f5a9a8
JM
34327 * Makeconfig [!+link] (+link-before-libc): New variable.
34328 [!+link] (+link-after-libc): Likewise.
34329 [!+link] (+link-tests): Likewise.
34330 [!+link] (+link): Define in terms of $(+link-before-libc) and
34331 $(+link-after-libc).
34332 [!+link-static] (+link-static-before-libc): New variable.
34333 [!+link-static] (+link-static-after-libc): Likewise.
34334 [!+link-static] (+link-static-tests): Likewise.
34335 [!+link-static] (+link-static): Define in terms of
34336 $(+link-static-before-libc) and $(+link-static-after-libc).
34337 [build-shared] (link-libc-before-gnulib): New variable.
34338 [build-shared] (link-libc-tests): Likewise.
34339 [build-shared] (link-libc): Define in terms of
34340 $(link-libc-before-gnulib).
34341 [!build-shared] (link-libc-tests): New variable.
34342 (link-libc-static-tests): New variable.
34343 [!gnulib] (gnulib-arch): New variable.
34344 [!gnulib] (gnulib-tests): Likewise.
34345 [!gnulib] (static-gnulib-arch): Likewise.
34346 [!gnulib] (static-gnulib-tests): Likewise.
34347 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
34348 Define with "=" instead of ":=".
34349 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
34350 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
34351 * Rules (binaries-all-notests): New variable.
34352 (binaries-all-tests): Likewise.
34353 (binaries-static-notests): Likewise.
34354 (binaries-static-tests): Likewise.
34355 (binaries-all): Define using $(binaries-all-notests) and
34356 $(binaries-all-tests).
34357 (binaries-static): Define using $(binaries-static-notests) and
34358 $(binaries-static-tests).
34359 (binaries-shared-tests): New variable.
34360 (binaries-shared-notests): Likewise.
34361 (binaries-shared): Remove variable.
34362 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34363 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34364 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34365 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34366 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34367 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34368 * elf/Makefile (sln-modules): New variable.
34369 (extra-objs): Add $(sln-modules:=.o).
34370 (ldconfig-modules): Add static-stubs.
34371 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34372 * elf/static-stubs.c: New file.
34373
7a845b2c
JM
34374 [BZ #14283]
34375 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34376 by 7 not 8 to examine high bit of fractional part. Use volatile
34377 variables when splitting into final array of floats if
34378 __FLT_EVAL_METHOD__ != 0.
34379 * math/libm-test.inc (cos_test): Add another test.
34380 (sin_test): Likewise.
34381 * sysdeps/i386/fpu/libm-test-ulps: Update.
34382
e2283f38
JM
34383 [BZ #14273]
34384 * math/libm-test.inc (cosh_test): Add more tests.
34385
370ca3d2
JM
34386 * version.h (RELEASE): Set to "development".
34387 (VERSION): Set to "2.16.90".
34388
ee9247c3
CD
343892012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
34390
34391 * NEWS: Update copyright. Remove last-updated date.
34392 Mention math library bug fixes and timezone data changes.
34393 * README: Mention GNU/Hurd, x32, and HPPA support status.
34394
4648c381
TS
343952012-06-28 Thomas Schwinge <thomas@codesourcery.com>
34396
34397 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34398
aac78a43
AJ
343992012-06-27 Andreas Jaeger <aj@suse.de>
34400
34401 * manual/contrib.texi (Contributors): Add Samuel Thibault.
34402
ed3dbfad
AJ
344032012-06-25 Andreas Jaeger <aj@suse.de>
34404
34405 * sysdeps/s390/fpu/libm-test-ulps: Update.
34406
4d0ee855
AS
344072012-06-23 Andreas Schwab <schwab@linux-m68k.org>
34408 Thomas Schwinge <thomas@codesourcery.com>
34409
34410 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34411 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34412 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34413 fanotify_mark.
34414
af1bce34
TS
344152012-06-23 Thomas Schwinge <thomas@codesourcery.com>
34416
a9fa33ba
TS
34417 * sysdeps/mach/start.c: Remove file.
34418 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34419 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34420 * sysdeps/sh/init-first.c: Likewise.
34421
58f902b8
TS
34422 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34423 registers for frame unwinding purposes, add CFI directives.
34424 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34425 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34426 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34427 Likewise.
34428
1518f58b
TS
34429 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34430 __fortify_fail returning.
34431 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34432
db9b5059
TS
34433 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34434 sysdeps/sh/____longjmp_chk.S.
34435 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34436 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34437 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34438 (gen-as-const-headers): Append sigaltstack-offsets.sym.
34439
967705fe
TS
34440 * sysdeps/sh/abort-instr.h: New file.
34441 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34442 process in case exit returns.
34443
a9def8c4
TS
34444 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34445 initialize the GOT register before use.
34446
2a649725
TS
34447 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34448 calculation of ARGC > 4.
34449
af1bce34
TS
34450 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34451 meaningful names to some local labels.
34452
d230f50a
KK
344532012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34454 Kaz Kojima <kkojima@rr.iij4u.or.jp>
34455
34456 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34457 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34458 (__arch_compare_and_exchange_val_16_acq): Likewise.
34459 (__arch_compare_and_exchange_val_32_acq): Likewise.
34460 (atomic_exchange_and_add): Fix gUSA sequence.
34461 (atomic_add): Likewise.
34462 (atomic_add_negative): Likewise.
34463 (atomic_add_zero): Likewise.
34464 (atomic_bit_test_set): Likewise.
34465
0479b305
AS
344662012-06-22 Andreas Schwab <schwab@redhat.com>
34467
34468 [BZ #13579]
34469 * include/link.h (struct link_map): Add l_free_initfini.
34470 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34471 l_initfini.
34472 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34473 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34474 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34475 set.
34476
0e3933b9
CD
344772012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
34478
34479 * configure.in: Use AC_LANG_SOURCE.
34480 * configure: Regenerate.
34481
4248b1b1
RM
344822012-06-22 Roland McGrath <roland@hack.frob.com>
34483
34484 * configure.in (libc_cv_localstatedir): New substituted variable.
34485 * configure: Regenerated.
34486 * config.make.in (localstatedir): New variable, substituted from
34487 libc_cv_localstatedir.
34488 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34489 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34490 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34491 * sysdeps/gnu/configure: Regenerated.
34492
006dd861
JL
344932012-06-21 Jeff Law <law@redhat.com>
34494
34495 [BZ #14277]
34496 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34497 free. Simplify list management for _LIBC case.
34498
79662d42
JM
344992012-06-21 Joseph Myers <joseph@codesourcery.com>
34500
b7abb4bf
JM
34501 [BZ #14273]
34502 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34503 Clear sign bit of 64-bit integer value before comparing against
34504 overflow value.
34505
79662d42
JM
34506 * sysdeps/mach/configure: Regenerated.
34507
1f150908
L
345082012-06-21 H.J. Lu <hongjiu.lu@intel.com>
34509
34510 [BZ #14278]
34511 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34512
28363bbf
JL
345132012-06-21 Jeff Law <law@redhat.com>
34514
34515 [BZ #13882]
34516 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
34517 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 34518 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
34519 * elf/dl-open.c (dl_open_worker): Likewise.
34520
09615db4
CD
345212012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
34522
34523 * scripts/list-sources.sh: Scan PORTS for translations.
34524 * po/libc.pot: Regenerated.
34525
2174c6dd
AJ
345262012-06-21 Andreas Jaeger <aj@suse.de>
34527
34528 [BZ #12194]
34529 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34530 warning.
34531 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34532 * bits/byteswap-16.h (__bswap_16): Likewise.
34533 * bits/byteswap.h (__bswap_constant_16): Likewise.
34534
3ee947b1
L
345352012-06-18 H.J. Lu <hongjiu.lu@intel.com>
34536
34537 [BZ #14117]
a2f34833
L
34538 * sysdeps/i386/fpu_control.h: Removed.
34539 * sysdeps/x86_64/fpu_control.h: Moved to ...
34540 * sysdeps/x86/fpu_control.h: Here.
34541
3ee947b1
L
34542 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34543 (_FPU_SETCW): Likewise.
34544
ed1825f8
L
345452012-06-15 H.J. Lu <hongjiu.lu@intel.com>
34546
25f1282a
L
34547 [BZ #14117]
34548 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34549 * sysdeps/x86/fpu/bits/mathinline.h: This.
34550 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34551
ed1825f8
L
34552 [BZ #14050]
34553 [BZ #14117]
34554 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34555 functions if __x86_64__ is defined.
34556
36d54b74
CLT
345572012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
34558
34559 * string/endian.h: Add !__ASSEMBLER__ condition for including
34560 conversion interfaces.
34561
10285c21
JM
345622012-06-15 Joseph Myers <joseph@codesourcery.com>
34563
34564 [BZ #14241]
34565 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34566 of ABS(x) in calculating zero to negative powers other than odd
34567 integers.
34568 * math/libm-test.inc (pow_test): Add more tests.
34569
06c5abbd
AJ
345702012-06-15 Andreas Jaeger <aj@suse.de>
34571
34572 * manual/contrib.texi (Contributors): Update entry of Liubov
34573 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34574 Machado Filho.
34575
a3aeac40
CH
345762012-06-15 Cyril Hrubis <metan@ucw.cz>
34577
34578 * string/string.h: Add __wur to GNU version of strerror_r.
34579
49bdf4c1
L
345802012-06-14 H.J. Lu <hongjiu.lu@intel.com>
34581
34582 [BZ #14229]
34583 * string/Makefile (tests): Add tst-strtok_r.
34584 * string/tst-strtok_r.c: New file.
34585 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34586 RAX_LP/RDX_LP on SAVE_PTR.
34587
834f9b8d
RM
345882012-06-14 Roland McGrath <roland@hack.frob.com>
34589
34590 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
34591
75fa1921
JM
345922012-06-14 Joseph Myers <joseph@codesourcery.com>
34593
34594 * libm_test.inc (csqrt_test): Allow more spurious underflow
34595 exceptions.
34596 (j0_test): Likewise.
34597 (j1_test): Likewise.
34598 (y0_test): Likewise.
34599 (y1_test): Likewise.
34600
771766df
CD
346012012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
34602
34603 * po/Makefile (libc.pot): Use UTF-8 charset.
34604
ceb9e56b
PP
346052012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
34606
34607 [BZ #14210]
34608 Suppress sign-conversion warning from FD_SET.
34609 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
34610 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
34611 not unsigned long int.
34612 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
34613
ddb28975
L
346142012-06-12 H.J. Lu <hongjiu.lu@intel.com>
34615
34616 [BZ #14050]
34617 [BZ #14117]
34618 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
34619 __extern_always_inline instead of __extern_inline.
34620 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
34621 (__signbit): Likewise.
34622 (__signbitl): Support C++ namespace.
34623 (lrintf): New inline function.
34624 (lrint): Likewise.
34625 (llrintf): Likewise.
34626 (llrint): Likewise.
34627 (fmaxf): Likewise.
34628 (fmax): Likewise.
34629 (fminf): Likewise.
34630 (fmin): Likewise.
34631 (rint): Likewise.
34632 (rintf): Likewise.
34633 (ceil): Likewise.
34634 (ceilf): Likewise.
34635 (floor): Likewise.
34636 (floorf): Likewise.
34637 (nearbyint): Likewise.
34638 (nearbyintf): Likewise.
34639
d7b4fb26
TS
346402012-06-12 Thomas Schwinge <thomas@codesourcery.com>
34641
34642 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
34643 non-default versions.
34644
eb55f5c2
RM
346452012-06-11 Roland McGrath <roland@hack.frob.com>
34646
34647 [BZ #14218]
34648 * manual/argp.texi (Argp): Reword argp_parse description slightly.
34649
366af02c
TS
346502012-06-09 Thomas Schwinge <thomas@codesourcery.com>
34651
99ff6e5c
TS
34652 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34653 (FE_UPWARD, FE_DOWNWARD): Don't define.
34654 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34655 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34656
366af02c
TS
34657 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34658 reading it.
34659 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34660 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34661
793ea851
KK
346622012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
34663
34664 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34665 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34666 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34667 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34668
a728a38f
L
346692012-06-06 H.J. Lu <hongjiu.lu@intel.com>
34670
34671 [BZ #14117]
c08010c7
L
34672 * sysdeps/i386/fpu/bits/fenv.h: Removed.
34673 * sysdeps/i386/fpu/Implies: New file.
34674 * sysdeps/x86_64/fpu/Implies: Likewise.
34675 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34676 * sysdeps/x86/fpu/bits/fenv.h: This.
34677
a728a38f
L
34678 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34679 __SSE_MATH__.
34680
6e230d11
SP
346812012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
34682
34683 [BZ #14134]
34684 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34685 character 0xffff that matches the last element of the
34686 conversion table.
34687
1b671feb
AZ
346882012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34689
34690 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34691 fmodl commit.
34692
6043738b
AZ
346932012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34694
34695 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34696 values higher than 25.6283.
34697
34ae0b32
AZ
346982012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34699
34700 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34701 subnormal exponent extraction and add some __builtin_expect.
34702 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34703 Fix for subnormal mantissa calculation.
34704
1214ec8f
MF
347052012-06-04 Mike Frysinger <vapier@gentoo.org>
34706
34707 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34708 cpu2 is -1 and errno is not ENOSYS.
34709
f3d1f93c
L
347102012-06-04 H.J. Lu <hongjiu.lu@intel.com>
34711
34712 [BZ #14117]
0e4a3cd7
L
34713 * sysdeps/i386/i486/bits/string.h: Renamed to ...
34714 * sysdeps/x86/bits/string.h: This.
34715 * sysdeps/x86_64/bits/string.h: Removed.
34716
6704c645
L
34717 * sysdeps/i386/i486/bits/string.h: Define inline functions only
34718 if not compiling for x86-64, but compiling for >= i486.
34719
48495318
L
34720 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34721 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34722
14adcbfc
L
34723 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34724 New macro from Linux kernel 3.4.0.
34725 (FP_XSTATE_MAGIC2): Likewise.
34726 (FP_XSTATE_MAGIC2_SIZE): Likewise.
34727 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34728 (struct _fpx_sw_bytes): New struct.
34729 (struct _xsave_hdr): Likewise.
34730 (struct _ymmh_state): Likewise.
34731 (struct _xstate): Likewise.
34732
68e408ab
L
34733 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34734 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34735 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34736 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34737 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34738 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34739
f3d1f93c
L
34740 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34741 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34742 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34743 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34744 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34745 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34746
d9dc34cd
TMQMF
347472012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
34748
34749 [BZ #13743]
34750 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34751 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34752 (sysdep_headers): Include sys/platform/ppc.h.
34753 * sysdeps/powerpc/test-gettimebase.c: Test for
34754 __ppc_get_timebase() to catch future ISA opcode/insn changes.
34755 * manual/Makefile (appendices): Include platform.texi.
34756 * manual/contrib.texi (Contributors): Update @node pointers.
34757 * manual/maint.texi (Maintenance): Likewise.
34758 (Platform): New node.
34759 * manual/platform.texi: New file. Document the new features.
34760
4af3879c
SP
347612012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
34762 Jakub Jelinek <jakub@redhat.com>
34763
34764 [BZ #14188]
34765 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34766 where __builtin_expect is unavailable.
34767
2fd6ff13
DM
347682012-06-03 David S. Miller <davem@davemloft.net>
34769
34770 * stdlib/longlong.h: Updated from GCC.
34771
173f7220
AS
347722012-06-02 Andreas Schwab <schwab@linux-m68k.org>
34773
34774 [BZ #14042]
34775 * sysdeps/powerpc/powerpc32/mcount.c: New file.
34776 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34777 __mcount_internal.
34778 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34779 (GLIBC_2.16): Likewise.
34780
f34a1c6f
L
347812012-06-01 H.J. Lu <hongjiu.lu@intel.com>
34782
34783 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34784
88a4576f
JM
347852012-06-01 Joseph Myers <joseph@codesourcery.com>
34786
ea32bcdd
JM
34787 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34788 (default-abi): New variable.
34789 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34790 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34791 variable.
34792 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34793 Likewise.
34794 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34795 Likewise.
34796 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34797 Likewise.
34798
88a4576f
JM
34799 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34800 definition. Document in comment.
34801
402fe938
DM
348022012-06-01 David S. Miller <davem@davemloft.net>
34803
34804 * stdlib/longlong.h: Updated from GCC.
34805
3553723f
L
348062012-06-01 H.J. Lu <hongjiu.lu@intel.com>
34807
34808 [BZ #14117]
3bd872c4
L
34809 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34810 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34811 sys/debugreg.h sys/io.h here.
34812 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34813 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34814 sys/io.h.
34815 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34816 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34817 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34818 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34819 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34820 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34821
3553723f
L
34822 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34823 Define only if __x86_64__ is defined.
34824
4842e4fe
JM
348252012-06-01 Joseph Myers <joseph@codesourcery.com>
34826
c5bfe3d5
JM
34827 [BZ #14048]
34828 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34829 Use int64_t for variable i.
34830 * math/libm-test.inc (fmod_test): Add more tests.
34831
4842e4fe
JM
34832 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34833 z computation is not scheduled after fetestexcept.
34834 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34835 Use math_force_eval instead of asm to ensure calculation scheduled
34836 before exception test.
34837 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34838 Ensure a1 + u.d computation is not scheduled after fetestexcept.
34839
efb73488
AJ
348402012-06-01 Aurelien Jarno <aurelien@aurel32.net>
34841
34842 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34843 computation is not scheduled after fetestexcept.
34844
29bcce7c
L
348452012-06-01 H.J. Lu <hongjiu.lu@intel.com>
34846
34847 [BZ #14117]
34848 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34849 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34850
73a68f94
AZ
348512012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34852
34853 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34854 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34855
67b6df78
L
348562012-05-31 H.J. Lu <hongjiu.lu@intel.com>
34857
edf2933a 34858 [BZ #14117]
ebc64a18
L
34859 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34860 <bits/wordsize.h>.
34861 (__WCHAR_MIN): Support __WORDSIZE == 64.
34862 (__WCHAR_MAX): Likewise.
34863
edf2933a
L
34864 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34865 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34866
57c6cf40
L
34867 [BZ #14183]
34868 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34869 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34870
67b6df78 34871 [BZ #14117]
8eb6281e
L
34872 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34873 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34874
aac639f4
L
34875 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34876 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34877
67b6df78
L
34878 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34879 Defined to 1 if __x86_64__ isn't defined.
34880 (_STAT_VER_LINUX_OLD): New.
34881 (st_atime): Remove duplicate.
34882 (st_mtime): Likewise.
34883 (st_ctime): Likewise.
34884
1c2cfe81
DM
348852012-05-31 David S. Miller <davem@davemloft.net>
34886
34887 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34888 entries.
34889
5be8418c
AS
348902012-06-01 Andreas Schwab <schwab@linux-m68k.org>
34891
e7725326
AS
34892 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34893 gen-libm-test.pl.
34894
5be8418c
AS
34895 [BZ #14132]
34896 * elf/dl-reloc.c: Include <_itoa.h>.
34897 (_dl_reloc_bad_type): Remove use of INTUSE.
34898 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34899 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34900 * stdio-common/psiginfo.c (psiginfo): Likewise.
34901 * stdio-common/psignal.c (psignal): Likewise.
34902 * string/strsignal.c (strsignal): Likewise.
34903 * include/signal.h (_sys_siglist): Declare hidden proto.
34904 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
34905 INTVARDEF with libc_hidden_data_def.
34906 * stdio-common/itoa-udigits.c: Likewise.
34907 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34908 (_itoa_lower_digits_internal): Remove declaration.
34909 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34910 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34911 (_sys_sigabbrev_internal): Remove aliases.
34912 (_sys_siglist): Define hidden alias.
34913
507352f1
MT
349142012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
34915
34916 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34917 bits/sysctl.h.
34918
42bbb1c3
L
349192012-05-31 H.J. Lu <hongjiu.lu@intel.com>
34920
34921 [BZ #14117]
6bd784b6
L
34922 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34923 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34924
8bca20f0
L
34925 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34926 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34927 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34928 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34929 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34930 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34931
f9e890a9
L
34932 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34933 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34934 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34935
471101a1
L
34936 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34937 with __addr.
34938 (insw): Likewise.
34939 (insl): Likewise.
34940 (outsb): Likewise.
34941 (outsw): Likewise.
34942 (outsl): Likewise.
34943
6451c862
L
34944 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34945 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34946 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34947
a254b8c9
L
34948 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34949 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34950 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34951 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34952 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34953 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34954
b8dfdd92
L
34955 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34956 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34957
578cd270
L
34958 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34959 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34960
de662f5f
L
34961 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34962 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34963 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34964
25653439
L
34965 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34966 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34967 to ...
34968 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34969
6bad24a0
L
34970 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34971 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34972 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34973
42bbb1c3
L
34974 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34975 for x86-64.
34976 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34977
2d10d547
JM
349782012-05-31 Joseph Myers <joseph@codesourcery.com>
34979
34980 * math/math.h (M_El): Use two more decimal places.
34981 (M_LOG2El): Likewise.
34982 (M_LOG10El): Likewise.
34983 (M_LN2l): Likewise.
34984 (M_LN10l): Likewise.
34985 (M_PIl): Likewise.
34986 (M_PI_2l): Likewise.
34987 (M_PI_4l): Likewise.
34988 (M_1_PIl): Likewise.
34989 (M_2_PIl): Likewise.
34990 (M_2_SQRTPIl): Likewise.
34991 (M_SQRT2l): Likewise.
34992 (M_SQRT1_2l): Likewise.
34993
f230c29b
DM
349942012-05-31 David S. Miller <davem@davemloft.net>
34995
34996 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34997 values between float registers.
34998 * sysdeps/sparc/sparc64/memset.S: Likewise.
34999 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
35000
fed806c3
MF
350012012-05-31 Mike Frysinger <vapier@gentoo.org>
35002
35003 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
35004 -D_FORTIFY_SOURCE=1.
35005 (CPPFLAGS-tst-longjmp_chk.c): Define.
35006 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
35007 (CPPFLAGS-tst-longjmp_chk2.c): Define.
35008 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
35009 CFLAGS-tst-wchar-h.c.
35010
30917259
MP
350112012-05-31 Marek Polacek <polacek@redhat.com>
35012
35013 [BZ #14132]
35014 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
35015 __endmntent_internal): Remove declaration.
35016 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
35017 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
35018 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
35019
1c58d5dc
DM
350202012-05-30 David S. Miller <davem@davemloft.net>
35021
35022 * sysdeps/sparc/sparc32/soft-fp/q_util.c
35023 (___Q_simulate_exceptions): Use real FP ops rather than writing
35024 into the %fsr.
35025 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
35026 Likewise.
35027
7dc00e0d
L
350282012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35029
35030 [BZ #14117]
0bd53985
L
35031 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
35032 * sysdeps/x86/bits/xtitypes.h: This.
35033
3a257e66
L
35034 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
35035 * sysdeps/x86/bits/wordsize.h: This.
35036
62f62904
L
35037 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
35038 * sysdeps/x86/bits/huge_vall.h: This.
35039
404fe9d9
L
35040 * sysdeps/i386/bits/select.h: Removed.
35041 * sysdeps/x86_64/bits/select.h: Renamed to ...
35042 * sysdeps/x86/bits/select.h: This.
35043
d48d0446
L
35044 * sysdeps/i386/bits/setjmp.h: Removed.
35045 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
35046 * sysdeps/x86/bits/setjmp.h: This.
35047
7dc00e0d
L
35048 * sysdeps/i386/bits/mathdef.h: Removed.
35049 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
35050 * sysdeps/x86/bits/mathdef.h: This.
35051
03277f8f
AS
350522012-05-30 Andreas Schwab <schwab@linux-m68k.org>
35053
35054 [BZ #14132]
35055 * include/sys/socket.h (__connect_internal)
35056 (__libc_sa_len_internal): Remove declaration.
35057 (__connect, __libc_sa_len): Declare hidden_proto.
35058 (SA_LEN): Remove use of INTUSE.
35059 * socket/connect.c: Add libc_hidden_def.
35060 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
35061 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
35062 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
35063 alias.
35064 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
35065 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
35066 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
35067 of adding _internal alias.
35068
13764867
L
350692012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35070
35071 [BZ #14117]
6bd97696
L
35072 * sysdeps/i386/bits/link.h: Removed.
35073 * sysdeps/i386/bits/linkmap.h: Likewise.
35074 * sysdeps/x86_64/bits/link.h: Renamed to ...
35075 * sysdeps/x86/bits/link.h: This.
35076 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
35077 * sysdeps/x86/bits/linkmap.h: This.
35078
f726f0bb
L
35079 * sysdeps/i386/bits/endian.h: Removed.
35080 * sysdeps/x86_64/bits/endian.h: Renamed to ...
35081 * sysdeps/x86/bits/endian.h: This.
35082
13764867
L
35083 * sysdeps/i386/bits/byteswap.h: Removed.
35084 * sysdeps/i386/bits/byteswap-16.h: Likewise.
35085 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
35086 * sysdeps/x86/bits/byteswap.h: This.
35087 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35088 * sysdeps/x86/bits/byteswap-16.h: This.
35089 * sysdeps/i386/Implies: Add x86.
35090 * sysdeps/x86_64/Implies: Likewise.
35091
ae251b0b
DM
350922012-05-30 David S. Miller <davem@davemloft.net>
35093
35094 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35095 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35096 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35097 (FP_TRAPPING_EXCEPTIONS): Define.
35098 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35099 (FP_TRAPPING_EXCEPTIONS): Define.
35100 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35101 subnormals only when inexact has been signalled or underflow
35102 exceptions are enabled.
35103 (_FP_PACK_CANONICAL): Likewise.
35104
d5c90867
L
351052012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35106
35107 [BZ #14183]
35108 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35109 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35110
63f1549e
RH
351112012-05-30 Richard Henderson <rth@twiddle.net>
35112
8d8f2279
RH
35113 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35114 with #ifndef NOT_IN_libc.
35115
63f1549e
RH
35116 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
35117 marked to avoid plt entry.
35118
0ab0291b
L
351192012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35120
35121 [BZ #14112]
35122 * Makeconfig (default-abi): New macro.
35123 (abi-includes): Likewise.
35124 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
35125 $(abi-$(default-abi)-lib-soname) for soname if defined.
35126 ($(common-objpfx)gnu/lib-names.stmp): Generate from
35127 abi-variants.
35128 * Makefile (installed-stubs): Likewise.
35129 * include/stubs-biarch.h: Removed.
35130 * scripts/lib-names.awk: Only handle one library at a time.
35131 * scripts/soversions.awk: Remove WORDSIZE support.
35132 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35133 entries.
35134 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35135 Removed.
35136 (syscall-list-default-condition): Likewise.
35137 (syscall-list-default-condition): Likewise.
35138 (syscall-list-includes): Likewise.
35139 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35140 syscall-list-* with abi-*. Handle undefined abi-variants.
35141 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35142 * sysdeps/unix/sysv/linux/i386/Implies: New file.
35143 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35144 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35145 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35146 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35147 Removed.
35148 (syscall-list-32-options): Likewise.
35149 (syscall-list-32-condition): Likewise.
35150 (syscall-list-64-options): Likewise.
35151 (syscall-list-64-condition): Likewise.
35152 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35153 macro.
35154 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35155 Renamed to ...
35156 (abi-*): This.
35157 (abi-64-ld-soname): New macro.
35158 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35159 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35160 Renamed to ...
35161 (abi-*): This.
35162 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35163 * sysdeps/x86_64/x32/shlib-versions: Likewise.
35164
4da0431d
JM
351652012-05-30 Joseph Myers <joseph@codesourcery.com>
35166
3a85279c
JM
35167 * sysdeps/unix/sysv/linux/kernel-features.h
35168 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35169 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35170 include <kernel-features.h>.
35171 [!__NR_ftruncate64]: Remove conditional code.
35172 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35173 [__NR_ftruncate64]: Make code unconditional.
35174 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35175 * sysdeps/unix/sysv/linux/truncate64.c: Do not
35176 include <kernel-features.h>.
35177 [!__NR_ftruncate64]: Remove conditional code.
35178 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35179 [__NR_ftruncate64]: Make code unconditional.
35180 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35181 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35182 include <kernel-features.h>.
35183 [!__NR_ftruncate64]: Remove conditional code.
35184 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35185 [__NR_ftruncate64]: Make code unconditional.
35186 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35187 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35188 include <kernel-features.h>.
35189 [!__NR_ftruncate64]: Remove conditional code.
35190 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35191 [__NR_ftruncate64]: Make code unconditional.
35192 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35193
4da0431d
JM
35194 * configure.in (libc_cv_fpie): Weaken to a compile test using
35195 LIBC_TRY_CC_OPTION.
35196 * configure: Regenerated.
35197
11ef492c
AK
351982012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35199
35200 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35201 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35202 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35203 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35204 Refreshed.
35205 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35206 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35207 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35208 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35209 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35210 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35211 Refreshed.
35212
d66ef399
DM
352132012-05-27 David S. Miller <davem@davemloft.net>
35214
35215 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35216 (___Q_zero): New.
35217 (__Q_simulate_exceptions): Return void. Change to simulate
35218 exceptions by writing into the %fsr.
35219 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35220 (__Qp_handle_exceptions): Likewise.
35221 (numbers): Delete.
35222 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35223 __Qp_handle_exceptions.
35224 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35225 __Qp_handle_exceptions.
35226 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35227 as unused and give dummy FP_RND_NEAREST initializer.
35228 (FP_INHIBIT_RESULTS): Define.
35229 (___Q_simulate_exceptions): Update declaration.
35230 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35231 formatting.
35232 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35233 as unused and give dummy FP_RND_NEAREST initializer.
35234 (__Qp_handle_exceptions): Update declaration.
35235 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35236 formatting.
35237
04fb54b5
TS
352382012-05-27 Thomas Schwinge <thomas@codesourcery.com>
35239
35240 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35241 the temporary FPU control word.
35242 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35243 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35244 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35245 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35246 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35247 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35248 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35249 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35250 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35251 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35252 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35253
3f99608f
KK
352542012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
35255
35256 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35257 fields.
35258
65a4de4e
CLT
352592012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
35260
35261 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35262 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35263 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35264 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35265 Likewise.
35266 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35267 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35268 Likewise.
35269
15749d40
UD
352702012-05-27 Ulrich Drepper <drepper@gmail.com>
35271
35272 * po/h.po: Update from translation team.
35273
25dbcb27
AS
352742012-05-26 Andreas Schwab <schwab@linux-m68k.org>
35275
3d3f8e55
AS
35276 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35277
25dbcb27
AS
35278 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35279 handling of denormals.
35280 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35281 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35282 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35283 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35284 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35285 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35286 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35287 Likewise.
35288
7ad47a80 352892012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
35290
35291 [BZ #14152]
35292 * math/libm-test.inc (fma_test): Don't always expect underflow
35293 exception.
35294
9c6ea9fa
SP
352952012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
35296
35297 [BZ #12416]
35298 * elf/tst-execstack.c: Include stackinfo.h.
35299 (do_test): Adjust test case to ensure that pthread_getattr_np
35300 behaviour remains the same after marking stack executable.
35301
a8239222
JM
353022012-05-25 Joseph Myers <joseph@codesourcery.com>
35303
35304 * sysdeps/unix/sysv/linux/kernel-features.h
35305 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35306 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35307 kernel-features.h.
35308 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35309 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35310 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35311 kernel-features.h.
35312 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35313 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35314
918b5606
L
353152012-05-25 H.J. Lu <hongjiu.lu@intel.com>
35316
35317 * configure.in: Define the default includes to being none.
35318 * configure: Regenerated.
35319
3a097cc7
RM
353202012-05-25 Roland McGrath <roland@hack.frob.com>
35321
8422c9a5
RM
35322 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35323 * sysdeps/x86_64/setjmp.S: Likewise.
35324 * sysdeps/i386/bsd-setjmp.S: Likewise.
35325 * sysdeps/i386/bsd-_setjmp.S: Likewise.
35326 * sysdeps/i386/setjmp.S: Likewise.
35327 * sysdeps/i386/__longjmp.S: Likewise.
35328 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35329 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35330
3a097cc7
RM
35331 * include/stap-probe.h: New file.
35332 * configure.in: Handle --enable-systemtap.
35333 * configure: Regenerated.
35334 * config.h.in (USE_STAP_PROBE): New #undef.
35335 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35336 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35337 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35338
21708942
JM
353392012-05-25 Joseph Myers <joseph@codesourcery.com>
35340
35341 [BZ #13717]
35342 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35343 to 2.4.0 where earlier.
35344 * sysdeps/unix/sysv/linux/configure: Regenerated.
35345 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35346 <kernel-features.h>.
35347 [__ASSUME_32BITUIDS]: Make code unconditional.
35348 [!__ASSUME_32BITUIDS]: Remove conditional code.
35349 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35350 <kernel-features.h>.
35351 [__ASSUME_32BITUIDS]: Make code unconditional.
35352 [!__ASSUME_32BITUIDS]: Remove conditional code.
35353 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35354 [__ASSUME_32BITUIDS]: Make code unconditional.
35355 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35356 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
35357 <kernel-features.h>.
35358 [__ASSUME_32BITUIDS]: Make code unconditional.
35359 [!__ASSUME_32BITUIDS]: Remove conditional code.
35360 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
35361 <kernel-features.h>.
35362 [__ASSUME_32BITUIDS]: Make code unconditional.
35363 [!__ASSUME_32BITUIDS]: Remove conditional code.
35364 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
35365 <kernel-features.h>.
35366 [__ASSUME_32BITUIDS]: Make code unconditional.
35367 [!__ASSUME_32BITUIDS]: Remove conditional code.
35368 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35369 <kernel-features.h>.
35370 [__ASSUME_32BITUIDS]: Make code unconditional.
35371 [!__ASSUME_32BITUIDS]: Remove conditional code.
35372 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35373 <kernel-features.h>.
35374 [__ASSUME_32BITUIDS]: Make code unconditional.
35375 [!__ASSUME_32BITUIDS]: Remove conditional code.
35376 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35377 <kernel-features.h>.
35378 [__ASSUME_32BITUIDS]: Make code unconditional.
35379 [!__ASSUME_32BITUIDS]: Remove conditional code.
35380 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35381 <kernel-features.h>.
35382 [__ASSUME_32BITUIDS]: Make code unconditional.
35383 [!__ASSUME_32BITUIDS]: Remove conditional code.
35384 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
35385 <kernel-features.h>.
35386 [__ASSUME_32BITUIDS]: Make code unconditional.
35387 [!__ASSUME_32BITUIDS]: Remove conditional code.
35388 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
35389 <kernel-features.h>.
35390 [__ASSUME_32BITUIDS]: Make code unconditional.
35391 [!__ASSUME_32BITUIDS]: Remove conditional code.
35392 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
35393 <kernel-features.h>.
35394 [__ASSUME_32BITUIDS]: Make code unconditional.
35395 [!__ASSUME_32BITUIDS]: Remove conditional code.
35396 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35397 <kernel-features.h>.
35398 [__NR_setresgid] (__setresgid): Do not declare.
35399 [__ASSUME_32BITUIDS]: Make code unconditional.
35400 [!__ASSUME_32BITUIDS]: Remove conditional code.
35401 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35402 <kernel-features.h>.
35403 [__NR_setresuid] (__setresuid): Do not declare.
35404 [__ASSUME_32BITUIDS]: Make code unconditional.
35405 [!__ASSUME_32BITUIDS]: Remove conditional code.
35406 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
35407 <kernel-features.h>.
35408 [__ASSUME_32BITUIDS]: Make code unconditional.
35409 [!__ASSUME_32BITUIDS]: Remove conditional code.
35410 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
35411 <kernel-features.h>.
35412 [__ASSUME_32BITUIDS]: Make code unconditional.
35413 [!__ASSUME_32BITUIDS]: Remove conditional code.
35414 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
35415 <kernel-features.h>.
35416 [__ASSUME_32BITUIDS]: Make code unconditional.
35417 [!__ASSUME_32BITUIDS]: Remove conditional code.
35418 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
35419 <kernel-features.h>.
35420 [__ASSUME_32BITUIDS]: Make code unconditional.
35421 [!__ASSUME_32BITUIDS]: Remove conditional code.
35422 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35423 <kernel-features.h>.
35424 [__ASSUME_32BITUIDS]: Make code unconditional.
35425 [!__ASSUME_32BITUIDS]: Remove conditional code.
35426 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35427 <kernel-features.h>.
35428 [__ASSUME_32BITUIDS]: Make code unconditional.
35429 [!__ASSUME_32BITUIDS]: Remove conditional code.
35430 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35431 <kernel-features.h>.
35432 [__ASSUME_32BITUIDS]: Make code unconditional.
35433 [!__ASSUME_32BITUIDS]: Remove conditional code.
35434 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35435 <kernel-features.h>.
35436 [__ASSUME_32BITUIDS]: Make code unconditional.
35437 [!__ASSUME_32BITUIDS]: Remove conditional code.
35438 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
35439 <kernel-features.h>.
35440 [__ASSUME_32BITUIDS]: Make code unconditional.
35441 [!__ASSUME_32BITUIDS]: Remove conditional code.
35442 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
35443 <kernel-features.h>.
35444 [__ASSUME_32BITUIDS]: Make code unconditional.
35445 [!__ASSUME_32BITUIDS]: Remove conditional code.
35446 * sysdeps/unix/sysv/linux/kernel-features.h
35447 (__ASSUME_SETRESUID_SYSCALL): Remove.
35448 (__ASSUME_SETRESGID_SYSCALL): Likewise.
35449 (__ASSUME_32BITUIDS): Likewise.
35450 (__ASSUME_LDT_WORKS): Likewise.
35451 (__ASSUME_O_DIRECTORY): Likewise.
35452 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35453 architecture but not kernel version.
35454 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35455 (__ASSUME_MMAP2_SYSCALL): Likewise.
35456 (__ASSUME_STAT64_SYSCALL): Likewise.
35457 (__ASSUME_IPC64): Likewise.
35458 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35459 <kernel-features.h>.
35460 [__ASSUME_32BITUIDS]: Make code unconditional.
35461 [!__ASSUME_32BITUIDS]: Remove conditional code.
35462 * sysdeps/unix/sysv/linux/opendir.c: Do not include
35463 <kernel-features.h>.
35464 [__ASSUME_O_DIRECTORY]: Make code unconditional.
35465 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35466 132096]: Remove conditional code.
35467 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35468 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35469 <kernel-features.h>.
35470 [__ASSUME_32BITUIDS]: Make code unconditional.
35471 [!__ASSUME_32BITUIDS]: Remove conditional code.
35472 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35473 <kernel-features.h>.
35474 [__ASSUME_32BITUIDS]: Make code unconditional.
35475 [!__ASSUME_32BITUIDS]: Remove conditional code.
35476 * sysdeps/unix/sysv/linux/setegid.c: Do not include
35477 <kernel-features.h>.
35478 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35479 unconditional.
35480 (__setresgid): Do not declare.
35481 [__ASSUME_32BITUIDS]: Make code unconditional.
35482 [!__ASSUME_32BITUIDS]: Remove conditional code.
35483 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35484 <kernel-features.h>.
35485 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35486 unconditional.
35487 (__setresuid): Do not declare.
35488 [__ASSUME_32BITUIDS]: Make code unconditional.
35489 [!__ASSUME_32BITUIDS]: Remove conditional code.
35490 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
35491 <kernel-features.h>.
35492 [__ASSUME_32BITUIDS]: Make code unconditional.
35493 [!__ASSUME_32BITUIDS]: Remove conditional code.
35494 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
35495 <kernel-features.h>.
35496 [__ASSUME_32BITUIDS]: Make code unconditional.
35497 [!__ASSUME_32BITUIDS]: Remove conditional code.
35498
a386f1cc
RH
354992012-05-25 Richard Henderson <rth@twiddle.net>
35500
35501 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35502 dl_hwcap to ifunc resolver.
35503 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35504 elf_ifunc_invoke.
35505 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35506 dl_hwcap to ifunc resolver.
35507 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35508
b6550497
JM
355092012-05-24 Joseph Myers <joseph@codesourcery.com>
35510
35511 [BZ #14153]
35512 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35513 for |x| <= 2**-26, not 2**-57.
35514 * math/libm-test.inc (acos_test): Do not allow spurious underflow
35515 exception.
35516
b0bc23a1
JL
355172012-05-24 Jeff Law <law@redhat.com>
35518
35519 * stdio-common/Makefile (tests): Add bug25.
35520 * stdio-common/bug25.c: New test.
35521
347c92e9
L
355222012-05-24 H.J. Lu <hongjiu.lu@intel.com>
35523
35524 [BZ #13576]
35525 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35526 multiple of MALLOC_ALIGNMENT in size.
35527 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35528
6bcc8b3f
JM
355292012-05-24 Joseph Myers <joseph@codesourcery.com>
35530
35531 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35532 Require >= 256.
35533 (FILENAME_MAX): Use macro-int-constant.
35534 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
35535 (_IOFBF): Use macro-int-constant.
35536 (_IOLBF): Likewise.
35537 (_IONBF): Likewise.
35538 (SEEK_CUR): Likewise.
35539 (SEEK_END): Likewise.
35540 (SEEK_SET): Likewise.
35541 (TMP_MAX): Likewise.
35542 (EOF): Use macro-int-constant. Require < 0.
35543 (NULL): Use macro-constant. Require == 0.
35544 (stdin): Require type to be FILE *.
35545 (stdout): Likewise.
35546 (stderr): Likewise.
35547 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35548 macro-int-constant.
35549 (EXIT_SUCCESS): Likewise.
35550 (NULL): Use macro-constant. Require == 0.
35551 (RAND_MAX): Use macro-int-constant.
35552 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35553 [C99-based standards] (strtof): Require function.
35554 [C99-based standards] (strtold): Likewise.
35555 [C99-based standards] (strtoll): Likewise.
35556 [C99-based standards] (strtoull): Likewise.
35557 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35558 [ISO || ISO99 || ISO11] (limits.h): Likewise.
35559 [ISO || ISO99 || ISO11] (math.h): Likewise.
35560 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35561 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35562 [ISO || ISO99 || ISO11] (*_t): Do not allow.
35563
d18ea0c5
AS
355642012-05-24 Andreas Schwab <schwab@linux-m68k.org>
35565
35566 [BZ #14132]
56d25bb8
AS
35567 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35568 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35569 * intl/dgettext.c (DCGETTEXT): Likewise.
35570 * intl/gettext.c (DCGETTEXT): Likewise.
35571 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35572 * posix/regex_internal.h (gettext): Likewise.
35573 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35574 Remove declaration.
35575 * include/argz.h (__argz_count_internal)
35576 (__argz_stringify_internal): Remove declaration.
35577 (__argz_count, __argz_stringify): Declare hidden proto.
35578 * intl/dcgettext.c: Remove use of INTDEF.
35579 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35580 * string/argz-stringify.c: Likewise.
35581 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35582 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35583 Declare hidden proto.
d18ea0c5
AS
35584 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35585 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35586 Declare hidden proto.
35587 * include/stdio.h (__asprintf_internal): Don't declare.
35588 (__asprintf): Don't define as macro. Declare hidden proto.
35589 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
35590 (__fsetlocking): Declare hidden proto.
35591 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
35592 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
35593 hidden proto.
35594 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
35595 (_IO_setlinebuf): Remove use of INTUSE.
35596 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
35597 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
35598 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
35599 Remove declaration.
35600 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
35601 (_IO_do_flush): Remove use of INTUSE.
35602 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
35603 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
35604 (_IO_adjust_column, _IO_least_wmarker)
35605 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
35606 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
35607 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
35608 (_IO_default_doallocate, _IO_wdefault_doallocate)
35609 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
35610 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
35611 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
35612 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
35613 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
35614 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
35615 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
35616 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
35617 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
35618 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
35619 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
35620 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
35621 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
35622 proto.
35623 (_IO_flush_all_internal, _IO_adjust_column_internal)
35624 (_IO_default_uflow_internal, _IO_default_finish_internal)
35625 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
35626 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
35627 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
35628 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
35629 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
35630 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
35631 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
35632 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
35633 (_IO_file_close_internal, _IO_file_close_it_internal)
35634 (_IO_file_underflow_internal, _IO_file_overflow_internal)
35635 (_IO_file_init_internal, _IO_file_attach_internal)
35636 (_IO_file_fopen_internal, _IO_file_read_internal)
35637 (_IO_file_sync_internal, _IO_file_seek_internal)
35638 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
35639 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
35640 (_IO_str_underflow_internal, _IO_str_overflow_internal)
35641 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
35642 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
35643 (_IO_list_all_internal, _IO_link_in_internal)
35644 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
35645 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
35646 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35647 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35648 (_IO_do_write_internal, _IO_padn_internal)
35649 (_IO_getline_info_internal, _IO_getline_internal)
35650 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35651 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35652 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35653 (_IO_vfscanf_internal, _IO_vfprintf_internal)
35654 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35655 (_IO_init_internal, _IO_un_link_internal): Don't declare.
35656 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35657 with libc_hidden_ver, remove use of INTUSE.
35658 * libio/genops.c: Likewise.
35659 * libio/freopen.c: Likewise.
35660 * libio/freopen64.c: Likewise.
35661 * libio/iofclose.c: Likewise.
35662 * libio/iofdopen.c: Likewise.
35663 * libio/iofflush.c: Likewise.
35664 * libio/iofflush_u.c: Likewise.
35665 * libio/iofgets.c: Likewise.
35666 * libio/iofgets_u.c: Likewise.
35667 * libio/iofopen.c: Likewise.
35668 * libio/iofopncook.c: Likewise.
35669 * libio/iofread.c: Likewise.
35670 * libio/iofread_u.c: Likewise.
35671 * libio/ioftell.c: Likewise.
35672 * libio/iofwrite.c: Likewise.
35673 * libio/iogetline.c: Likewise.
35674 * libio/iogets.c: Likewise.
35675 * libio/iogetwline.c: Likewise.
35676 * libio/iopadn.c: Likewise.
35677 * libio/iopopen.c: Likewise.
35678 * libio/ioseekoff.c: Likewise.
35679 * libio/ioseekpos.c: Likewise.
35680 * libio/iosetbuffer.c: Likewise.
35681 * libio/iosetvbuf.c: Likewise.
35682 * libio/ioungetc.c: Likewise.
35683 * libio/ioungetwc.c: Likewise.
35684 * libio/iovdprintf.c: Likewise.
35685 * libio/iovsprintf.c: Likewise.
35686 * libio/iovsscanf.c: Likewise.
35687 * libio/memstream.c: Likewise.
35688 * libio/obprintf.c: Likewise.
35689 * libio/oldfileops.c: Likewise.
35690 * libio/oldiofclose.c: Likewise.
35691 * libio/oldiofdopen.c: Likewise.
35692 * libio/oldiofopen.c: Likewise.
35693 * libio/oldiopopen.c: Likewise.
35694 * libio/oldstdfiles.c: Likewise.
35695 * libio/putc.c: Likewise.
35696 * libio/setbuf.c: Likewise.
35697 * libio/setlinebuf.c: Likewise.
35698 * libio/stdfiles.c: Likewise.
35699 * libio/strops.c: Likewise.
35700 * libio/vasprintf.c: Likewise.
35701 * libio/vscanf.c: Likewise.
35702 * libio/vsnprintf.c: Likewise.
35703 * libio/vswprintf.c: Likewise.
35704 * libio/wfiledoalloc.c: Likewise.
35705 * libio/wfileops.c: Likewise.
35706 * libio/wgenops.c: Likewise.
35707 * libio/wmemstream.c: Likewise.
35708 * libio/wstrops.c: Likewise.
35709 * libio/__fpurge.c: Likewise.
35710 * libio/__fsetlocking.c: Likewise.
35711 * assert/assert.c: Likewise.
35712 * debug/fgets_chk.c: Likewise.
35713 * debug/fgets_u_chk.c: Likewise.
35714 * debug/fread_chk.c: Likewise.
35715 * debug/fread_u_chk.c: Likewise.
35716 * debug/gets_chk.c: Likewise.
35717 * debug/obprintf_chk.c: Likewise.
35718 * debug/vasprintf_chk.c: Likewise.
35719 * debug/vdprintf_chk.c: Likewise.
35720 * debug/vsnprintf_chk.c: Likewise.
35721 * debug/vsprintf_chk.c: Likewise.
35722 * malloc/mtrace.c: Likewise.
35723 * misc/error.c: Likewise.
35724 * misc/syslog.c: Likewise.
35725 * stdio-common/asprintf.c: Likewise.
35726 * stdio-common/fxprintf.c: Likewise.
35727 * stdio-common/getw.c: Likewise.
35728 * stdio-common/isoc99_fscanf.c: Likewise.
35729 * stdio-common/isoc99_scanf.c: Likewise.
35730 * stdio-common/isoc99_vfscanf.c: Likewise.
35731 * stdio-common/isoc99_vscanf.c: Likewise.
35732 * stdio-common/isoc99_vsscanf.c: Likewise.
35733 * stdio-common/printf-prs.c: Likewise.
35734 * stdio-common/printf_fp.c: Likewise.
35735 * stdio-common/printf_fphex.c: Likewise.
35736 * stdio-common/printf_size.c: Likewise.
35737 * stdio-common/putw.c: Likewise.
35738 * stdio-common/scanf.c: Likewise.
35739 * stdio-common/sprintf.c: Likewise.
35740 * stdio-common/tmpfile.c: Likewise.
35741 * stdio-common/vfprintf.c: Likewise.
35742 * stdio-common/vfscanf.c: Likewise.
35743 * stdlib/strfmon_l.c: Likewise.
35744 * sunrpc/openchild.c: Likewise.
35745 * sunrpc/xdr_stdio.c: Likewise.
35746 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35747 * sysdeps/mach/hurd/tmpfile.c: Likewise.
35748
d6c33fda
RM
357492012-05-24 Roland McGrath <roland@hack.frob.com>
35750
c1487492
RM
35751 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35752
35753 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35754 in the third column, to generate for the shared library an IFUNC
35755 that uses _dl_vdso_vsym.
35756 * Makerules (COMPILE.c, compile-stdin.c): New variables.
35757 * Makeconfig (object-suffixes-noshared): New variable.
35758
35759 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35760 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35761 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35762 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35763
d6c33fda
RM
35764 [BZ #14132]
35765 * include/sys/time.h (__gettimeofday): Remove macro.
35766 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35767 * time/gettimeofday.c (__gettimeofday): Remove #undef.
35768 Remove INTDEF.
35769 (__gettimeofday): Add libc_hidden_def.
35770 (gettimeofday): Add libc_hidden_weak.
35771 * sysdeps/mach/gettimeofday.c: Likewise.
35772 * sysdeps/posix/gettimeofday.c: Likewise.
35773 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35774 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35775 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35776 (__gettimeofday_internal): Remove strong_alias.
35777 (__gettimeofday): Add libc_hidden_def.
35778 (gettimeofday): Add libc_hidden_weak.
35779 * sysdeps/unix/syscalls.list (gettimeofday):
35780 Remove __gettimeofday_internal alias.
35781
b5a2bbe6
L
357822012-05-24 Daniel Jacobowitz <drow@false.org>
35783 H.J. Lu <hongjiu.lu@intel.com>
35784
35785 [BZ #12495]
35786 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35787 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35788 (largebin_index_32_big): New.
35789 (largebin_index): Use it for 16-byte alignment.
35790 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
35791 correction with front_misalign.
35792
cfba4fda
L
357932012-05-24 H.J. Lu <hongjiu.lu@intel.com>
35794
7f907421
L
35795 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35796 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35797 Likewise.
35798 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
35799 Likewise.
35800 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35801 Likewise.
35802 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35803 Likewise.
35804 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35805 Likewise.
35806 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35807 Likewise.
35808 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35809 Likewise.
35810 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35811 Likewise.
35812 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35813 Likewise.
35814 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35815 Likewise.
35816 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35817 Likewise.
35818 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35819 Likewise.
35820
cfba4fda
L
35821 * scripts/data/c++-types-x32-linux-gnu.data: New file.
35822 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35823
80bad0cc
JM
358242012-05-24 Joseph Myers <joseph@codesourcery.com>
35825
7a25eb06
JM
35826 [BZ #10846]
35827 [BZ #14036]
35828 * math/libm-test.inc (exp_test): Add test from bug 14036.
35829 (pow_test): Add test from bug 10846.
35830
795405f9
JM
35831 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35832 and other flags.
35833 (special_function): Do not include flags in test name.
35834 (parse_args): Likewise.
35835 * sysdeps/i386/fpu/libm-test-ulps: Update.
35836 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35837 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35838 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35839 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35840
80bad0cc
JM
35841 * math/gen-libm-test.pl (%beautify): Add entries for underflow
35842 exceptions.
35843 * math/libm-test.inc ("Philosophy"): Update comment about
35844 exception testing.
35845 (UNDERFLOW_EXCEPTION): New macro.
35846 (UNDERFLOW_EXCEPTION_OK): Likewise.
35847 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35848 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35849 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35850 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35851 (INVALID_EXCEPTION_OK): Update value.
35852 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35853 (OVERFLOW_EXCEPTION_OK): Likewise.
35854 (IGNORE_ZERO_INF_SIGN): Likewise.
35855 (test_exceptions): Handle underflow exceptions.
35856 (acos_test): Update for underflow exception expectations.
35857 (cexp_test): Likewise.
35858 (clog_test): Likewise.
35859 (clog10_test): Likewise.
35860 (csqrt_test): Likewise.
35861 (ctan_test): Likewise.
35862 (ctanh_test): Likewise.
35863 (exp_test): Likewise.
35864 (exp10_test): Likewise.
35865 (exp2_test): Likewise.
35866 (expm1_test): Likewise.
35867 (fma_test): Likewise.
35868 (j0_test): Likewise.
35869 (jn_test): Likewise.
35870 (nexttoward_test): Likewise.
35871 (pow_test): Likewise.
35872 (scalbn_test): Likewise.
35873 (scalbln_test): Likewise.
35874 (tan_test): Likewise.
35875 (y1_test): Likewise.
35876 * sysdeps/i386/fpu/libm-test-ulps: Update.
35877 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35878
9e0e3d0b
DM
358792012-05-23 David S. Miller <davem@davemloft.net>
35880
35881 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35882 (__libc_sigaction): Remove unused local variables.
35883
ccd0a08f
L
358842012-05-23 H.J. Lu <hongjiu.lu@intel.com>
35885
35886 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35887
62bdf9a6
PE
358882012-05-23 Paul Eggert <eggert@cs.ucla.edu>
35889
f8591f80
PE
35890 mktime: avoid signed integer overflow
35891 * time/mktime.c (__mktime_internal): Do not mishandle the case
35892 where diff == INT_MIN.
35893
94c7d826
PE
35894 mktime: simplify computation of average
35895 * time/mktime.c (ranged_convert): Use new time_t_avg function
35896 instead of rolling our own (probably-slower) code.
35897
ce73d683
PE
35898 mktime: do not assume signed right shift propagates sign bit
35899 * time/mktime.c (isdst_differ): New static function.
35900 (__mktime_internal): No need to normalize tm_isdst now.
35901 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35902 tm_isdst values.
35903
72a22e59
PE
35904 mktime: merge another wrapv change from gnulib
35905 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35906 from some compilers.
35907
68605433
PE
35908 mktime: remove incorrect attempt at unusual arithmetics
35909 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35910 The code didn't really work on such machines anyway.
35911 (TYPE_MINIMUM): Assume two's complement.
35912 (twos_complement_arithmetic): Verify that long_int and time_t
35913 are two's complement (or unsigned, in the latter case).
35914
03cf7fe3
PE
35915 mktime: check signed shifts on long_int and time_t, too
35916 * time/mktime.c (SHR): Check that shifts work as desired
35917 on the types long_int and time_t too, as SHR is used on
35918 such types.
35919
f04dfbc2
PE
35920 mktime: do not assume 'long' is wide enough
35921 * time/mktime.c (verify): Move decl up.
35922 (long_int): New type.
35923 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35924 to remove assumption in the code that 'long' is wide enough to
35925 store year values. This assumption is not true on x32 and on
35926 some non-glibc platforms.
35927
62bdf9a6
PE
35928 mktime: merge wrapv change from gnulib
35929 * time/mktime.c (WRAPV): New macro.
35930 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35931 (guess_time_tm, __mktime_internal): Do not assume that signed
35932 integer overflow wraps around; modern compilers generate code
35933 where this assumption is no longer valid.
35934
5e292e4f
L
359352012-05-23 H.J. Lu <hongjiu.lu@intel.com>
35936
35937 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35938 Replace "jmp L(pseudo_end)" with "ret".
35939 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35940 Likewise.
35941
8caf8c87
AJ
359422012-05-23 Andreas Jaeger <aj@suse.de>
35943
35944 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35945 * sysdeps/unix/sysv/linux/poll.c: Remove file.
35946
1a09dc56
AJ
359472012-05-23 Andreas Jaeger <aj@suse.de>
35948 Maximilian Attems <max@stro.at>
35949
35950 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35951 New macros.
35952
1c87aba0
L
359532012-05-23 H.J. Lu <hongjiu.lu@intel.com>
35954
35955 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35956 code so that pseudo_end is just ret and the stack pointer is
35957 correct also for static library in error case.
35958
40e45bd5
JM
359592012-05-23 Joseph Myers <joseph@codesourcery.com>
35960
c2670533
JM
35961 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35962 move to syscalls.list.
35963 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35964 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35965 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35966 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35967
40e45bd5
JM
35968 * manual/install.texi (Running make install): Do not mention Linux
35969 kernel version for which pt_chown is not needed.
35970 (Linux): Do not mention problems with nscd with 2.0 kernels.
35971 * INSTALL: Regenerated.
35972
be08eda5
AJ
359732012-05-23 Andreas Jaeger <aj@suse.de>
35974
35975 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35976 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35977 macro.
35978 * sysdeps/unix/sysv/linux/s390/bits/mman.h
35979 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35980 * sysdeps/unix/sysv/linux/sh/bits/mman.h
35981 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35982 * sysdeps/unix/sysv/linux/i386/bits/mman.h
35983 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35984 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35985 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35986 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35987 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35988 * sysdeps/unix/sysv/linux/bits/in.h
35989 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35990
a6a056bb
RM
359912012-05-22 Roland McGrath <roland@hack.frob.com>
35992
35993 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35994 (PREPARE_VERSION): Just use assert instead, it will be elided
35995 under [NDEBUG] anyway.
35996
c9009328
L
359972012-05-22 H.J. Lu <hongjiu.lu@intel.com>
35998
35999 * sysdeps/unix/sysv/linux/Makefile: Include
36000 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 36001 (sysdep_routines): Remove sysctl.
c9009328
L
36002 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
36003 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
36004 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
36005 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
36006 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
36007
73338355
AJ
360082012-05-22 Andreas Jaeger <aj@suse.de>
36009
36010 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
36011 that pseudo_end is just ret and the stack pointer is correct also
36012 for static library in error case.
36013
d44638b0
PP
360142012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
36015
36016 [BZ #14122]
36017 * nss/nsswitch.c (defconfig_entries): New variable.
36018 (__nss_database_lookup): Don't leak defconfig entries.
36019 (nss_parse_service_list): Don't leak on error paths.
36020 (free_database_entries): New function.
36021 (free_defconfig): New function.
36022 (free_mem): Move common code to free_database_entries.
36023
31a39bd8
L
360242012-05-22 H.J. Lu <hongjiu.lu@intel.com>
36025
da0331a8
L
36026 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
36027 Add arch_prctl.
36028 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
36029
31a39bd8
L
36030 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
36031 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
36032 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
36033 New macro.
36034 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
36035 (INTERNAL_SYSCALL_TYPES): Likewise.
36036 (LOAD_ARGS_TYPES_[1-6]): Likewise.
36037 (LOAD_REGS_TYPES_[1-6]): Likewise.
36038 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
36039 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
36040
45470df3
AZ
360412012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36042
36043 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
36044 copysignl for GLIBC_2_0.
36045 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
36046 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
36047 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
36048 logbl for GLIBC_2_0.
36049 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
36050 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
36051
98a61bcb
L
360522012-05-22 H.J. Lu <hongjiu.lu@intel.com>
36053
a4f6e481
L
36054 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
36055 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
36056
f63d5db6
L
36057 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36058 Use "neg %eax".
36059
98a61bcb
L
36060 * time/mktime.c: Update copyright years.
36061
95770f14
PE
360622012-05-22 Paul Eggert <eggert@cs.ucla.edu>
36063
6226efbd
PE
36064 mktime: merge comment-quoting-style change from gnulib
36065 * time/mktime.c: Quote 'like this' in comments.
36066 The GNU coding standards suggest that we no longer quote `like this',
36067 as "`" and "'" are typically rendered asymmetrically nowadays.
36068 The typical gnulib style is to quote 'like this' when quoting
36069 code, and "like this" when quoting English.
36070
b99e4f78
PE
36071 * time/mktime.c (compile-command): Add "-I.".
36072
643e01e6
PE
36073 mktime: merge mktime-internal.h change from gnulib
36074 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
36075
2554247d
PE
36076 mktime: merge time_r change from gnulib
36077 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
36078
826dd0ab
PE
36079 mktime: merge DEBUG change from gnulib
36080 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
36081 case system <time.h> has a #define.
36082
bd83aabe
PE
36083 mktime: merge <sys/types.h> change from gnulib
36084 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
36085 since <time.t> is now guaranteed to define time_t.
36086
95770f14
PE
36087 mktime: merge HAVE_CONFIG_H change from gnulib
36088 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36089
5e1a27a9
L
360902012-05-22 H.J. Lu <hongjiu.lu@intel.com>
36091
0e44a77e
L
36092 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36093 Use "neg %eax".
36094
5e1a27a9
L
36095 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36096 __rlim_t cast.
36097 (struct rusage): Use anonymous union to pad each field to
36098 __syscall_slong_t.
36099
46259bec
DM
361002012-05-21 David S. Miller <davem@davemloft.net>
36101
36102 * Makefules (o-iterator): Remove .s cases.
36103 (compile-command.s): Delete.
36104 (COMPILE.s): Delete.
36105 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36106
59f0c22e
JM
361072012-05-21 Joseph Myers <joseph@codesourcery.com>
36108
36109 * configure.in (libc_cv_predef_stack_protector): Only consider
36110 "foobar" and "__stack_chk_fail" lines in libc_undefs.
36111 * configure: Regenerated.
36112
20c07380
L
361132012-05-21 H.J. Lu <hongjiu.lu@intel.com>
36114
bbb3154b
L
36115 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36116 New macro. Use R*LP on int and pointer.
36117 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
36118 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36119 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
36120 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36121
20c07380
L
36122 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36123 [__WORDSIZE_TIME64_COMPAT32] instead of
36124 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36125 (struct utmp): Likewise.
36126 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36127 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36128 Renamed to ...
36129 (__WORDSIZE_TIME64_COMPAT32): This.
36130 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36131 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36132 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36133 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36134 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36135 (__WORDSIZE_TIME64_COMPAT32): New macro.
36136
d8d1017e
AJ
361372012-05-21 Andreas Jaeger <aj@suse.de>
36138
36139 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36140 only if [SHARED]. Add prototype for __wcschr_ia32.
36141
6c7fb145
RM
361422012-05-21 Roland McGrath <roland@hack.frob.com>
36143
36144 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36145 of %rbp unmolested in the jmp_buf while mangling the low bits.
36146 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36147 unmolested high bits of %rbp while demangling the low bits.
36148 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36149
66274218
AJ
361502012-05-21 Andreas Jaeger <aj@suse.de>
36151
07c58f8f
AJ
36152 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36153 * sunrpc/svc_simple.c: Use it for registerrpc.
36154 * sunrpc/xcrypt.c: Use it for passwd2des.
36155
66274218
AJ
36156 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36157
61f65140
L
361582012-05-21 H.J. Lu <hongjiu.lu@intel.com>
36159
36160 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36161 Don't define if [__SYSCALL_WORDSIZE != 32].
36162 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36163 New macro.
36164
5fefb436
AJ
361652012-05-21 Bruno Haible <bruno@clisp.org>
36166 Andreas Jaeger <aj@suse.de>
36167
36168 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36169 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36170 inptr and inend for must_buffer_ch.
36171 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36172 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36173 * stdio-common/Makefile (tests): Remove bug15.
36174 (bug15-ENV): Remove macro.
36175 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36176 anymore.
36177
d8e272ab
AJ
361782012-05-19 Andreas Jaeger <aj@suse.de>
36179 Roland McGrath <roland@hack.frob.com>
36180
36181 * manual/contrib.texi: Completely rewritten. It contains now an
36182 alphabetical list of contributors and their contributions.
36183
4a56a162
RH
361842012-05-21 Richard Henderson <rth@twiddle.net>
36185
36186 * misc/getauxval.c (__getauxval): Use unsigned long int.
36187 * misc/sys/auxv.h: Include <sys/cdefs.h>.
36188 (getauxval): Use unsigned long int.
36189
d024d23c
L
361902012-05-21 H.J. Lu <hongjiu.lu@intel.com>
36191
36192 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36193
cbc00a03
RM
361942012-05-21 Roland McGrath <roland@hack.frob.com>
36195
36196 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36197 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36198 __alignof__ (long double).
36199
478143fa
AZ
362002012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36201
36202 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36203
c7683a6d
RH
362042012-05-20 Richard Henderson <rth@twiddle.net>
36205
36206 * misc/getauxval.c: New file.
36207 * misc/sys/auxv.h: New file.
36208 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36209 (routines): Add getauxval.
36210 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36211 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36212 * elf/dl-sysdep.c (_dl_auxv): Remove.
36213 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36214 * elf/dl-support.c (_dl_auxv): New variable.
36215 (_dl_aux_init): Initialize it.
36216 * manual/startup.texi (Auxiliary Vector): New node.
36217 * sysdeps/generic/bits/hwcap.h: New file.
36218 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36219 * sysdeps/powerpc/sysdep.h: ... here. Include it.
36220 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36221 * sysdeps/sparc/sysdep.h: ... here. Include it.
36222 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36223 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
36224 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36225 Update.
c7683a6d
RH
36226 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36227 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36228 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36229 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36230 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36231 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36232 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36233 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36234
a6f1845d
AZ
362352012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36236
36237 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36238
cbcbe830
DM
362392012-05-19 David S. Miller <davem@davemloft.net>
36240
36241 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36242
e0b16cc2
JM
362432012-05-19 Joseph Myers <joseph@codesourcery.com>
36244
36245 [BZ #14123]
36246 * math/s_ccosh.c: Include <float.h>
36247 (__ccosh): Avoid internal overflow calculating sinh and cosh
36248 values before multiplying by sin and cos values.
36249 * math/s_ccoshf.c: Likewise.
36250 * math/s_ccoshl.c: Likewise.
36251 * math/s_csin.c: Likewise.
36252 * math/s_csinf.c: Likewise.
36253 * math/s_csinl.c: Likewise.
36254 * math/s_csinh.c: Likewise.
36255 * math/s_csinhf.c: Likewise.
36256 * math/s_csinhl.c: Likewise.
36257 * math/libm-test.inc (ccos_test): Add more tests.
36258 (ccosh_test): Likewise.
36259 (csin_test): Likewise.
36260 (csinh_test): Likewise.
36261 * sysdeps/i386/fpu/libm-test-ulps: Update.
36262 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36263
6ad13e08
L
362642012-05-19 H.J. Lu <hongjiu.lu@intel.com>
36265
f66f0ce8
L
36266 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36267 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36268
6ad13e08
L
36269 * sysdeps/x86_64/x32/_itoa.h: Add comment.
36270
b1d072a7
JM
362712012-05-19 Joseph Myers <joseph@codesourcery.com>
36272
36273 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36274 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36275 * sysdeps/powerpc/soft-fp/Versions: Likewise.
36276 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36277 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36278 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36279 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36280 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36281 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36282 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36283 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36284 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36285 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36286 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36287 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36288 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36289 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36290 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36291 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36292 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36293 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36294 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36295 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36296 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36297 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36298 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36299 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36300 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36301 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36302 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36303 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36304
9eae47cb
AJ
363052012-05-18 Andreas Jaeger <aj@suse.de>
36306
36307 * csu/.gitignore: Delete.
36308
bb07f69f
L
363092012-05-18 H.J. Lu <hongjiu.lu@intel.com>
36310
36311 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36312 (timex): Use __syscall_slong_t.
36313
e6bdb741
AJ
363142012-05-18 Andreas Jaeger <aj@suse.de>
36315 Carlos O'Donell <carlos_odonell@mentor.com>
36316
36317 * manual/install.texi (Configuring and compiling): Update
36318 description about files modified in the source directory.
d6c33fda 36319 * INSTALL: Regenerated.
e6bdb741 36320
1b74487e
L
363212012-05-18 H.J. Lu <hongjiu.lu@intel.com>
36322
36323 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36324 value. Use "or" to set return value to -1.
36325 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36326 negate return value.
36327
a88b64b9
TMQMF
363282012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36329
57f41c40
AS
36330 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36331 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
36332 failure if the compiler has Graphite support disabled.
36333 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36334 Likewise.
57f41c40
AS
36335 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36336 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
36337 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36338 Likewise.
36339
3707636e
L
363402012-05-18 H.J. Lu <hongjiu.lu@intel.com>
36341
610b8622
L
36342 * sysdeps/x86_64/x32/_itoa.h: New file.
36343
7cd195df
L
36344 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36345 getdents system call only if kernel and user dirents have the
36346 same d_ino and d_off.
36347
94b07d20
L
36348 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36349 LLONG_MAX != LONG_MAX.
36350 (_itoa_word): Use _ITOA_WORD_TYPE on value.
36351 (_fitoa_word): Likewise.
36352
18298070
L
36353 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36354 years.
36355 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36356 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36357 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36358
553c7ea4
L
36359 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36360 include <bits/wordsize.h>. Check __x86_64__ instead of
36361 __WORDSIZE.
36362 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36363 if __x86_64__ is defined. Use anonymous union on fpstate.
36364
3707636e
L
36365 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36366 anonymous union.
36367
b53ef01a
AS
363682012-05-18 Andreas Schwab <schwab@linux-m68k.org>
36369
37fb1dc0
AS
36370 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36371 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36372 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36373 Refer to _rtld_local_ro instead of _rtld_global_ro.
36374 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36375 Likewise.
36376 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36377 Likewise.
36378 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36379 Likewise.
36380 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36381 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36382 of _rtld_global, and rtld_progname instead of _dl_argv[0].
36383
b53ef01a
AS
36384 * sysdeps/powerpc/powerpc32/dl-machine.c
36385 (__elf_machine_runtime_setup) [PROF]: Don't reference
36386 _dl_prof_resolve.
36387
7a185db2
AJ
363882012-05-18 Andreas Jaeger <aj@suse.de>
36389
36390 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36391 function only available for GCCs before 3.4 since GCC 3.4
36392 introduced a builtin.
36393 (lrint): Likewise.
36394 (llrintf): Likewise.
36395 (llrint): Likewise.
36396 (fmaxf): Likewise.
36397 (fmax): Likewise.
36398 (fminf): Likewise.
36399 (fmin): Likewise.
36400 (rint): Likewise.
36401 (rintf): Likewise.
36402 (nearbyint): Likewise.
36403 (nearbyintf): Likewise.
36404 (ceil): Likewise.
36405 (ceilf): Likewise.
36406 (floor): Likewise.
36407 (floorf): Likewise.
36408
3e5aef87
L
364092012-05-17 H.J. Lu <hongjiu.lu@intel.com>
36410
428bd707
L
36411 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36412 on both fields and cast pointer to __syscall_ulong_t.
36413
3e5aef87
L
36414 * bits/types.h (__fsword_t): New type.
36415 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36416 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36417 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36418 (__FSWORD_T_TYPE): Likewise.
36419 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36420 (__FSWORD_T_TYPE): Likewise.
36421 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36422 (__FSWORD_T_TYPE): Likewise.
36423 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36424 (__FSWORD_T_TYPE): Likewise.
36425 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36426 __SWORD_TYPE with __fsword_t.
36427 (statfs64): Likewise.
36428
1ba7c3dc
DM
364292012-05-17 David S. Miller <davem@davemloft.net>
36430
36431 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36432
59910343
AJ
364332012-05-17 Andreas Jaeger <aj@suse.de>
36434
36435 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36436 warning.
36437
2e4c1e9e
L
364382012-05-17 H.J. Lu <hongjiu.lu@intel.com>
36439
36440 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36441
de7f5ce7
AJ
364422012-05-17 Andreas Jaeger <aj@suse.de>
36443
36444 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36445 when it is used.
36446
286abc3d
CM
364472012-05-17 Chris Metcalf <cmetcalf@tilera.com>
36448
36449 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36450
477cc68e
L
364512012-05-17 H.J. Lu <hongjiu.lu@intel.com>
36452
36453 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36454 * sysdeps/x86_64/tst-mallocalign1.c: New file.
36455
1a0994f5
CD
364562012-05-17 Andreas Jaeger <aj@suse.de>
36457 Carlos O'Donell <carlos_odonell@mentor.com>
36458
36459 [BZ #14059]
36460 * sysdeps/x86_64/multiarch/init-arch.h
36461 (bit_YMM_Usable): Rename to...
36462 (bit_AVX_Usable): ... this.
36463 (bit_FMA4_Usable): New macro.
36464 (bit_XMM_state): New macro.
36465 (bit_YMM_state): New macro.
36466 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36467 [__ASSEMBLER__] (index_AVX_Usable): ... this.
36468 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36469 (CPUID_OSXSAVE): New macro.
36470 (CPUID_AVX): New macro.
36471 (CPUID_FMA4): New macro.
36472 (index_YMM_Usable): Rename to...
36473 (index_AVX_Usable): ... this.
36474 (HAS_AVX): Use HAS_ARCH_FEATURE.
36475 (HAS_FMA4): Likewise.
36476 (HAS_YMM_USABLE): Remove.
36477 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36478 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36479 are present.
36480 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36481 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36482 * sysdeps/x86_64/multiarch/Makefile: Likewise.
36483 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36484 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36485
0af797de
CM
364862012-05-17 Chris Metcalf <cmetcalf@tilera.com>
36487
36488 * math/libm-test.c: Support platforms without multiple rounding modes.
36489 * math/bug-nextafter.c: Support platforms without FP exceptions.
36490 * math/bug-nexttoward.c: Likewise.
36491 * math/test-fenv.c: Likewise.
36492 * math/test-misc.c: Likewise.
36493 * stdlib/bug-getcontext.c: Likewise.
36494
e39745ff
AJ
364952012-05-17 Andreas Jaeger <aj@suse.de>
36496
36497 * manual/examples/search.c (critter_cmp): Change signature to
36498 avoid warnings.
36499 * manual/string.texi (Collation Functions): Likewise.
36500
48970aba
L
365012012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36502
36503 * bits/types.h: Fold copyright years.
36504 * bits/typesizes.h: Likewise.
36505 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36506 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36507 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36508 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36509 * time/time.h: Likewise.
36510
bedee953
PP
365112012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
36512
36513 [BZ #208]
36514 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36515 in instead of returning them. Return void.
36516 (__libc_mallinfo): Accumulate over all arenas.
36517 (__malloc_stats): Adjust for change in int_mallinfo interface.
36518
61653dfb
RM
365192012-05-16 Roland McGrath <roland@hack.frob.com>
36520
30b99d79
RM
36521 [BZ #10375]
36522 * configure.in (NM): Add AC_CHECK_TOOL for it.
36523 (libc_extra_cflags): New substituted variable.
36524 Check for -fstack-protector being used implicitly.
36525 * configure: Regenerated.
36526 * config.make.in (config-extra-cflags): New variable,
36527 gets @libc_extra_cflags@.
36528 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36529
61653dfb
RM
36530 [BZ #10375]
36531 * configure.in: Check for _FORTIFY_SOURCE being predefined.
36532 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36533 * configure: Regenerated.
36534 * config.make.in (CPPUNDEFS): New substituted variable.
36535 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36536 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36537 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36538
661768bb
L
365392012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36540
36541 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36542 (mq_attr): Use __syscall_slong_t.
36543
d4261567
L
365442012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36545
36546 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36547 Check __x86_64__ instead of __WORDSIZE.
36548 (_STAT_VER_LINUX): Likewise.
36549 (stat): Check __x86_64__ instead of __WORDSIZE. Use
36550 __syscall_ulong_t and __syscall_slong_t.
36551 (stat64): Likewise.
36552
cf3ff365
L
365532012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36554
36555 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36556
76cf3e4d
L
365572012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36558
36559 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36560
a637753a
L
365612012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36562
36563 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36564 __syscall_ulong_t.
36565
d5e05119
L
36566 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36567 include <bits/wordsize.h>. Check __x86_64__ instead of
36568 __WORDSIZE.
36569 (greg_t): Use "__extension__ long long int" if __x86_64__ is
36570 defined.
36571 (mcontext_t): Replace "unsigned long" with "unsigned long long".
36572
f62ee380
L
36573 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36574 include <bits/wordsize.h>. Check __x86_64__ instead of
36575 __WORDSIZE.
36576 (user_regs_struct): Use "__extension__ unsigned long long"
36577 instead of "unsigned long" if __x86_64__ is defined.
36578 (user): Likewise. Pad after pointer field if __ILP32__ is
36579 defined.
36580
4e124ced
JM
365812012-05-16 Joseph Myers <joseph@codesourcery.com>
36582
6a3951a0
JM
36583 * configure.in (makeinfo): Require version 4.5 or later. Allow
36584 versions 5 to 9.
36585 * configure: Regenerated.
36586 * manual/install.texi (texinfo): Increase version requirement to
36587 4.5 or later.
36588 * INSTALL: Regenerated.
36589
4e124ced
JM
36590 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
36591
953ca31a
L
365922012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36593
36594 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
36595
617aca05
L
36596 * sysdeps/x86_64/x32/ffs.c: New file.
36597
5762f7ae
L
36598 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
36599 __syscall_ulong_t.
36600 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
36601 defined. Use __syscall_ulong_t.
36602 (shminfo): Use __syscall_ulong_t.
36603 (shm_info): Likewise.
36604
a26b6856
L
36605 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
36606 __syscall_ulong_t.
36607
cb2b9ef7
L
36608 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
36609 <bits/wordsize.h>.
36610 (msgqnum_t): Use __syscall_ulong_t.
36611 (msglen_t): Likewise.
36612 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
36613 __syscall_ulong_t.
36614
34683bb0
L
36615 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
36616 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
36617
84a68786
L
36618 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
36619
48baa5f1
L
36620 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
36621 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
36622
180be88b
L
36623 * sysvipc/sys/msg.h (msgbuf): Replace long int with
36624 __syscall_slong_t.
36625
5e90c8ad
L
36626 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
36627 include <bits/wordsize.h>. Check __x86_64__ instead of
36628 __WORDSIZE.
36629
23dfb58b
L
36630 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
36631 "unsigned long long int" if __x86_64__ is defined.
36632 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
36633
ce5d54b0
L
36634 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
36635 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
36636 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
36637
13dc9eac
L
36638 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
36639 <stdint.h>.
36640 (GET_PC): Cast to uintptr_t first.
36641 (GET_FRAME): Likewise.
36642 (GET_STACK): Likewise.
36643
a7895d15
L
36644 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
36645 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
36646 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36647 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36648 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36649 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36650 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36651 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36652 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36653 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36654 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36655 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36656 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36657 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36658 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36659 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36660 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36661 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36662 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36663 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36664 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36665 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36666 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36667 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36668 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36669 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36670 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36671 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36672 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36673
656416c9
AS
366742012-05-16 Andreas Schwab <schwab@linux-m68k.org>
36675
5bd66283
AS
36676 * Makerules (+depfiles): Also collect depfiles from .oS in
36677 $(extra-objs).
36678 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36679 .oS, $(libnldbl-routines)).
36680
656416c9
AS
36681 * Makerules (native-compile-mkdep-flags): Define.
36682 * sunrpc/Makefile (extra-objs): Add $(addprefix
36683 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36684 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36685 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
36686 calling $(make-target-directory).
36687
a46f2169
L
366882012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36689
36690 * bits/types.h (__snseconds_t): Removed.
36691 * time/time.h (struct timespec): Replace __snseconds_t with
36692 __syscall_slong_t.
36693 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36694 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36695 Likewise.
36696 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36697 (__SNSECONDS_T_TYPE): Likewise.
36698 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36699 (__SNSECONDS_T_TYPE): Likewise.
36700 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36701 (__SNSECONDS_T_TYPE): Likewise.
36702
6af6528b
L
367032012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36704
36705 * sysdeps/mach/hurd/bits/typesizes.h
36706 (__SYSCALL_SLONG_TYPE): New macro.
36707 (__SYSCALL_ULONG_TYPE): Likewise.
36708
de986b56
L
367092012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36710
36711 * bits/types.h (__syscall_slong_t): New type.
36712 (__syscall_ulong_t): Likewise.
36713
36714 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36715 (__SYSCALL_ULONG_TYPE): Likewise.
36716 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36717 (__SYSCALL_SLONG_TYPE): Likewise.
36718 (__SYSCALL_ULONG_TYPE): Likewise.
36719 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36720 (__SYSCALL_SLONG_TYPE): Likewise.
36721 (__SYSCALL_ULONG_TYPE): Likewise.
36722 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36723 (__SYSCALL_SLONG_TYPE): Likewise.
36724 (__SYSCALL_ULONG_TYPE): Likewise.
36725
85736dc7
L
367262012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36727
36728 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36729 Add sigaltstack-offsets.sym.
36730 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36731 <sigaltstack-offsets.h>.
36732 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
36733 longjmp_msg pointer.
36734 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
36735 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36736 signal stack.
36737 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36738
cc03b296
JM
367392012-05-15 Joseph Myers <joseph@codesourcery.com>
36740
a9538892
JM
36741 * elf/stackguard-macros.h: Remove file.
36742 * sysdeps/generic/stackguard-macros.h: New file.
36743 * sysdeps/i386/stackguard-macros.h: Likewise.
36744 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36745 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36746 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36747 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36748 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36749 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36750 * sysdeps/x86_64/stackguard-macros.h: Likewise.
36751 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36752 <elf/stackguard-macros.h>.
36753
cc03b296
JM
36754 [BZ #14109]
36755 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36756 __aligned__ in attribute.
36757 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36758 (gregset_t): Likewise.
36759
93171016
L
367602012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36761
36762 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36763 * sysdeps/x86_64/64/Implies-after: Here. New file.
36764 * sysdeps/x86_64/x32/Implies-after: New file.
36765
d86813a0
L
367662012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36767
36768 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36769 and access return value for _dl_profile_fixup. Use R10_LP to
36770 load frame size.
36771
2953ec75
L
367722012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36773
36774 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36775
3b550e9e
L
367762012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36777
36778 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36779 * sysdeps/x86_64/x32/sysdep.h: New file.
36780
eda41706
L
367812012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36782
36783 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36784 * sysdeps/x86_64/setjmp.S: Likewise.
36785
9ea01d93
AZ
367862012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36787
36788 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36789 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36790 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36791 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36792 remove unused global constant.
36793
02a91938
CM
367942012-05-15 Chris Metcalf <cmetcalf@tilera.com>
36795
36796 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36797 include of <not-cancel.h>.
36798
6540185f
RM
367992012-05-15 Roland McGrath <roland@hack.frob.com>
36800
36801 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36802
509072a0
AJ
368032012-05-15 Jeff Law <law@redhat.com>
36804 Andreas Jaeger <aj@suse.de>
36805
36806 [BZ #13594]
36807 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36808 out from...
36809 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36810 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36811 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36812 code changing __hst_map_handle.map.
36813
ba75122d
RM
368142012-05-15 Roland McGrath <roland@hack.frob.com>
36815
36816 * configure.in (sysnames): Look for Implies-before and Implies-after
36817 files.
36818 * configure: Regenerated.
36819
890d8bd8
L
368202012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36821
36822 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36823 8-byte data alignment with LP_SIZE alignment.
36824
f6ee6623
L
368252012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36826
36827 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36828 into R10_LP.
36829
ea2626f6
L
368302012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36831
36832 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36833
085f715e
L
368342012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36835
36836 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36837 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36838 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36839 Likewise.
36840 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36841
be8498fc
L
368422012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36843
36844 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36845 (stackinfo_sub_sp): Likewise.
36846
70bc83b9
L
368472012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36848
36849 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36850 RAX_LP.
36851
9bc0b730
L
368522012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36853
36854 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36855 into R*_LP.
36856
6d2850e7
L
368572012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36858
36859 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36860 sizes into R*_LP.
36861
3cb84561
L
368622012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36863
36864 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36865
54e2ed81
L
368662012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36867
36868 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36869 into R11_LP and load __x86_64_shared_cache_size_half into
36870 R8_LP.
36871
8a17f349
L
368722012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36873
36874 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36875 R8_LP.
36876
777b1eea
AZ
368772012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36878
36879 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36880 logb for POWER7.
36881 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36882 logbf for POWER7.
36883 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36884 logbl for POWER7.
36885 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36886 powerpc32/power7/fpu/s_logb.c via #include.
36887 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36888 powerpc32/power7/fpu/s_logbf.c via #include.
36889 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36890 powerpc32/power7/fpu/s_logbl.c via #include.
36891
d20d4ac2
JM
368922012-05-15 Joseph Myers <joseph@codesourcery.com>
36893
36894 * README.libm: Remove file.
36895
6cdef1ab
L
368962012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36897
36898 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36899 count for x32. Use R*_LP and omit operand-size suffix.
36900
0b254d8f
L
369012012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36902
36903 * shlib-versions: Move x86_64-.*-linux.* entries to ...
36904 * sysdeps/x86_64/64/shlib-versions: Here. New file.
36905 * sysdeps/x86_64/x32/shlib-versions: New file.
36906
ceb809dc
RM
369072012-05-14 Roland McGrath <roland@hack.frob.com>
36908
36909 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36910 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36911 Use _dl_fatal_printf instead.
36912
37f1abd4
JM
369132012-05-14 Joseph Myers <joseph@codesourcery.com>
36914
36915 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36916 set if not set by the user. Do not allow for being unset.
36917 * sysdeps/unix/sysv/linux/configure: Regenerated.
36918
11de3a33
L
369192012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36920
36921 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36922 the `q' suffix from lea and replace .quad with ASM_ADDR.
36923
e02f153a
L
369242012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36925
36926 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36927 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
36928 instead of $17.
36929 (PTR_DEMANGLE): Likewise.
36930
520ae0fd
L
369312012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36932
36933 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36934 (LP_OP): Likewise.
36935 (ASM_ADDR): Likewise.
36936 (RAX_LP): Likewise.
36937 (RBP_LP): Likewise.
36938 (RBX_LP): Likewise.
36939 (RCX_LP): Likewise.
36940 (RDI_LP): Likewise.
36941 (RSI_LP): Likewise.
36942 (RSP_LP): Likewise.
36943 (R8_LP): Likewise.
36944 (R9_LP): Likewise.
36945 (R10_LP): Likewise.
36946 (R10_LP): Likewise.
36947 (R11_LP): Likewise.
36948 (R12_LP): Likewise.
36949 (R13_LP): Likewise.
36950 (R14_LP): Likewise.
36951 (R15_LP): Likewise.
36952
b985be81
L
369532012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36954
36955 * sysdeps/x86_64/x32/dl-machine.h: New file.
36956
6a4888ff
AJ
369572012-05-14 Andreas Jaeger <aj@suse.de>
36958
36959 * manual/Makefile (subdir): Remove export of subdir.
36960 (all): Remove target.
36961 (.PHONY): Remove all from list.
36962 (mkinstalldirs): Remove.
36963 (.PHONY): Remove installdirs from list.
36964 ($(inst_infodir)/libc.info): Use make-target-directory.
36965 (installdirs): Remove.
36966 (subdir_%): Remove.
36967 (glibc-targets): Remove.
36968 (lib): Remove.
36969 (stubs): Remove.
36970 ($(objpfx)stubs ../po/manual.pot): Remove.
36971 ($(objpfx)stamp%): Remove.
36972 (make-target-directory): Remove.
36973 (subdir_install): Remove.
36974 (routines): Remove.
36975 (aux): Remove.
36976 (sources): Remove.
36977 (objects): Remove.
36978 (headers): Remove.
36979
36980 [BZ #13750]
36981 * manual/.gitignore: Remove, it's not needed anymore.
36982 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36983 all files in it.
36984 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36985 directory.
36986 (texis): Renamed to $(objpfx)texis.
36987 (texis-path): New, contains path to generated files.
36988 (chapters.%): Use texis-path for complete path, add extra argument
36989 libc-texinfo.sh.
36990 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36991 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36992 (summary,texi, stamp-summary): Use complete path of
36993 files. Generate files in build dir.
36994 (dir-add.texi): Build in build dir.
36995 (libm-err.texi,stamp-libm-err): Likewise.
36996 (version.texi, stamp-version): Likewise.
36997 (.%c.texi): Likewise.
36998 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36999 (mostlyclean): Remove target.
37000 (realclean): Remove target.
37001 (generated): Add new variable with contents from mostlyclean and
37002 realclean, remove entries duplicated in common-mostlyclean, add
37003 stamp-libm-err and stamp-version.
37004 (generated-dirs): Add libc directory.
37005 ($(inst_infodir)/libc.info): Install files from build dir.
37006
37007 * manual/install.texi (Configuring and compiling): Adjust since
37008 the info files are not part of the tar ball anymore.
37009
7ac77294
AJ
370102012-05-14 Andreas Jaeger <aj@suse.de>
37011
37012 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
37013 variable.
37014
ffb7875d
JM
370152012-05-14 Joseph Myers <joseph@codesourcery.com>
37016
37017 [BZ #13717]
37018 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37019 to 2.2.0 where earlier.
37020 * sysdeps/unix/sysv/linux/configure: Regenerated.
37021 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
37022 Remove conditional code.
37023 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
37024 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
37025 Remove conditional code.
37026 [!__NR_lchown]: Likewise.
37027 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37028 [__NR_lchown]: Likewise.
37029 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
37030 comment referencing __ASSUME_LCHOWN_SYSCALL.
37031 * sysdeps/unix/sysv/linux/i386/sigaction.c
37032 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37033 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37034 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
37035 Remove conditional code.
37036 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
37037 (__protocol_available): Remove #if 0 code.
37038 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
37039 conditional code.
37040 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
37041 * sysdeps/unix/sysv/linux/kernel-features.h
37042 (__ASSUME_GETCWD_SYSCALL): Don't define.
37043 (__ASSUME_REALTIME_SIGNALS): Likewise.
37044 (__ASSUME_PREAD_SYSCALL): Likewise.
37045 (__ASSUME_PWRITE_SYSCALL): Likewise.
37046 (__ASSUME_POLL_SYSCALL): Likewise.
37047 (__ASSUME_LCHOWN_SYSCALL): Likewise.
37048 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
37049 non-SPARC.
37050 (__ASSUME_SIOCGIFNAME): Don't define.
37051 (__ASSUME_MSG_NOSIGNAL): Likewise.
37052 (__ASSUME_SENDFILE): Define unconditionally.
37053 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
37054 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
37055 conditional code.
37056 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
37057 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
37058 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37059 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37060 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
37061 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37062 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37063 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
37064 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37065 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37066 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37067 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37068 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37069 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
37070 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37071 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37072 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37073 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37074 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37075 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
37076 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37077 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37078 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
37079 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37080 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37081 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
37082 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37083 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37084 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
37085 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37086 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37087 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37088 Remove conditional code.
37089 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37090 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37091 Remove conditional code.
37092 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37093 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37094 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37095 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37096 Remove conditional code.
37097 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37098 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37099 Remove conditional code.
37100 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37101 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37102 Remove conditional code.
37103 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37104 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37105 Remove conditional code.
37106 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37107 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37108 Remove conditional code.
37109 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37110 * sysdeps/unix/sysv/linux/sh/pwrite64.c
37111 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37112 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37113 * sysdeps/unix/sysv/linux/sigaction.c
37114 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37115 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37116 * sysdeps/unix/sysv/linux/sigpending.c
37117 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37118 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37119 * sysdeps/unix/sysv/linux/sigprocmask.c
37120 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37121 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37122 * sysdeps/unix/sysv/linux/sigsuspend.c
37123 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37124 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37125 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37126 (__libc_missing_rt_sigs): Remove.
37127 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37128 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37129 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37130 Remove conditional code.
37131 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37132 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37133 return 1.
37134 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37135 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37136 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37137 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37138
1bfb7291
AJ
371392012-05-14 Andreas Jaeger <aj@suse.de>
37140
caae5a81
AJ
37141 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37142 it's not used in glibc.
37143 (__coshm1): Likewise.
37144 (__acosh1p): Likewise.
37145 (__sgn): Likewise.
37146
1bfb7291
AJ
37147 * manual/string.texi (Copying and Concatenation): Add missing
37148 variable in concat example.
37149 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37150
c044d724
L
371512012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37152
144c5467 37153 [BZ #14103]
c044d724
L
37154 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37155 __builtin_clzl with __builtin_clzll.
37156
2523c62b
L
371572012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37158
37159 [BZ #14104]
37160 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37161 libc_freeres_ptr.
37162
d7bb4c42
LD
371632012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
37164
37165 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37166 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37167 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37168 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37169
9dc4e1fb
MF
371702012-05-14 Mike Frysinger <vapier@gentoo.org>
37171
37172 * NEWS: Update ia64 info.
37173
c7df0112
AS
371742012-05-12 Andreas Schwab <schwab@linux-m68k.org>
37175
37176 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37177 used as bcopy.
37178
dc70356c
TS
371792012-05-12 Thomas Schwinge <thomas@codesourcery.com>
37180
37181 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37182 * sysdeps/unix/syscalls.list (dup3): Likewise.
37183 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37184 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37185
9fb1a21f
L
371862012-05-11 H.J. Lu <hongjiu.lu@intel.com>
37187
37188 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37189 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37190
4822a2a5
L
371912012-05-11 H.J. Lu <hongjiu.lu@intel.com>
37192
37193 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37194 thread pointer.
37195 (TLS_IE): Use mov/add instead of movq/addq to load thread
37196 pointer.
37197 (TLS_GD_PREFIX): New.
37198 (TLS_GD): Use it.
37199
842b81d6
DM
372002012-05-11 David S. Miller <davem@davemloft.net>
37201
37202 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37203 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37204 (_FPU_SETCW): Likewise.
37205
1cf463cd
L
372062012-05-10 H.J. Lu <hongjiu.lu@intel.com>
37207
37208 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37209 is 32-byte aligned.
37210
60cc4a18
AS
372112012-05-11 Andreas Schwab <schwab@linux-m68k.org>
37212
37213 [BZ #11837]
37214 * iconvdata/gb18030.c: Update tables.
37215 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
37216 characters specially.
37217 (BODY for TO_LOOP): Add encoding of missing ranges.
37218
febb44a4
TS
372192012-05-11 Thomas Schwinge <thomas@codesourcery.com>
37220
37221 [BZ #13673]
37222 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37223 * sysdeps/mach/hurd/dup3.c: Likewise.
37224 * sysdeps/mach/hurd/readlinkat.c: Likewise.
37225 * sysdeps/powerpc/memmove.c:: Likewise.
37226
0a10fb9e
L
372272012-05-10 H.J. Lu <hongjiu.lu@intel.com>
37228
37229 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37230 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37231
df8a552f
L
372322012-05-10 H.J. Lu <hongjiu.lu@intel.com>
37233
37234 * elf/elf.h (R_X86_64_RELATIVE64): New.
37235 (R_X86_64_NUM): Updated.
37236 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37237 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
37238 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37239 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37240 tst-quad1pie tst-quad2pie
37241 (modules-names): Add tst-quadmod1 tst-quadmod2.
37242 ($(objpfx)tst-quad1): New dependency.
37243 ($(objpfx)tst-quad2): Likewise.
37244 ($(objpfx)tst-quad1pie): Likewise.
37245 ($(objpfx)tst-quad2pie): Likewise.
37246 * sysdeps/x86_64/tst-quad1.c: New file.
37247 * sysdeps/x86_64/tst-quad1pie.c: New file.
37248 * sysdeps/x86_64/tst-quad2.c: Likewise.
37249 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37250 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37251 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37252 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37253 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37254
f34d6f84
ST
372552012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37256
f42d41d1
ST
37257 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37258 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37259 * streams/stropts.h (t_scalar_t): Define type.
37260
3c3571fc
ST
37261 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37262 (_PATH_PRESERVE): Set to "/var/lib".
37263 (_PATH_RWHODIR): Set to "/var/spool/rwho".
37264
61f06bd3
ST
37265 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37266 instead of int.
37267
918d4d71
ST
37268 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37269 if __dir_mkfile succeeded.
37270
f34d6f84
ST
37271 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37272 checking for _hurd_dtablesize. Unlock it right after having
37273 finished _hurd_dtable allocation.
37274
10589b4a
TS
372752012-05-10 Thomas Schwinge <thomas@schwinge.name>
37276
674cdbc7
TS
37277 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37278 * sysdeps/mach/hurd/configure: Regenerated.
37279 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37280 special-casing to...
37281 * sysdeps/gnu/configure.in: ... this new file.
37282 * sysdeps/unix/sysv/linux/configure: Regenerated.
37283 * sysdeps/gnu/configure: New generated file.
37284
8e41b99f
TS
37285 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37286 for Linux: use nsec instead of usec, as well as:
37287 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37288 members of type struct timespec.
37289 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37290 New macros.
37291 (struct stat64): Likewise.
37292 (_STATBUF_ST_NSEC): New macro.
37293 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37294
10589b4a
TS
37295 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37296 __strtoul_internal rather than strtoul.
37297
63643c85
PT
372982012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37299
37300 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37301 and reject them.
37302
3faebe6a
ST
373032012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37304
37305 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37306 which preserves existing values.
37307 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37308
c6474b07
PT
373092012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37310
37311 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37312 TIMEOUT values. Return EINVAL for NFDS values either negative or
37313 greater than FD_SETSIZE.
37314
1043890b
ST
373152012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37316
37317 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37318 allocated, call __vm_protect to finish enabling the existing space, and
37319 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37320 allocate the remainder.
37321
37ed8b9b
PT
373222012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37323
37324 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37325 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
37326
db653660
ST
373272012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37328
37ed8b9b
PT
37329 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37330 sysdeps/mach/hurd/readlink.c.
b29d4053 37331
db653660
ST
37332 * posix/tst-sysconf.c (posix_options): Only use
37333 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37334 _POSIX_SYNCHRONIZED_IO when they are defined
37335 * sysdeps/mach/hurd/bits/posix_opt.h:
37336 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37337 (_XOPEN_REALTIME): Undefine macro.
37338 (_XOPEN_REALTIME_THREADS): Undefine macro.
37339 (_XOPEN_SHM): Undefine macro.
37340 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37341 macro to -1.
37342 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37343 macro to -1.
37344 (_POSIX_ASYNC_IO): Undefine macro.
37345 (_POSIX_PRIORITIZED_IO): Undefine macro.
37346 (_POSIX_SPIN_LOCKS): Define macro to -1.
37347
ee16e894
ST
37348 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37349 SA_NODEFER, SA_RESETHAND.
37350 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37351 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37352 F_DUPFD_CLOEXEC.
37353
6103ae3b
TS
373542012-05-10 Thomas Schwinge <thomas@schwinge.name>
37355
37356 * elf/Makefile (pldd-modules): Define unconditionally.
37357
80b4e5f3
TS
373582012-05-10 Thomas Schwinge <thomas@schwinge.name>
37359
37360 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37361
edadcbd6
ST
373622012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37363
37364 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37365 Return ENOENT when name is empty.
37366 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37367
80694780
TS
373682012-05-10 Thomas Schwinge <thomas@schwinge.name>
37369
1792c087
TS
37370 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37371
80694780
TS
37372 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37373
6b645f0d
ST
373742012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37375
80694780
TS
37376 Fix mlock in all cases except non-readable pages.
37377 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37378 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 37379
6b645f0d
ST
37380 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37381 (__mkdir): When path is `/', just fail with EEXIST.
37382 * sysdeps/mach/hurd/mkdirat.c: Likewise.
37383
e468f8a3
TS
373842012-05-10 Thomas Schwinge <thomas@schwinge.name>
37385
37386 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37387 <sys/uio.h> (for writev).
37388 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37389 and <sys/param.h> (for MIN).
37390
a4186cff
PT
373912012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37392
37393 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37394 REQUESTED_TIME. Properly set the remaining time and return EINTR
37395 if interrupted.
37396
510bbf14
TS
373972012-05-10 Thomas Schwinge <thomas@schwinge.name>
37398
37399 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37400 Depend on against $(link-rpcuserlibs).
37401
5d5722e8
ST
374022012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37403
a4186cff
PT
37404 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37405 (__libc_stack_end): Do not use attribute_relro.
37406 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37407 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 37408 to libthread-provided value.
a4186cff
PT
37409 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37410 attribute_relro.
5d5722e8 37411
37233df9
TS
374122012-05-10 Thomas Schwinge <thomas@schwinge.name>
37413
be971a2b
TS
37414 [BZ #3748]
37415 * bits/libc-lock.h (__libc_once_get): New macro.
37416 * sysdeps/mach/bits/libc-lock.h: Likewise.
37417 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37418 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37419 instead of using implementation details.
37420
37233df9
TS
37421 * libio/fileops.c: Unconditionally include <kernel-features.h>.
37422 * libio/freopen.c: Likewise.
37423 * libio/freopen64.c: Likewise.
37424 * misc/syslog.c: Likewise.
37425 * nscd/connections.c: Likewise.
37426 * nscd/netgroupcache.c: Likewise.
37427 * sysdeps/posix/getcwd.c: Likewise.
37428
38de94a5
RM
374292012-05-10 Roland McGrath <roland@hack.frob.com>
37430
37431 * math/w_ilogbf.c: Add #include <limits.h>.
37432
67530489
ST
374332012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37434
a4186cff 37435 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
37436 path instead of returning without unlocking.
37437
67530489
ST
37438 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37439 immediate-write ioctls.
37440 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37441
5aa3a74a
TS
374422012-05-10 Thomas Schwinge <thomas@schwinge.name>
37443
18bad2ae
TS
37444 * sysdeps/mach/hurd/i386/init-first.c (init): Use
37445 __builtin_frame_address instead of making assumptions about the
37446 location of the return address relative to DATA. Force early load of
37447 the return address.
37448 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37449 __builtin_frame_address.
37450
5aa3a74a
TS
37451 dup3 for GNU Hurd.
37452 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37453 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
37454 implement dup3 and do some further code clean-ups.
37455 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37456 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37457
ecd0de9a
ST
374582012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37459
cd9fa985
ST
37460 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37461
a4186cff
PT
37462 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37463 HURD_CRITICAL_END around holding _hurd_dtable_lock.
37464 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37465 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37466 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37467 d->port.lock.
802ca5a5 37468
a4186cff
PT
37469 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37470 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
37471 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 37472
bcf55240
TS
374732012-05-10 Thomas Schwinge <thomas@schwinge.name>
37474
6960eb42
TS
37475 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37476 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37477 definitions.
37478
eb43375f
TS
37479 accept4 for GNU Hurd.
37480 * include/sys/socket.h (__libc_accept4): New prototype.
37481 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
37482 to implement __libc_accept4.
37483 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37484 __libc_accept4.
37485 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37486
bcf55240
TS
37487 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37488 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37489 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37490 signal-defines.sym.
37491
6178c55b
ST
374922012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37493
a4186cff 37494 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 37495
6f080c2f
TS
374962012-05-10 Thomas Schwinge <thomas@schwinge.name>
37497
37498 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37499 assertion on O_CLOEXEC flag.
37500 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37501 * hurd/intern-fd.c: Likewise.
37502 * hurd/port2fd.c: Likewise.
37503
bcfe3a54
ST
375042012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37505
37506 [BZ #3906]
37507 * bits/in.h (IPV6_PKTINFO): Define new macro.
37508 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37509
89c9aa49
AZ
375102012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37511
37512 [BZ #13954]
37513 [BZ #13955]
37514 [BZ #13956]
37515 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37516 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37517 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37518 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37519 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37520 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37521 * math/libm-test.inc (logb_test) : Additional logb tests.
37522
021db4be
AJ
375232012-05-09 Andreas Schwab <schwab@linux-m68k.org>
37524 Andreas Jaeger <aj@suse.de>
37525
37526 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37527 * configure: Regenerated.
37528 * config.h.in (LINK_OBSOLETE_RPC): New macro.
37529 * config.make.in (link-obsolete-rpc): New substituted variable.
37530 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37531 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37532 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37533 (shared-only-routines): Don't set it under [link-obsolete-rpc],
37534 so that libc.a contains the symbols.
37535 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37536 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37537 * sunrpc/auth_none.c: Likewise.
37538 * sunrpc/auth_unix.c: Likewise.
37539 * sunrpc/authdes_prot.c: Likewise.
37540 * sunrpc/authuxprot.c: Likewise.
37541 * sunrpc/clnt_gen.c: Likewise.
37542 * sunrpc/clnt_perr.c: Likewise.
37543 * sunrpc/clnt_raw.c: Likewise.
37544 * sunrpc/clnt_simp.c: Likewise.
37545 * sunrpc/clnt_tcp.c: Likewise.
37546 * sunrpc/clnt_udp.c: Likewise.
37547 * sunrpc/clnt_unix.c: Likewise.
37548 * sunrpc/des_crypt.c: Likewise.
37549 * sunrpc/des_soft.c: Likewise.
37550 * sunrpc/get_myaddr.c: Likewise.
37551 * sunrpc/key_call.c: Likewise.
37552 * sunrpc/key_prot.c: Likewise.
37553 * sunrpc/netname.c: Likewise.
37554 * sunrpc/pm_getmaps.c: Likewise.
37555 * sunrpc/pm_getport.c: Likewise.
37556 * sunrpc/pmap_clnt.c: Likewise.
37557 * sunrpc/pmap_prot.c: Likewise.
37558 * sunrpc/pmap_prot2.c: Likewise.
37559 * sunrpc/pmap_rmt.c: Likewise.
37560 * sunrpc/publickey.c: Likewise.
37561 * sunrpc/rpc_cmsg.c: Likewise.
37562 * sunrpc/rpc_common.c: Likewise.
37563 * sunrpc/rpc_dtable.c: Likewise.
37564 * sunrpc/rpc_prot.c: Likewise.
37565 * sunrpc/rpc_thread.c: Likewise.
37566 * sunrpc/rtime.c: Likewise.
37567 * sunrpc/svc.c: Likewise.
37568 * sunrpc/svc_auth.c: Likewise.
37569 * sunrpc/svc_raw.c: Likewise.
37570 * sunrpc/svc_run.c: Likewise.
37571 * sunrpc/svc_tcp.c: Likewise.
37572 * sunrpc/svc_udp.c: Likewise.
37573 * sunrpc/svc_unix.c: Likewise.
37574 * sunrpc/svcauth_des.c: Likewise.
37575 * sunrpc/xcrypt.c: Likewise.
37576 * sunrpc/xdr.c: Likewise.
37577 * sunrpc/xdr_array.c: Likewise.
37578 * sunrpc/xdr_float.c: Likewise.
37579 * sunrpc/xdr_intXX_t.c: Likewise.
37580 * sunrpc/xdr_mem.c: Likewise.
37581 * sunrpc/xdr_rec.c: Likewise.
37582 * sunrpc/xdr_ref.c: Likewise.
37583 * sunrpc/xdr_sizeof.c: Likewise.
37584 * sunrpc/xdr_stdio.c: Likewise.
37585
b5c086a2
RM
375862012-05-10 Roland McGrath <roland@hack.frob.com>
37587
37588 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
37589 change. Update copyright years.
37590
6d74dd09
JM
375912012-05-10 Joseph Myers <joseph@codesourcery.com>
37592
37593 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
37594
28e72501
MK
375952012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
37596 Joseph Myers <joseph@codesourcery.com>
37597 Paul Pluzhnikov <ppluzhnikov@google.com>
37598
37599 [BZ #14012]
37600 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
37601 requiring rpcgen.
37602 [cross-compiling] (extra-libs): Likewise.
37603 [cross-compiling] (extra-libs-others): Likewise.
37604 [cross-compiling] (librpcsvc-routines): Likewise.
37605 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
37606 [cross-compiling] (omit-deps): Likewise.
37607 (sunrpc-CPPFLAGS): New variable.
37608 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
37609 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
37610 (cross-rpcgen-objs): New variable.
37611 (extra-objs): Append $(cross-rpcgen-objs).
37612 ($(cross-rpcgen-objs)): New rule.
37613 ($(objpfx)cross-rpcgen): Likewise.
37614 (rpcgen-cmd): Define to use $(built-program-file). Expand
37615 comment.
37616 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
37617 ($(objpfx)x%.stmp): Likewise.
37618 * sunrpc/proto.h [IS_IN_build] (_): Define.
37619 [IS_IN_build] (_libc_intl_domainname): Likewise.
37620
c8c59454
L
376212012-05-10 H.J. Lu <hongjiu.lu@intel.com>
37622
37623 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
37624 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
37625 and R_X86_64_TPOFF64.
37626
6f27cd16
JM
376272012-05-10 Joseph Myers <joseph@codesourcery.com>
37628
37629 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
37630 sysdeps/unix/sysv/syscalls.list.
37631 (stime): Likewise.
37632 (utime): Likewise.
37633 * sysdeps/unix/sysv/syscalls.list: Remove file.
37634
02467e1c
PE
376352012-05-10 Paul Eggert <eggert@cs.ucla.edu>
37636
37637 [BZ #3440]
37638 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
37639 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
37640 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
37641 (__LC_IDENTIFICATION): Make these macros useful in #if
37642 expressions, as required by C99.
37643
da392631
AS
376442012-05-10 Andreas Schwab <schwab@linux-m68k.org>
37645
37646 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37647 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
37648 after this.
37649
8115f29b
L
376502012-05-09 H.J. Lu <hongjiu.lu@intel.com>
37651
37652 * stdlib/longlong.h: Updated from GCC.
37653
bdd74070
AJ
376542012-05-09 Andreas Jaeger <aj@suse.de>
37655
edfe0dbe
AJ
37656 * nscd/nscd.c (run_modes): Make named enum, reorder so that
37657 default is first entry.
37658 (run_mode): Set type.
37659 (main): Remove informal message about syslog.
37660 (options): Fix typo.
37661
bcfe3a54
ST
37662 [BZ #14053]
37663 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 37664 to asm.
bcfe3a54
ST
37665 (lrint): Likewise.
37666 (llrintf): Likewise.
37667 (llrint): Likewise.
37668 (rint): Likewise.
37669 (rintf): Likewise.
37670 (nearbyint): Likewise.
37671 (nearbyintf): Likewise.
bdd74070 37672
91d8d69e
AJ
376732012-05-09 Andreas Jaeger <aj@suse.de>
37674 Pedro Alves <palves@redhat.com>
37675
37676 * nscd/nscd.c (run_mode): Use enum.
37677 (main): Cleanup coding style issue.
37678
bb90b80b
AJ
376792012-05-09 Alexandre Oliva <aoliva@redhat.com>
37680 Andreas Jaeger <aj@suse.de>
37681
bcfe3a54
ST
37682 * nscd/nscd.c (go_background): Replaced with...
37683 (run_mode): ... this.
bb90b80b 37684 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
37685 (options): Add -F --foreground.
37686 (main): Implement it.
37687 (parse_opt): Parse it.
bb90b80b 37688
1a4b75a1
AJ
376892012-05-09 Andreas Jaeger <aj@suse.de>
37690
37691 [BZ #14083]
37692 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37693 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37694 -Wconversion warning.
37695 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37696 Likewise.
37697
b1cc2472
JM
376982012-05-09 Joseph Myers <joseph@codesourcery.com>
37699
37700 * conform/data/locale.h-data (NULL): Use macro-constant. Require
37701 == 0.
37702 (LC_ALL): Use macro-int-constant.
37703 (LC_COLLATE): Likewise.
37704 (LC_CTYPE): Likewise.
37705 (LC_MESSAGES): Likewise.
37706 (LC_MONETARY): Likewise.
37707 (LC_NUMERIC): Likewise.
37708 (LC_TIME): Likewise.
37709 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37710 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37711 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37712 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37713 Specify type.
37714 [C99-based standards] (float_t): Expect type.
37715 [C99-based standards] (double_t): Expect type.
37716 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
37717 type.
37718 [C99-based standards] (HUGE_VALL): Likewise.
37719 [C99-based standards] (INFINITY): Likewise.
37720 [C99-based standards] (NAN): Likewise.
37721 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37722 [C99-based standards] (FP_NAN): Likewise.
37723 [C99-based standards] (FP_NORMAL): Likewise.
37724 [C99-based standards] (FP_SUBNORMAL): Likewise.
37725 [C99-based standards] (FP_ZERO): Likewise.
37726 [C99-based standards] (FP_FAST_FMA): Use
37727 optional-macro-int-constant. Specify type. Require == 1.
37728 [C99-based standards] (FP_FAST_FMAF): Likewise.
37729 [C99-based standards] (FP_FAST_FMAL): Likewise.
37730 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37731 [C99-based standards] (FP_ILOGBNAN): Likewise.
37732 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37733 Specify type.
37734 [C99-based standards] (MATH_ERREXCEPT): Likewise.
37735 [C99-based standards] (math_errhandling): Specify type.
37736 [ISO99 || ISO11] (signgam): Do not allow.
37737 [non-C99-based standards] (copysignf): Do not allow.
37738 [non-C99-based standards] (exp2f): Likewise.
37739 [non-C99-based standards] (log2f): Likewise.
37740 [non-C99-based standards] (modff): Allow.
37741 [non-C99-based standards] (erff): Do not allow.
37742 [non-C99-based standards] (erfcf): Likewise.
37743 [non-C99-based standards] (gammaf): Likewise.
37744 [non-C99-based standards] (hypotf): Likewise.
37745 [non-C99-based standards] (j0f): Likewise.
37746 [non-C99-based standards] (j1f): Likewise.
37747 [non-C99-based standards] (jnf): Likewise.
37748 [non-C99-based standards] (lgammaf): Likewise.
37749 [non-C99-based standards] (tgammaf): Likewise.
37750 [non-C99-based standards] (y0f): Likewise.
37751 [non-C99-based standards] (y1f): Likewise.
37752 [non-C99-based standards] (ynf): Likewise.
37753 [non-C99-based standards] (isnanf): Likewise.
37754 [non-C99-based standards] (acoshf): Likewise.
37755 [non-C99-based standards] (asinhf): Likewise.
37756 [non-C99-based standards] (atanhf): Likewise.
37757 [non-C99-based standards] (cbrtf): Likewise.
37758 [non-C99-based standards] (expm1f): Likewise.
37759 [non-C99-based standards] (ilogbf): Likewise.
37760 [non-C99-based standards] (log1pf): Likewise.
37761 [non-C99-based standards] (logbf): Likewise.
37762 [non-C99-based standards] (nextafterf): Likewise.
37763 [non-C99-based standards] (remainderf): Likewise.
37764 [non-C99-based standards] (rintf): Likewise.
37765 [non-C99-based standards] (scalbf): Likewise.
37766 [non-C99-based standards] (copysignl): Likewise.
37767 [non-C99-based standards] (exp2l): Likewise.
37768 [non-C99-based standards] (log2l): Likewise.
37769 [non-C99-based standards] (modfl): Allow.
37770 [non-C99-based standards] (erfl): Do not allow.
37771 [non-C99-based standards] (erfcl): Likewise.
37772 [non-C99-based standards] (gammal): Likewise.
37773 [non-C99-based standards] (hypotl): Likewise.
37774 [non-C99-based standards] (j0l): Likewise.
37775 [non-C99-based standards] (j1l): Likewise.
37776 [non-C99-based standards] (jnl): Likewise.
37777 [non-C99-based standards] (lgammal): Likewise.
37778 [non-C99-based standards] (tgammal): Likewise.
37779 [non-C99-based standards] (y0l): Likewise.
37780 [non-C99-based standards] (y1l): Likewise.
37781 [non-C99-based standards] (ynl): Likewise.
37782 [non-C99-based standards] (isnanl): Likewise.
37783 [non-C99-based standards] (acoshl): Likewise.
37784 [non-C99-based standards] (asinhl): Likewise.
37785 [non-C99-based standards] (atanhl): Likewise.
37786 [non-C99-based standards] (cbrtl): Likewise.
37787 [non-C99-based standards] (expm1l): Likewise.
37788 [non-C99-based standards] (ilogbl): Likewise.
37789 [non-C99-based standards] (log1pl): Likewise.
37790 [non-C99-based standards] (logbl): Likewise.
37791 [non-C99-based standards] (nextafterl): Likewise.
37792 [non-C99-based standards] (remainderl): Likewise.
37793 [non-C99-based standards] (rintl): Likewise.
37794 [non-C99-based standards] (scalbl): Likewise.
37795 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37796 [non-C99-based standards] (FP_*): Do not allow.
37797 [C99-based standards] (FP_*): Change to
37798 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37799 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37800 allow.
37801 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37802 (SIG_ERR): Likewise.
37803 [X/Open-based standards] (SIG_HOLD): Likewise.
37804 (SIG_IGN): Likewise.
37805 (SIGABRT): Use macro-int-constant. Specify type. Require
37806 positive value.
37807 (SIGFPE): Likewise.
37808 (SIGILL): Likewise.
37809 (SIGINT): Likewise.
37810 (SIGSEGV): Likewise.
37811 (SIGTER): Likewise.
37812 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37813 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37814 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37815 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37816 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37817 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37818 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37819 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37820 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37821 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37822 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37823 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37824 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37825 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37826 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37827 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37828 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37829 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37830 [X/Open-based standards] (SIGTRAP): Likewise.
37831 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37832 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37833 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37834 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37835 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37836 allow.
37837
b9f1922d
IW
378382012-05-08 Ian Wienand <ianw@vmware.com>
37839
37840 [BZ #14080]
37841 * time/tzset.c (__tzset_parse_tz): Update default rules for
37842 daylight time changes in the Energy Policy Act of 2005.
37843
1db86e88
AJ
378442012-05-09 Andreas Jaeger <aj@suse.de>
37845
37846 [BZ #13983]
37847 * elf/ldconfig.c (parse_conf): Change string to make clear that
37848 ldconfig only issued a warning if ld.so.conf does not exist.
37849
dee4a4e3
DM
378502012-05-08 David S. Miller <davem@davemloft.net>
37851
ee0db190
DM
37852 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37853 movxtod instead of popping the value on the stack.
37854
dee4a4e3
DM
37855 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37856
6a43ec98
CD
378572012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
37858
37859 * config.h.in: Add HAVE_ARM_PCS_VFP.
37860
05c2c961
RMG
378612012-05-08 Roland Mc Grath <roland@hack.frob.com>
37862
bcfe3a54
ST
37863 [BZ #13979]
37864 * include/features.h: Warn if user requests __FORTIFY_SOURCE
37865 checking but the checks are disabled for any reason.
05c2c961 37866
4b30f61a
L
378672012-05-08 H.J. Lu <hongjiu.lu@intel.com>
37868
37869 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37870 and ELF64_R_TYPE with ELFW(R_TYPE).
37871
eee2bc67
JM
378722012-05-08 Joseph Myers <joseph@codesourcery.com>
37873
7ea5391a
JM
37874 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37875 (ulimit): Likewise.
37876
eee2bc67
JM
37877 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37878 (settimeofday): Likewise.
37879
abb66a67
MF
378802012-05-08 Mike Frysinger <vapier@gentoo.org>
37881
37882 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
37883 a struct th_u2 inside the union, and move tu_block/tu_code into
37884 a new th_u3 union of tu_block/tu_code inside of that. Move
37885 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
37886 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
37887 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37888 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37889 (th_stuff): Change to th_u1.tu_stuff.
37890 (th_data): Define.
37891 (th_msg): Change to th_u1.th_u2.tu_data.
37892
7f18b530
DM
378932012-05-07 David S. Miller <davem@davemloft.net>
37894
05760585
DM
37895 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37896
7f18b530
DM
37897 [BZ #14074]
37898 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37899 (SETUP_PIC_REG): Use it.
37900 (SETUP_PIC_REG_LEAF): Use it.
37901
495fd99f
JM
379022012-05-07 Joseph Myers <joseph@codesourcery.com>
37903
37904 [BZ #13885]
37905 [BZ #13923]
37906 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37907 USE_AS_EXPM1L.
37908 (EXPL_FINITE): Likewise.
37909 (FLDLOG): Likewise.
37910 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37911 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37912 e_expl.S.
37913 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37914 USE_AS_EXPM1L.
37915 (EXPL_FINITE): Likewise.
37916 (FLDLOG): Likewise.
37917 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37918 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37919 e_expl.S.
37920 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
37921 test of -max_value argument for long double.
37922 * sysdeps/i386/fpu/libm-test-ulps: Update.
37923 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37924
6693d694
DM
379252012-05-06 David S. Miller <davem@davemloft.net>
37926
37927 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37928 quad soft-float symbols whose references which are compiler
37929 generated.
37930 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37931
6c23e11c
JM
379322012-05-06 Joseph Myers <joseph@codesourcery.com>
37933
d8b82cad
JM
37934 [BZ #13884]
37935 [BZ #13914]
37936 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37937 USE_AS_EXP10L.
37938 (EXPL_FINITE): Likewise.
37939 (FLDLOG): Likewise.
37940 (c0): Likewise.
37941 (c1): Likewise.
37942 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
37943 Adjust comments for base varying.
37944 (__expl_finite): Change alias to EXPL_FINITE.
37945 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37946 e_expl.S.
37947 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37948 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37949 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37950 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37951 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37952 USE_AS_EXP10L.
37953 (EXPL_FINITE): Likewise.
37954 (FLDLOG): Likewise.
37955 (c0): Likewise.
37956 (c1): Likewise.
37957 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
37958 Adjust comments for base varying.
37959 (__expl_finite): Change alias to EXPL_FINITE.
37960 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
37961 tests for bugs.
37962 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37963
6c23e11c
JM
37964 [BZ #14064]
37965 * math/libm-test.inc (check_float_internal): Correct ulp
37966 calculation for subnormal expected results.
37967
29ba805c
AJ
379682012-05-06 Andreas Jaeger <aj@suse.de>
37969
37970 * Makeconfig (+math-flags): New, set to -frounding-math.
37971 (+cflags): Add +math-flags so that all of glibc gets compiled with
37972 it.
37973
37974 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37975
7b17aeda
JM
379762012-05-05 Joseph Myers <joseph@codesourcery.com>
37977
5779f134
JM
37978 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37979 Disable one test.
37980
41498f4d
JM
37981 [BZ #13787]
37982 [BZ #13922]
37983 [BZ #14036]
37984 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37985 (__ieee754_expl): Allow for and saturate large arguments.
37986 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37987 (u_threshold): Likewise.
37988 (__exp): Call __ieee754_exp before checking for overflow and
37989 underflow.
37990 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37991 (u_threshold): Likewise.
37992 (__expf): Call __ieee754_expf before checking for overflow and
37993 underflow.
37994 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37995 (u_threshold): Likewise.
37996 (__expl): Call __ieee754_expl before checking for overflow and
37997 underflow.
37998 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37999 (__ieee754_expl): Allow for and saturate large arguments.
38000 * math/libm-test.inc (exp_test): Add another test. Do not allow
38001 missing overflow exception on overflow.
38002 (expm1_test): Do not allow missing overflow exception on overflow.
38003
6698b8bf
JM
38004 * sysdeps/i386/fpu/e_expl.c: Move to ...
38005 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
38006 rather than using inline asm.
38007 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
38008 * sysdeps/x86_64/fpu/e_expl.S: Copy from
38009 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
38010
7b17aeda
JM
38011 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
38012 (nice): Likewise.
38013 (poll): Likewise.
38014 (signal): Likewise.
38015 (time): Likewise.
38016 (times): Likewise.
38017
f7c85819
JM
380182012-05-04 Joseph Myers <joseph@codesourcery.com>
38019
38020 * sysdeps/unix/syscalls.list (adjtime): Add entry from
38021 sysdeps/unix/common/syscalls.list.
38022 (fchmod): Likewise.
38023 (fchown): Likewise.
38024 (ftruncate): Likewise.
38025 (getrusage): Likewise.
38026 (gettimeofday): Likewise.
38027 (setpgid): Likewise.
38028 (setregid): Likewise.
38029 (setreuid): Likewise.
38030 (sigaction): Likewise.
38031 (truncate): Likewise.
38032 (vhangup): Likewise.
38033 * sysdeps/unix/common/syscalls.list: Remove file.
38034 * sysdeps/unix/bsd/Implies: Don't include unix/common.
38035 * sysdeps/unix/sysv/linux/Implies: Likewise.
38036
336270d0
L
380372012-05-04 H.J. Lu <hongjiu.lu@intel.com>
38038
38039 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
38040 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
38041 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
38042 Moved to ...
38043 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
38044 Here.
38045 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
38046 to ...
38047 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
38048 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
38049 to ...
38050 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
38051 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
38052 to ...
38053 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
38054 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
38055 to ...
38056 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
38057 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
38058 to ...
38059 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
38060 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
38061 to ...
38062 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
38063 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
38064 to ...
38065 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
38066 Here.
38067 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
38068 to ...
38069 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
38070 Here.
38071 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
38072 to ...
38073 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
38074 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
38075 Moved to ...
38076 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
38077 Here.
38078 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
38079 to ...
38080 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
38081
d128e450
JM
380822012-05-04 Joseph Myers <joseph@codesourcery.com>
38083
fa8ee516
JM
38084 * sysdeps/unix/common/bits/dirent.h: Remove file.
38085 * sysdeps/unix/common/bits/fcntl.h: Likewise.
38086
d128e450
JM
38087 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38088 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38089 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38090 * sysdeps/unix/bsd/isatty.c: Likewise.
38091 * sysdeps/unix/bsd/tcdrain.c: Likewise.
38092 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38093 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38094
ff8faaf0 380952012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 38096
62881be4 38097 [BZ #13563]
31dc8730
AZ
38098 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38099 long double comparison inaccuracies.
38100 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38101 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38102
6fef930c
AS
381032012-05-04 Andreas Schwab <schwab@linux-m68k.org>
38104
38105 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38106 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38107
8f203e6c
JM
381082012-05-04 Joseph Myers <joseph@codesourcery.com>
38109
38110 [BZ #14049]
38111 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38112 nonzero digits before rounding a hex value.
38113 * stdlib/tst-strtod.c (tests): Add another test.
38114
5197d9c2
AK
381152012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38116
38117 * sysdeps/s390/fpu/libm-test-ulps: Update.
38118
f0c1dedf
AJ
381192012-05-03 Andreas Jaeger <aj@suse.de>
38120
38121 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38122 does not get optimized out.
38123 (malloc_opt_barrier): New.
38124
a65ef2ae 381252012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 38126 Roland McGrath <roland@hack.frob.com>
a65ef2ae 38127
2b942cb7 38128 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 38129 intermediate file deletion.
2b942cb7 38130 (generated): Add .symlist files.
a65ef2ae 38131
54b71e02
JM
381322012-05-03 Joseph Myers <joseph@codesourcery.com>
38133
38134 [BZ #13775]
38135 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38136 Redirect under this condition.
38137 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38138 [__USE_GNU] (__dprintf_chk): Not under this condition.
38139 [__USE_GNU] (__vdprintf_chk): Likewise.
38140 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38141 under this condition.
38142 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38143 [__USE_XOPEN2K8] (dprintf): Define under this condition.
38144 [__USE_XOPEN2K8] (vdprintf): Likewise.
38145 [__USE_GNU] (__dprintf_chk): Not under this condition.
38146 [__USE_GNU] (__vdprintf_chk): Likewise.
38147 [__USE_GNU] (dprintf): Likewise.
38148 [__USE_GNU] (vdprintf): Likewise.
38149
d3dfcc41
RM
381502012-05-03 Roland McGrath <roland@hack.frob.com>
38151
38152 * elf/Makefile (common-generated): Set this instead of generated for
38153 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
38154 $(all-built-dso)-derived lists.
38155
7ac30cc5
AJ
381562012-05-03 Andreas Jaeger <aj@suse.de>
38157
0c51e550
AJ
38158 * sysdeps/i386/fpu/libm-test-ulps: Update.
38159
7ac30cc5
AJ
38160 * FAQ: Removed.
38161 * FAQ.in: Likewise.
38162 * scripts/gen-FAQ.pl: Likewise.
38163 * manual/install.texi (Installation): Point to online location of
38164 FAQ.
38165 * Makefile (files-for-dist): Remove FAQ.
38166 (FAQ): Remove.
38167
d4c2917f
AM
381682012-05-02 Allan McRae <allan@archlinux.org>
38169
38170 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38171 (LDFLAGS-reldepmod5.so): Likewise.
38172 (LDFLAGS-reldep6mod1.so): Likewise.
38173 (LDFLAGS-reldep6mod4.so): Likewise.
38174 (LDFLAGS-reldep8mod3.so): Likewise.
38175 (LDFLAGS-unload4mod1.so): Likewise.
38176 (LDFLAGS-unload4mod2.so): Likewise.
38177 (LDFLAGS-tst-initorder): Likewise.
38178 (LDFLAGS-tst-initordera2.so): Likewise.
38179 (LDFLAGS-tst-initordera3.so): Likewise.
38180 (LDFLAGS-tst-initordera4.so): Likewise.
38181 (LDFLAGS-tst-initorderb2.so): Likewise.
38182 (LDFLAGS-noload): Likewise.
38183 (LDFLAGS-next): Likewise.
38184 (LDFLAGS-order2mod1.so): Likewise.
38185 (LDFLAGS-order2mod2.so): Likewise.
38186 (LDFLAGS-tst-initorder2): Likewise.
38187 (LDFLAGS-tst-initorder2a.so): Likewise.
38188 (LDFLAGS-tst-initorder2b.so): Likewise.
38189 (LDFLAGS-tst-initorder2c.so): Likewise.
38190 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38191
d77f993f
DM
381922012-05-02 David S. Miller <davem@davemloft.net>
38193
38194 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38195
171a70b4
PP
381962012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
38197
38198 [BZ #14055]
38199 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38200
0be196ad
AJ
382012012-05-02 Andreas Jaeger <aj@suse.de>
38202
38203 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38204 since we manipulate rounding mode.
38205 (CPPFLAGS-test-idouble.c): Likewise.
38206 (CPPFLAGS-test-ifloat.c): Likewise.
38207 (CFLAGS-test-ldouble.c): Likewise.
38208 (CFLAGS-test-double.c): Likewise.
38209 (CFLAGS-test-float.c): Likewise.
38210 (CFLAGS-test-misc.c): Likewise.
38211 (CFLAGS-test-test-fenv.c): Likewise.
38212
4f9d04aa
AZ
382132012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38214
2b942cb7
RM
38215 [BZ #2550]
38216 [BZ #2570]
38217 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38218 comparisons to determine direction to adjust input.
4f9d04aa 38219
82a79e7d
RM
382202012-05-01 Roland McGrath <roland@hack.frob.com>
38221
f5a01ca9
RM
38222 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38223 output to the target.
38224
90fe4186
RM
38225 * scripts/localplt.awk: New file.
38226 * elf/Makefile ($(objpfx)check-localplt): Target removed.
38227 (check-localplt-CFLAGS): Variable removed.
38228 ($(all-built-dso:=.jmprel)): New static pattern rule.
38229 (generated): Add those targets.
38230 (localplt-built-dso): New variable.
38231 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38232
38233 * elf/check-localplt.c: File removed.
38234
82397ed6
RM
38235 * scripts/check-execstack.awk: New file.
38236 * elf/Makefile ($(objpfx)check-execstack): Target removed.
38237 (check-execstack-CFLAGS): Variable removed.
38238 ($(objpfx)check-execstack.h): Target removed.
38239 ($(objpfx)execstack-default): New target.
38240 (generated): Add that instead of check-execstack.h.
38241 ($(all-built-dso:=.phdr)): New static pattern rule.
38242 (generated): Add those targets.
38243 * elf/check-execstack.c: File removed.
38244
82a79e7d
RM
38245 * scripts/check-textrel.awk: New file.
38246 * elf/Makefile ($(objpfx)check-textrel): Target removed.
38247 (check-textrel-CFLAGS): Variable removed.
38248 (all-built-dso): Use := to define.o
38249 ($(all-built-dso:=.dyn)): New static pattern rule.
38250 (generated): Add those targets.
38251 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38252 * config.make.in (READELF): New substituted variable.
38253 * elf/check-textrel.c: File removed.
38254
62fde54f 382552012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 38256
615605c9
JM
38257 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38258 allow.
38259 * conform/data/ctype.h-data [C99-based standards] (isblank):
38260 Expect function.
38261 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38262 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38263 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38264 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38265 Specify type. Require positive value.
38266 (EILSEQ): Likewise.
38267 (ERANGE): Likewise.
38268 [ISO || POSIX] (EILSEQ): Do not expect.
38269 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38270 Specify type. Require positive value.
38271 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38272 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38273 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38274 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38275 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38276 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38277 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38278 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38279 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38280 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38281 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38282 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38283 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38284 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38285 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38286 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38287 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38288 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38289 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38290 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38291 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38292 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38293 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38294 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38295 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38296 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38297 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38298 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38299 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38300 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38301 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38302 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38303 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38304 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38305 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38306 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38307 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38308 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38309 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38310 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38311 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38312 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38313 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38314 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38315 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38316 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38317 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38318 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38319 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38320 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38321 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38322 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38323 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38324 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38325 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38326 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38327 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38328 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38329 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38330 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38331 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38332 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38333 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38334 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38335 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38336 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38337 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38338 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38339 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38340 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38341 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38342 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38343 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38344 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38345 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38346 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38347 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38348 Require >= 2.
38349 (FLT_ROUNDS): Expect as macro, not constant.
38350 (FLT_MANT_DIG): Use macro-int-constant.
38351 (DBL_MANT_DIG): Likewise.
38352 (LDBL_MANT_DIG): Likewise.
38353 (FLT_DIG): Likewise.
38354 (DBL_DIG): Likewise.
38355 (LDBL_DIG): Likewise.
38356 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
38357 (DBL_MIN_EXP): Likewise.
38358 (LDBL_MIN_EXP): Likewise.
38359 (FLT_MAX_EXP): Use macro-int-constant.
38360 (DBL_MAX_EXP): Likewise.
38361 (LDBL_MAX_EXP): Likewise.
38362 (FLT_MAX_10_EXP): Likewise.
38363 (DBL_MAX_10_EXP): Likewise.
38364 (LDBL_MAX_10_EXP): Likewise.
38365 (FLT_MAX): Use macro-constant.
38366 (DBL_MAX): Likewise.
38367 (LDBL_MAX): Likewise.
38368 (FLT_EPSILON): Use macro-constant. Give upper bound.
38369 (DBL_EPSILON): Likewise.
38370 (LDBL_EPSILON): Likewise.
38371 (FLT_MIN): Likewise.
38372 (DBL_MIN): Likewise.
38373 (LDBL_MIN): Likewise.
38374 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38375 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38376 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38377 [ISO11] (FLT_HAS_SUBNORM): Likewise.
38378 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38379 [ISO11] (DBL_DECIMAL_DIG): Likewise.
38380 [ISO11] (FLT_DECIMAL_DIG): Likewise.
38381 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38382 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38383 [ISO11] (FLT_TRUE_MIN): Likewise.
38384 [ISO11] (LDBL_TRUE_MIN): Likewise.
38385 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38386 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38387 (SCHAR_MIN): Use macro-int-constant. Specify type.
38388 (SCHAR_MAX): Likewise.
38389 (UCHAR_MAX): Likewise.
38390 (CHAR_MIN): Likewise.
38391 (CHAR_MAX): Likewise.
38392 (MB_LEN_MAX): Use macro-int-constant.
38393 (SHRT_MIN): Use macro-int-constant. Specify type.
38394 (SHRT_MAX): Likewise.
38395 (USHRT_MAX): Likewise.
38396 (INT_MAX): Likewise.
38397 (INT_MIN): Use macro-int-constant. Specify type. Make upper
38398 bound negative.
38399 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
38400 bound with "U".
38401 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
38402 bound with "L".
38403 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
38404 bound negative. Suffix upper bound with "L".
38405 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
38406 bound with "UL".
38407 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38408 Specify type.
38409 [C99-based standards] (LLONG_MAX): Likewise.
38410 [C99-based standards] (ULLONG_MAX): Likewise.
38411 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
38412 == 0.
38413 [ISO11] (max_align_t): Require type.
38414 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38415
c9140a62
JM
38416 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38417 from $CFLAGS, without defining away __attribute__ calls.
38418 (checknamespace): Use $CFLAGS_namespace.
38419
9af0bf29
JM
38420 * conform/conformtest.pl (@keywords): Only include C99 keywords
38421 for standards based on C99 or C11.
38422
343222a2
JM
38423 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38424 Disable tests.
38425 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38426 UNIX98]: Likewise.
38427
661f8cf0
JM
38428 * conform/conformtest.pl: Handle "macro-int-constant" and test for
38429 usability of symbols in #if.
38430
ee74b9cb
JM
38431 * conform/conformtest.pl: If macro or constant types start
38432 "promoted:", expect the symbol to be of the following type
38433 promoted by the integer promotions.
62fde54f 38434
aafc49b3
JM
38435 * conform/conformtest.pl: Parse all "constant" and "macro" lines
38436 in one place. Also handle "macro-constant".
38437
fefdf574
JM
38438 * conform/conformtest.pl: Only accept expected macro values with
38439 "==". Parse all "macro" lines in one place.
38440 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38441
f2d922fe
JM
38442 * conform/conformtest.pl: Handle braced types on "constant" lines
38443 instead of handling "typed-constant".
38444 * conform/data/signal.h-data: Use "constant" instead of
38445 "typed-constant".
38446
d22956c9
JM
38447 * conform/conformtest.pl: Handle "optional-" at start of lines in
38448 one place rather than duplicating several cases. Handle each
38449 format of "macro" line with initial "optional-".
38450
028e2e38
JM
38451 * conform/conformtest.pl: Only accept expected constant or
38452 optional-constant values with "==". Parse all "constant" lines in
38453 one place. Parse all "optional-constant" lines in one place.
38454 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38455 * conform/data/fmtmsg.h-data: Likewise.
38456 * conform/data/netinet/in.h-data: Likewise.
38457 * conform/data/tar.h-data: Likewise.
38458 * conform/data/limits.h-data: Use "==" form on "constant" and
38459 "optional-constant" lines.
38460
1b8f2850
JM
38461 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38462 Use -std=c99 for XOPEN2K.
38463 (@knownproblems): Remove.
38464 (newtoken): Don't check %isknown.
38465
a05a144b
JM
38466 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38467 Do not expect macro.
38468 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38469 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38470 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38471 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38472 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38473 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38474 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38475 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38476 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38477 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38478 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38479 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38480 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38481 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38482 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38483 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38484 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38485 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38486 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38487 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38488 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38489 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38490 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38491 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38492 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38493 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38494 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38495 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38496 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38497 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38498 [XPG3] (acosh): Likewise.
38499 [XPG3] (asinh): Likewise.
38500 [XPG3] (atanh): Likewise.
38501 [XPG3] (cbrt): Likewise.
38502 [XPG3] (expm1): Likewise.
38503 [XPG3] (ilogb): Likewise.
38504 [XPG3] (log1p): Likewise.
38505 [XPG3] (logb): Likewise.
38506 [XPG3] (nextafter): Likewise.
38507 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38508 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38509 [XPG3] (remainder): Likewise.
38510 [XPG3] (rint): Likewise.
38511 [XPG3 || XPG4 || UNIX98] (round): Likewise.
38512 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38513 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38514 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38515 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38516 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38517 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38518 [UNIX98 || XOPEN2K] (scalb): Expect.
38519 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38520 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38521 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38522 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38523 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38524 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38525 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38526 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38527 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38528 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38529 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38530 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38531 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38532 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38533 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38534 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38535 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38536 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38537 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38538 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38539 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38540 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38541 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38542 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38543 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38544 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38545 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38546 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38547 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38548 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38549 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38550 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38551 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38552 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38553 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38554 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38555 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38556 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38557 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38558 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38559 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38560 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38561 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38562 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38563 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38564 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38565 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38566 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38567 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38568 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38569 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38570 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38571 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38572 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38573 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38574 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38575 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
38576 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
38577 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38578 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38579 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38580 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38581 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38582 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38583 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38584 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38585 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38586 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
38587 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
38588 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
38589 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
38590 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
38591 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
38592 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
38593 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
38594 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
38595 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
38596 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
38597 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
38598 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
38599 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
38600 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
38601 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
38602 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
38603 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
38604 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
38605 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
38606 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
38607 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
38608 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
38609 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
38610 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
38611 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
38612 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
38613 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
38614 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
38615 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
38616 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
38617 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
38618 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
38619 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
38620 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
38621 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
38622 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
38623 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
38624 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
38625 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
38626 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
38627 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
38628 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
38629 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
38630 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
38631 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
38632 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
38633 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
38634 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
38635 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
38636 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
38637 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
38638 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
38639 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
38640 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
38641 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
38642 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
38643 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
38644 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
38645 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
38646 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38647 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38648 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38649 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38650 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38651 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38652 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38653 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38654 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38655 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38656
73c5ebe3
JM
38657 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38658 _XOPEN_SOURCE_EXTENDED for XPG4.
38659
39c33b6c
JM
38660 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38661
62fde54f
JM
38662 * Makeconfig (localtime): Remove variable.
38663 (inst_localtime-file): Likewise.
38664
0741d64c
AS
386652012-05-01 Andreas Schwab <schwab@linux-m68k.org>
38666
38667 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38668 Update.
38669 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38670 Update.
38671 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38672 Update.
38673 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38674 Update.
38675 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38676 Update.
38677 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38678 Update.
38679 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38680 Update.
38681 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38682 Update.
38683 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38684 Update.
38685
7cb029ee
JM
386862012-05-01 Joseph Myers <joseph@codesourcery.com>
38687
38688 [BZ #2550]
38689 [BZ #2570]
38690 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38691 comparisons to determine direction to adjust input.
38692 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38693 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38694 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38695 Likewise.
38696 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38697 Likewise.
38698 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38699 Likewise.
38700 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38701 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38702 Likewise.
38703 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38704 Likewise.
38705 * math/libm-test.inc (nexttoward_test): Add more tests.
38706
412bd966
AS
387072012-05-01 Andreas Schwab <schwab@linux-m68k.org>
38708
38709 [BZ #14040]
38710 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38711 in version GLIBC_2.1, not GLIBC_2.0.
38712 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38713 Likewise.
38714
9568c0c2
JM
387152012-04-30 Joseph Myers <joseph@codesourcery.com>
38716
adfbc8ac
JM
38717 [BZ #13942]
38718 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38719 (1 - x) * (1 + x).
38720 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38721 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38722 * math/libm-test.inc (acos_test): Add more tests.
38723 (asin_test): Likewise.
38724 * sysdeps/i386/fpu/libm-test-ulps: Update.
38725 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38726
5ba3cc69
JM
38727 [BZ #14034]
38728 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38729 of square root.
38730 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38731 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38732 * math/libm-test.inc (acos_test_tonearest): New function.
38733 (acos_test_towardzero): Likewise.
38734 (acos_test_downward): Likewise.
38735 (acos_test_upward): Likewise.
38736 (asin_test_tonearest): Likewise.
38737 (asin_test_towardzero): Likewise.
38738 (asin_test_downward): Likewise.
38739 (asin_test_upward): Likewise.
38740 (main): Call the new functions.
38741 * sysdeps/i386/fpu/libm-test-ulps: Update.
38742 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38743
9568c0c2
JM
38744 [BZ #13884]
38745 [BZ #13924]
38746 * math/e_exp10.c: Include <float.h>.
38747 (__ieee754_exp10): Handle underflow here rather than multiplying
38748 large negative argument by M_LN10.
38749 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38750 of __ieee754_expf.
38751 * math/e_exp10l.c: Include <float.h>.
38752 (__ieee754_exp10l): Handle underflow here rather than multiplying
38753 large negative argument by M_LN10l.
38754 * math/libm-test.inc (exp10_test): Add another test. Do not allow
38755 spurious overflow exception on underflow.
38756
5ac3ea17
MP
387572012-04-29 Marek Polacek <polacek@redhat.com>
38758
38759 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38760 (__fortify_function): New macro.
38761 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38762 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38763 __extern_always_inline.
38764 * libio/bits/stdio2.h: Likewise.
38765 * libio/bits/stdio.h: Likewise.
38766 * string/string.h: Likewise.
38767 * string/bits/string3.h: Likewise.
38768 * include/stdio.h: Likewise.
38769 * stdlib/bits/stdlib.h: Likewise.
38770 * stdlib/stdlib.h: Likewise.
38771 * rt/bits/mqueue2.h: Likewise.
38772 * rt/mqueue.h: Likewise.
38773 * posix/bits/unistd.h: Likewise.
38774 * posix/unistd.h: Likewise.
38775 * io/bits/poll2.h: Likewise.
38776 * io/bits/fcntl2.h: Likewise.
38777 * io/fcntl.h: Likewise.
38778 * io/sys/poll.h: Likewise.
38779 * misc/bits/syslog.h: Likewise.
38780 * misc/bits/syslog-ldbl.h: Likewise.
38781 * misc/sys/syslog.h: Likewise.
38782 * socket/bits/socket2.h: Likewise.
38783 * socket/sys/socket.h: Likewise.
38784 * debug/tst-chk1.c: Likewise.
38785 * wcsmbs/bits/wchar2.h: Likewise.
38786 * wcsmbs/bits/wchar-ldbl.h: Likewise.
38787 * wcsmbs/wchar.h: Likewise.
38788
ecf0ebfb
AJ
387892012-04-29 Andreas Jaeger <aj@suse.de>
38790
38791 * Makerules (tests): Remove enable-check-abi protection.
38792 (check-abi-warn): Remove.
38793 (check-abi-%): Remove check-abi-warn usage.
38794
38795 * configure.in: Remove check-abi configure option.
38796 * configure: Regenerated.
38797 * config.make.in (enable-check-abi): Remove.
38798
6d5c57fa
AS
387992012-04-28 Andreas Schwab <schwab@linux-m68k.org>
38800
24c5d07e 38801 [BZ #14033]
ded5180a
AS
38802 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38803 double functions to double *_finite functions.
38804
7e0d315d
AS
38805 [BZ #13941]
38806 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38807 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38808 LDBL_MIN_EXP.
38809 * stdio-common/Makefile (tests): Add tst-sprintf3.
38810 * stdio-common/tst-sprintf3.c: New file.
38811
6d5c57fa
AS
38812 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38813 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38814
0749ff8b
JM
388152012-04-28 Joseph Myers <joseph@codesourcery.com>
38816
38817 * conform/conformtest.pl: Remove duplicate typed-constant
38818 handling.
38819
8dbd5d7b
DM
388202012-04-28 David S. Miller <davem@davemloft.net>
38821
38822 * Makerules (%.abilist): Add vpath on sysdep_dirs.
38823 (check-abi-%): Remove AWK script prerequisite and explicit
38824 abilist directory.
38825 (check-abi): Rewrite to just diff the symlist with the abilist.
38826 (config-tls, config-abi-config): Delete, no longer used.
38827 (update-abi-%): Remove AWK script and explicit abilist directory.
38828 (update-abi): Rewrite to simply compare and conditionally copy the
38829 symlist and the sysdep abilist file. Remove update-abi-config
38830 checks.
38831 * abilist/ld.abilist: Remove.
38832 * abilist/libBrokenLocale.abilist: Remove.
38833 * abilist/libanl.abilist: Remove.
38834 * abilist/libcrypt.abilist: Remove.
38835 * abilist/libdl.abilist: Remove.
38836 * abilist/librt.abilist: Remove.
38837 * abilist/libthread_db.abilist: Remove.
38838 * abilist/libutil.abilist: Remove.
38839 * scripts/extract-abilist.awk: Remove.
38840 * scripts/merge-abilist.awk: Remove.
38841 * sysdeps/generic/libcidn.abilist: New file.
38842 * sysdeps/generic/libnss_compat.abilist: New file.
38843 * sysdeps/generic/libnss_db.abilist: New file.
38844 * sysdeps/generic/libnss_dns.abilist: New file.
38845 * sysdeps/generic/libnss_files.abilist: New file.
38846 * sysdeps/generic/libnss_hesiod.abilist: New file.
38847 * sysdeps/generic/libnss_nis.abilist: New file.
38848 * sysdeps/generic/libnss_nisplus.abilist: New file.
38849 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38850 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38851 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38852 file.
38853 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38854 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38855 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38856 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38857 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38858 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38859 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38860 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38861 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38862 file.
38863 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38864 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38865 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38866 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38867 file.
38868 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38869 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38870 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38871 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38872 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38873 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38874 file.
38875 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38876 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38877 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38878 file.
38879 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38880 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38881 New file.
38882 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38883 New file.
38884 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38885 New file.
38886 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38887 New file.
38888 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38889 New file.
38890 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38891 New file.
38892 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38893 New file.
38894 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38895 New file.
38896 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38897 New file.
38898 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38899 New file.
38900 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38901 New file.
38902 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38903 New file.
38904 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38905 New file.
38906 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38907 file.
38908 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38909 New file.
38910 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38911 New file.
38912 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38913 file.
38914 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38915 New file.
38916 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38917 New file.
38918 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38919 file.
38920 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38921 New file.
38922 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38923 New file.
38924 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38925 New file.
38926 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38927 New file.
38928 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38929 New file.
38930 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38931 New file.
38932 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38933 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38934 file.
38935 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38936 New file.
38937 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38938 file.
38939 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38940 file.
38941 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38942 file.
38943 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38944 file.
38945 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38946 file.
38947 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38948 New file.
38949 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38950 file.
38951 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38952 file.
38953 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38954 New file.
38955 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38956 file.
38957 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38958 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38959 file.
38960 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38961 New file.
38962 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38963 file.
38964 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38965 file.
38966 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38967 file.
38968 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38969 file.
38970 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38971 file.
38972 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38973 New file.
38974 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38975 file.
38976 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38977 file.
38978 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38979 New file.
38980 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38981 file.
38982 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38983 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38984 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38985 file.
38986 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38987 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38988 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38989 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38990 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38991 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38992 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38993 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38994 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38995 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38996 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38997 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38998 file.
38999 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
39000 New file.
39001 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
39002 file.
39003 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
39004 file.
39005 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
39006 file.
39007 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
39008 file.
39009 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
39010 file.
39011 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
39012 New file.
39013 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
39014 New file.
39015 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
39016 file.
39017 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
39018 New file.
39019 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
39020 file.
39021 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
39022 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
39023 file.
39024 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
39025 New file.
39026 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
39027 file.
39028 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
39029 file.
39030 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
39031 file.
39032 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
39033 file.
39034 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
39035 file.
39036 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
39037 New file.
39038 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
39039 New file.
39040 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
39041 file.
39042 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
39043 New file.
39044 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
39045 file.
39046
41d73a1b
JM
390472012-04-28 Joseph Myers <joseph@codesourcery.com>
39048
39049 * conform/conformtest.pl: Fix typo in handling typed-constant from
39050 allow-header.
39051
28aeeda4
JM
390522012-04-27 Joseph Myers <joseph@codesourcery.com>
39053
adae8f5e
JM
39054 * README: Cut down references to pre-2.6 Linux kernels and
39055 Linuxthreads. Update lists of configurations in libc and ports
39056 and sort alphabetically. Say "or newer" with Linux kernel version
39057 requirements.
39058
28aeeda4
JM
39059 * config.h.in [IS_IN_build]: Allow compiling without optimization.
39060
a462cb63
RA
390612012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
39062
39063 [BZ #887]
39064 * math/libm-test.inc (logb_test_downward): New test to expose
39065 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
39066 rounding mode.
39067
6ad3493e
JM
390682012-04-27 Joseph Myers <joseph@codesourcery.com>
39069
39070 [BZ #14027]
39071 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
39072 to be done.
39073 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
39074 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
39075
2ce4f015
JM
390762012-04-26 Joseph Myers <joseph@codesourcery.com>
39077
5aeb141a
JM
39078 * sysdeps/unix/i386/brk.S: Remove file.
39079 * sysdeps/unix/i386/dl-brk.S: Likewise.
39080 * sysdeps/unix/i386/pipe.S: Likewise.
39081 * sysdeps/unix/i386/sigreturn.S: Likewise.
39082 * sysdeps/unix/i386/syscall.S: Likewise.
39083 * sysdeps/unix/i386/vfork.S: Likewise.
39084 * sysdeps/unix/i386/wait.S: Likewise.
39085
7143acae
JM
39086 * sysdeps/unix/common/tcsendbrk.c: Move to ...
39087 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39088
2ce4f015
JM
39089 * configure.in (arm*-none*): Do not allow without
39090 --enable-hacker-mode.
39091 (netbsd*): Remove case setting base_os.
39092 (386bsd*): Likewise.
39093 (freebsd*): Likewise.
39094 (bsdi*): Likewise.
39095 (osf*): Likewise.
39096 (sunos*): Likewise.
39097 (ultrix*): Likewise.
39098 (newsos*): Likewise.
39099 (dynix*): Likewise.
39100 (*bsd*): Likewise.
39101 (sysv*): Likewise.
39102 (isc*): Likewise.
39103 (esix*): Likewise.
39104 (sco*): Likewise.
39105 (minix*): Likewise.
39106 (irix4*): Likewise.
39107 (irix6*): Likewise.
39108 (solaris[2-9]*): Likewise.
39109 (none): Likewise.
39110 * configure: Regenerated.
39111
0ac229c8
AZ
391122012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39113
39114 [BZ #11521]
39115 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39116 overflow or cancellation in calculating denominator.
39117 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39118 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39119 down expression to avoid unexpected rounding in newer GCCs.
39120 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39121
33f244f4
DM
391222012-04-26 David S. Miller <davem@davemloft.net>
39123
39124 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39125 long-double compat symbols.
39126 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39127 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39128 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39129 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39130 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39131 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39132 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39133 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39134 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39135 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39136 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39137 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39138 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39139
cfa1f3e8
DM
391402012-04-25 David S. Miller <davem@davemloft.net>
39141
39142 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39143 HWCAP_* values only after the memory barriers have been defined.
39144 (atomic_full_barrier): Define.
39145 (atomic_read_barrier): Define.
39146 (atomic_write_barrier): Define.
39147
6e236b92
SP
391482012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
39149
39150 * shlib-versions: Add libgcc_s version information.
39151 * sysdeps/generic/libgcc_s.h: Remove.
39152 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39153 libgcc_s.h.
39154 * sysdeps/gnu/unwind-resume.c: Likewise.
39155 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39156
aab39a09
DM
391572012-04-25 David S. Miller <davem@davemloft.net>
39158
39159 * sysdeps/unix/sparc/brk.S: Delete.
39160 * sysdeps/unix/sparc/dl-brk.S: Delete.
39161 * sysdeps/unix/sparc/pipe.S: Delete.
39162 * sysdeps/unix/sparc/sysdep.S: Delete.
39163 * sysdeps/unix/sparc/sysdep.h: Delete.
39164 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
39165 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39166 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39167 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39168 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
39169 (JUMPTARGET): Remove.
39170 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39171 sysdeps/unix/sparc/sysdep.h
39172 (ENTRY, END): Remove.
39173 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39174
a3cc4f48
JM
391752012-04-25 Joseph Myers <joseph@codesourcery.com>
39176
2ed8cda2
JM
39177 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39178 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39179 -DIS_IN_build.
39180
35d76d59
JM
39181 * timezone/README: Update upstream location and email address for
39182 tzcode and tzdata.
39183 * timezone/zdump.c: Update from tzcode 2012b.
39184 * timezone/zic.c: Likewise.
39185
a3cc4f48
JM
39186 * configure.in (libc_cv_as_needed): Remove test.
39187 * configure: Regenerated.
39188 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39189 conditional definition.
39190 [$(have-as-needed) != yes] (no-as-needed): Likewise.
39191 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39192 * config.make.in (have-as-needed): Remove variable.
39193
ceab42c3
SP
391942012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
39195 Paul Pluzhnikov <ppluzhnikov@google.com>
39196
39197 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39198 strings correctly.
39199
3ce2865f
CLT
392002012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
39201
39202 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39203 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39204 * sysdeps/sh/strlen.S: Likewise.
39205
f37e0d68
JM
392062012-04-24 Joseph Myers <joseph@codesourcery.com>
39207
ae186e9a
JM
39208 * sysdeps/unix/fork.S: Remove file.
39209 * sysdeps/unix/i386/fork.S: Likewise.
39210 * sysdeps/unix/sparc/fork.S: Likewise.
39211
b96914af
JM
39212 * sysdeps/unix/system.c: Remove file.
39213 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39214
f37e0d68
JM
39215 * sysdeps/unix/getegid.S: Remove file.
39216 * sysdeps/unix/geteuid.S: Likewise.
39217
87ef29ca
RM
392182012-04-24 Roland McGrath <roland@hack.frob.com>
39219
83bcd236
RM
39220 * scripts/check-localplt.awk: New file.
39221 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39222 of diff.
39223 * scripts/data/localplt-generic.data: Add a comment.
39224
87ef29ca
RM
39225 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39226 NODE when __dir_mkfile failed.
39227 * sysdeps/mach/hurd/symlinkat.c: Likewise.
39228 Reported by Ludovic Courtès <ludo@gnu.org>.
39229
e5a6e567
AJ
392302012-04-24 Andreas Jaeger <aj@suse.de>
39231
39232 * Makerules (common-clean): Also remove gen-as-const-headers
39233 files.
39234
c1820385
JM
392352012-04-24 Joseph Myers <joseph@codesourcery.com>
39236
39237 * Makerules (native-compile): Do not change working directory for
39238 build. Use $(OUTPUT_OPTION) in command.
39239 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39240
94e02fc4
AZ
392412012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39242
39243 [BZ #13886]
39244 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39245 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39246 * math/libm-test.inc (floor_test): Add more tests.
39247 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39248
3a533ca3
JM
392492012-04-24 Joseph Myers <joseph@codesourcery.com>
39250
940ab4b3
JM
39251 * sysdeps/unix/getdents.c: Remove file.
39252 * sysdeps/unix/sysv/getdents.c: Likewise.
39253 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39254
90e037bd
JM
39255 * sysdeps/unix/syscalls.list (madvise): Add syscall from
39256 sysdeps/unix/mman/syscalls.list.
39257 (mmap): Likewise.
39258 (mprotect): Likewise.
39259 (msync): Likewise.
39260 (munmap): Likewise.
39261 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39262 * sysdeps/unix/mman/syscalls.list: Remove.
39263 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39264
3a533ca3
JM
39265 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39266 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39267 * configure: Regenerated.
39268 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39269 $(libgcc_s_suffix).
39270 * config.make.in (libgcc_s_suffix): Remove variable.
39271
1ad743de
JM
392722012-04-23 Joseph Myers <joseph@codesourcery.com>
39273
4ad451e2
JM
39274 * sysdeps/unix/sysv/gethostname.c: Move to ...
39275 * sysdeps/posix/gethostname.c: ... here.
39276
5e37ce39
JM
39277 * sysdeps/unix/execve.S: Remove file.
39278
1ad743de
JM
39279 * sysdeps/unix/_exit.S: Remove file.
39280
4e681b5b
AJ
392812012-04-23 Andreas Jaeger <aj@suse.de>
39282
39283 [BZ #13739]
39284 * manual/Makefile: Remove make dist support, there's no
39285 need for a stand-alone documentation tar ball.
39286 (TEXI2DVI): Define always, it's not in Makeconfig.
39287 (dist): Removed.
39288 (tar-it): Removed.
39289 (edition): Removed.
39290 (glibc-doc-$(edition).tar): Removed
39291 (%.Z): Removed.
39292 (%.gz): Removed.
39293 (%.uu): Removed.
39294 (ETAGS): Remove, it's in Makeconfig.
39295 (move-if-change): Remove, it's in Makeconfig.
39296
38686a03 392972012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
39298
39299 [BZ #13970]
39300 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39301 (strtod, strtof, strtold, strtol, strtoul, strtoq)
39302 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39303 (strtod_l, strtof_l, strtold_l): Remove __wur.
39304 It is not necessarily an error to ignore strtol's return value.
39305 One can reliably look at the stored endptr to decide whether
39306 the number had valid syntax.
39307
7c0616fa
AJ
393082012-04-21 Andreas Jaeger <aj@suse.de>
39309
803cb6b7 39310 [BZ #13739]
7c0616fa
AJ
39311 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39312
b0fe253f
JM
393132012-04-21 Joseph Myers <joseph@codesourcery.com>
39314
39315 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39316 * sysdeps/unix/sysv/Versions: Remove file.
39317
8280f22d
MT
393182012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
39319
39320 [BZ #13927]
39321 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39322
75ce411f 393232012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
39324
39325 [BZ #7064]
39326 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39327 version from __vm86.
39328
097d59fa
JM
393292012-04-20 Joseph Myers <joseph@codesourcery.com>
39330
a90f3bcb
JM
39331 * sysdeps/unix/common/lxstat.c: Remove file.
39332 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39333
edc7ea78
JM
39334 * sysdeps/unix/sysv/Makefile: Remove file.
39335
cb78c221
JM
39336 * sysdeps/unix/sysv/direct.h: Remove file.
39337
efa6a45f
JM
39338 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39339 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39340 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39341 * sysdeps/unix/sysv/bits/signum.h: Likewise.
39342 * sysdeps/unix/sysv/bits/stat.h: Likewise.
39343 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39344 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39345
9c9f2d0c
JM
39346 * sysdeps/unix/sysv/setrlimit.c: Remove file.
39347
4541c83b
JM
39348 * sysdeps/unix/xmknod.c: Remove file.
39349 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39350
f5d153a0
JM
39351 * sysdeps/unix/sysv/settimeofday.c: Remove file.
39352
aa746595
JM
39353 * sysdeps/unix/sysv/i386/time.S: Remove file.
39354
cce5905e
JM
39355 * sysdeps/unix/fxstat.c: Remove file.
39356 * sysdeps/unix/xstat.c: Likewise.
39357 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39358
37fa3841
JM
39359 * sysdeps/unix/sysv/sigaction.c: Remove file.
39360
ff1962a3
JM
39361 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39362 (sysdep_headers): Remove variable.
39363 [termio.h not in sysdep_headers] (generated): Likewise.
39364 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39365 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39366 * sysdeps/unix/sysv/tcdrain.c: Likewise.
39367 * sysdeps/unix/sysv/tcflow.c: Likewise.
39368 * sysdeps/unix/sysv/tcflush.c: Likewise.
39369 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39370 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39371 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39372 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39373 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39374
e7740d31
JM
39375 * sysdeps/unix/siglist.c: Remove file.
39376
ee06f18b
JM
39377 * sysdeps/unix/getppid.S: Remove file.
39378
097d59fa
JM
39379 * sysdeps/unix/mkdir.c: Remove file.
39380 * sysdeps/unix/rmdir.c: Likewise.
39381
ff3d51ec
AS
393822012-04-19 Andreas Schwab <schwab@linux-m68k.org>
39383
39384 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39385 ERR_MAX value.
39386 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39387 errlist-compat value.
39388
50f81fd7
DM
393892012-04-18 David S. Miller <davem@davemloft.net>
39390
39391 * sysdeps/generic/memcopy.h (reg_char): Delete.
39392 * debug/strcat_chk.c: Use char, not reg_char.
39393 * debug/strcpy_chk.c: Likewise.
39394 * debug/strncat_chk.c: Likewise.
39395 * debug/strncpy_chk.c: Likewise.
39396 * string/memchr.c: Likewise.
39397 * string/memrchr.c: Likewise.
39398 * string/rawmemchr.c: Likewise.
39399 * string/strcat.c: Likewise.
39400 * string/strchr.c: Likewise.
39401 * string/strchrnul.c: Likewise.
39402 * string/strcmp.c: Likewise.
39403 * string/strcpy.c: Likewise.
39404 * string/strncat.c: Likewise.
39405 * string/strncmp.c: Likewise.
39406 * string/strncpy.c: Likewise.
39407
8ff41c46
WS
394082012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
39409
39410 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39411 __builtin_memcopy is called when src and dest ranges are known to not
39412 overlap.
39413
6b652f46
WS
394142012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
39415
39416 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39417 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39418 fwd_align_merge macro call.
39419 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39420 bwd_align_merge macro call.
39421 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39422
b282631e
WS
394232012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
39424
39425 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39426 bwd_align_merge macros.
39427 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39428 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39429 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39430
95aa737c
DM
394312012-04-18 David S. Miller <davem@davemloft.net>
39432
39433 * sysdeps/sparc/sparc64/memcopy.h: Delete.
39434
7a99a614
AJ
394352012-04-18 Andreas Jaeger <aj@suse.de>
39436
39437 [BZ# 6794]
39438 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39439 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39440 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39441
39442 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39443 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39444 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39445
39446 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39447 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39448 Adjust for changed ldbl-128 files.
39449
39450 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39451 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39452 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39453
e5270c23
DM
394542012-04-17 David S. Miller <davem@davemloft.net>
39455
39456 * sysdeps/sparc/sparc32/memcopy.h: Delete.
39457
fb5e92c9
AS
394582012-04-17 Andreas Schwab <schwab@linux-m68k.org>
39459
39460 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39461 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39462 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39463 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39464 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39465 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39466
76da7265
AZ
394672012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39468
39469 [BZ #6794]
39470 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39471 * math/libm-test.inc: Add ilogb errno and exception tests.
39472 * math/w_ilogb.c: New file: ilogb wrapper.
39473 * math/w_ilogbf.c: New file: ilogbf wrapper.
39474 * math/w_ilogbl.c: New file: ilogbl wrapper.
39475 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39476 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39477 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39478 exception being thrown with 0.0 as argument.
39479 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39480 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39481 exception being thrown with 0.0 as argument.
39482 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39483 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39484 exception being thrown with 0.0 as argument.
39485 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39486 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39487 exception being thrown with 0.0 as argument.
39488 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39489 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 39490 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
39491 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39492 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39493 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39494 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39495 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39496 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39497
0396e69d
PB
394982012-04-17 Petr Baudis <pasky@ucw.cz>
39499
39500 * include/sys/uio.h: Change __vector to __iovec to avoid clash
39501 with altivec.
39502
750b5926
MP
395032012-04-16 Marek Polacek <polacek@redhat.com>
39504
39505 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39506
751728a1
MP
395072012-04-16 Marek Polacek <polacek@redhat.com>
39508
39509 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39510 operands of fdivp instruction.
39511
34a27407
L
395122012-04-13 H.J. Lu <hongjiu.lu@intel.com>
39513
39514 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39515 * elf/tst-auditmod3b.c: Likewise.
39516 * elf/tst-auditmod4b.c: Likewise.
39517 * elf/tst-auditmod5b.c: Likewise.
39518 * elf/tst-auditmod6b.c: Likewise.
39519 * elf/tst-auditmod6c.c: Likewise.
39520 * elf/tst-auditmod7b.c: Likewise.
39521 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39522 * sysdeps/x86_64/preconfigure.in: Likewise.
39523 * sysdeps/x86_64/preconfigure: Regenerated.
39524
7e73e17d
L
395252012-04-13 H.J. Lu <hongjiu.lu@intel.com>
39526
39527 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39528 __ILP32__.
39529
c7a6ab72
AB
395302012-04-13 Antoine Balestrat <merkil33@gmail.com>
39531
39532 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39533 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39534
a9e8e0e0
CL
395352012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
39536
39537 [BZ #13973]
39538 * locale/iso-639.def: Fix gl language name. Spotted by
39539 Yaron Shahrabani.
39540
ec98af7d
RM
395412012-04-12 Roland McGrath <roland@hack.frob.com>
39542
39543 [BZ #2074]
39544 * libio/libio.h (__io_write_fn): Update comment.
39545
247c3ede
PB
395462012-04-12 Petr Baudis <pasky@ucw.cz>
39547
39548 [BZ #2074]
39549 * stdio.texi (Hook Functions): The user provided writer function
39550 is not allowed to return -1.
39551
55939d6d
DM
395522012-04-11 David S. Miller <davem@davemloft.net>
39553
39554 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39555
90020f5a
MF
395562012-04-11 Mike Frysinger <vapier@gentoo.org>
39557
39558 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39559 Add a leading slash to rtkaio.
39560
288f9098
JM
395612012-04-11 Jim Meyering <meyering@redhat.com>
39562
90020f5a
MF
39563 [BZ #11959]
39564 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39565 It is not necessarily an error to ignore fwrite's return
39566 value. One can reliably use ferror to test for errors after
39567 the fact.
288f9098 39568
4be2b570
L
395692012-04-10 H.J. Lu <hongjiu.lu@intel.com>
39570
39571 * bits/types.h (__snseconds_t): New type.
39572 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39573
39574 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39575 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39576 (__SNSECONDS_T_TYPE): Likewise.
39577 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39578 (__SNSECONDS_T_TYPE): Likewise.
39579 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39580 (__SNSECONDS_T_TYPE): Likewise.
39581
288f9098 395822012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
39583
39584 [BZ #2636]
39585 * manual/time.texi (Processor Time): Return type of times is
39586 elapsed real time since an arbitrary point in the past.
39587 (CPU Time): Move CLK_TCK from here...
39588 (Processor Time): ...to here. Correct description.
39589 * manual/conf.texi (Constants for Sysconf): Correct description of
39590 _SC_CLK_TCK.
39591
d7dd4413
DM
395922012-04-10 David S. Miller <davem@davemloft.net>
39593
39594 [BZ #13967]
39595 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
39596 where the is a gap between DT_REL(A) and DT_JMPREL.
39597
b46068fc
L
395982012-04-10 H.J. Lu <hongjiu.lu@intel.com>
39599
39600 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
39601 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39602 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39603
73d65cc3
SP
396042012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
39605
39606 * elf/dl-support.c (_dl_inhibit_cache): New variable.
39607 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
39608 (dl_main): Handle --inhibit-cache.
39609 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
39610 _dl_inhibit_cache.
39611 * elf/dl-load.c (_dl_map_object): Use it.
39612 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
39613
bcc8d661
JM
396142012-04-09 Joseph Myers <joseph@codesourcery.com>
39615
8f9a2fae
JM
39616 [BZ #13872]
39617 * sysdeps/i386/fpu/e_powl.S (p78): New object.
39618 (__ieee754_powl): Saturate large exponents rather than testing for
39619 overflow of y*log2(x).
39620 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39621 * math/libm-test.inc (pow_test): Do not permit spurious overflow
39622 exceptions.
39623
bcc8d661
JM
39624 [BZ #11521]
39625 * math/s_ctan.c: Include <float.h>.
39626 (__ctan): Avoid internal overflow or cancellation in calculating
39627 denominator.
39628 * math/s_ctanf.c: Likewise.
39629 * math/s_ctanl.c: Likewise.
39630 * math/s_ctanh.c: Likewise.
39631 * math/s_ctanhf.c: Likewise.
39632 * math/s_ctanhl.c: Likewise.
39633 * math/libm-test.inc (ctan_test): Add more tests.
39634 (ctanh_test): Likewise.
39635 * sysdeps/i386/fpu/libm-test-ulps: Update.
39636 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39637
823fbbb4
AJ
396382012-04-09 Andreas Jaeger <aj@suse.de>
39639
03879793
AJ
39640 [BZ #6894]
39641 * manual/filesys.texi (Directory Entries): Mention that d_namlen
39642 is an optional BSD extension.
39643
823fbbb4
AJ
39644 [BZ #10254]
39645 * manual/stdio.texi (Opening Streams): Document additional fopen
39646 parameters.
39647
8de131cb
RM
396482012-04-09 Roland McGrath <roland@hack.frob.com>
39649
39650 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39651 %eax without telling the compiler.
39652
c0ed9d7d
CD
396532012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
39654
39655 [BZ # 13963]
39656 * manual/install.texi: Use sourceware.org.
39657
c483f6b4
JM
396582012-04-09 Joseph Myers <joseph@codesourcery.com>
39659
d7dd9453
JM
39660 [BZ #13873]
39661 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39662 (__ieee754_pow): Generate overflow and underflow using huge*huge
39663 and tiny*tiny rather than just returning constant infinity or zero
39664 for large exponents.
39665 * math/libm-test.inc (pow_test): Require overflow exceptions for
39666 applicable cases of large exponents.
39667
c483f6b4
JM
39668 [BZ #706]
39669 * sysdeps/i386/fpu/e_pow.S (p10): New object.
39670 (__ieee754_pow): Use iterative multiplication algorithm only for
39671 integer exponents with absolute value below 1024. Check for odd
39672 integer exponents when using algorithm for real exponents.
39673 * math/libm-test.inc (pow_test): Add more tests.
39674 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39675
d2de7579
JM
396762012-04-08 Joseph Myers <joseph@codesourcery.com>
39677
39678 [BZ #13705]
39679 * math/libm-test.inc (exp_test): Do not allow overflow exception
39680 on underflow test.
39681
f77f1232
AJ
396822012-04-08 Aurelien Jarno <aurelien@aurel32.net>
39683
39684 [BZ #13705]
39685 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39686 instead of __kernel_standard_f.
39687
3884932b
MF
396882012-04-08 Mike Frysinger <vapier@gentoo.org>
39689
39690 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39691 * sysdeps/x86_64/memset_chk.S: Likewise.
39692
54472e9c
AJ
396932012-04-08 Andreas Jaeger <aj@suse.de>
39694
6ab0fbfc
AJ
39695 [BZ #10153]
39696 * manual/startup.texi (Environment Access): Describe return value
39697 for putenv and setenv.
39698
61efba8c
AJ
39699 [BZ #6895]
39700 * manual/filesys.texi (Directory Entries): Add description for
39701 DT_LNK.
39702
95c3f29a
AJ
39703 [BZ #6890]
39704 * manual/filesys.texi (Directory Entries): Clarify that it's file
39705 system not operating system in the description of DT_UNKNOWN.
39706
54472e9c
AJ
39707 [BZ #6578]
39708 * manual/syslog.texi (closelog): Fix reference, it's openlog.
39709
624254b1
SC
397102012-04-08 Stephen Compall <s11@member.fsf.org>
39711
39712 [BZ #6649]
39713 * manual/llio.texi (Opening and Closing Files): Add cross
39714 reference to explain mode argument.
39715
1e4920e0
MF
397162012-04-07 Mike Frysinger <vapier@gentoo.org>
39717
39718 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39719 * sysdeps/x86_64/memset_chk.S: Likewise.
39720
5ed848f3
DM
397212012-04-07 David S. Miller <davem@davemloft.net>
39722
39723 * elf/elf.h (R_SPARC_WDISP10): Define.
39724 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39725 R_SPARC_SIZE32.
39726 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39727 R_SPARC_SIZE64 and R_SPARC_H34.
39728
96154cd8
CD
397292012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
39730
39731 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39732 conditions and remove no longer applicable assertion.
39733
9904dc47
L
397342012-04-06 H.J. Lu <hongjiu.lu@intel.com>
39735
39736 * bits/byteswap.h: Include <features.h>.
39737 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39738 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39739
f8887d0a
L
397402012-04-06 H.J. Lu <hongjiu.lu@intel.com>
39741
39742 * bits/byteswap.h (__bswap_16): Removed.
39743 Include <bits/byteswap-16.h> to get __bswap_16.
39744 * sysdeps/i386/bits/byteswap.h: Likewise.
39745 * sysdeps/s390/bits/byteswap.h: Likewise.
39746 * sysdeps/x86_64/bits/byteswap.h: Likewise.
39747 * bits/byteswap-16.h: New file.
39748 * sysdeps/i386/bits/byteswap-16.h: Likewise.
39749 * sysdeps/s390/bits/byteswap-16.h: Likewise.
39750 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39751 * string/Makefile (headers): Add bits/byteswap-16.h.
39752
62470f60
PP
397532012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
39754
39755 [BZ #13895]
39756 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39757 extra indirection.
39758 * nss/Makefile (tests-static, tests): Add tst-nss-static.
39759 * nss/tst-nss-static.c: New.
39760
4dad7bab
RM
397612012-04-06 Robert Millan <rmh@gnu.org>
39762
39763 [BZ #6486]
39764 * manual/llio.texi (File Position Primitive): lseek
39765 refers to WHENCE when it really means OFFSET.
39766
e9142a17
AJ
397672012-04-06 Andreas Jaeger <aj@suse.de>
39768
2c040eff
AJ
39769 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39770 strncmp declarations.
39771
e9142a17
AJ
39772 * abilist/libc.abilist: Add __poll and __ppoll.
39773
ff9f1c5f
DM
397742012-04-05 David S. Miller <davem@davemloft.net>
39775
dcd2ae90
DM
39776 * scripts/check-local-headers.sh: Accept a host triplet in the
39777 path matched by the exclude regexp.
39778
993eb054
DM
39779 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39780 definition.
39781 * sysdeps/powerpc/powerpc32/dl-machine.h
39782 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39783 * sysdeps/s390/s390-32/dl-machine.h
39784 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39785 * sysdeps/sparc/sparc32/dl-machine.h
39786 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39787 * sysdeps/sparc/sparc64/dl-machine.h
39788 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39789
ff9f1c5f
DM
39790 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39791 lazy binding.
48e2e132 39792 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
39793 undefined symbol errors.
39794
48e2e132 39795 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
39796 DT_NEEDED entries.
39797
e80d6f94
MM
397982012-04-05 Michael Matz <matz@suse.de>
39799
39800 [BZ #13592]
39801 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39802
349fa79f
AJ
398032012-04-05 Andreas Jaeger <aj@suse.de>
39804
39805 [BZ #13908]
39806 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39807 comment.
39808
f402708f
KK
398092012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39810
39811 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39812 which ROUND is no valid rounding mode.
39813
2ecccfc9
KK
398142012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39815
39816 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39817 read again.
39818 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39819
8a53f50f
KK
398202012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39821
39822 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39823 an exception using FPU order intentionally.
39824
398252012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39826
39827 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39828 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39829 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39830 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39831
d653abb7
SJ
398322012-04-05 Simon Josefsson <simon@josefsson.org>
39833
39834 [BZ #12340]
39835 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39836 EINVAL when BUFLEN is too smal.
39837
c3b1bf7d
TS
398382012-04-05 Thomas Schwinge <thomas@codesourcery.com>
39839
39840 [BZ #13553]
39841 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39842 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39843
b1aa60f3
AJ
398442012-04-03 Andreas Jaeger <aj@suse.de>
39845
c3b1bf7d 39846 [BZ #13938]
67f60a26
AJ
39847 * manual/setjmp.texi (System V contexts): Fix sentence.
39848
b1aa60f3
AJ
39849 [BZ #13926]
39850 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39851 New macro for this case.
39852 [!__GNUC__] (__bswap_64): New inline function for this case.
39853 * sysdeps/x86_64/bits/byteswap.h: Likewise.
39854 * bits/byteswap.h: Likewise.
39855 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39856 ull, guard with __GLIBC_HAVE_LONG_LONG.
39857
39858 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39859 __GLIBC_HAVE_LONG_LONG.
39860
39861 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39862 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39863
39c59c35
TMQMF
398642012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39865
39866 [BZ #13691]
39867 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39868 inptr and inend, rather than using last_ch.
39869
135ffda8
DM
398702012-04-02 David S. Miller <davem@davemloft.net>
39871
39872 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39873 * stdio-common/printf-parse.h (read_int): Change return type to
39874 'int', return -1 on INT_MAX overflow.
39875 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39876 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
39877 overflows INT_MAX. Check for overflow of in-format-string precision
39878 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
39879 SIZE_MAX not INT_MAX for integer overflow test.
39880 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39881 skip the construct in the format string but do not record anything.
39882 * stdio-common/bug22.c: Adjust to test both width/prevision
39883 INT_MAX overflow as well as total length INT_MAX overflow. Check
39884 explicitly for proper errno values.
39885
228c019e
TS
398862012-04-02 Thomas Schwinge <thomas@codesourcery.com>
39887
302cadd3
TS
39888 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39889 CHAR_MAX.
39890 * string/test-strcmp.c [! WIDE]: Likewise.
39891 * time/tst-mktime2.c: Likewise for INT_MAX.
39892 * string/test-string.h: #include <sys/param.h> for MIN.
39893
228c019e
TS
39894 * csu/init-first.c (__libc_init_first): Call __ctype_init.
39895 * sysdeps/i386/init-first.c (init): Likewise.
39896 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39897 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39898 * sysdeps/sh/init-first.c (init): Likewise.
39899
cfa633f5
UD
399002012-04-01 Ulrich Drepper <drepper@gmail.com>
39901
39902 * po/ru.po: Update from translation team.
d1635ef8 39903 * po/vi.po: Likewise.
cfa633f5 39904
6cd0a5ea
SP
399052012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
39906
39907 * resolv/nss_dns/dns-host.c: Merge copyright years.
39908
4b43400f
LD
399092012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
39910
39911 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39912 Optimize memcpy with prefetch if
39913 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
39914 src, dst pointers have unequal 16 byte alignments.
39915
48c41d04
SP
399162012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
39917
39918 [BZ #13928]
39919 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39920 from a CNAME entry and return the minimum ttl for the query.
39921 (gaih_getanswer_slice): Likewise.
39922
b8dc394d
JL
399232012-03-30 Jeff Law <law@redhat.com>
39924
39925 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39926 due to long keys.
39927 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39928 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39929
2f5a5ed0
JL
39930 * resolv/nss_dns/dns-host.c: Update copyright year.
39931
1d39e359
UD
399322012-03-30 Ulrich Drepper <drepper@gmail.com>
39933
c030f70c 39934 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 39935 requests to save a system call. Fix check that all bytes are sent.
c030f70c 39936
1d39e359
UD
39937 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39938 comments for sendmmsg.
39939
399402012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
39941
39942 [BZ #13691]
39943 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39944 with only 1 character between 0x0041 and 0x01b0.
39945 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39946 * wcsmbs/tst-mbsnrtowcs.c: New file.
39947
20fde227
DM
399482012-03-29 David S. Miller <davem@davemloft.net>
39949
39950 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39951 small copies by hand.
39952
984a4237
JL
399532012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
39954
39955 [BZ #13761]
57f41c40
AS
39956 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39957 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39958 group memberships.
984a4237 39959
18c9d62b
DM
399602012-03-28 David S. Miller <davem@davemloft.net>
39961
88d85d4f
DM
39962 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39963 that branches into memcpy.
39964 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39965 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39966 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39967 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39968 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39969 bits.
39970 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39971 implementation too.
39972 * sysdeps/sparc/mempcpy.S: New file.
39973
e5aa83e1
DM
39974 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39975 the IFUNC routine in the libc case.
39976 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39977
88570753
DM
39978 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39979 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39980 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39981 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39982 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39983 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39984 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39985 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39986
249d7567
DM
39987 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39988 loop to 256 bytes instead of 64 bytes and fix test signedness.
39989
18c9d62b
DM
39990 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39991 * sysdeps/sparc/sparc32/Makefile: rather than here...
39992 * sysdeps/sparc/sparc64/Makefile: and here.
39993
05f3d1f6
UD
399942012-03-28 Ulrich Drepper <drepper@gmail.com>
39995
39996 * malloc/mallocbug.c: Avoid warnings about unused variables.
39997
86ae07a8
JL
399982012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
39999
40000 [BZ #13760]
40001 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
40002 in the right place. Discard and retry query if response is
40003 larger than input buffer size.
40004
41bf21a1
JM
400052012-03-28 Joseph Myers <joseph@codesourcery.com>
40006
d6270972
JM
40007 [BZ #369]
40008 [BZ #2678]
40009 [BZ #3866]
40010 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
40011 x for large integer exponent.
40012 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
40013 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
40014 sign of result as needed afterwards.
40015 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
40016 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
40017 result for underflowing pow the same as for overflow.
40018 (__kernel_standard_l): Handle powl overflow and underflow here
40019 rather than calling __kernel_standard.
40020 * math/libm-test.inc (pow_test): Add more tests.
40021
414fca03 40022 [BZ #3868]
41bf21a1
JM
40023 [BZ #13879]
40024 [BZ #13910]
40025 [BZ #13911]
40026 [BZ #13912]
40027 [BZ #13913]
40028 [BZ #13915]
40029 [BZ #13916]
40030 [BZ #13917]
40031 [BZ #13918]
40032 [BZ #13919]
40033 [BZ #13920]
40034 [BZ #13921]
40035 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
40036 * sysdeps/ieee754/k_standard.c: Include <float.h>.
40037 (__kernel_standard_l): New function.
40038 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
40039 __kernel_standard.
40040 * math/w_acosl.c (__acosl): Likewise.
40041 * math/w_asinl.c (__asinl): Likewise.
40042 * math/w_atan2l.c (__atan2l): Likewise.
40043 * math/w_atanhl.c (__atanhl): Likewise.
40044 * math/w_coshl.c (__coshl): Likewise.
40045 * math/w_exp10l.c (__exp10l): Likewise.
40046 * math/w_exp2l.c (__exp2l): Likewise.
40047 * math/w_fmodl.c (__fmodl): Likewise.
40048 * math/w_hypotl.c (__hypotl): Likewise.
40049 * math/w_j0l.c (__j0l, __y0l): Likewise.
40050 * math/w_j1l.c (__j1l, __y1l): Likewise.
40051 * math/w_jnl.c (__jnl, __ynl): Likewise.
40052 * math/w_lgammal.c (__lgammal): Likewise.
40053 * math/w_log10l.c (__log10l): Likewise.
40054 * math/w_log2l.c (__log2l): Likewise.
40055 * math/w_logl.c (__logl): Likewise.
40056 * math/w_powl.c (__powl): Likewise.
40057 * math/w_remainderl.c (__remainderl): Likewise.
40058 * math/w_scalbl.c (sysv_scalbl): Likewise.
40059 * math/w_sinhl.c (__sinhl): Likewise.
40060 * math/w_sqrtl.c (__sqrtl): Likewise.
40061 * math/w_tgammal.c (__tgammal): Likewise.
40062 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
40063 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
40064 * math/libm-test.inc (acos_test): Add more tests.
40065 (acosh_test): Likewise.
40066 (asin_test): Likewise.
40067 (atanh_test): Likewise.
40068 (exp_test): Likewise.
40069 (exp10_test): Likewise.
40070 (exp2_test): Likewise.
40071 (expm1_test): Likewise.
40072 (lgamma_test): Likewise.
40073 (log_test): Likewise.
40074 (log10_test): Likewise.
40075 (log1p_test): Likewise.
40076 (log2_test): Likewise.
40077 (pow_test): Do not allow some spurious overflow exceptions.
40078 (sqrt_test): Add more tests.
40079 (tgamma_test): Likewise.
40080 (y0_test): Likewise.
40081 (y1_test): Likewise.
40082 (yn_test): Likewise.
40083
dd62fda6
AB
400842012-03-27 Anton Blanchard <anton@samba.org>
40085
40086 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40087 MAP_HUGETLB.
40088 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40089 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40090 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40091
1e3cdfda
AJ
400922012-03-27 David S. Miller <davem@davemloft.net>
40093
b855ab85
DM
40094 * conform/Makefile: Run run-conformtest.sh using $(BASH).
40095
1e3cdfda
AJ
40096 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40097 have-as-vis3 check.
40098
400992012-03-27 Andreas Jaeger <aj@suse.de>
40100
40101 * sysdeps/x86_64/elf/configure.in: Moved to ...
40102 * sysdeps/x86_64/configure.in: ... here.
40103 * sysdeps/x86_64/elf/start.S: Moved to ...
40104 * sysdeps/x86_64/start.S: ... here.
40105 * sysdeps/x86_64/elf/configure: Delete.
40106
40107 * sysdeps/x86_64/configure.in: Merge contents from
40108 sysdeps/i386/configure.in (without i686 check).
40109
40110 * sysdeps/i386/elf/Versions: Merge into ...
40111 * sysdeps/i386/Versions: ... this.
40112 * sysdeps/i386/elf/Versions: Delete file.
40113 * sysdeps/i386/elf/start.S: Moved to ...
40114 * sysdeps/i386/start.S: ...here.
40115 * sysdeps/i386/elf/configure.in: Merge into...
40116 * sysdeps/i386/configure.in: ...here.
40117 * sysdeps/i386/elf/configure.in: Delete file.
40118 * sysdeps/i386/elf/configure: Delete file.
40119
40120 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40121 * debug/backtracesyms.c: ... here.
40122 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40123 * debug/backtracesymsfd.c: ... here.
40124 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40125 * sysdeps/generic/ifunc-sel.h: ... here.
40126
40127 * sysdeps/unix/i386/start.c: Delete file.
40128 * sysdeps/unix/sparc/start.c: Delete file.
40129 * sysdeps/unix/start.c: Delete file.
40130
40131 * sysdeps/sh/elf/configure.in: Moved to ...
40132 * sysdeps/sh/configure.in: ... here.
40133 * sysdeps/sh/elf/start.S: Moved to ...
40134 * sysdeps/sh/start.S: ... here.
40135 * sysdeps/sh/elf/configure: Delete file.
40136
40137 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40138 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40139 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40140 * sysdeps/powerpc/powerpc64/entry.h: ... here.
40141 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40142 * sysdeps/powerpc/powerpc64/start.S: here.
40143 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40144 * sysdeps/powerpc/powerpc64/Makefile: ... this.
40145 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40146 * sysdeps/powerpc/powerpc64/configure.in: ... this.
40147 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40148
40149 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40150 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40151 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40152 * sysdeps/powerpc/powerpc32/start.S: ... here.
40153 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40154 * sysdeps/powerpc/powerpc32/configure.in: ... this.
40155 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40156
40157 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40158 * sysdeps/powerpc/ifunc-sel.h: ... here.
40159 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40160 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40161
40162 * sysdeps/sparc/elf/configure.in: Moved to ...
40163 * sysdeps/sparc/configure.in: ... here.
40164 * sysdeps/sparc/elf/configure: Delete file.
40165 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40166 * sysdeps/sparc/sparc32/start.S: ... here.
40167 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40168 * sysdeps/sparc/sparc64/start.S: ... here.
40169 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40170 * sysdeps/sparc/sparc32/Makefile: ... this.
40171 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40172 * sysdeps/sparc/sparc64/Makefile: ... this.
40173
40174 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40175 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40176 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40177 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40178 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40179 * sysdeps/s390/s390-32/setjmp.S: ... here.
40180 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40181 * sysdeps/s390/s390-32/configure.in: ... here.
40182 * sysdeps/s390/s390-32/elf/configure: Delete file.
40183 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40184 * sysdeps/s390/s390-32/start.S: ... here.
40185
40186 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40187 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40188 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40189 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40190 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40191 * sysdeps/s390/s390-64/setjmp.S: ... here.
40192 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40193 * sysdeps/s390/s390-64/configure.in: ... here
40194 * sysdeps/s390/s390-64/elf/configure: Delete file.
40195 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40196 * sysdeps/s390/s390-64/start.S: ... here.
40197 * sysdeps/s390/s390-64/elf/configure: Delete.
40198
40199 * configure.in: Remove support for elf directories in sysdeps.
40200
40201 * configure: Regenerated.
40202 * sysdeps/i386/configure: Regenerated.
40203 * sysdeps/powerpc/powerpc32/configure: Regenerated.
40204 * sysdeps/powerpc/powerpc64/configure: Regenerated.
40205 * sysdeps/s390/s390-32/configure: Regenerated.
40206 * sysdeps/s390/s390-64/configure: Regenerated.
40207 * sysdeps/sh/configure: Regenerated.
40208 * sysdeps/sparc/configure: Regenerated.
40209 * sysdeps/x86_64/configure: Regenerated.
40210
a3f61311
AS
402112012-03-26 Andreas Schwab <schwab@linux-m68k.org>
40212
c876e002
AS
40213 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40214
a3f61311
AS
40215 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40216 denormal result into account.
40217
ac4c54f0
RM
402182012-03-25 Roland McGrath <roland@hack.frob.com>
40219
40220 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40221 Reported by Allan McRae <allan@archlinux.org>.
40222
6a9b9c02
JL
402232012-03-23 Jeff Law <law@redhat.com>
40224
40225 * nss/getnssent.c (__nss_getent): Fix typo.
40226
4c42a0c1
DM
402272012-03-23 David S. Miller <davem@davemloft.net>
40228
40229 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40230
1532c7ac
L
402312012-03-23 H.J. Lu <hongjiu.lu@intel.com>
40232
40233 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40234 to pad to uint64_t for each field.
40235 (dl_tls_index): Replace unsigned long with uint64_t.
40236
3ff42526
PP
402372012-03-23 Daniel Jacobowitz <dmj@google.com>
40238 Paul Pluzhnikov <ppluzhnikov@google.com>
40239
40240 [BZ #6528]
40241 * grp/Makefile (otherlibs): Don't set it.
40242 * inet/Makefile (otherlibs): Likewise.
40243 * login/Makefile (otherlibs): Likewise.
40244 * nscd/Makefile (otherlibs): Likewise.
40245 * posix/Makefile (otherlibs): Likewise.
40246 * pwd/Makefile (otherlibs): Likewise.
40247 * rt/Makefile (otherlibs): Likewise.
40248 * sunrpc/Makefile (otherlibs): Likewise.
40249 * nss/Makefile (otherlibs): Likewise.
40250 Add libnss_files to routines and static-only-routines.
40251 ($(objpfx)getent): Remove rule.
40252 * resolv/Makefile: Add libnss_dns and libresolv to routines and
40253 static-only-routines.
40254
7c69cd14
JM
402552012-03-22 Joseph Myers <joseph@codesourcery.com>
40256
40257 [BZ #13892]
40258 * math/s_cexp.c: Include <float.h>.
40259 (__cexp): Handle exp result overflowing not necessarily
40260 overflowing both real and imaginary parts of result.
40261 * math/s_cexpf.c: Likewise.
40262 * math/s_cexpl.c: Likewise.
40263 * math/libm-test.inc (cexp_test): Add more tests.
40264 * sysdeps/i386/fpu/libm-test-ulps: Update.
40265 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40266
81b035fe
L
402672012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40268
40269 * include/link.h (ELFW): New macro.
40270 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40271 Replace ELF64_R_TYPE with ELFW(R_TYPE).
40272
1da7940c
L
402732012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40274
40275 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40276 with uint64_t.
40277
b749dbb9
L
402782012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40279
40280 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40281 declaration.
40282 (struct La_x32_retval): Likewise.
40283
2ff87f3f
L
402842012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40285
40286 * sysdeps/x86_64/preconfigure.in: New file.
40287 * sysdeps/x86_64/preconfigure: New generated file.
40288
c0df8e69
JM
402892012-03-22 Joseph Myers <joseph@codesourcery.com>
40290
48e44791
JM
40291 [BZ #13824]
40292 * math/e_exp2l.c: Include <float.h>.
40293 (__ieee754_exp2l): Handle overflow and underflow cases
40294 separately. Only pass fractional part of argument to
40295 __ieee754_expl.
40296 * math/libm-test.inc (exp2_test): Add more tests.
40297
c0df8e69
JM
40298 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40299 negating x to take absolute value.
40300 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40301 Likewise.
40302 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40303 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40304 Likewise.
40305 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40306 computing low part if x was negated.
40307 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40308
c8e43ba7
L
403092012-03-21 H.J. Lu <hongjiu.lu@intel.com>
40310
40311 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40312 la_x32_gnu_pltexit.
40313 (pltexit): Cast int_retval to ptrdiff_t.
40314 * elf/tst-auditmod3b.c: Likewise.
40315 * elf/tst-auditmod4b.c: Likewise.
40316 * elf/tst-auditmod5b.c: Likewise.
40317 * elf/tst-auditmod6b.c: Likewise.
40318 * elf/tst-auditmod6c.c: Likewise.
40319 * elf/tst-auditmod7b.c: Likewise.
40320
40321 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40322 and x32_gnu_pltexit.
40323
40324 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40325 __ELF_NATIVE_CLASS.
40326 (La_x32_regs): New macro.
40327 (La_x32_retval): Likewise.
40328 (la_x32_gnu_pltenter): New function prototype.
40329 (la_x32_gnu_pltexit): Likewise.
40330
7998fa78
AS
403312012-03-21 Andreas Schwab <schwab@linux-m68k.org>
40332
dcb33988
AS
40333 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40334 exponent.
40335
233fc563
AS
40336 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40337
7998fa78
AS
40338 * configure.in (libc_cv_cc_nofma): Check for option to disable
40339 generation of FMA instructions.
40340 * configure: Regenerate.
40341 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40342 * sysdeps/ieee754/dbl-64/Makefile: New file.
40343 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40344 Remove brandred-fma4.
40345 (CFLAGS-brandred-fma4.c): Remove.
40346 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40347 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40348 define.
40349 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40350 define.
40351
8e95c99a
L
403522012-03-21 H.J. Lu <hongjiu.lu@intel.com>
40353
40354 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40355 LLONG_MAX != LONG_MAX.
40356 (_itoa_word): Use _ITOA_WORD_TYPE on value.
40357 (_fitoa_word): Likewise.
40358 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40359 LLONG_MAX != LONG_MAX.
40360 * stdio-common/_itowa.h: Include <_itoa.h>.
40361 (_itowa_word): Use _ITOA_WORD_TYPE on value.
40362 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
40363 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
40364 only if not defined.
40365 (_ITOA_WORD_TYPE): Likewise.
40366 (_itoa_word): Use _ITOA_WORD_TYPE on value.
40367 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40368
6f4db457
DM
403692012-03-21 David S. Miller <davem@davemloft.net>
40370
40371 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40372
7785fe5a
L
403732012-03-21 H.J. Lu <hongjiu.lu@intel.com>
40374
40375 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40376 of x86_64 when setting libc_cv_slibdir, libdir and
40377 libc_cv_localedir.
40378 * sysdeps/unix/sysv/linux/configure: Regenerated.
40379
4535cd55
JM
403802012-03-21 Joseph Myers <joseph@codesourcery.com>
40381
40382 * manual/lang.texi (Old Varargs): Remove section.
40383 (How Variadic): Update menu.
40384 (va_start): Do not mention varargs.h.
40385
17228132
TS
403862012-03-21 Thomas Schwinge <thomas@codesourcery.com>
40387 Joseph Myers <joseph@codesourcery.com>
40388
40389 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40390 link test.
40391 * configure: Regenerated.
40392
8149f976
TS
403932012-03-21 Thomas Schwinge <thomas@codesourcery.com>
40394
05f3d1f6
UD
40395 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40396 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40397 conformtest.pl
8149f976 40398
1a4ac776
JM
403992012-03-21 Joseph Myers <joseph@codesourcery.com>
40400
be22ce65
JM
40401 * NOTES: Remove.
40402 * Makefile (files-for-dist): Remove NOTES.
40403 (NOTES): Remove rule.
40404 * README: Don't refer to NOTES.
40405 * manual/creature.texi: Don't include macros.texi.
40406 * manual/intro.texi (creature.texi): Remove comment referring to
40407 NOTES.
40408
40b601fb
JM
40409 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40410 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40411 * configure: Regenerated.
40412 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40413 LIBC_TRY_CC_OPTION.
40414 (libc_cv_as_i686): Likewise.
40415 (libc_cv_cc_avx): Likewise.
40416 (libc_cv_cc_sse2avx): Likewise.
40417 (libc_cv_cc_fma4): Likewise.
40418 (libc_cv_cc_novzeroupper): Likewise.
40419 * sysdeps/i386/configure: Regenerated.
40420
1a4ac776
JM
40421 [BZ #13883]
40422 * sysdeps/i386/fpu/s_cexp.S: Remove.
40423 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40424 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40425 * math/libm-test.inc (cexp_test): Add more tests.
40426 * sysdeps/i386/fpu/libm-test-ulps: Update.
40427 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40428
a458e7fe
AM
404292012-03-21 Allan McRae <allan@archlinux.org>
40430
40431 * timezone/Makefile: Do not install iso3166.tab and zone.tab
40432
0cb7efc5
JM
404332012-03-21 Joseph Myers <joseph@codesourcery.com>
40434
40435 [BZ #13871]
40436 * math/w_exp2.c: Do not include <float.h>.
40437 (o_threshold, u_threshold): Remove.
40438 (__exp2): Calculate result before checking finiteness and calling
40439 __kernel_standard.
40440 * math/w_exp2f.c: Likewise.
40441 * math/w_exp2l.c: Likewise.
40442 * math/libm-test.inc (exp2_test): Require overflow exception for
40443 1e6 input.
2460d3aa
JM
40444
40445 [BZ #3866]
40446 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40447 range of signed 64-bit integers before using fistpll. Remove
40448 checks for whether integers fit in mantissa bits.
40449 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40450 the range of signed 32-bit integers before using fistpl. Remove
40451 checks for whether integers fit in mantissa bits.
40452 * sysdeps/i386/fpu/e_powl.S (p64): New object.
40453 (__ieee754_powl): Test for y outside the range of signed 64-bit
40454 integers before using fistpll. Reduce 64-bit values to 63-bit
40455 ones as needed.
40456 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40457 divide-by-zero is raised for zero to large negative powers.
40458 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40459 (__ieee754_powl): Test for y outside the range of signed 64-bit
40460 integers before using fistpll. Reduce 64-bit values to 63-bit
40461 ones as needed.
40462 * math/libm-test.inc (pow_test): Add more tests.
40463
eb96ffb0
L
404642012-03-20 H.J. Lu <hongjiu.lu@intel.com>
40465
40466 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40467 <stdio-common/_itoa.h>.
40468 * debug/segfault.c: Likewise.
40469 * elf/dl-cache.c: Likewise.
40470 * elf/dl-minimal.c: Likewise.
40471 * elf/dl-misc.c: Likewise.
40472 * elf/dl-sysdep.c: Likewise.
40473 * elf/dl-version.c: Likewise.
40474 * elf/rtld.c: Likewise.
40475 * hurd/hurdsock.c: Likewise.
40476 * hurd/lookup-retry.c: Likewise.
40477 * malloc/malloc.c: Likewise.
40478 * malloc/mtrace.c: Likewise.
40479 * nscd/nscd_getgr_r.c: Likewise.
40480 * nscd/nscd_getpw_r.c: Likewise.
40481 * nscd/nscd_getserv_r.c: Likewise.
40482 * posix/getopt_init.c: Likewise.
40483 * posix/wordexp.c: Likewise.
40484 * stdio-common/_itoa.c: Likewise.
40485 * stdio-common/printf_fphex.c: Likewise.
40486 * stdio-common/vfprintf.c: Likewise.
40487 * string/_strerror.c: Likewise.
40488 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40489 * sysdeps/i386/i686/hp-timing.h: Likewise.
40490 * sysdeps/mach/_strerror.c: Likewise.
40491 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40492 * sysdeps/mach/hurd/sethostid.c: Likewise.
40493 * sysdeps/mach/hurd/xmknodat.c: Likewise.
40494 * sysdeps/mach/xpg-strerror.c: Likewise.
40495 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40496 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40497 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40498 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40499 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40500 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40501 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40502 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40503 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40504 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40505 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40506 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40507 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40508 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40509 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40510 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40511 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40512 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40513 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40514 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40515 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40516
40517 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40518
40519 * stdio-common/_itoa.h: Moved to ...
40520 * sysdeps/generic/_itoa.h: Here.
40521
40522 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40523
40524 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40525 instead of "_itoa.h" and "_itowa.h".
40526 * stdio-common/vfprintf.: Likewise.
40527
d1af992d
L
405282012-03-20 H.J. Lu <hongjiu.lu@intel.com>
40529
40530 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40531 <bits/wordsize.h>.
40532 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40533 (__signbit): Likwise.
40534 (llrintf): Likwise.
40535 (llrint): Likwise.
40536
114883e0
L
405372012-03-20 H.J. Lu <hongjiu.lu@intel.com>
40538
40539 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40540 __WORDSIZE != 64.
40541
c135cc1b
JM
405422012-03-20 Joseph Myers <joseph@codesourcery.com>
40543
40544 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40545 OVERFLOW_EXCEPTION_OK.
40546 * math/libm-test.inc ("Philosophy"): Update comment about
40547 exception testing.
40548 (OVERFLOW_EXCEPTION): Define.
40549 (OVERFLOW_EXCEPTION_OK): Likewise.
40550 (INVALID_EXCEPTION_OK): Renumber.
40551 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40552 (IGNORE_ZERO_INF_SIGN): Likewise.
40553 (test_exceptions): Handle FE_OVERFLOW.
40554 (exp10_test): Expect overflow exceptions.
40555 (exp2_test): Likewise.
40556 (expm1_test): Likewise.
40557 (nextafter_test): Likewise.
40558 (pow_test): Likewise.
40559 (scalbn_test): Likewise.
40560 (scalbln_test): Likewise.
40561
95443d88
L
405622012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40563
40564 * sysdeps/x86_64/bits/atomic.h
40565 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40566 64bit integer.
40567 (atomic_exchange_acq): Likewise.
40568 (__arch_exchange_and_add_body): Likewise.
40569 (__arch_add_body): Likewise.
40570 (atomic_add_negative): Likewise.
40571 (atomic_add_zero): Likewise.
40572
490df6c4
L
405732012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40574
c2722551 40575 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
40576 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
40577
5e52b189
L
405782012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40579
40580 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40581 Check __x86_64__ instead of __WORDSIZE.
40582
a9879d4c
L
405832012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40584
40585 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40586
5df98260
DM
405872012-03-19 David S. Miller <davem@davemloft.net>
40588
e1497744
DM
40589 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40590
5df98260
DM
40591 * sysdeps/sparc/fpu/fenv_private.h: New file.
40592 * sysdeps/sparc/fpu/math_private.h: Use it.
40593 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
40594 Remove.
57f41c40 40595 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
40596 (libc_feholdexcept_setroundl): Remove.
40597 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
40598 Remove.
40599 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
40600 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
40601
b4c35121
L
406022012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40603
40604 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
40605 int64_t instead of long int.
40606 (INSERT_WORDS64): Likwise.
40607
56965fd7
L
406082012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40609
40610 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
40611 _Unwind_GetCFA return to _Unwind_Ptr first.
40612
83d1aec8
JM
406132012-03-19 Joseph Myers <joseph@codesourcery.com>
40614
1897ad44
JM
40615 [BZ #13629]
40616 * math/s_clog.c: Include <float.h>.
40617 (__clog): Scale large or subnormal inputs.
40618 * math/s_clogf.c: Likewise.
40619 * math/s_clogl.c: Likewise.
40620 * math/s_clog10.c: Include <float.h>.
40621 (M_LOG10_2): Define.
40622 (__clog10): Scale large or subnormal inputs.
40623 * math/s_clog10f.c: Likewise.
40624 * math/s_clog10l.c: Likewise.
40625 * math/libm-test.inc (clog_test): Add more tests.
40626 (clog10_test): Likewise.
40627 * sysdeps/i386/fpu/libm-test-ulps: Update.
40628 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40629
7726d6a9
JM
40630 [BZ #11451]
40631 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
40632 x and y.
40633 * math/libm-test.inc (atan2_test): Add another test.
40634
83d1aec8
JM
40635 * Makerules (common-objdir-compile): Remove.
40636 * sysdeps/unix/Makefile (config-generated): Do not add
40637 $(unix-generated) to variable.
40638 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
40639 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
40640 Remove rule.
40641 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
40642 Likewise.
40643 [generic bits/local_lim.h] (before-compile): Do not append to
40644 variable.
40645 [generic bits/local_lim.h] (common-generated): Likewise.
40646 [generic sys/param.h] (before-compile): Do not append to variable.
40647 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40648 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40649 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40650 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40651 include.
40652 [generic sys/param.h] (sys/param.h-includes): Remove variable.
40653 [generic sys/param.h] (sys/param.h-includes): Remove rule.
40654 [generic sys/param.h] ($(addprefix
40655 $(common-objpfx),$(sys/param.h-includes))): Likewise.
40656 [generic sys/param.h] (common-generated): Do not append to
40657 variable.
40658 [generic sys/param.h] (sysdep_headers): Likewise.
40659 [generic bits/errno.h] (before-compile): Do not append to
40660 variable.
40661 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40662 rule.
40663 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40664 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40665 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40666 [generic bits/errno.h] (common-generated): Do not append to
40667 variable.
40668 [generic bits/ioctls.h] (before-compile): Do not append to
40669 variable.
40670 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40671 rule.
40672 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40673 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40674 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40675 rule.
40676 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40677 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40678 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40679 [generic bits/ioctls.h] (common-generated): Do not append to
40680 variable.
40681 [generic sys/syscall.h] (syscall.h): Remove variable.
40682 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40683 rule.
40684 [generic sys/syscall.h] (before-compile): Do not append to
40685 variable.
40686 [generic sys/syscall.h] (common-generated): Likewise.
40687 * sysdeps/unix/errnos-tmpl.c: Remove file.
40688 * sysdeps/unix/errnos.awk: Likewise.
40689 * sysdeps/unix/ioctls-tmpl.c: Likewise.
40690 * sysdeps/unix/ioctls.awk: Likewise.
40691 * sysdeps/unix/mk-local_lim.c: Likewise.
40692 * sysdeps/unix/snarf-ioctls: Likewise.
40693
4851a949
RH
406942012-03-19 Richard Henderson <rth@twiddle.net>
40695
bd37f2ee
RH
40696 * sysdeps/i386/fpu/fenv_private.h: New file.
40697 * sysdeps/i386/fpu/math_private.h: Use it.
40698 (math_opt_barrier, math_force_eval): Remove.
40699 (libc_feholdexcept_setround_53bit): Remove.
40700 (libc_feupdateenv_53bit): Remove.
40701 * sysdeps/x86_64/fpu/math_private.h: Likewise.
40702 (math_opt_barrier, math_force_eval): Remove.
40703 (libc_feholdexcept): Remove.
40704 (libc_feholdexcept_setround): Remove.
40705 (libc_fetestexcept, libc_fesetenv): Remove.
40706 (libc_feupdateenv_test): Remove.
40707 (libc_feupdateenv, libc_feholdsetround): Remove.
40708 (libc_feresetround): Remove.
40709
d0adc922
RH
40710 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40711 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40712
0fe0f1f8
RH
40713 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40714 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40715 (libc_feupdateenv_testl): New.
40716 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40717 (libc_feupdateenv_testf): New.
40718 (libc_feupdateenv): Use libc_feupdateenv_test.
40719 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40720 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40721
eb92c487
RH
40722 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40723 (libc_feholdsetroundf, libc_feholdsetroundl): New.
40724 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40725 (libc_feresetround_noex): New.
40726 (libc_feresetround_noexf): New.
40727 (libc_feresetround_noexl): New.
40728 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40729 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40730 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40731 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40732 SET_RESTORE_ROUND.
40733 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40734 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40735 (__cos): Likewise.
40736 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40737 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40738 SET_RESTORE_ROUND_NOEX.
40739 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40740 SET_RESTORE_ROUND_NOEXF.
40741 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40742 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40743 (libc_feholdsetroundf): New.
40744 (libc_feresetround, libc_feresetroundf): New.
40745
7d2e8012
RH
40746 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40747 (libc_feholdexcept_setround_53bit): Convert from macro to function.
40748 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
40749
b4dabbb4
RH
40750 * sysdeps/generic/math_private.h: Include <fenv.h>.
40751 (default_libc_feholdexcept): New.
40752 (default_libc_feholdexcept_setround): New.
40753 (default_libc_fesetenv, default_libc_feupdateenv): New.
40754 (libc_feholdexcept): Only define if undefined.
40755 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40756 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40757 (libc_feholdexcept_setroundl): Likewise.
40758 (libc_feholdexcept_setround_53bit): Likewise.
40759 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40760 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40761 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40762 (libc_feupdateenv_53bit): Likewise.
40763 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40764 (libc_feholdexcept): Convert from macro to inline function.
40765 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40766 (libc_fesetenv, libc_feupdateenv): Likewise.
40767
4851a949
RH
40768 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40769 not previously defined.
40770 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40771 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40772 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40773 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40774 * sysdeps/ieee754/flt-32/math_private.h: New file.
40775 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40776 math_private.h below SET_FLOAT_WORD.
40777 (__isnan, __isinf_ns, __finite): Remove.
40778 (__isnanf, __isinf_nsf, __finitef): Remove.
40779
e79d442e
AS
407802012-03-18 Andreas Schwab <schwab@linux-m68k.org>
40781
40782 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40783
90b80344
DM
407842012-03-17 David S. Miller <davem@davemloft.net>
40785
40786 [BZ #6471]
40787 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40788 for 2.16.
40789
edc21804
DM
407902012-03-16 David S. Miller <davem@davemloft.net>
40791
77e927af
DM
40792 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40793 warnings.
40794
374976dd
DM
40795 [BZ #6471]
40796 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40797 properly.
40798 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
40799 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40800 sysdep_routines when subdir is sysvipc.
40801 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40802 __getshmlba helper.
40803
edc21804
DM
40804 * sysdeps/sparc/fpu/libm-test/ulps: Update.
40805
473c3ef3
L
408062012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40807
40808 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40809 [__LP64__].
40810
eb0f39b6
L
408112012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40812
40813 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40814 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40815 (__lround): Renamed to ...
40816 (__llround): This. Replace long int with long long int.
40817 Define lround functions as aliases of llround functions.
40818 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40819
6b6cd74b
L
408202012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40821
40822 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40823 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
40824 adresses to uintptr_t. Replace "long int" and "unsigned long
40825 int" with "greg_t" on va_arg.
40826
f1a77b01
L
408272012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40828
40829 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40830 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40831
40832 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40833 Move e_machine check before EI_CLASS check. Handle x32
40834 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40835 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40836 SKIP_EM_IA_64 and include
40837 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40838
40839 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40840 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40841 (add_system_dir): New macro.
40842
40843 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40844 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40845
11b90b9f
JM
408462012-03-16 Joseph Myers <joseph@codesourcery.com>
40847
c36e1d23
JM
40848 [BZ #2551]
40849 [BZ #2552]
40850 [BZ #2553]
40851 [BZ #2554]
40852 [BZ #2562]
40853 [BZ #2563]
40854 [BZ #2565]
40855 [BZ #2566]
40856 [BZ #2576]
40857 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40858 (y0): Likewise.
40859 * math/w_j0f.c (j0f): Likewise.
40860 (y0f): Likewise.
40861 * math/w_j0l.c (__j0l): Likewise.
40862 (__y0l): Likewise.
40863 * math/w_j1.c (j1): Likewise.
40864 (y1): Likewise.
40865 * math/w_j1f.c (j1f): Likewise.
40866 (y1f): Likewise.
40867 * math/w_j1l.c (__j1l): Likewise.
40868 (__y1l): Likewise.
40869 * math/w_jn.c (jn): Likewise.
40870 (yn): Likewise.
40871 * math/w_jnf.c (jnf): Likewise.
40872 (ynf): Likewise.
40873 * math/w_jnl.c (__jnl): Likewise.
40874 (__ynl): Likewise.
40875 * math/libm-test.inc (j0_test): Add more tests.
40876 (j1_test): Likewise.
40877 (jn_test): Likewise. Add trailing semicolon to existing test.
40878 (y0_test): Likewise.
40879 (y1_test): Likewise.
40880 * sysdeps/i386/fpu/libm-test-ulps: Update.
40881 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40882
11b90b9f
JM
40883 [BZ #13851]
40884 [BZ #13854]
40885 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40886 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40887 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40888 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40889 (__tanl): Set errno for infinite argument.
40890 * sysdeps/i386/fpu/mptan.c: Remove.
40891 * sysdeps/i386/fpu/s_tan.S: Likewise.
40892 * sysdeps/i386/fpu/s_tanl.S: Likewise.
40893 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40894 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40895 * math/libm-test.inc (tan_test): Add more tests and enable more
40896 tests for double and long double.
40897 * sysdeps/i386/fpu/libm-test-ulps: Update.
40898 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40899
6a1bd2a1
JK
409002012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
40901
40902 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40903 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40904
10a803e0
RM
409052012-03-16 Roland McGrath <roland@hack.frob.com>
40906
40907 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40908 * configure.in: Use it for both main tree and add-ons.
40909 * configure: Regenerated.
40910
f196c7f7
L
409112012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40912
40913 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40914
8848d99d
JM
409152012-03-16 Joseph Myers <joseph@codesourcery.com>
40916
96cbe7f4
JM
40917 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40918 in comment.
40919
8848d99d
JM
40920 [BZ #13851]
40921 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40922 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40923 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40924 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40925 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40926 infinite argument.
40927 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40928 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40929 != 0 for prec == 2.
40930 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40931 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40932 * sysdeps/i386/fpu/s_cosl.S: Likewise.
40933 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40934 * sysdeps/i386/fpu/s_sinl.S: Likewise.
40935 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40936 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40937 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40938 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40939 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40940 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40941 * math/libm-test.inc (cos_test): Add more tests and enable more
40942 tests for long double.
40943 (sin_test): Likewise.
40944 (sincos_test): Likewise.
40945 * sysdeps/i386/fpu/libm-test-ulps: Update.
40946 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40947
dd7f4703
DM
409482012-03-16 David S. Miller <davem@davemloft.net>
40949
40950 * sysdeps/sparc/fpu/math_private.h: New file.
40951
006f1daa
DM
409522012-03-15 David S. Miller <davem@davemloft.net>
40953
c0c83bc8
DM
40954 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40955 file.
e6a62e18 40956 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
40957 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40958 file.
e6a62e18
DM
40959 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40960 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40961 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40962 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40963 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40964 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40965 sysdep routines.
40966 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40967
88cb87d9
DM
40968 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40969 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40970
006f1daa 40971 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
40972 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40973 sparc-ifunc.h
006f1daa 40974 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
40975 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40976 Likewise.
40977 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40978 Likewise.
006f1daa
DM
40979 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40980 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40981 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
40982 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40983 Likewise.
006f1daa
DM
40984 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40985 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40986 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40987 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
40988 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40989 Likewise.
40990 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40991 Likewise.
006f1daa
DM
40992 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40993 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40994 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40995 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40996 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40997 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40998 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40999 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
41000 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
41001 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
41002 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
41003 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
41004 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
41005 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
41006 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
41007 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
41008 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
41009 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
41010 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
41011 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
41012 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
41013 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
41014 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
41015 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
41016
11e0098e
AS
410172012-03-15 Andreas Schwab <schwab@linux-m68k.org>
41018
41019 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
41020 scaling.
41021 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41022
e85b09d0
AJ
410232012-03-15 Andreas Jaeger <aj@suse.de>
41024
41025 [BZ #13852]
41026 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
41027 ieee754/flt-32 implementation for sin, cos and sincos.
41028 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
41029 * sysdeps/i386/fpu/s_cosf.S: Likewise.
41030 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
41031 * sysdeps/i386/fpu/s_sinf.S: Likewise.
41032 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
41033 ieee754/flt-32 implementation for tan.
41034
41035 * math/libm-test.inc (cos_test): Enable some large input tests for
41036 float as well
41037 (sin_test): Likewise.
41038 (sincos_test): Likewise.
41039 (tan_test): Add tests for large input.
41040
41041 * sysdeps/i386/fpu/libm-test-ulps: Update.
41042
81c64153
AJ
410432012-03-15 Andreas Jaeger <aj@suse.de>
41044
41045 [BZ #13658]
41046 * math/libm-test.inc (cos_test): Add more test cases.
41047 (sin_test): Likewise.
41048 (sincos_test): Likewise.
41049
7bbfa5c6
AJ
410502012-03-15 Andreas Jaeger <aj@suse.de>
41051
41052 [BZ #13837]
41053 * math/libm-test.inc (cos_test): Add a test case for large input
41054 value.
41055 (sin_test): Likewise.
41056 (sincos_test): Likewise.
41057
57f41c40
AS
410582012-03-15 Andreas Jaeger <aj@suse.de>
41059 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
41060
41061 [BZ #13658]
0671f479 41062 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
41063 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
41064 * sysdeps/i386/fpu/branred.c: Likewise.
41065 * sysdeps/i386/fpu/dosincos.c: Likewise.
41066 * sysdeps/i386/fpu/mpa.c: Likewise.
41067 * sysdeps/i386/fpu/s_cos.S: Likewise.
41068 * sysdeps/i386/fpu/s_sin.S: Likewise.
41069 * sysdeps/i386/fpu/s_sincos.S: Likewise.
41070 * sysdeps/i386/fpu/sincos32.c: Likewise.
41071
41072 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
41073 Define.
41074 (libc_feupdateenv_53bit): Define.
41075 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
41076 Define.
41077 (libc_feupdateenv_53bit): Define.
41078
41079 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
41080 53 bit (without extend i386 double precision).
41081
41082 * math/libm-test.inc (sincos_test): Add tests for large input.
41083 (sin): Likewise.
41084 (cos): Likewise.
41085
41086 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41087
9cad04ea
AS
410882012-03-15 Andreas Schwab <schwab@linux-m68k.org>
41089
41090 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41091
f7062b9a
DM
410922012-03-15 David S. Miller <davem@davemloft.net>
41093
41094 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41095 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41096 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41097 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41098 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41099 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41100 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41101 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41102 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41103 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41104 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41105 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41106 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41107 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41108 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
41109 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41110 file.
f7062b9a 41111 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
41112 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41113 file.
f7062b9a 41114 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
41115 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41116 file.
f7062b9a 41117 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
41118 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41119 file.
f7062b9a
DM
41120 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41121 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41122 fmin/fmax sysdep routines.
41123 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41124
7bd951ff
DM
411252012-03-14 David S. Miller <davem@davemloft.net>
41126
559398ab
DM
41127 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41128 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41129 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41130 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41131 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41132 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41133 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41134 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41135 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41136 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41137 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41138 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41139 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41140 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41141 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41142 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41143 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41144 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41145 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41146 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41147 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41148 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41149 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41150 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41151 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41152 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41153 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41154 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
41155 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41156 routines.
41157 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41158 file.
559398ab 41159 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
41160 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41161 file.
559398ab 41162 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
41163 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41164 file.
559398ab 41165 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
41166 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41167 file.
559398ab 41168 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
41169 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41170 file.
559398ab 41171 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
41172 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41173 file.
41174 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41175 file.
41176 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41177 file.
41178 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41179 file.
41180 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41181 New file.
41182 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41183 file.
41184 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41185 file.
559398ab 41186 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
41187 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41188 file.
559398ab 41189 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
41190 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41191 file.
559398ab 41192 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
41193 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41194 file.
559398ab 41195 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
41196 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41197 VIS3 routines.
559398ab
DM
41198
41199 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41200 New file.
41201
5a1c1e32
DM
41202 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41203
eae47a36
DM
41204 * sysdeps/sparc/configure.in: New file.
41205 * sysdeps/sparc/configure: Generate.
41206 * configure.in (libc_cv_sparc_as_vis3): Substitute.
41207 * configure: Regenerate.
41208 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41209 * config.make.in (have-as-vis3): New.
41210 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41211 available use -Av9d instead of -Av9a.
41212 * sysdeps/sparc/sparc64/Makefile: Likewise.
41213 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
41214 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41215 New file.
41216 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41217 file.
41218 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41219 New file.
41220 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41221 file.
eae47a36
DM
41222 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41223 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41224 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41225 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41226 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41227
c0c83bc8
DM
41228 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41229 fzeros/fnegs to load 0x80000000 into a float register instead of
41230 using the stack.
7bd951ff
DM
41231 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41232
bd951ccb
JM
412332012-03-14 Joseph Myers <joseph@codesourcery.com>
41234
41235 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41236 bits/syscall.h.
41237 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41238 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41239 ($(inst_includedir)/bits/syscall.h): Remove rule.
41240 ($(objpfx)bits/syscall.d): Include instead of
41241 $(objpfx)syscall-list.d.
41242 (generated): Change syscall-list.h and syscall-list.d to
41243 bits/syscall.h and bits/syscall.d.
41244
bb4e6db2
RM
412452012-03-14 Roland McGrath <roland@hack.frob.com>
41246
41247 [BZ #13846]
41248 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41249
aa4a2ae1
JM
412502012-03-14 Joseph Myers <joseph@codesourcery.com>
41251
e456826d
JM
41252 [BZ #13841]
41253 * math/s_csqrt.c: Include <float.h>.
41254 (__csqrt): Scale large or subnormal inputs.
41255 * math/s_csqrtf.c: Likewise.
41256 * math/s_csqrtl.c: Likewise.
41257 * math/libm-test.inc (csqrt_test): Add more tests.
41258 * sysdeps/i386/fpu/libm-test-ulps: Update.
41259 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41260
aa4a2ae1
JM
41261 [BZ #13840]
41262 * math/libm-test.inc (hypot_test): Add more tests.
41263
7c10fd35
DM
412642012-03-13 David S. Miller <davem@davemloft.net>
41265
41266 [BZ #13840]
41267 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41268 double-precision for the calculation instead of scaling.
41269
f453b98b
JM
412702012-03-13 Joseph Myers <joseph@codesourcery.com>
41271
41272 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41273 manipulate bits before adding and subtracting TWO52[sx].
41274 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41275 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41276 Likewise.
41277 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41278
09a3453f
DM
412792012-03-13 David S. Miller <davem@davemloft.net>
41280
8e59da90
DM
41281 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41282 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41283 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41284 rtld-global-offsets.h
41285 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41286
2a8ab7f2
DM
41287 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41288 large parameters.
41289
10f62770
DM
41290 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41291
5f0bdb18
DM
41292 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41293 'err' in the ifdef scope in which it is actually used.
41294
09a3453f
DM
41295 * nss/nss_db/db-init.c: Include string.h
41296
b4b2eb5e
DM
412972012-03-12 David S. Miller <davem@davemloft.net>
41298
98bb2f1c
DM
41299 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41300 masking out of the most significant byte of random value used.
41301 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41302 Fix coding style in previous change.
41303
b4b2eb5e
DM
41304 * sysdeps/unix/sysv/linux/kernel-features.h
41305 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41306 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41307 expression.
41308 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41309 later.
41310
6e226b09
DM
413112012-03-11 David S. Miller <davem@davemloft.net>
41312
a1bcbd40
DM
41313 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41314 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41315 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41316 for 'resultvar' otherwise things get truncated on 64-bit.
41317
cb9d6174
DM
41318 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41319 Fix masking out of the most significant byte of random value used.
41320
6e226b09
DM
41321 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41322
058c132d
AS
413232012-03-10 Andreas Schwab <schwab@linux-m68k.org>
41324
41325 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41326
2d2cd515
DM
413272012-03-09 David S. Miller <davem@davemloft.net>
41328
41329 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41330 variables with appropriate CPP guards.
57f41c40
AS
41331 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41332 from the frame pointer, not the stack pointer. Correct layout
41333 comments. Fix test on resulting framesize and the management of
41334 the outregs buffer for pltexit. Preserve floating point return
41335 values across _dl_call_pltexit call.
2d2cd515
DM
41336 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41337 framesize and the management of the outregs buffer for pltexit.
41338 Preserve floating point return values across _dl_call_pltexit
41339 call.
57f41c40
AS
41340 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41341 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41342 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
41343 (print_exit): Fix format string for return register value.
41344
9a07f9d0
JM
413452012-03-10 Joseph Myers <joseph@codesourcery.com>
41346
41347 * sunrpc/Makefile (others): Add rpcgen.
41348 ($(objpfx)rpcgen): Remove special build rule and dependency on
41349 libc.
41350 * sunrpc/rpcgen.c: New file.
41351
547b5e30
PE
413522012-03-09 Paul Eggert <eggert@cs.ucla.edu>
41353
c524201a
PE
41354 [BZ #13673]
41355 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41356 * stdio-common/bug-vfprintf-nargs.c: Likewise.
41357 * sysdeps/i386/crti.S: Likewise.
41358 * sysdeps/i386/crtn.S: Likewise.
41359 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41360 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41361 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41362 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41363 * sysdeps/sh/crti.S: Likewise.
41364 * sysdeps/sh/crtn.S: Likewise.
41365 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41366
7b6235f2
PE
41367 [BZ #13673]
41368 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41369 with URL.
41370 * locale/programs/locfile-kw.gperf: Likewise.
41371 * locale/programs/charmap-kw.h: Regenerated.
41372 * locale/programs/locfile-kw.h: Likewise.
41373
547b5e30
PE
41374 [BZ #13673]
41375 * intl/plural.y: Replace FSF snail mail address with URL.
41376 * intl/plural.c: Regenerated.
41377
5f0a5dae
RH
413782012-03-09 Richard Henderson <rth@twiddle.net>
41379
41380 * include/math_private.h: Remove file.
41381 * math/math_private.h: Move file ...
41382 * sysdeps/generic/math_private.h: ... here.
41383
b8c03620
RH
41384 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41385 * sysdeps/powerpc/fpu/math_private.h: Likewise.
41386 * sysdeps/x86_64/fpu/math_private.h: Likewise.
41387
4e234f5d 41388 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
41389 and <math_private.h>.
41390 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41391 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41392 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41393 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41394 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41395 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41396 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41397 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41398 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41399 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41400 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41401 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41402 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41403 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41404 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41405 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41406 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41407 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41408 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41409 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41410 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41411 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41412 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41413 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41414 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41415 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41416 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41417 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41418 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41419 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41420 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41421 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41422 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41423 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41424 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41425 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41426 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41427 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41428 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41429 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41430 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41431 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41432 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41433 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41434 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41435 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41436 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41437 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41438 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41439 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41440 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41441 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41442 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41443 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41444 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41445 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41446 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41447 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41448 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41449 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41450 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41451 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41452 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41453 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41454 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41455 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41456 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41457 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41458 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41459 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41460 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41461 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41462 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41463 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41464 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41465 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41466 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41467 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41468 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41469 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41470 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41471 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41472 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41473 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41474 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41475 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41476 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41477 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41478 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41479 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41480 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41481 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41482 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41483 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41484 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41485 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41486 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41487 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41488 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41489 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41490 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41491 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41492 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41493 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41494 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41495 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41496 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41497 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41498 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41499 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41500 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41501 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41502 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41503 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41504 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41505 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41506 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41507 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41508 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41509 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41510 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41511 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41512 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41513 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41514 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41515 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41516 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41517 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41518 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41519 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41520 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41521 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41522 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41523 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41524 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41525 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41526 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41527 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41528 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41529 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41530 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41531 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41532 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41533 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41534 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41535 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41536 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41537 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41538 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41539 * sysdeps/ieee754/k_standard.c: Likewise.
41540 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41541 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41542 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41543 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41544 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41545 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41546 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41547 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41548 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41549 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41550 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41551 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41552 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41553 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41554 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41555 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41556 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41557 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41558 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41559 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41560 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41561 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41562 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41563 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41564 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41565 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41566 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41567 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41568 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41569 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41570 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41571 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41572 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41573 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41574 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41575 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41576 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41577 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41578 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41579 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41580 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41581 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41582 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41583 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41584 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41585 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41586 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
41587 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
41588 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
41589 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
41590 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
41591 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
41592 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
41593 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
41594 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
41595 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
41596 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
41597 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
41598 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
41599 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
41600 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
41601 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
41602 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
41603 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
41604 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
41605 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
41606 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
41607 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
41608 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
41609 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
41610 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
41611 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
41612 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
41613 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
41614 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
41615 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
41616 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
41617 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
41618 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41619 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
41620 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
41621 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
41622 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
41623 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
41624 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
41625 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
41626 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
41627 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
41628 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41629 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
41630 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
41631 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
41632 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
41633 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
41634 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
41635 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
41636 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
41637 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
41638 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
41639 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
41640 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
41641 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
41642 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
41643 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
41644 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
41645 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
41646 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41647 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41648 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41649 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41650 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41651 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41652 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41653 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41654 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41655 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41656 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41657 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41658 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41659 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41660 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41661 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41662 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41663 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41664 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41665 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41666 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41667 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41668 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41669 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41670 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41671 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41672 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41673 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41674 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41675 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41676 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41677 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41678 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41679 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41680 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41681 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41682 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41683 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41684 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41685 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41686 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41687 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41688 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41689 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41690 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41691 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41692 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41693 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41694 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41695 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41696 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41697 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41698 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41699 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41700 * sysdeps/ieee754/s_lib_version.c: Likewise.
41701 * sysdeps/ieee754/s_matherr.c: Likewise.
41702 * sysdeps/ieee754/s_signgam.c: Likewise.
41703 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41704 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41705 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41706 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41707 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41708 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41709 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41710 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41711 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41712 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41713 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41714 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41715 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41716 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41717 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41718 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41719 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41720 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41721 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41722 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41723 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 41724
1991fa03
JM
417252012-03-09 Joseph Myers <joseph@codesourcery.com>
41726
41727 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41728 * sunrpc/rpc_main.c: Likewise.
41729 * sunrpc/rpc_svcout.c: Likewise.
41730
60d6f5a6
DM
417312012-03-09 David S. Miller <davem@davemloft.net>
41732
41733 * include/math_private.h: New file.
41734
4962050e
JM
417352012-03-09 Joseph Myers <joseph@codesourcery.com>
41736
02a6f887
JM
41737 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41738 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41739 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41740 from <bits/socket_type.h>.
41741 (enum __socket_type): Don't define here.
41742 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41743 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41744 bits/socket_type.h.
41745
c6e013c1
JM
41746 [BZ #13566]
41747 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41748 checking __USE_GNU.
41749
4962050e
JM
41750 * Makerules ($(inst_includedir)/%.h): New rule.
41751 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41752 (install-others): Remove variable setting.
41753 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41754
38842f45
RH
417552012-03-08 Richard Henderson <rth@twiddle.net>
41756
67bb6da6
RH
41757 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41758 from macro to inline function; merge with the
41759 !__LIBC_INTERNAL_MATH_INLINES version.
41760 (__ieee754_sqrtf): Likewise.
41761
15194b4b
RH
41762 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41763 to inline function.
41764 (__rintf, __floor, __floorf): Likewise.
41765
64e21ede
RH
41766 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41767 macro to inline function.
41768 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41769
38842f45
RH
41770 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41771 not <math/math_private.h>.
41772
c64bf5fe
DM
417732012-03-08 David S. Miller <davem@davemloft.net>
41774
41775 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41776 copyright year.
41777 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41778
82d86f28
TS
417792012-03-08 Thomas Schwinge <thomas@codesourcery.com>
41780
41781 * resolv/gai_misc.c (handle_requests): Fix struct timespec
41782 normalization.
41783 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41784 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41785
aea5d727
UD
417862012-03-08 Ulrich Drepper <drepper@gmail.com>
41787
41788 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
41789 be defined individually, they must be defined as a block. Define
41790 S for printing a string instead of hidint the different by using a
41791 macro for adding the 'l'.
41792 * stdio-common/tst-fphex-wide.c: Adjust.
41793
70bca0a3
MP
417942012-03-07 Marek Polacek <polacek@redhat.com>
41795
41796 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41797
65b81130
MP
417982012-03-08 Marek Polacek <polacek@redhat.com>
41799
41800 [BZ #13806]
41801 * stdio-common/Makefile (tests): Add tst-fphex-wide.
41802 * stdio-common/tst-fphex.c: Define a few macros to make the
41803 test reusable. Use them.
41804 * stdio-common/tst-fphex-wide.c: New file.
41805
07037eeb
JM
418062012-03-08 Joseph Myers <joseph@codesourcery.com>
41807
a7a93d50
JM
41808 [BZ #6911]
41809 * manual/macros.texi (gnusystems): New macro.
41810 (nongnusystems): Likewise.
41811 (gnulinuxhurdsystems): Likewise.
41812 (gnuhurdsystems): Likewise..
41813 (gnulinuxsystems): Likewise.
41814 * manual/charset.texi: Use new macros or @theglibc{} to refer to
41815 variants of the GNU system, not "GNU system".
41816 * manual/conf.texi: Likewise.
41817 * manual/errno.texi: Likewise. Update example of errno macro
41818 expansion.
41819 * manual/filesys.texi: Likewise.
41820 (getumask): Document as specific to GNU/Hurd.
41821 * manual/install.texi: Likewise. Reword some references to
41822 GNU/Linux.
41823 * manual/intro.texi: Likewise.
41824 * manual/io.texi: Likewise.
41825 (File Name Portability): Detail which constraints are inapplicable
41826 to all GNU systems and which are only inapplicable to GNU/Hurd.
41827 * manual/job.texi: Likewise.
41828 * manual/llio.texi: Likewise.
41829 (O_NOCTTY): Document as present on GNU/Linux.
41830 * manual/maint.texi: Likewise.
41831 * manual/memory.texi: Likewise.
41832 * manual/pattern.texi: Likewise.
41833 * manual/pipe.texi: Likewise.
41834 * manual/process.texi: Likewise.
41835 * manual/resource.texi: Likewise.
41836 (RUSAGE_CHILDREN): Remove statement about specifying a particular
41837 child on GNU/Hurd.
41838 * manual/setjmp.texi: Likewise.
41839 * manual/signal.texi: Likewise.
41840 * manual/startup.texi: Likewise.
41841 * manual/stdio.texi: Likewise.
41842 * manual/terminal.texi: Likewise.
41843 (ONLCR): Document as POSIX.
41844 (OXTABS): Document availability on GNU/Linux as XTABS.
41845 (ONOEOT): Document availability separately from other bits.
41846 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41847 * manual/time.texi: Likewise.
41848 * manual/users.texi: Likewise.
41849 * INSTALL: Regenerated.
41850 * sysdeps/gnu/errlist.c: Regenerated.
41851
07037eeb
JM
41852 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41853 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41854 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
41855 puts.
41856 * configure: Regenerated.
41857
d1d3431a
JM
418582012-03-07 Joseph Myers <joseph@codesourcery.com>
41859
af6a1e37
JM
41860 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41861 default includes instead of AC_HEADER_CHECK.
41862 * sysdeps/i386/configure: Regenerated.
41863
d1d3431a
JM
41864 [BZ #10716]
41865 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41866 * math/s_cacoshf.c (__cacoshf): Likewise.
41867 * math/s_cacoshl.c (__cacoshl): Likewise.
41868 * math/s_casinh.c (__casinh): Set signs of result from argument.
41869 * math/s_casinhf.c (__casinhf): Likewise.
41870 * math/s_casinhl.c (__casinhl): Likewise.
41871 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41872 (casinh_test): Add more tests.
41873 * sysdeps/i386/fpu/libm-test-ulps: Update.
41874 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41875
482ff4da
UD
418762012-03-07 Ulrich Drepper <drepper@gmail.com>
41877
872fda05
UD
41878 * po/zh_TW.po: Update from translation team.
41879
a4300c7a
UD
41880 * login/Makefile (distribute): Remove variable.
41881 * catgets/Makefile: Likewise.
41882 * mach/Makefile: Likewise.
41883 * malloc/Makefile: Likewise.
41884 * misc/Makefile: Likewise.
41885 * iconv/Makefile: Likewise.
41886 * nscd/Makefile: Likewise.
41887 * hurd/Makefile: Likewise.
41888 * manual/Makefile: Likewise.
41889 * locale/Makefile: Likewise.
41890 * intl/Makefile: Likewise.
41891 * conform/Makefile: Likewise.
41892 * nss/Makefile: Likewise.
41893 * time/Makefile: Likewise.
41894 * soft-fp/Makefile: Likewise.
41895 * dirent/Makefile: Likewise.
41896 * gmon/Makefile: Likewise.
41897 * po/Makefile: Likewise.
41898 * rt/Makefile: Likewise.
41899 * socket/Makefile: Likewise.
41900 * math/Makefile: Likewise.
41901 * signal/Makefile: Likewise.
41902 * debug/Makefile: Likewise.
41903 * elf/Makefile: Likewise.
41904 * timezone/Makefile: Likewise.
41905 * stdlib/Makefile: Likewise.
41906 * iconvdata/Makefile: Likewise.
41907 * sunrpc/Makefile: Likewise.
41908 * io/Makefile: Likewise.
41909 * argp/Makefile: Likewise.
41910 * inet/Makefile: Likewise.
41911 * hesiod/Makefile: Likewise.
41912 * grp/Makefile: Likewise.
41913 * csu/Makefile: Likewise.
41914 * wctype/Makefile: Likewise.
41915 * crypt/Makefile: Likewise.
41916 * libio/Makefile: Likewise.
41917 * string/Makefile: Likewise.
41918 * nis/Makefile: Likewise.
41919 * resolv/Makefile: Likewise.
41920 * stdio-common/Makefile: Likewise.
41921 * wcsmbs/Makefile: Likewise.
41922 * dlfcn/Makefile: Likewise.
41923 * posix/Makefile: Likewise.
41924
3b7c4e74 41925 [BZ #6959]
482ff4da
UD
41926 * timezone/Makefile: Don't install timezone files, just the programs
41927 and scripts.
41928
f72ed77d
UD
419292012-03-06 Ulrich Drepper <drepper@gmail.com>
41930
a000466f
UD
41931 * nss/databases.def: Add missing gshadow entry.
41932
f72ed77d
UD
41933 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
41934
a53b7a4e
MP
419352012-03-06 Marek Polacek <polacek@redhat.com>
41936
41937 [BZ #13726]
41938 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41939 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41940 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41941 * stdio-common/tst-long-dbl-fphex.c: New file.
41942
e9258400
DM
419432012-03-06 David S. Miller <davem@davemloft.net>
41944
41945 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41946 (set_obp_int): New function.
41947 (get_obp_int): New function.
41948 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
41949 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41950 Avoid unused variable warnings on 'val' and use builtin_expect.
41951 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41952 __builtin_expect.
e9258400
DM
41953 (INLINE_CLONE_SYSCALL): Likewise.
41954
3bd2c723
DM
419552012-03-05 David S. Miller <davem@davemloft.net>
41956
41957 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41958
bbb78d03
AS
419592012-03-05 Andreas Schwab <schwab@linux-m68k.org>
41960
884c5db4
AS
41961 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41962
bbb78d03
AS
41963 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41964 only for |x| >= 40.
41965 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41966
1c9f702a 419672012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
41968
41969 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41970 Replace gettimeofday with __vdso_gettimeofday.
41971
7be16f82
RM
41972 * sysdeps/unix/sysv/linux/x86_64/init-first.c
41973 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41974 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
41975
41976 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41977 time with __vdso_time.
41978
ed58a00f
JM
419792012-03-05 Joseph Myers <joseph@codesourcery.com>
41980
41981 * manual/lang.texi (size_t): Note types to which size_t may be
41982 equivalent with the GNU C Library, but do not describe when
41983 differences between them are significant.
41984
30ee4ced
AJ
419852012-03-05 Andreas Jaeger <aj@suse.de>
41986
41987 * sysdeps/i386/fpu/libm-test-ulps: Update.
41988
b7cd39e8
JM
419892012-03-05 Joseph Myers <joseph@codesourcery.com>
41990
41991 [BZ #3976]
41992 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41993 (__ieee754_pow): Save and restore rounding mode and use
41994 round-to-nearest for main computations.
41995 * math/libm-test.inc (pow_test_tonearest): New function.
41996 (pow_test_towardzero): Likewise.
41997 (pow_test_downward): Likewise.
41998 (pow_test_upward): Likewise.
41999 (main): Call the new functions.
42000 * sysdeps/i386/fpu/libm-test-ulps: Update.
42001 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
42002
42003 [BZ #3976]
42004 * math/libm-test.inc (cosh_test_tonearest): New function.
42005 (cosh_test_towardzero): Likewise.
42006 (cosh_test_downward): Likewise.
42007 (cosh_test_upward): Likewise.
42008 (sinh_test_tonearest): Likewise.
42009 (sinh_test_towardzero): Likewise.
42010 (sinh_test_downward): Likewise.
42011 (sinh_test_upward): Likewise.
42012 (main): Call the new functions.
42013 * sysdeps/i386/fpu/libm-test-ulps: Update.
42014 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42015
6c6a98c9
TV
420162012-03-05 Tom de Vries <tom@codesourcery.com>
42017
42018 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
42019 default stack guard is set in last bytes.
42020 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
42021
21bb2d2e 420222012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 42023
21bb2d2e 42024 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 42025
21bb2d2e
AJ
42026 [BZ #13656]
42027 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
42028 possibly allocate from heap instead of stack.
42029 * stdio-common/bug-vfprintf-nargs.c: New file.
42030 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 42031
c6922934
AS
420322012-03-03 Andreas Schwab <schwab@linux-m68k.org>
42033
42034 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42035
bc957d53
MP
420362012-03-03 Marek Polacek <polacek@redhat.com>
42037
42038 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
42039 * math/math_private.h: Likewise.
42040 * stdlib/tst-strtod.c: Likewise.
42041 * sysdeps/i386/i486/bits/atomic.h: Likewise.
42042 * sysdeps/x86_64/bits/atomic.h: Likewise.
42043
6358490d
DM
420442012-03-02 David S. Miller <davem@davemloft.net>
42045
42046 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
42047 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
42048 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
42049 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
42050 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
42051 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
42052 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
42053 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
42054
01ae168d
RM
420552012-03-02 Roland McGrath <roland@hack.frob.com>
42056
d9a17c07
RM
42057 [BZ #13792]
42058 * manual/examples/README: New file, says the example source files
42059 can be used under GPL>=2.
42060 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
42061 line containing just "*/".
42062 * manual/examples/add.c: Add copyright header (GPL>=2).
42063 * manual/examples/argp-ex1.c: Likewise.
42064 * manual/examples/argp-ex2.c: Likewise.
42065 * manual/examples/argp-ex3.c: Likewise.
42066 * manual/examples/argp-ex4.c: Likewise.
42067 * manual/examples/atexit.c: Likewise.
42068 * manual/examples/db.c: Likewise.
42069 * manual/examples/dir.c: Likewise.
42070 * manual/examples/dir2.c: Likewise.
42071 * manual/examples/execinfo.c: Likewise.
42072 * manual/examples/filecli.c: Likewise.
42073 * manual/examples/filesrv.c: Likewise.
42074 * manual/examples/fmtmsgexpl.c: Likewise.
42075 * manual/examples/genpass.c: Likewise.
42076 * manual/examples/inetcli.c: Likewise.
42077 * manual/examples/inetsrv.c: Likewise.
42078 * manual/examples/isockad.c: Likewise.
42079 * manual/examples/longopt.c: Likewise.
42080 * manual/examples/memopen.c: Likewise.
42081 * manual/examples/memstrm.c: Likewise.
42082 * manual/examples/mkfsock.c: Likewise.
42083 * manual/examples/mkisock.c: Likewise.
42084 * manual/examples/mygetpass.c: Likewise.
42085 * manual/examples/pipe.c: Likewise.
42086 * manual/examples/popen.c: Likewise.
42087 * manual/examples/rprintf.c: Likewise.
42088 * manual/examples/search.c: Likewise.
42089 * manual/examples/select.c: Likewise.
42090 * manual/examples/setjmp.c: Likewise.
42091 * manual/examples/sigh1.c: Likewise.
42092 * manual/examples/sigusr.c: Likewise.
42093 * manual/examples/stpcpy.c: Likewise.
42094 * manual/examples/strdupa.c: Likewise.
42095 * manual/examples/strftim.c: Likewise.
42096 * manual/examples/strncat.c: Likewise.
42097 * manual/examples/subopt.c: Likewise.
42098 * manual/examples/swapcontext.c: Likewise.
42099 * manual/examples/termios.c: Likewise.
42100 * manual/examples/testopt.c: Likewise.
42101 * manual/examples/testpass.c: Likewise.
42102 * manual/examples/timeval_subtract.c: Likewise.
42103
01ae168d
RM
42104 [BZ #13792]
42105 * manual/time.texi (Elapsed Time): Move timeval_subtract example
42106 function to ...
42107 * manual/timeval_subtract.c.texi: ... here, new file.
42108
49efa33d
DM
421092012-03-02 David S. Miller <davem@davemloft.net>
42110
42111 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42112
28afd92d
JM
421132012-03-02 Joseph Myers <joseph@codesourcery.com>
42114
804360ed
JM
42115 [BZ #3976]
42116 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42117 (__sin): Save and restore rounding mode and use round-to-nearest
42118 for all computations.
42119 (__cos): Save and restore rounding mode and use round-to-nearest
42120 for all computations.
42121 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42122 <fenv.h>.
42123 (tan): Save and restore rounding mode and use round-to-nearest for
42124 all computations.
42125 * math/libm-test.inc (cos_test_tonearest): New function.
42126 (cos_test_towardzero): Likewise.
42127 (cos_test_downward): Likewise.
42128 (cos_test_upward): Likewise.
42129 (sin_test_tonearest): Likewise.
42130 (sin_test_towardzero): Likewise.
42131 (sin_test_downward): Likewise.
42132 (sin_test_upward): Likewise.
42133 (tan_test_tonearest): Likewise.
42134 (tan_test_towardzero): Likewise.
42135 (tan_test_downward): Likewise.
42136 (tan_test_upward): Likewise.
42137 (main): Call the new functions.
42138 * sysdeps/i386/fpu/libm-test-ulps: Update.
42139 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42140
a6d06d7b
JM
42141 [BZ #10135]
42142 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42143 small n, then large n, before computing and testing k+n.
42144 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42145 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42146 Likewise.
42147 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42148 Likewise.
42149 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42150 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42151 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42152 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42153 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42154 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42155 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42156 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42157 * math/libm-test.inc (scalbn_test): Add more tests.
42158 (scalbln_test): Likewise.
42159
07e12bb3
JM
42160 * manual/filesys.texi (mode_t): Describe constraints on size and
42161 signedness, not exact equivalence to a particular type.
42162 (ino_t): Likewise.
42163 (ino64_t): Likewise.
42164 (dev_t): Likewise.
42165 (nlink_t): Likewise.
42166 (blkcnt_t): Likewise.
42167 (blkcnt64_t): Likewise.
42168 * manual/llio.texi (off_t): Likewise.
42169
28afd92d
JM
42170 [BZ #3976]
42171 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42172 (__ieee754_exp): Save and restore rounding mode and use
42173 round-to-nearest for all computations.
42174 * math/libm-test.inc (exp_test_tonearest): New function.
42175 (exp_test_towardzero): Likewise.
42176 (exp_test_downward): Likewise.
42177 (exp_test_upward): Likewise.
42178 (main): Call the new functions.
42179 * sysdeps/i386/fpu/libm-test-ulps: Update.
42180 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42181
b1eeb65d
CD
421822012-03-01 Chris Demetriou <cgd@google.com>
42183
42184 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42185 have predictable order.
42186
53362a4b
DM
421872012-03-01 David S. Miller <davem@davemloft.net>
42188
3c969083
DM
42189 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42190
759707de
DM
42191 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42192 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42193 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42194 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42195
dfdb8ff2
DM
42196 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42197 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42198 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42199 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42200 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42201 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42202 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42203 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42204 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42205
ead89f96
DM
42206 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42207
7f66bd07
DM
42208 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42209 * sysdeps/sparc/fpu/libm-test-ulps: to here.
42210 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42211
53362a4b
DM
42212 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42213 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42214 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42215 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42216 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42217 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42218 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42219 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42220 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42221 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42222 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42223 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42224 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42225 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42226 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42227 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42228 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42229 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42230 * sysdeps/sparc/elf/configure: Regenerated.
42231
7b1902cb
JM
422322012-03-01 Joseph Myers <joseph@codesourcery.com>
42233
bec039bc
JM
42234 * configure.in (AS, LD): Require binutils 2.20 or later.
42235 * configure: Regenerated.
42236 * manual/install.texi (Tools for Compilation): Give binutils 2.20
42237 as required minimum version.
42238 * INSTALL: Regenerated.
42239
7b1902cb
JM
42240 [BZ #2541]
42241 [BZ #4108]
42242 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42243 before squaring exponent.
42244 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42245 bottom long double and 27 bits of top long double before squaring
42246 exponent.
42247 * math/libm-test.inc (erfc_test): Add more tests.
42248 * sysdeps/i386/fpu/libm-test-ulps: Update.
42249 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42250 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42251
f775c276
KT
422522012-03-01 Kai Tietz <ktietz@redhat.com>
42253
42254 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42255 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42256 containing bit-fields.
42257 * soft-fp/extended.h (_FP_UNION_E): Likewise.
42258 * soft-fp/single.h (_FP_UNION_S): Likewise.
42259 * soft-fp/double.h (_FP_UNION_D): Likewise.
42260
5b8a4d4a
JM
422612012-02-29 Joseph Myers <joseph@codesourcery.com>
42262
0bab47b6
JM
42263 [BZ #13786]
42264 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42265 not include ../strcmp.S.
42266 [USE_AS_STRNCASECMP_L]: Likewise.
42267 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42268 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42269 * sysdeps/i386/i686/multiarch/strncase_l-c.c
42270 (__strncasecmp_l_ia32): Define as alias to
42271 __strncasecmp_l_nonascii.
42272
0fcad3e2
JM
42273 [BZ #5794]
42274 * math/libm-test.inc (expm1_test): Add test for bug 5794.
42275 * sysdeps/i386/fpu/libm-test-ulps: Update.
42276 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42277
5b8a4d4a
JM
42278 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42279 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42280
8fdceb2e
JL
422812012-02-29 Jeff Law <law@redhat.com>
42282
42283 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42284 out of bounds read.
42285
1f393a11
MP
422862012-02-29 Marek Polacek <polacek@redhat.com>
42287
42288 [BZ #13706]
42289 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42290 * elf/Makefile: Add rules to run tst-unused-dep.out.
42291
8847f037
DM
422922012-02-28 David S. Miller <davem@davemloft.net>
42293
42294 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42295 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42296 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42297 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42298 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42299 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42300
169d7f11
JM
423012012-02-29 Joseph Myers <joseph@codesourcery.com>
42302
42303 * math/libm-test.inc (llround_test): Move one test from
42304 lround_test. Use TEST_f_L in moved test.
42305 (lround_test): Move misplaced test to llround_test. Add testcase
42306 from bug 2561.
42307
39adf059
UD
423082012-02-28 Ulrich Drepper <drepper@gmail.com>
42309
42310 * sysdeps/x86_64/fpu/e_expf.S: New file.
42311 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42312
71b5d1c5
SB
423132012-02-28 Stanislav Brabec <sbrabec@suse.cz>
42314
42315 [BZ #13637]
42316 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42317 of remain_len that may cause incomplete multi-byte character and
42318 false match.
42319 * posix/bug-regex33.c: New file.
42320 * posix/Makefile (tests): Add bug-regex33.
42321
1f77f049
JM
423222012-02-28 Joseph Myers <joseph@codesourcery.com>
42323
42324 * manual/macros.texi: New file.
42325 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42326 * manual/libc.texinfo: Include macros.texi.
42327 * manual/creatute.texi: Likewise.
42328 * manual/install.texi: Likewise.
42329 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42330 @glibcadj{} in references to the GNU C Library.
42331 * manual/charset.texi: Likewise.
42332 * manual/conf.texi: Likewise.
42333 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
42334 when not using those macros.
42335 * manual/creature.texi: Likewise.
42336 * manual/crypt.texi: Likewise.
42337 * manual/errno.texi: Likewise.
42338 * manual/filesys.texi: Likewise.
42339 * manual/header.texi: Likewise.
42340 * manual/install.texi: Likewise.
42341 * manual/intro.texi: Likewise.
42342 * manual/io.texi: Likewise.
42343 * manual/job.texi: Likewise.
42344 * manual/lang.texi: Likewise.
42345 * manual/libc.texiinfo: Likewise.
42346 * manual/llio.texi: Likewise.
42347 * manual/locale.texi: Likewise.
42348 * manual/maint.texi: Likewise.
42349 * manual/math.texi: Likewise.
42350 * manual/memory.texi: Likewise.
42351 * manual/message.texi: Likewise.
42352 * manual/nss.texi: Likewise.
42353 * manual/pattern.texi: Likewise.
42354 * manual/process.texi: Likewise.
42355 * manual/resource.texi: Likewise.
42356 * manual/search.texi: Likewise.
42357 * manual/setjmp.texi: Likewise.
42358 * manual/signal.texi: Likewise.
42359 * manual/socket.texi: Likewise.
42360 * manual/startup.texi: Likewise.
42361 * manual/stdio.texi: Likewise.
42362 * manual/string.texi: Likewise.
42363 * manual/sysinfo.texi: Likewise.
42364 * manual/syslog.texi: Likewise.
42365 * manual/terminal.texi: Likewise.
42366 * manual/time.texi: Likewise.
42367 * manual/users.texi: Likewise.
42368 * INSTALL: Regenerated.
42369 * NOTES: Regenerated.
d40c5d54 42370 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 42371
450bf206
AS
423722012-02-28 Andreas Schwab <schwab@linux-m68k.org>
42373
42374 * include/dirent.h: Include <dirstream.h> before
42375 <dirent/dirent.h>.
42376
741a235b
DM
423772012-02-28 David S. Miller <davem@davemloft.net>
42378
42379 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42380 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42381 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42382 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42383
d6b5aa58
DM
423842012-02-27 David S. Miller <davem@davemloft.net>
42385
1aff59a3
DM
42386 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42387 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42388 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42389 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42390
d6b5aa58
DM
42391 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42392 frame pointer instead of stack pointer relative arg slot.
42393 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42394 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42395 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42396
433f48bf
CD
423972012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
42398
42399 [BZ #3992]
42400 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42401
d674b76d
DM
424022012-02-27 David S. Miller <davem@davemloft.net>
42403
42404 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42405 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42406 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42407 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42408 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42409 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42410 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42411 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42412
0e7727f7
JM
424132012-02-27 Joseph Myers <joseph@codesourcery.com>
42414
42415 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42416 later. Allow versions 5-9.
43be4ca2 42417 * configure: Regenerated.
0e7727f7
JM
42418 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42419 required minimum version and 4.6 as recommended version. Do not
42420 mention bugs in GCC 2.7 and 2.8.
43be4ca2 42421 * INSTALL: Regenerated.
0e7727f7 42422
a78bc654
DM
424232012-02-27 David S. Miller <davem@davemloft.net>
42424
428d5830
DM
42425 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42426 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42427 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42428 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42429 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42430 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42431 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42432 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42433
a78bc654
DM
42434 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42435 manipulate bits before adding and subtracting TWO112[sx].
42436 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42437
4579f81c
RM
424382012-02-27 Roland McGrath <roland@hack.frob.com>
42439
36c8acb4
RM
42440 [BZ #13775]
42441 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42442 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42443 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42444 being in POSIX, because they are in 1003.1-2008.
42445
84ad622b
RM
42446 * rt/tst-aio.c: Include <fcntl.h>.
42447 * rt/tst-aio7.c: Likewise.
42448 * rt/tst-aio64.c: Likewise.
42449
4579f81c
RM
42450 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42451
abd923db
JM
424522012-02-27 Joseph Myers <joseph@codesourcery.com>
42453
42454 * manual/install.texi (--with-headers): Describe headers as
42455 interface headers, not private headers.
42456 (Specific advice for GNU/Linux systems): Describe use of headers
42457 from "make headers_install", not private headers from older
42458 kernels.
43be4ca2 42459 * INSTALL: Regenerated.
abd923db
JM
42460 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42461 Change to 2.6.19.
42462 * sysdeps/unix/sysv/linux/configure: Regenerated.
42463
6664049b
JM
42464 * manual/llio.texi (fclean): Remove documentation.
42465
bb8b6697
JM
42466 * manual/Makefile (libc-texi-generated): New variable. Include
42467 version.texi.
42468 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42469 $(libc-texi-generated), not duplicated list of files.
42470 (version.texi, stamp-version): New rules.
42471 (realclean): Remove $(libc-texi-generated), not individual files
42472 from that list. Do not remove dir-add.texinfo.
42473 * manual/libc.texinfo: Comment out uses of edition numbers and
42474 references to printed manual. Remove last-updated dates.
42475 (EDITION): Comment out.
42476 (ISBN): Likewise.
42477 (VERSION, UPDATED): Remove.
42478 (version.texi): Include.
42479
12e5c3b9
AS
424802012-02-27 Andreas Schwab <schwab@linux-m68k.org>
42481
42482 * sysdeps/posix/spawni.c: Include <signal.h>.
42483 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42484 * sysdeps/pthread/aio_fsync.c: Likewise.
42485
4efeffc1 424862012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 42487
ba63ba08
UD
42488 * conform/Makefile (tests): Run only when not cross-compiling and
42489 when fast-check is not defined.
42490
d94a4670
UD
42491 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42492 * conform/data/limits.h-data: Fixes for POSIX2008.
42493 * conform/run-conformtest.sh: Run all tests.
42494 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42495 headers.
42496 * include/bits/dlfcn.h: Likewise.
42497 * include/langinfo.h: Likewise.
42498 * include/monetary.h: Likewise.
42499 * include/sys/poll.h: Likewise.
42500
42501 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42502 for __USE_GNU.
42503 * posix/spawn.h: Define __need_sigset_t.
42504 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42505 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42506 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
42507 to get sigevent_t only.
42508 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42509 only for __USE_GNU.
42510 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42511 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42512 process_vm_writev only for __USE_GNU.
42513 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
42514
42515 * conform/Makefile: For now ignore errors from run-conformtest.
42516 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
42517 POSIX to avoid namespace pollution. Don't prepend headers.
42518 * conform/data/aio.h-data: Fixes for POSIX testing.
42519 * conform/data/fcntl.h-data: Likewise.
42520 * conform/data/glob.h-data: Likewise.
42521 * conform/data/grp.h-data: Likewise.
42522 * conform/data/pthread.h-data: Likewise.
42523 * conform/data/pwd.h-data: Likewise.
42524 * conform/data/signal.h-data: Likewise.
42525 * conform/data/spawn.h-data: Likewise.
42526 * conform/data/stdio.h-data: Likewise.
42527 * conform/data/stdlib.h-data: Likewise.
42528 * conform/data/stropts.h-data: Likewise.
42529 * conform/data/sys/mman.h-data: Likewise.
42530 * conform/data/sys/stat.h-data: Likewise.
42531 * conform/data/sys/types.h-data: Likewise.
42532 * conform/data/sys/wait.h-data: Likewise.
42533 * conform/data/time.h-data: Likewise.
42534 * conform/data/unistd.h-data: Likewise.
42535 * conform/data/utime.h-data: Likewise.
42536
42537 * io/sys/stat.h: fchmod was always in POSIX.
42538 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42539 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42540 * rt/aio.h: Define __need_timespec before including <time.h>.
42541 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42542 struct. Add forward declaration of pthread_attr_t and use it in
42543 sigevent.
42544 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42545 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42546 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42547 always remove CLK_TCK definition.
42548
c20105c3
AS
425492012-02-26 Andreas Schwab <schwab@linux-m68k.org>
42550
42551 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42552
7a270350
UD
425532012-02-25 Ulrich Drepper <drepper@gmail.com>
42554
31341567
UD
42555 * conform/run-conformtest.sh: New file.
42556 * conform/Makefile: Run run-conformtest for tests.
42557 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
42558 support.
42559
42560 * conform/data/uchar.h-data: New file.
42561 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42562 * conform/data/arpa/inet.h-data: Likewise.
42563 * conform/data/assert.h-data: Likewise.
42564 * conform/data/complex.h-data: Likewise.
42565 * conform/data/cpio.h-data: Likewise.
42566 * conform/data/ctype.h-data: Likewise.
42567 * conform/data/dirent.h-data: Likewise.
42568 * conform/data/dlfcn.h-data: Likewise.
42569 * conform/data/errno.h-data: Likewise.
42570 * conform/data/fcntl.h-data: Likewise.
42571 * conform/data/float.h-data: Likewise.
42572 * conform/data/fmtmsg.h-data: Likewise.
42573 * conform/data/fnmatch.h-data: Likewise.
42574 * conform/data/ftw.h-data: Likewise.
42575 * conform/data/glob.h-data: Likewise.
42576 * conform/data/grp.h-data: Likewise.
42577 * conform/data/iconv.h-data: Likewise.
42578 * conform/data/inttypes.h-data: Likewise.
42579 * conform/data/langinfo.h-data: Likewise.
42580 * conform/data/libgen.h-data: Likewise.
42581 * conform/data/limits.h-data: Likewise.
42582 * conform/data/locale.h-data: Likewise.
42583 * conform/data/math.h-data: Likewise.
42584 * conform/data/monetary.h-data: Likewise.
42585 * conform/data/mqueue.h-data: Likewise.
42586 * conform/data/ndbm.h-data: Likewise.
42587 * conform/data/net/if.h-data: Likewise.
42588 * conform/data/netdb.h-data: Likewise.
42589 * conform/data/netinet/in.h-data: Likewise.
42590 * conform/data/nl_types.h-data: Likewise.
42591 * conform/data/poll.h-data: Likewise.
42592 * conform/data/pthread.h-data: Likewise.
42593 * conform/data/pwd.h-data: Likewise.
42594 * conform/data/regex.h-data: Likewise.
42595 * conform/data/sched.h-data: Likewise.
42596 * conform/data/search.h-data: Likewise.
42597 * conform/data/semaphore.h-data: Likewise.
42598 * conform/data/setjmp.h-data: Likewise.
42599 * conform/data/signal.h-data: Likewise.
42600 * conform/data/spawn.h-data: Likewise.
42601 * conform/data/stdarg.h-data: Likewise.
42602 * conform/data/stdio.h-data: Likewise.
42603 * conform/data/stdlib.h-data: Likewise.
42604 * conform/data/string.h-data: Likewise.
42605 * conform/data/strings.h-data: Likewise.
42606 * conform/data/stropts.h-data: Likewise.
42607 * conform/data/sys/ipc.h-data: Likewise.
42608 * conform/data/sys/mman.h-data: Likewise.
42609 * conform/data/sys/msg.h-data: Likewise.
42610 * conform/data/sys/resource.h-data: Likewise.
42611 * conform/data/sys/select.h-data: Likewise.
42612 * conform/data/sys/sem.h-data: Likewise.
42613 * conform/data/sys/shm.h-data: Likewise.
42614 * conform/data/sys/socket.h-data: Likewise.
42615 * conform/data/sys/stat.h-data: Likewise.
42616 * conform/data/sys/statvfs.h-data: Likewise.
42617 * conform/data/sys/time.h-data: Likewise.
42618 * conform/data/sys/timeb.h-data: Likewise.
42619 * conform/data/sys/times.h-data: Likewise.
42620 * conform/data/sys/types.h-data: Likewise.
42621 * conform/data/sys/uio.h-data: Likewise.
42622 * conform/data/sys/un.h-data: Likewise.
42623 * conform/data/sys/utsname.h-data: Likewise.
42624 * conform/data/sys/wait.h-data: Likewise.
42625 * conform/data/syslog.h-data: Likewise.
42626 * conform/data/tar.h-data: Likewise.
42627 * conform/data/termios.h-data: Likewise.
42628 * conform/data/utime.h-data: Likewise.
42629 * conform/data/utmpx.h-data: Likewise.
42630 * conform/data/varargs.h-data: Likewise.
42631 * conform/data/wchar.h-data: Likewise.
42632 * conform/data/wctype.h-data: Likewise.
42633 * conform/data/wordexp.h-data: Likewise.
42634
42635 * include/stropts.h: New file.
42636 * include/uchar.h: New file.
42637 * include/aio.h: Changes to allow conformtest.pl to use the headers.
42638 * include/assert.h: Likewise.
42639 * include/ctype.h: Likewise.
42640 * include/dirent.h: Likewise.
42641 * include/dlfcn.h: Likewise.
42642 * include/fcntl.h: Likewise.
42643 * include/fnmatch.h: Likewise.
42644 * include/glob.h: Likewise.
42645 * include/grp.h: Likewise.
42646 * include/libio.h: Likewise.
42647 * include/locale.h: Likewise.
42648 * include/math.h: Likewise.
42649 * include/net/if.h: Likewise.
42650 * include/netdb.h: Likewise.
42651 * include/netinet/in.h: Likewise.
42652 * include/pthread.h: Likewise.
42653 * include/pwd.h: Likewise.
42654 * include/regex.h: Likewise.
42655 * include/sched.h: Likewise.
42656 * include/search.h: Likewise.
42657 * include/setjmp.h: Likewise.
42658 * include/signal.h: Likewise.
42659 * include/stdio.h: Likewise.
42660 * include/stdlib.h: Likewise.
42661 * include/string.h: Likewise.
42662 * include/sys/cdefs.h: Likewise.
42663 * include/sys/mman.h: Likewise.
42664 * include/sys/msg.h: Likewise.
42665 * include/sys/resource.h: Likewise.
42666 * include/sys/select.h: Likewise.
42667 * include/sys/socket.h: Likewise.
42668 * include/sys/stat.h: Likewise.
42669 * include/sys/statvfs.h: Likewise.
42670 * include/sys/time.h: Likewise.
42671 * include/sys/times.h: Likewise.
42672 * include/sys/uio.h: Likewise.
42673 * include/sys/utsname.h: Likewise.
42674 * include/sys/wait.h: Likewise.
42675 * include/termios.h: Likewise.
42676 * include/time.h: Likewise.
42677 * include/ulimit.h: Likewise.
42678 * include/unistd.h: Likewise.
42679 * include/utime.h: Likewise.
42680 * include/wchar.h: Likewise.
42681 * include/wctype.h: Likewise.
42682 * include/wordexp.h: Likewise.
42683
42684 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42685
7a270350
UD
42686 * time/time.h: TIME_UTC must be a macro.
42687 Make timespec_get available for ISO C11 only as well.
42688
7724defc
UD
426892012-02-24 Ulrich Drepper <drepper@gmail.com>
42690
42691 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42692 Reported by Peng Haitao <penght@cn.fujitsu.com>.
42693
6b1d1d46
JM
426942012-02-24 Joseph Myers <joseph@codesourcery.com>
42695
42696 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 42697
0f8bbd69
JM
426982012-02-24 Joseph Myers <joseph@codesourcery.com>
42699
42700 * manual/texinfo.tex: Update to version 2012-01-19.16.
42701
66ab80bc
JM
427022012-02-24 Joseph Myers <joseph@codesourcery.com>
42703
42704 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42705
74981cc5
RM
427062012-02-24 Roland McGrath <roland@hack.frob.com>
42707
ee968201
RM
42708 [BZ #13738]
42709 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42710 * manual/fdl-1.3.texi: New file.
42711 * manual/fdl-1.1.texi: File removed.
42712
74981cc5
RM
42713 [BZ #13738]
42714 * manual/libc.texinfo (FDL_VERSION): New @set.
42715 Use it for mention of FDL in cover text.
42716 (Documentation License): Use it in @include file name.
42717
7bb764bc
JM
427182012-02-22 Joseph Myers <joseph@codesourcery.com>
42719 Roland McGrath <roland@hack.frob.com>
42720
42721 [BZ #5461]
57f41c40
AS
42722 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42723 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
42724 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42725 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
42726 name.
42727 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42728
6cbeae47
JM
427292012-02-22 Joseph Myers <joseph@codesourcery.com>
42730
42731 [BZ #2547]
42732 [BZ #11365]
42733 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42734 manipulate bits before adding and subtracting TWO23[sx].
42735 * math/libm-test.inc (nearbyint_test): Add more tests.
42736
fe45ce09
JM
427372012-02-22 Joseph Myers <joseph@codesourcery.com>
42738
42739 [BZ #2548]
42740 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42741 bits before adding and subtracting TWO23[sx].
42742 * math/libm-test.inc (rint_test): Add more tests.
42743 (rint_test_tonearest): Likewise.
42744 (rint_test_towardzero): Likewise.
42745 (rint_test_downward): Likewise.
42746 (rint_test_upward: Likewise.
42747
ff3b3d82
JM
427482012-02-22 Joseph Myers <joseph@codesourcery.com>
42749
42750 [BZ #10110]
42751 * include/stdc-predef.h: New file. Extracted from features.h.
42752 * include/features.h: Include stdc-predef.h.
42753 * Makefile (headers): Add stdc-predef.h.
42754 * CONFORMANCE (Compiler limitations): Update.
42755
ef0aab35
JM
427562012-02-22 Joseph Myers <joseph@codesourcery.com>
42757
42758 * manual/libc.texinfo (VERSION, UPDATED): Revert.
42759
58639409
DM
427602012-02-21 David S. Miller <davem@davemloft.net>
42761
42762 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42763 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42764
c0e70b25
DM
427652012-02-20 David S. Miller <davem@davemloft.net>
42766
42767 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42768 using a normal save/restore sequence, rather than allocating a
42769 dummy stack frame just to store a frame pointer and restore.
42770 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42771
fb06851d
JM
427722012-02-21 Joseph Myers <joseph@codesourcery.com>
42773
42774 * manual/install.texi: Fix stray word in line-wrapped comment.
42775
7a8b71c3
DM
427762012-02-20 David S. Miller <davem@davemloft.net>
42777
d510c123
DM
42778 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42779 both binutils and gcc support GOTDATA.
42780
0722d7c2
DM
42781 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42782 "rd %pc" in the PIC register setup sequences.
42783
3d2b3019
DM
42784 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42785 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42786 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42787 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42788 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42789 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42790 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42791 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42792 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42793 (SYSCALL_ERROR_HANDLER): Likewise.
42794 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42795 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42796 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42797 (SYSCALL_ERROR_HANDLER): Likewise.
42798
c80098a9
DM
42799 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42800 (HAVE_GCC_GOTDATA): New.
42801 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42802 relocation support in both binutils and gcc.
42803 * sysdeps/sparc/elf/configure: Regenerate.
42804
3a2545a0
DM
42805 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42806 * sysdeps/sparc/sparc32/elf/configure: Delete.
42807 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42808 * sysdeps/sparc/sparc64/elf/configure: Delete.
42809 * sysdeps/sparc/elf/configure.in: New file.
42810 * sysdeps/sparc/elf/configure: Generate.
42811
7a8b71c3
DM
42812 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42813 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42814 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42815 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42816 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42817
f1e86fca
JM
428182012-02-21 Joseph Myers <joseph@codesourcery.com>
42819
42820 * manual/install.texi: Do not mention specific glibc version
42821 numbers.
42822 * manual/libc.texinfo (VERSION, UPDATED): Update.
42823 (@copying): Use @copyright{} and range of years.
42824
0e7dfaef
JM
428252012-02-21 Joseph Myers <joseph@codesourcery.com>
42826
42827 [BZ #13695]
42828 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42829 [crti.S not in sysdirs] (generated): Do not append.
42830 [crti.S not in sysdirs] (omit-deps): Likewise.
42831 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42832 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42833 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42834 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42835 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42836 Likewise.
42837 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42838 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42839 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42840 * csu/defs.awk: Remove file.
42841 * sysdeps/generic/initfini.c: Likewise.
42842 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42843 variable.
42844 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42845 Likewise.
42846
599af3ca
JM
428472012-02-20 Joseph Myers <joseph@codesourcery.com>
42848
42849 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42850 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42851 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42852 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42853 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42854 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42855 <bits/epoll.h>.
42856 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42857 (__EPOLL_PACKED): Define to empty if not defined by
42858 <bits/epoll.h>.
42859 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42860 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42861 bits/epoll.h.
42862
0e499750
JM
428632012-02-20 Joseph Myers <joseph@codesourcery.com>
42864
42865 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42866 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42867 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42868 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42869 <bits/timerfd.h>.
42870 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42871 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42872 bits/timerfd.h.
42873
5ad91f6e
JM
428742012-02-20 Joseph Myers <joseph@codesourcery.com>
42875
42876 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42877 in C locale.
42878 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42879 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42880 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42881 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42882
06b99b02
AJ
428832012-02-20 Aurelien Jarno <aurelien@aurel32.net>
42884
42885 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42886 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42887
7638c0fd
AS
428882012-02-19 Andreas Schwab <schwab@linux-m68k.org>
42889
42890 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42891 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42892 defined.
42893 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42894 Likewise.
42895 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42896 entry for 2.16.
42897
92221550
AJ
428982012-02-19 Aurelien Jarno <aurelien@aurel32.net>
42899
42900 * math/w_acos.c: Use non-signaling floating-point comparisons.
42901 * math/w_acosf.c: Likewise.
42902 * math/w_acosh.c: Likewise.
42903 * math/w_acoshf.c: Likewise.
42904 * math/w_acoshl.c: Likewise.
42905 * math/w_acosl.c: Likewise.
42906 * math/w_asin.c: Likewise.
42907 * math/w_asinf.c: Likewise.
42908 * math/w_asinl.c: Likewise.
42909 * math/w_atanh.c: Likewise.
42910 * math/w_atanhf.c: Likewise.
42911 * math/w_atanhl.c: Likewise.
42912 * math/w_exp2.c: Likewise.
42913 * math/w_exp2f.c: Likewise.
42914 * math/w_exp2l.c: Likewise.
42915 * math/w_j0.c: Likewise.
42916 * math/w_j0f.c: Likewise.
42917 * math/w_j0l.c: Likewise.
42918 * math/w_j1.c: Likewise.
42919 * math/w_j1f.c: Likewise.
42920 * math/w_j1l.c: Likewise.
42921 * math/w_jn.c: Likewise.
42922 * math/w_jnf.c: Likewise.
42923 * math/w_log.c: Likewise.
42924 * math/w_log10.c: Likewise.
42925 * math/w_log10f.c: Likewise.
42926 * math/w_log10l.c: Likewise.
42927 * math/w_log2.c: Likewise.
42928 * math/w_log2f.c: Likewise.
42929 * math/w_log2l.c: Likewise.
42930 * math/w_logf.c: Likewise.
42931 * math/w_logl.c: Likewise.
42932 * math/w_sqrt.c: Likewise.
42933 * math/w_sqrtf.c: Likewise.
42934 * math/w_sqrtl.c: Likewise.
42935 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42936 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42937 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42938 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42939 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42940
ebaf36eb
JM
429412012-02-19 Joseph Myers <joseph@codesourcery.com>
42942
42943 [BZ #9739]
42944 * manual/string.texi (strnlen): Use correct parameter name in
42945 equivalent expression.
42946
71c254a6
JM
429472012-02-19 Joseph Myers <joseph@codesourcery.com>
42948
42949 [BZ #11174]
42950 * manual/users.texi (seteuid): Consistently use neweuid for
42951 argument name.
42952
16d2c631
JM
429532012-02-19 Joseph Myers <joseph@codesourcery.com>
42954
42955 [BZ #13704]
42956 * manual/nss.texi (Services in the NSS configuration): Correct
42957 list of services in example configuration file.
42958
cd837b09
NB
429592012-02-19 Nick Bowler <nbowler@draconx.ca>
42960
42961 [BZ #11322]
42962 * manual/arith.texi: Remove statements about negative zero
42963 behaving identically to zero.
42964
02c4bbad
JM
429652012-02-18 Joseph Myers <joseph@codesourcery.com>
42966
42967 [BZ #5993]
42968 * manual/install.texi: Do not document upgrading from libc5.
42969
366842e7
JM
429702012-02-18 Joseph Myers <joseph@codesourcery.com>
42971
42972 [BZ #4596]
42973 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42974
dd54084d
DM
429752012-02-18 David S. Miller <davem@davemloft.net>
42976
42977 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42978 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42979 %o7 across the call.
42980 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42981 instead.
42982 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42983 SETUP_PIC_REG_LEAF.
42984 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42985 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42986 * sysdeps/sparc/crtn.S: Likewise.
42987
2bcc53a3
UD
429882012-02-17 Ulrich Drepper <drepper@gmail.com>
42989
42990 * aout/Makefile: Remove.
42991
09c093b5
RK
429922012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
42993
42994 [BZ #13058]
42995 * manual/examples/argp-ex1.c (main): Format definition in GNU
42996 style.
42997 * manual/examples/argp-ex2.c (main): Likewise.
42998 * manual/examples/argp-ex3.c (main): Likewise.
42999 * manual/examples/argp-ex4.c (main): Likewise.
43000 * manual/examples/longopt.c (main): Use new-style prototype
43001 definition.
43002 * manual/examples/strncat.c (main): Specify return type and use
43003 (void) for arguments.
43004 * manual/examples/subopt.c (main): Use char **argv argument.
43005
2ee633a2
JM
430062012-02-17 Joseph Myers <joseph@codesourcery.com>
43007
43008 [BZ #5077]
43009 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
43010 rounding modes.
43011
0520adde
FB
430122012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
43013
43014 [BZ #6907]
43015 * manual/string.texi (strchr): Change when strchrnul is
43016 recommended.
43017
3f4081cd
DGM
430182012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
43019
43020 [BZ #174]
43021 * manual/locale.texi (setlocale): Document LOCPATH.
43022
d1b10e78
JM
430232012-02-17 Joseph Myers <joseph@codesourcery.com>
43024
43025 [BZ #10210]
43026 * manual/process.texi (execle): Move @dots{} before last argument.
43027
79c6869c
PB
430282012-02-17 Paul Bolle <pebolle@tiscali.nl>
43029
43030 [BZ #12047]
43031 * manual/charset.texi (Generic Charset Conversion): Fix typo
43032 (LC_TYPE -> LC_CTYPE).
43033
cc6e48bc
NB
430342012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
43035
43036 [BZ #5805]
43037 * manual/arith.texi (scalbn): Use @var{} on parameter names.
43038 (scalbnf): Likewise.
43039 (scalbnl): Likewise.
43040 (scalbln): Likewise.
43041 (scalblnf): Likewise.
43042 (scalblnl): Likewise.
43043 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
43044 (vwarnx): Likewise.
43045 (verr): Likewise.
43046 (verrx): Likewise.
43047 * manual/filesys.texi (telldir): Use braces around return type.
43048 * manual/llio.texi (mmap): Add space after comma.
43049 (mmap64): Likewise.
43050 * manual/math.texi (jn): Use @var{} on parameter names.
43051 (jnf): Likewise.
43052 (jnl): Likewise.
43053 (yn): Likewise.
43054 (ynf): Likewise.
43055 (ynl): Likewise.
43056 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
43057 line.
43058 * manual/resource.texi (ulimit): Use @dots{} instead of literal
43059 "...".
43060 (sched_get_priority_min): Remove semicolon on @deftypefun line.
43061 (sched_get_priority_max): Likewise.
43062 * manual/signal.texi (sigvec): Add space after comma.
43063 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
43064 names.
43065 (if_indextoname): Likewise.
43066 (if_freenameindex): Likewise.
43067 (sendto): Use ',' instead of '.' in prototype.
43068 * manual/startup.texi (syscall): Use @dots{} instead of literal
43069 "...".
43070 * manual/stdio.texi (__fpending): Separate initial words of
43071 paragraph from @deftypefun line.
43072 * manual/syslog.texi (syslog): Use @dots{} instead of literal
43073 "...".
43074 (vsyslog): Use @var{} on parameter names.
43075 * manual/terminal.texi (stty): Use @var{} on parameter names.
43076 * manual/users.texi (getutmp): Use @var{} on parameter names.
43077 (getutmpx): Likewise.
43078
5b23062f
JM
430792012-02-17 Joseph Myers <joseph@codesourcery.com>
43080
43081 [BZ #6884]
43082 * manual/stdio.texi (fopen): Fix typos in description of
43083 ",ccs=STRING".
43084
8dee4833
AJ
430852012-02-17 Aurelien Jarno <aurelien@aurel32.net>
43086
43087 [BZ #4026]
43088 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43089 get clock_id definition.
43090
9078ce93
TS
430912012-02-17 Thomas Schwinge <thomas@schwinge.name>
43092
43093 [BZ #4822]
43094 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43095 (madvise): Cast every argument to void on its own.
43096
3835c55f
JM
430972012-02-17 Joseph Myers <joseph@codesourcery.com>
43098
43099 [BZ #9902]
43100 * manual/startup.texi (Exit Status): Fix typo.
43101
35c47e37
JM
431022012-02-17 Joseph Myers <joseph@codesourcery.com>
43103
43104 [BZ #10140]
43105 * manual/examples/argp-ex1.c: Include <stdlib.h>.
43106 * manual/examples/argp-ex2.c: Likewise.
43107 * manual/examples/argp-ex3.c: Likewise.
43108
e3b69ca7
RH
431092012-02-16 Richard Henderson <rth@redhat.com>
43110
43111 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43112 * sysdeps/s390/s390-32/initfini.c: Remove.
43113 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43114 * sysdeps/s390/s390-64/initfini.c: Remove.
43115
df83af67
KK
431162012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
43117
43118 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43119 compiler output for sysdeps/generic/initfini.c.
43120 * sysdeps/sh/elf/initfini.c: Remove file.
43121
f63f3380
DM
431222012-02-16 David S. Miller <davem@davemloft.net>
43123
fb59b3a4
DM
43124 [BZ #11494]
43125 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43126
f63f3380
DM
43127 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43128 * sysdeps/sparc/crti.S: New file.
43129 * sysdeps/sparc/crtn.S: New file.
43130 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43131 * sysdeps/sparc/sparc64/Makefile: Likewise.
43132
df6a4a4a
MF
431332012-02-15 Mike Frysinger <vapier@gentoo.org>
43134
6dd8f3dc 43135 [BZ #3335]
df6a4a4a
MF
43136 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43137
1cac7236
RM
431382012-02-15 Roland McGrath <roland@hack.frob.com>
43139
d2c736f8
RM
43140 [BZ #4822]
43141 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43142
1cac7236
RM
43143 * mach/devstream.c (cookie_io_functions_t): Macro removed.
43144 (write, read, close): Likewise.
43145 Patch by Aurelien Jarno <aurelien@aurel32.net>.
43146
8e475601
JM
431472012-02-15 Joseph Myers <joseph@codesourcery.com>
43148
43149 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43150 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43151 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43152 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43153 <bits/signalfd.h>.
43154 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43155 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43156 bits/signalfd.h.
43157
ed656b40
MP
431582012-02-14 Marek Polacek <polacek@redhat.com>
43159
43160 * sysdeps/x86_64/crti.S: New file.
43161 * sysdeps/x86_64/crtn.S: New file.
43162 * sysdeps/x86_64/elf/initfini.c: Remove file.
43163
2a979d3a
JM
431642012-02-13 Joseph Myers <joseph@codesourcery.com>
43165
43166 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43167 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43168 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43169 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43170 <bits/inotify.h>.
43171 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43172 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43173 bits/inotify.h.
43174
2a418ac3
JM
431752012-02-13 Joseph Myers <joseph@codesourcery.com>
43176
43177 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43178 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43179 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43180 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43181 <bits/eventfd.h>.
43182 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43183 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43184 bits/eventfd.h.
43185
fb779be7
TS
431862012-02-10 Thomas Schwinge <thomas@codesourcery.com>
43187
e19e83c5
RM
43188 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43189 __feraiseexcept instead of feraiseexcept.
7c35ffed 43190
fb779be7
TS
43191 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43192 nanosleep invocations.
43193 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43194 strings, and add error checking for a nanosleep invocations.
43195
59ba27a6
PE
431962012-02-09 Paul Eggert <eggert@cs.ucla.edu>
43197
43198 Replace FSF snail mail address with URLs, as per GNU coding standards.
43199 Most of the snail mail addresses were wrong anyway, and omitting
43200 them makes the source code easier to maintain. Almost all of the
43201 changes are to license notices and to locale LC_IDENTIFICATION
43202 addresses, except for this one:
43203 * manual/libc.texinfo: In "Published by", give the FSF's URL,
43204 not its snail mail address.
43205
57b957eb
RH
432062012-02-09 Richard Henderson <rth@twiddle.net>
43207
af850b1c
RH
43208 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43209 of kernel-features.h.
43210
57b957eb
RH
43211 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43212
6b73181a
MP
432132012-02-08 Marek Polacek <polacek@redhat.com>
43214
43215 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43216 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43217 * sysdeps/gnu/_G_config.h: Likewise.
43218 * sysdeps/generic/_G_config.h: Likewise.
43219
26ecc33a
AS
432202012-02-08 Andreas Schwab <schwab@linux-m68k.org>
43221
6c6dbc63
AS
43222 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43223 tests.
43224 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43225
e216c012
AS
43226 * sysdeps/powerpc/powerpc32/crti.S: New file.
43227 * sysdeps/powerpc/powerpc32/crtn.S: New file.
43228 * sysdeps/powerpc/powerpc64/crti.S: New file.
43229 * sysdeps/powerpc/powerpc64/crtn.S: New file.
43230
26ecc33a
AS
43231 * Makeconfig (have-initfini): Don't set.
43232 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43233 * configure.in (nopic_initfini): Don't substitute.
43234 * config.h.in (HAVE_INITFINI): Don't #undef.
43235 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43236 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43237
3add8e13
JM
432382012-02-08 Joseph Myers <joseph@codesourcery.com>
43239
43240 Support crti.S and crtn.S provided directly by architectures.
43241 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43242 [crti.S in sysdirs] (omit-deps): Likewise.
43243 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43244 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43245 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43246 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43247 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43248 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43249 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43250 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43251 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43252 compiler output for sysdeps/generic/initfini.c.
43253 * sysdeps/i386/elf/Makefile: Remove file.
43254 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43255
a22f12b4
MP
432562012-02-07 Marek Polacek <polacek@redhat.com>
43257
43258 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43259 * sysdeps/gnu/_G_config.h: Likewise.
43260 * sysdeps/mach/hurd/_G_config.h: Likewise.
43261
148cf100
MP
432622012-02-07 Marek Polacek <polacek@redhat.com>
43263
43264 * math/Makefile (tests): Add tst-CMPLX2.
43265 * math/tst-CMPLX2.c: New file.
43266
cfdc0dd7
AS
432672012-02-07 Andreas Schwab <schwab@linux-m68k.org>
43268
84ba42c4
AS
43269 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43270
cfdc0dd7
AS
43271 * math/libm-test.inc (jn_test): Add missing L suffix.
43272
622c86f4
MP
432732012-02-06 Marek Polacek <polacek@redhat.com>
43274
43275 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43276 * sysdeps/i386/fpu/e_powf.S: Likewise.
43277 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43278 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43279 * sysdeps/i386/fpu/e_acosh.S: Likewise.
43280 * sysdeps/i386/fpu/e_pow.S: Likewise.
43281 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43282 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43283 * sysdeps/i386/fpu/s_expm1.S: Likewise.
43284 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43285 * sysdeps/i386/fpu/e_log2.S: Likewise.
43286 * sysdeps/i386/fpu/e_log2l.S: Likewise.
43287 * sysdeps/i386/fpu/e_scalb.S: Likewise.
43288 * sysdeps/i386/fpu/e_powl.S: Likewise.
43289 * sysdeps/i386/fpu/s_log1p.S: Likewise.
43290 * sysdeps/i386/fpu/e_log10f.S: Likewise.
43291 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43292 * sysdeps/i386/fpu/e_logl.S: Likewise.
43293 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43294 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43295 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43296 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43297 * sysdeps/i386/fpu/e_log2f.S: Likewise.
43298 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43299 * sysdeps/i386/fpu/e_log.S: Likewise.
43300 * sysdeps/i386/fpu/s_cexp.S: Likewise.
43301 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43302 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43303 * sysdeps/i386/fpu/e_logf.S: Likewise.
43304 * sysdeps/i386/fpu/e_log10l.S: Likewise.
43305 * sysdeps/i386/fpu/e_atanh.S: Likewise.
43306 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43307 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43308 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43309 * sysdeps/i386/fpu/e_log10.S: Likewise.
43310 * sysdeps/i386/fpu/s_frexp.S: Likewise.
43311 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43312 * sysdeps/i386/fpu/s_asinh.S: Likewise.
43313 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43314 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43315 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43316 * sysdeps/i386/asm-syntax.h: Likewise.
43317 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43318 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43319 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43320 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43321 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43322 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43323 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43324 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43325 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43326 * sysdeps/powerpc/sysdep.h: Likewise.
43327 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43328 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43329
d4a54ac6
JM
433302012-02-06 Joseph Myers <joseph@codesourcery.com>
43331
43332 [BZ #411]
43333 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43334
314054ea
JM
433352012-02-06 Joseph Myers <joseph@codesourcery.com>
43336
43337 * sysdeps/i386/sysdep.h: Include <features.h>.
43338 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43339 version.
43340
d8e0ca50
JM
433412012-02-05 Joseph Myers <joseph@codesourcery.com>
43342
43343 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43344 Define.
43345 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43346 LOAD_PIC_REG_STR.
43347
b1da7dd9
JM
433482012-02-03 Joseph Myers <joseph@codesourcery.com>
43349
43350 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43351 (SETUP_PIC_REG): Use GET_PC_THUNK.
43352 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43353 macro.
43354
9a1d9254
JM
433552012-02-03 Joseph Myers <joseph@codesourcery.com>
43356
43357 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43358 for non-PIC compilation.
43359 (SETUP_PIC_REG): Add .p2align directive.
43360 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43361 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43362 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43363 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43364 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43365 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43366 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43367 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43368 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43369 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43370 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43371 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43372 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43373 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43374 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43375 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43376 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43377 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43378 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43379 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43380 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43381 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43382 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43383 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43384 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43385 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43386 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43387 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43388 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43389 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43390 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43391 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43392 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43393 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43394 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43395 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43396 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43397 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43398 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43399 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43400 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43401
65dc3b75
JM
434022012-02-03 Joseph Myers <joseph@codesourcery.com>
43403
43404 * math/tst-CMPLX.c: Include <stdio.h>.
43405
d55bf177
JM
434062012-01-31 Joseph Myers <joseph@codesourcery.com>
43407
43408 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43409 float.
43410 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43411 * sysdeps/sparc/bits/mathdef.h: Likewise.
43412
69db4f8f
MP
434132012-01-31 Marek Polacek <polacek@redhat.com>
43414
43415 * libio/libio.h: Don't define _PARAMS.
43416 * locale/programs/config.h: Don't define PARAMS.
43417 * stdlib/strtol_l.c: Likewise.
43418 (__strtol_l): Remove PARAMS from the prototype.
43419
41b81892
UD
434202012-01-31 Ulrich Drepper <drepper@gmail.com>
43421
3b49edc0
UD
43422 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
43423 names. Just use the correct names. Remove unnecessary wrapper
43424 functions.
43425 * malloc/arena.c: Likewise.
43426 * malloc/hooks.c: Likewise.
43427
41b81892
UD
43428 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43429 ARENA_TEST says not to. Simplify test for creation of a new arena.
43430 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43431
27a25b6e
UD
434322012-01-30 Ulrich Drepper <drepper@gmail.com>
43433
43434 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43435 into tail calls.
43436 (update_get_addr): New function.
43437 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43438 GET_ADDR_MODULE parameter.
43439
c8a89e7d
JM
434402012-01-30 Joseph Myers <joseph@codesourcery.com>
43441
43442 * crypt/cert.c: Remove __STDC__ conditionals.
43443 * crypt/crypt-entry.c: Likewise.
43444 * crypt/crypt_util.c: Likewise.
43445 * libio/filedoalloc.c: Likewise.
43446 * libio/fileops.c: Likewise.
43447 * libio/genops.c: Likewise.
43448 * libio/iofclose.c: Likewise.
43449 * libio/iofdopen.c: Likewise.
43450 * libio/iofopen.c: Likewise.
43451 * libio/iofopen64.c: Likewise.
43452 * libio/iogetdelim.c: Likewise.
43453 * libio/iopopen.c: Likewise.
43454 * libio/obprintf.c: Likewise.
43455 * libio/oldfileops.c: Likewise.
43456 * libio/oldiofclose.c: Likewise.
43457 * libio/oldiofdopen.c: Likewise.
43458 * libio/oldiofopen.c: Likewise.
43459 * libio/oldiopopen.c: Likewise.
43460 * libio/wfiledoalloc.c: Likewise.
43461 * libio/wgenops.c: Likewise.
43462 * locale/programs/xmalloc.c: Likewise.
43463 * misc/syslog.c: Likewise.
43464 * stdio-common/xbug.c: Likewise.
43465 * string/memchr.c: Likewise.
43466 * string/memcmp.c: Likewise.
43467 * string/memrchr.c: Likewise.
43468 * string/rawmemchr.c: Likewise.
43469 * sysdeps/posix/getcwd.c: Likewise.
43470 * time/strftime_l.c: Likewise.
43471
3b100462
JM
434722012-01-30 Joseph Myers <joseph@codesourcery.com>
43473
43474 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
43475 * config.make.in (config-cflags-sse2avx): Define.
43476 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43477 Fix typo.
43478
607998af
CM
434792012-01-29 Chris Metcalf <cmetcalf@tilera.com>
43480
43481 * scripts/config.guess: Update from upstream config git repository.
43482 * scripts/config.sub: Likewise.
43483
3601428f
CM
434842012-01-28 Chris Metcalf <cmetcalf@tilera.com>
43485
3ac8b282
CM
43486 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43487 (EM_NUM): Update.
43488 (R_TILEPRO_*, R_TILEGX_*): New macros.
43489
e034841e
CM
43490 * scripts/firstversions.awk: Fix bug in version range handling.
43491
540d7568
CM
43492 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43493
3601428f
CM
43494 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43495
463de862
CM
43496 * include/sys/epoll.h: New file.
43497 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43498 libc_hidden_def.
43499
73139a76
UD
435002012-01-28 Ulrich Drepper <drepper@gmail.com>
43501
96bc5b45
UD
43502 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43503 Avoid unnecessary __WORDSIZE == 64 test.
43504 (fmaxf): Use VEX format if possible.
43505 (fmax): Likewise.
43506 (fminf): Likewise.
43507 (fmin): Likewise.
43508
56f6f6a2
UD
43509 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43510 * math/math_private.h: Remove libc_fegetround* and
43511 libc_fesetround*.
43512 * sysdeps/i386/configure.in: Check for -msse2avx.
43513 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43514 also if SSE2AVX is defined.
43515 Remove libc_fegetround* and libc_fesetround*.
43516 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43517 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
43518 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43519 of HAS_YMM_USABLE.
43520 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43521 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43522 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43523 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43524 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43525
73139a76
UD
43526 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43527
d73f93a4
AZ
435282012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43529
43530 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43531 size is not set.
43532 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43533
6ee65ed6
UD
435342012-01-27 Ulrich Drepper <drepper@gmail.com>
43535
43536 [BZ #13618]
43537 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43538 relocation.
43539 * Makeconfig (libm): Define.
43540 * elf/Makefile: Add rules to build and run tst-relsort1.
43541 * elf/tst-relsort1.c: New file.
43542 * elf/tst-relsort1mod1.c: New file.
43543 * elf/tst-relsort1mod2.c: New file.
43544
8db21882
JM
435452012-01-27 Joseph Myers <joseph@codesourcery.com>
43546
43547 * math/s_ldexp.c: Remove __STDC__ conditionals.
43548 * math/s_ldexpf.c: Likewise.
43549 * math/s_ldexpl.c: Likewise.
43550 * math/s_nextafter.c: Likewise.
43551 * math/s_nexttowardf.c: Likewise.
43552 * math/s_significand.c: Likewise.
43553 * math/s_significandf.c: Likewise.
43554 * math/s_significandl.c: Likewise.
43555 * math/w_jnl.c: Likewise.
43556 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43557 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43558 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43559 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43560 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43561 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43562 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43563 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43564 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43565 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43566 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43567 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43568 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43569 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43570 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43571 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43572 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43573 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43574 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43575 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43576 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43577 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43578 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43579 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43580 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43581 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43582 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43583 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43584 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43585 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43586 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
43587 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
43588 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
43589 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
43590 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
43591 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
43592 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
43593 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
43594 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
43595 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
43596 * sysdeps/ieee754/k_standard.c: Likewise.
43597 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
43598 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
43599 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
43600 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
43601 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
43602 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
43603 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
43604 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
43605 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
43606 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
43607 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
43608 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
43609 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
43610 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
43611 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
43612 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
43613 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
43614 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
43615 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
43616 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
43617 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
43618 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
43619 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
43620 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
43621 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
43622 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
43623 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
43624 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
43625 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
43626 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
43627 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
43628 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
43629 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
43630 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
43631 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
43632 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
43633 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
43634 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
43635 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
43636 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
43637 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
43638 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
43639 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
43640 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
43641 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
43642 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
43643 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
43644 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
43645 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
43646 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43647 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43648 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43649 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43650 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43651 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43652 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43653 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43654 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43655 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43656 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43657 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43658 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43659 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43660 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43661 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43662 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43663 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43664 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43665 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43666 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43667 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43668 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43669 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43670 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43671 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43672 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43673 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43674 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43675 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43676 * sysdeps/ieee754/s_matherr.c: Likewise.
43677 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43678 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43679 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43680 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43681
965a54a4
JM
436822012-01-26 Joseph Myers <joseph@codesourcery.com>
43683
43684 * crypt/md5.h: Remove __STDC__ conditionals.
43685 * libio/libioP.h: Likewise.
43686 * locale/programs/config.h: Likewise.
43687 * sysdeps/generic/sysdep.h: Likewise.
43688 * sysdeps/i386/asm-syntax.h: Likewise.
43689 * sysdeps/s390/asm-syntax.h: Likewise.
43690 * sysdeps/unix/sysdep.h: Likewise.
43691 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43692 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43693
7071ad79
JM
436942012-01-26 Joseph Myers <joseph@codesourcery.com>
43695
43696 * libio/libio.h: Remove __STDC__ conditionals.
43697 * malloc/obstack.h: Likewise.
43698 * math/complex.h: Likewise.
43699 * math/math.h: Likewise.
43700 * sysdeps/generic/_G_config.h: Likewise.
43701 * sysdeps/gnu/_G_config.h: Likewise.
43702 * sysdeps/mach/hurd/_G_config.h: Likewise.
43703 * sysdeps/powerpc/bits/mathdef.h: Likewise.
43704 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43705 * sysdeps/sparc/bits/mathdef.h: Likewise.
43706
afc5ed09
UD
437072012-01-26 Ulrich Drepper <drepper@gmail.com>
43708
43709 [BZ #13583]
43710 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 43711 Clean up HAS_* macros.
afc5ed09 43712 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
43713 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43714 possible.
43715 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43716 HAS_AVX.
43717 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43718 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43719 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43720 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43721 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 43722
bdb6de1d
JM
437232012-01-25 Joseph Myers <joseph@codesourcery.com>
43724
43725 * elf/tst-unique3.cc (gets): Remove declaration.
43726 * elf/tst-unique3lib.cc (gets): Likewise.
43727 * elf/tst-unique3lib2.cc (gets): Likewise.
43728 * elf/tst-unique4.cc (gets): Likewise.
43729
b15549e6
UD
437302012-01-24 Ulrich Drepper <drepper@gmail.com>
43731
43732 * include/stdio.h: Add C++ protection. Add gets declarations and
43733 definitions.
43734 * debug/tst-chk1.c: Don't declare gets here.
43735 * stdio-common/tst-gets.c: Likewise.
43736
a037381f
JM
437372012-01-24 Joseph Myers <joseph@codesourcery.com>
43738
43739 * posix/glob: Remove directory.
43740
f1d4aa75
JM
437412012-01-24 Joseph Myers <joseph@codesourcery.com>
43742
43743 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43744
81c0c964
PT
437452012-01-22 Pino Toscano <toscano.pino@tiscali.it>
43746
43747 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43748 of the non-standard EPFNOSUPPORT.
43749
0ea698ae
ST
437502011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
43751
43752 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43753 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43754 ANYWHERE set to 1 only on KERN_NO_SPACE error.
43755
d220b117
UD
437562012-01-21 Ulrich Drepper <drepper@gmail.com>
43757
43758 * wcsmbs/uchar.h: Test __STDC_VERSION__.
43759
3e1aa84e
UD
437602012-01-20 Ulrich Drepper <drepper@gmail.com>
43761
43762 * nscd/aicache.c (addhstaiX): Do not cache negative results of
43763 transient errors.
43764 * nscd/grpcache.c (cache_addgr): Likewise.
43765 * nscd/hstcache.c (cache_addhst): Likewise.
43766 * nscd/initgrcache.c (addinitgroupsX): Likewise.
43767 * nscd/pwdcache.c (cache_addpw): Likewise.
43768 * nscd/servicescache.c (cache_addserv): Likewise.
43769
400aa020
UD
437702012-01-16 Ulrich Drepper <drepper@gmail.com>
43771
d77e7869
UD
43772 * malloc/malloc.c: Various cleanups.
43773 * malloc/hooks.c: Likewise.
43774
400aa020
UD
43775 * stdlib/Makefile (tests): Add bug-fmtmsg1.
43776 * stdlib/bug-fmtmsg1.c: New file.
43777
43778 * stdlib/fmtmsg.c (init): Add missing unlock.
43779 Patch by Peng Haitao <penght@cn.fujitsu.com>.
43780
e0a309cf
MP
437812012-01-12 Marek Polacek <polacek@redhat.com>
43782
43783 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43784 and _GNU_SOURCE.
43785
929d11c7
WS
437862012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
43787
43788 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43789 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43790 macro to ensure uniqueness of label name.
43791 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43792 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43793
41d0e869
UD
437942012-01-11 Ulrich Drepper <drepper@gmail.com>
43795
0cc5ed3b
UD
43796 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43797
41d0e869
UD
43798 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
43799 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43800 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43801 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43802
a47a831a
UD
438032012-01-10 Ulrich Drepper <drepper@gmail.com>
43804
daa891c0
UD
43805 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43806
43807 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43808 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43809 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43810
e58ef0f2
UD
43811 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43812
a47a831a 43813 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
43814 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43815 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 43816 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
43817
43818 * math/bits/math-finite.h: Add ldexp support.
43819
a0bfc9c7
MP
438202012-01-10 Marek Polacek <polacek@redhat.com>
43821
43822 * locale/programs/localedef.h (show_archive_content): Add noreturn
43823 attribute.
43824
d6e97a1d
UD
438252012-01-09 Ulrich Drepper <drepper@gmail.com>
43826
43827 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43828
d5835c26
UD
438292012-01-08 Ulrich Drepper <drepper@gmail.com>
43830
e5f484c6
UD
43831 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43832
d5835c26
UD
43833 * io/Makefile (headers): Add bits/poll2.h.
43834
d1f741e9
WS
438352011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
43836
43837 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43838 typo #include statement.
43839
ec09c1c4
UD
438402012-01-08 Ulrich Drepper <drepper@gmail.com>
43841
43842 * include/sys/cdefs.h: Define __attribute_alloc_size.
43843 * catgets/gencat.c: Add alloc_size attribute and apply consistently
43844 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43845 * elf/pldd.c: Likewise.
43846 * iconv/iconv_charmap.c: Likewise.
43847 * iconv/iconvconfig.c: Likewise.
43848 * iconv/strtab.c: Likewise.
43849 * locale/programs/locale.c: Likewise.
43850 * locale/programs/localedef.h: Likewise.
43851 * locale/programs/simple-hash.c: Likewise.
43852 * nscd/nscd.h: Likewise.
43853 * nss/makedb.c: Likewise.
43854 * sysdeps/generic/ldconfig.h: Likewise.
43855 * locale/programs/localedef.c: Remove xmalloc prototype.
43856 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43857
20b38e03
PP
438582012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
43859
43860 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43861 appropriate.
43862
a0da5fe1
UD
438632012-01-08 Ulrich Drepper <drepper@gmail.com>
43864
1d5a644a 43865 * math/Makefile (tests): Add tst-CMPLX.
669704fd 43866 * math/tst-CMPLX.c: New file.
1d5a644a 43867
8784a6db
UD
43868 * math/complex.h (CMPLXL): Fix typo.
43869
d9a216c0
UD
43870 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43871 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43872 GLIBC_2.16.
43873 * debug/tst-chk1.c: Add poll and ppoll tests.
43874 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43875 * include/sys/poll.h: Add hidden proto for ppoll.
43876 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43877 * sysdeps/mach/hurd/ppoll.c: Likewise.
43878 * io/ppoll.c: Likewise.
43879 * debug/poll_chk.c: New file.
43880 * debug/ppoll_chk.c: New file.
43881 * include/bits/poll2.h: New file.
43882 * io/bits/poll2.h: New file.
43883
ac097f5c
UD
43884 [BZ #1350]
43885 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43886
2119dcfa
UD
43887 * configure.in: static is always set to yes. Remove.
43888 * config.make.in: Don't set build-static.
43889 * Makeconfig: Remove use of build-static.
43890 * dlfcn/Makefile: Likewise.
43891 * elf/Makefile: Likewise.
43892 * math/Makefile: Likewise.
43893 * misc/Makefile: Likewise.
43894 * nptl/Makefile: Likewise.
43895 * sysdeps/mach/hurd/Makefile: Likewise.
43896
121766a9
UD
43897 * configure.in: PWD_P is not used anymore.
43898 * config.make.in: Remove PWD_P entry.
43899
51a1d39c 43900 * configure.in: Remove last remnants of RANLIB.
8720d066 43901 No need to check for signed size_t anymore.
215f4bdc
UD
43902 Don't set libc_commonpagesize and libc_relro_required here for Alpha
43903 and IA-64.
3857022a 43904 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
43905 * aclocal.m4: Likewise.
43906
d3ed7225
UD
43907 * wcsmbs/mbrtoc16.c: Implement using towc function.
43908 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43909 * wcsmbs/wcsmbsload.c: Likewise.
43910 * iconv/gconv_simple.c: Likewise.
43911 * iconv/gconv_int.h: Likewise.
43912 * iconv/gconv_builtin.h: Likewise.
43913 * iconv/iconv_prog.c: Remove CHAR16 handling.
43914
43915 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43916
43917 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43918
a0da5fe1
UD
43919 * configure.in: Remove --with-elf and --enable-bounded options.
43920 Dont set base_machine for ia64. More non-ELF conditions removed.
43921 Remove testing and setting of leading underscore information.
43922 * config.make.in (build-bounded): Set to no.
43923 * config.h.in: Remove NO_UNDERSCORES entry.
43924 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
43925 them.
43926 * csu/start.c: Remove !NO_UNDERSCORE code.
43927 * locale/localeinfo.h: Likewise.
43928 * sysdeps/generic/machine-gmon.h: Likewise.
43929 * sysdeps/generic/sysdep.h: Likewise.
43930 * sysdeps/i386/sysdep.h: Likewise.
43931 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43932 * sysdeps/mach/sysdep.h: Likewise.
43933 * sysdeps/s390/s390-32/sysdep.h: Likewise.
43934 * sysdeps/s390/s390-64/sysdep.h: Likewise.
43935 * sysdeps/sh/sysdep.h: Likewise.
43936 * sysdeps/sparc/sparc32/alloca.S: Likewise.
43937 * sysdeps/unix/i386/sysdep.S: Likewise.
43938 * sysdeps/unix/sparc/start.c: Likewise.
43939 * sysdeps/unix/sparc/sysdep.S: Likewise.
43940 * sysdeps/unix/sparc/sysdep.h: Likewise.
43941 * sysdeps/unix/start.c: Likewise.
43942 * sysdeps/unix/x86_64/sysdep.S: Likewise.
43943 * sysdeps/x86_64/sysdep.h: Likewise.
43944
df78418a
UD
439452012-01-07 Ulrich Drepper <drepper@gmail.com>
43946
a784e502
UD
43947 [BZ #13553]
43948 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43949 for non-gcc.
43950 * argp/argp-fmtstream.h: Use const instead __const.
43951 * argp/argp.h: Likewise.
43952 * assert/assert.h: Likewise.
43953 * bits/fenv.h: Likewise.
43954 * bits/sched.h: Likewise.
43955 * bits/sigset.h: Likewise.
43956 * bits/sigthread.h: Likewise.
43957 * catgets/nl_types.h: Likewise.
43958 * conform/data/pthread.h-data: Likewise.
43959 * crypt/crypt-private.h: Likewise.
43960 * crypt/crypt.h: Likewise.
43961 * crypt/crypt_util.c: Likewise.
43962 * ctype/ctype.h: Likewise.
43963 * debug/execinfo.h: Likewise.
43964 * debug/mbsnrtowcs_chk.c: Likewise.
43965 * debug/mbsrtowcs_chk.c: Likewise.
43966 * debug/wcsnrtombs_chk.c: Likewise.
43967 * debug/wcsrtombs_chk.c: Likewise.
43968 * debug/wcstombs_chk.c: Likewise.
43969 * dirent/dirent.h: Likewise.
43970 * dlfcn/dlfcn.h: Likewise.
43971 * elf/neededtest4.c: Likewise.
43972 * grp/grp.h: Likewise.
43973 * gshadow/gshadow.h: Likewise.
43974 * iconv/gconv.h: Likewise.
43975 * iconv/gconv_int.h: Likewise.
43976 * iconv/gconv_simple.c: Likewise.
43977 * iconv/iconv.h: Likewise.
43978 * iconv/loop.c: Likewise.
43979 * iconv/skeleton.c: Likewise.
43980 * include/aio.h: Likewise.
43981 * include/aliases.h: Likewise.
43982 * include/argz.h: Likewise.
43983 * include/arpa/inet.h: Likewise.
43984 * include/assert.h: Likewise.
43985 * include/dirent.h: Likewise.
43986 * include/dlfcn.h: Likewise.
43987 * include/execinfo.h: Likewise.
43988 * include/fcntl.h: Likewise.
43989 * include/fenv.h: Likewise.
43990 * include/glob.h: Likewise.
43991 * include/grp.h: Likewise.
43992 * include/libintl.h: Likewise.
43993 * include/mntent.h: Likewise.
43994 * include/netdb.h: Likewise.
43995 * include/pwd.h: Likewise.
43996 * include/rpc/netdb.h: Likewise.
43997 * include/sched.h: Likewise.
43998 * include/search.h: Likewise.
43999 * include/shadow.h: Likewise.
44000 * include/signal.h: Likewise.
44001 * include/stdio.h: Likewise.
44002 * include/stdlib.h: Likewise.
44003 * include/string.h: Likewise.
44004 * include/sys/socket.h: Likewise.
44005 * include/sys/stat.h: Likewise.
44006 * include/sys/statfs.h: Likewise.
44007 * include/sys/statvfs.h: Likewise.
44008 * include/sys/syslog.h: Likewise.
44009 * include/sys/time.h: Likewise.
44010 * include/sys/uio.h: Likewise.
44011 * include/time.h: Likewise.
44012 * include/unistd.h: Likewise.
44013 * include/utmp.h: Likewise.
44014 * include/wchar.h: Likewise.
44015 * include/wctype.h: Likewise.
44016 * inet/aliases.h: Likewise.
44017 * inet/arpa/inet.h: Likewise.
44018 * inet/netinet/ether.h: Likewise.
44019 * inet/netinet/in.h: Likewise.
44020 * intl/libintl.h: Likewise.
44021 * io/bits/fcntl2.h: Likewise.
44022 * io/fcntl.h: Likewise.
44023 * io/ftw.h: Likewise.
44024 * io/sys/poll.h: Likewise.
44025 * io/sys/stat.h: Likewise.
44026 * io/sys/statfs.h: Likewise.
44027 * io/sys/statvfs.h: Likewise.
44028 * io/utime.h: Likewise.
44029 * libio/bits/stdio.h: Likewise.
44030 * libio/bits/stdio2.h: Likewise.
44031 * libio/libio.h: Likewise.
44032 * libio/libioP.h: Likewise.
44033 * libio/stdio.h: Likewise.
44034 * locale/lc-ctype.c: Likewise.
44035 * locale/locale.h: Likewise.
44036 * login/utmp.h: Likewise.
44037 * malloc/arena.c: Likewise.
44038 * malloc/malloc.c: Likewise.
44039 * malloc/malloc.h: Likewise.
44040 * malloc/mcheck.c: Likewise.
44041 * malloc/mtrace.c: Likewise.
44042 * math/bits/mathcalls.h: Likewise.
44043 * math/fenv.h: Likewise.
44044 * math/math_private.h: Likewise.
44045 * misc/bits/error.h: Likewise.
44046 * misc/bits/syslog.h: Likewise.
44047 * misc/err.h: Likewise.
44048 * misc/error.h: Likewise.
44049 * misc/fstab.h: Likewise.
44050 * misc/mntent.h: Likewise.
44051 * misc/regexp.h: Likewise.
44052 * misc/search.h: Likewise.
44053 * misc/sgtty.h: Likewise.
44054 * misc/sys/mman.h: Likewise.
44055 * misc/sys/syslog.h: Likewise.
44056 * misc/sys/uio.h: Likewise.
44057 * misc/sys/xattr.h: Likewise.
44058 * misc/ttyent.h: Likewise.
44059 * nis/rpcsvc/ypclnt.h: Likewise.
44060 * nss/nss.h: Likewise.
44061 * posix/bits/unistd.h: Likewise.
44062 * posix/fnmatch.h: Likewise.
44063 * posix/glob.h: Likewise.
44064 * posix/sched.h: Likewise.
44065 * posix/spawn.h: Likewise.
44066 * posix/sys/wait.h: Likewise.
44067 * posix/unistd.h: Likewise.
44068 * posix/wordexp.h: Likewise.
44069 * pwd/pwd.h: Likewise.
44070 * resolv/netdb.h: Likewise.
44071 * resource/sys/resource.h: Likewise.
44072 * rt/aio.h: Likewise.
44073 * rt/bits/mqueue2.h: Likewise.
44074 * rt/mqueue.h: Likewise.
44075 * shadow/shadow.h: Likewise.
44076 * signal/signal.h: Likewise.
44077 * socket/send.c: Likewise.
44078 * socket/sendto.c: Likewise.
44079 * socket/sys/socket.h: Likewise.
44080 * stdio-common/printf.h: Likewise.
44081 * stdlib/bits/stdlib.h: Likewise.
44082 * stdlib/fmtmsg.h: Likewise.
44083 * stdlib/monetary.h: Likewise.
44084 * stdlib/stdlib.h: Likewise.
44085 * stdlib/ucontext.h: Likewise.
44086 * streams/stropts.h: Likewise.
44087 * string/argz.h: Likewise.
44088 * string/bits/string2.h: Likewise.
44089 * string/string.h: Likewise.
44090 * string/strings.h: Likewise.
44091 * sunrpc/rpc/auth.h: Likewise.
44092 * sunrpc/rpc/auth_des.h: Likewise.
44093 * sunrpc/rpc/clnt.h: Likewise.
44094 * sunrpc/rpc/netdb.h: Likewise.
44095 * sunrpc/rpc/pmap_clnt.h: Likewise.
44096 * sunrpc/rpc/xdr.h: Likewise.
44097 * sysdeps/generic/inttypes.h: Likewise.
44098 * sysdeps/generic/net/if.h: Likewise.
44099 * sysdeps/generic/sys/swap.h: Likewise.
44100 * sysdeps/gnu/net/if.h: Likewise.
44101 * sysdeps/gnu/utmpx.h: Likewise.
44102 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44103 * sysdeps/i386/i486/bits/string.h: Likewise.
44104 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44105 * sysdeps/s390/bits/string.h: Likewise.
44106 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44107 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44108 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44109 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44110 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44111 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44112 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44113 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44114 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44115 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44116 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44117 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44118 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44119 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44120 * sysdeps/unix/sysv/linux/readv.c: Likewise.
44121 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44122 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44123 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44124 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44125 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44126 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44127 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44128 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44129 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44130 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44131 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44132 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44133 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44134 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44135 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44136 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44137 * sysvipc/sys/ipc.h: Likewise.
44138 * sysvipc/sys/msg.h: Likewise.
44139 * sysvipc/sys/sem.h: Likewise.
44140 * sysvipc/sys/shm.h: Likewise.
44141 * termios/termios.h: Likewise.
44142 * time/sys/time.h: Likewise.
44143 * time/time.h: Likewise.
44144 * wcsmbs/bits/wchar2.h: Likewise.
44145 * wcsmbs/uchar.h: Likewise.
44146 * wcsmbs/wchar.h: Likewise.
44147 * wctype/wctype.h: Likewise.
44148
0269750c
UD
44149 [BZ #13551]
44150 * Makeconfig: Remove all but ELF support including AIX support.
44151 * Makerules: Likewise.
44152 * config.h.in: Likewise.
44153 * config.make.in: Likewise.
44154 * configure: Likewise.
44155 * configure.in: Likewise.
44156 * csu/Makefile: Likewise.
44157 * csu/version.c: Likewise.
44158 * debug/Makefile: Likewise.
44159 * dlfcn/Makefile: Likewise.
44160 * elf/Makefile: Likewise.
44161 * extra-lib.mk: Likewise.
44162 * iconv/Makefile: Likewise.
44163 * include/libc-symbols.h: Likewise.
44164 * include/shlib-compat.h: Likewise.
44165 * resolv/Makefile: Likewise.
44166 * resolv/res_libc.c: Likewise.
44167 * rt/Makefile: Likewise.
44168 * sysdeps/i386/asm-syntax.h: Likewise.
44169 * sysdeps/i386/sysdep.h: Likewise.
44170 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44171 * sysdeps/mach/sysdep.h: Likewise.
44172 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44173 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44174 * sysdeps/s390/asm-syntax.h: Likewise.
44175 * sysdeps/s390/s390-32/sysdep.h: Likewise.
44176 * sysdeps/s390/s390-64/sysdep.h: Likewise.
44177 * sysdeps/sh/sysdep.h: Likewise.
44178 * sysdeps/unix/sparc/sysdep.h: Likewise.
44179 * sysdeps/wordsize-32/divdi3.c: Likewise.
44180 * sysdeps/x86_64/sysdep.h: Likewise.
44181
00bbd29b
UD
44182 * argp/Versions: Remove _argp_unlock_xxx.
44183
44184 [BZ #13559]
44185 * abilist/ld.abilist: Update. Adjust for removal of tls option.
44186 * abilist/libBrokenLocale.abilist: Likewise.
44187 * abilist/libanl.abilist: Likewise.
44188 * abilist/libc.abilist: Likewise.
44189 * abilist/libcrypt.abilist: Likewise.
44190 * abilist/libdl.abilist: Likewise.
44191 * abilist/libm.abilist: Likewise.
44192 * abilist/libnsl.abilist: Likewise.
44193 * abilist/libpthread.abilist: Likewise.
44194 * abilist/libresolv.abilist: Likewise.
44195 * abilist/librt.abilist: Likewise.
44196 * abilist/libthread_db.abilist: Likewise.
44197 * abilist/libutil.abilist: Likewise.
44198 * abilist/libnss_db.abilist: New file.
44199
44200 * scripts/abilist.awk: Add support for indirect functions.
44201
a2693a0e
UD
44202 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44203
3f05895f
UD
44204 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44205
ecb6fb48
UD
44206 * shlib-versions: Remove entries for ports architectures.
44207
664f8cb9
UD
44208 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
44209 files in ports.
44210 * elf/stackguard-macros.h: Remove support for IA-64.
44211 * elf/tst-auditmod1.c: Likewise.
44212 * sysdeps/generic/ldsodefs.h: Likewise.
44213
7ae81d88
UD
44214 * sysdeps/unix/sysv/linux/configure.in: Ports should define
44215 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44216 configure files.
44217
bdeba135
UD
44218 [BZ #13552]
44219 * configure.in: Remove --enable-omitfp support.
44220 * FAQ.in: Adjust.
44221 * config.make.in: Likewise.
44222 * Makeconfig: Likewise.
44223 * manual/install.texi: Likewise.
44224
d75a0a62
UD
44225 In case anyone cares, the IA-64 architecture could move to ports.
44226 * sysdeps/ia64/*: Removed.
44227 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 44228 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 44229
dcc9756b
UD
44230 [BZ #13555]
44231 * configure.in: Remove entries for unsupported architectures.
44232
d3761ebc 44233 [BZ #13533]
9954432e
UD
44234 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44235 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
44236 routines.
44237 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44238 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44239 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
44240 fall back to using wcrtomb.
44241 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44242 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
44243 renaming.
44244 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44245 * wcsmbs/tst-c16c32-1.c: New file.
44246
44247 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44248 local variable.
44249
c3a87236
UD
44250 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44251
28926a1b
UD
44252 * elf/tst-unique3.cc: Add explicit declaration of gets.
44253 * elf/tst-unique3lib.cc: Likewise.
44254 * elf/tst-unique3lib2.cc: Likewise.
44255 * elf/tst-unique4.cc: Likewise.
44256
df78418a
UD
44257 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44258
8ecd6b2a
JM
442592012-01-06 Joseph Myers <joseph@codesourcery.com>
44260
44261 [BZ #13566]
44262 * assert/assert.h (static_assert): Don't define for C++.
44263 * libio/stdio.h (gets): Do declare for C++ <= C++11.
44264 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44265
9f115170
UD
442662012-01-03 Ulrich Drepper <drepper@gmail.com>
44267
5e0d0300
UD
44268 * iconv/loop.c (single loop): Fix assertion in storing of
44269 remaining bytes.
44270
9f115170
UD
44271 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44272
81fb02b0
UD
442732012-01-01 Ulrich Drepper <drepper@gmail.com>
44274
44275 * posix/getconf.c: Update copyright year.
44276 * nss/getent.c: Likewise.
a316c1f6 44277 * nss/makedb.c: Likewise.
81fb02b0
UD
44278 * iconv/iconvconfig.c: Likewise.
44279 * iconv/iconv_prog.c: Likewise.
44280 * elf/ldconfig.c: Likewise.
a316c1f6
UD
44281 * elf/pldd.c: Likewise.
44282 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
44283 * catgets/gencat.c: Likewise.
44284 * csu/version.c: Likewise.
44285 * elf/ldd.bash.in: Likewise.
44286 * elf/sprof.c (print_version): Likewise.
44287 * locale/programs/locale.c: Likewise.
44288 * locale/programs/localedef.c: Likewise.
a316c1f6 44289 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
44290 * nscd/nscd.c (print_version): Likewise.
44291 * debug/xtrace.sh: Likewise.
44292 * malloc/memusage.sh: Likewise.
44293 * malloc/mtrace.pl: Likewise.
44294 * debug/catchsegv.sh: Likewise.
44295
2ba92745
JJ
442962011-12-30 Jakub Jelinek <jakub@redhat.com>
44297
44298 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44299 pure attribute.
44300
dadebdae
UD
443012011-12-24 Ulrich Drepper <drepper@gmail.com>
44302
d3761ebc 44303 [BZ #13533]
db6af3eb
UD
44304 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44305 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44306 transformations.
44307 * iconv/gconv_int.h: Likewise.
44308 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44309 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44310 from libc for GLIBC_2.16.
44311 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44312 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44313 * wcsmbs/uchar.h: Really define mbstate_t.
44314 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44315 * wcsmbs/c16rtomb.c: New file.
44316 * wcsmbs/mbrtoc16.c: New file.
44317 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44318 for C/POSIX locale.
44319 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44320 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44321
dadebdae
UD
44322 * wcsmbs/wchar.h: Add missing __restrict.
44323
67371b56
UD
443242011-12-23 Ulrich Drepper <drepper@gmail.com>
44325
74033a25
UD
44326 [BZ #13532]
44327 * time/Makefile (routines): Add timespec_get.
44328 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44329 * time/time.h: Define TIME_UTC and declare timespec_get. Define
44330 timespec for ISO C11.
44331 * time/timespec_get.c: New file.
44332 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44333 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44334
380d7e87
UD
44335 [BZ #13531]
44336 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44337 * stdlib/stdlib.h: Declare aligned_alloc.
44338 * Versions.def: Add GLIBC_2.16 for libc.
44339 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44340
4e9e7a35
UD
44341 [BZ 13527]
44342 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44343 ISO C11.
44344
380d7e87 44345 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
44346 code.
44347
03a71829
UD
44348 [BZ #13528]
44349 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44350
839e283e
UD
44351 [BZ #13529]
44352 * assert/assert.h (static_assert): Define.
44353
ce5294e2 44354 * version.h: Update for 2.16 development version.
90fa7312 44355
8d44e150 44356 [BZ #13526]
d7809905
UD
44357 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44358 _ISOC11_SOURCE.
44359
c0da14cd
UD
44360 * version.h (RELEASE): Bump for 2.15 release.
44361 * include/features.h (__GLIBC_MINOR__): Bump to 15.
44362
530a3249
MP
44363 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44364 Patch by Marek Polacek <mpolacek@redhat.com>.
44365
67371b56
UD
44366 * bits/byteswap.h: Protect long long constants with __extension__.
44367 * sysdeps/i386/bits/byteswap.h: Likewise.
44368 * sysdeps/ia64/bits/byteswap.h: Likewise.
44369 * sysdeps/s390/bits/byteswap.h: Likewise.
44370 * sysdeps/x86_64/bits/byteswap.h: Likewise.
44371
15db4de1
LD
443722011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44373
44374 [BZ #13540]
bbe315ea
LD
44375 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44376 destination buffer.
15db4de1
LD
44377 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44378
2b2596b1
MP
443792011-12-23 Marek Polacek <polacek@redhat.com>
44380
44381 * elf/dl-addr.c (determine_info): Add inline keyword.
44382 * elf/tst-auditmod4b.c (check_avx): Likewise.
44383 * elf/tst-auditmod6b.c (check_avx): Likewise.
44384 * elf/tst-auditmod6c.c (check_avx): Likewise.
44385 * elf/tst-auditmod7b.c (check_avx): Likewise.
44386
70c6c246
UD
443872011-12-23 Ulrich Drepper <drepper@gmail.com>
44388
44389 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44390 !__SSE_MATH__.
44391
c044cf14
LD
443922011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44393
15db4de1 44394 [BZ #13540]
c044cf14
LD
44395 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44396 processing for last bytes.
44397
6b13d9d9
BH
443982011-08-06 Bruno Haible <bruno@clisp.org>
44399
d455f537
BH
44400 [BZ #13061]
44401 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44402 U+0385, not to U+1FEE.
44403
6b13d9d9
BH
44404 [BZ #13062]
44405 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44406 entry for U+00A5 U+0301.
44407
db910efd
UD
444082011-12-22 Ulrich Drepper <drepper@gmail.com>
44409
27deeafc
UD
44410 [BZ #13166]
44411 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44412 buffer for the output is too small.
44413
aed9d171
UD
44414 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44415 optimization.
44416
db910efd
UD
44417 [BZ #13185]
44418 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44419 SSE flags if possible.
44420
2bd779ae
LD
444212011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44422
e7f9dac3 44423 [BZ #13540]
2bd779ae
LD
44424 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44425 processing for last bytes.
44426
154bfc16
JM
444272011-12-22 Joseph Myers <joseph@codesourcery.com>
44428
44429 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44430 (syscall-list-default-options, syscall-list-default-condition)
44431 (syscall-list-includes): Define.
44432 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44433 list of ABIs and options and #if conditions for each ABI. Do not
44434 handle common syscalls between ABIs specially.
44435 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44436 Remove.
44437 (syscall-list-variants, syscall-list-32bit-options)
44438 (syscall-list-32bit-condition, syscall-list-64bit-options)
44439 (syscall-list-64bit-condition): Define.
44440 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44441 (syscall-list-variants, syscall-list-32bit-options)
44442 (syscall-list-32bit-condition, syscall-list-64bit-options)
44443 (syscall-list-64bit-condition): Define.
44444 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44445 Remove.
44446 (syscall-list-variants, syscall-list-32bit-options)
44447 (syscall-list-32bit-condition, syscall-list-64bit-options)
44448 (syscall-list-64bit-condition): Define.
44449 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44450 Remove.
44451 (syscall-list-variants, syscall-list-32bit-options)
44452 (syscall-list-32bit-condition, syscall-list-64bit-options)
44453 (syscall-list-64bit-condition): Define.
44454
21eaf3a5
UD
444552011-12-22 Ulrich Drepper <drepper@gmail.com>
44456
16c6f992
UD
44457 * locale/iso-639.def: Add brx entry.
44458
41043168
UD
44459 [BZ #13328]
44460 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44461 Proposed by Mariusz_Cukr <marcukr@op.pl>.
44462
21eaf3a5
UD
44463 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44464 __feraiseexcept_renamed.
44465
e3a851a2
UD
444662011-12-21 Ulrich Drepper <drepper@gmail.com>
44467
4920765e
UD
44468 [BZ #13538]
44469 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44470 EPOLLET with unsigned values.
44471 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44472 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44473
e3a851a2
UD
44474 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44475 to large cancellation.
44476 * math/s_cacoshf.c: Likewise.
44477 * math/s_cacoshl.c: Likewise.
44478
b27e24b8
RK
444792011-11-18 Richard B. Kreckel <kreckel@ginac.de>
44480
44481 [BZ #13305]
aebefeee 44482 [BZ #12786]
b27e24b8
RK
44483 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44484 * math/s_cacoshf.c: Likewise.
44485 * math/s_cacoshl.c: Likewise.
44486
ee190f67
UD
444872011-12-21 Ulrich Drepper <drepper@gmail.com>
44488
44489 [BZ #13439]
44490 * iconv/gconv.h: Define __GCONV_SWAP.
44491 * iconvdata/unicode.c: The swap bit must be stored in __flags.
44492 * iconvdata/utf-16.c: Likewise.
44493 * iconvdata/utf-32.c: Likewise.
44494
707f25df
AS
444952011-12-21 Andreas Schwab <schwab@linux-m68k.org>
44496
44497 [BZ #13524]
44498 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44499 numerator after shifting it by one limb.
44500
d2daaa1e
RÁE
445012011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
44502
44503 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44504 under [__USE_EXTERN_INLINES].
44505
a4647e72
UD
445062011-12-17 Ulrich Drepper <drepper@gmail.com>
44507
44508 [BZ #13446]
44509 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44510
f0b264f1
AZ
445112011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44512
44513 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44514 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44515 optimized code.
44516 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44517 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44518 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44519 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44520 for strncasecmp/strncasecmp_l compilation.
44521 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44522 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44523
8ef4f244
MP
445242011-12-08 Marek Polacek <mpolacek@redhat.com>
44525
44526 [BZ #13484]
44527 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44528 of __asm__.
44529
97ac2654
UD
445302011-12-17 Ulrich Drepper <drepper@gmail.com>
44531
44532 [BZ #13506]
44533 * time/tzfile.c (__tzfile_read): Check values from file header.
44534
91d2a845
WS
445352011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
44536
44537 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44538 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44539 * powerpc/powerpc32/dl-start.S: Likewise.
44540 * powerpc/powerpc32/elf/start.S: Likewise.
44541 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44542 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44543 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44544 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44545 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44546 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44547 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44548 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44549 * powerpc/powerpc32/fpu/s_round.S: Likewise.
44550 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44551 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44552 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44553 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44554 * powerpc/powerpc32/memset.S: Likewise.
44555 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44556 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44557 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44558 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44559 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44560 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44561 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44562 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44563 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44564 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44565 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44566 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44567 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44568
a1267ba1
AZ
445692011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44570
44571 * math/libm-test.inc: Added more nearbyint tests.
44572 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44573 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44574 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44575 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
44576
ad8ac1bd
RL
445772011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
44578
44579 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44580 FD_CLOEXEC.
44581
1d3e4b61
UD
445822011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44583
44584 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44585 Add wcscpy-ssse3 wcscpy-c.
44586 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
44587 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
44588 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
44589 * sysdeps/x86_64/wcschr.S: New file.
44590 * sysdeps/x86_64/wcsrchr.S: New file.
44591 * string/test-strcmp.c: Remove checking of wcscmp function for
44592 wrong alignments.
44593 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
44594 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
44595 wcsrchr-sse2 wcsrchr-c.
44596 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
44597 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
44598 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
44599 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
44600 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
44601 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
44602 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
44603 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
44604 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
44605 * wcsmbc/wcschr.c (WCSCHR): New macro.
44606
5b330a2d
UD
446072011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44608
44609 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
44610 * wcsmbs/test-wcsrchr.c: New file.
44611 * string/test-strrchr.c: Add wcsrchr support.
44612 (WIDE): New macro.
44613 * wcsmbs/test-wcscpy.c: New file.
44614 * string/test-strcpy.c: Add wcscpy support.
44615 (WIDE): New macro.
26428b7c 44616
f039c043
UD
446172011-12-10 Ulrich Drepper <drepper@gmail.com>
44618
44619 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
44620 the inner loop.
44621
850fb039
AS
446222011-12-06 Andreas Schwab <schwab@linux-m68k.org>
44623
44624 [BZ #13472]
44625 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
44626
4efbd5cb
UD
446272011-12-04 Ulrich Drepper <drepper@gmail.com>
44628
52ff5dd0 44629 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 44630 Minor optimizations.
52ff5dd0 44631
4efbd5cb
UD
44632 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
44633 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
44634 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
44635
8a426e12
UD
446362011-12-03 Ulrich Drepper <drepper@gmail.com>
44637
aff2453d
UD
44638 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
44639 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
44640 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
44641 for gcc to avoid warnings.
44642 * inet/Makefile (tests): Add tst-checks.
44643 * inet/tst-checks.c: New file.
44644
44645 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
44646 warning.
44647
44648 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44649 __wmemcmp_sse2.
44650
44651 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44652 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44653
8a426e12
UD
44654 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44655
9bea3473
UD
446562011-12-02 Ulrich Drepper <drepper@gmail.com>
44657
3a965496
UD
44658 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44659 problem.
44660
9bea3473
UD
44661 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44662
f101631b
UD
446632011-11-29 Joseph Myers <joseph@codesourcery.com>
44664
44665 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44666 conditional on GCC version.
44667 (__arch_compare_and_exchange_val_8_acq)
44668 (__arch_compare_and_exchange_val_16_acq)
44669 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44670 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44671 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44672
a98275aa
UD
446732011-12-02 Joseph Myers <joseph@codesourcery.com>
44674
44675 * sysdeps/sh/backtrace.c: New file.
44676
d4cc29a2
AS
446772011-12-02 Andreas Schwab <schwab@redhat.com>
44678
44679 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
44680 parenthesis.
44681
6257af2d
AS
446822011-12-01 Andreas Schwab <schwab@redhat.com>
44683
44684 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44685 falling back to utime.
44686
b5f44c1a
AS
446872011-11-30 Andreas Schwab <schwab@redhat.com>
44688
44689 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44690 expectations for float.
44691
f3a6cc0a
AS
446922011-11-29 Andreas Schwab <schwab@redhat.com>
44693
44694 * locale/weight.h (findidx): Add parameter len.
44695 * locale/weightwc.h (findidx): Likewise.
44696 * posix/fnmatch_loop.c (FCT): Adjust caller.
44697 * posix/regcomp.c (build_equiv_class): Likewise.
44698 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44699 * posix/regexec.c (check_node_accept_bytes): Likewise.
44700 * string/strcoll_l.c (STRCOLL): Likewise.
44701 * string/strxfrm_l.c (STRXFRM): Likewise.
44702
9d65ea3a
UD
447032011-11-17 Ulrich Drepper <drepper@gmail.com>
44704
44705 * Makefile.in: Remove CVSOPT handling.
44706 * configure.in: Remove use of AC_REVISION.
44707 * iconvdata/Makefile (distribute): No need to filter out CVS.
44708 * scripts/list-sources.sh: Remove CVS, subversion and monotone
44709 handling.
44710
5583a086
AS
447112011-11-16 Andreas Schwab <schwab@redhat.com>
44712
44713 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44714 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44715 [USE_AS_STRNCASECMP_L]: Likewise.
44716 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44717 NO_TLS_DIRECT_SEG_REFS.
44718 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44719 Fix argument offsets for non-PIC.
44720 [USE_AS_STRNCASECMP_L]: Likewise.
44721 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44722 NO_TLS_DIRECT_SEG_REFS.
44723
d62a8200
UD
447242011-11-15 Ulrich Drepper <drepper@gmail.com>
44725
9d65ea3a 44726 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
44727 O_CLOEXEC.
44728 * locale/loadlocale.c (_nl_load_locale): Likewise.
44729
09f93bd3
AS
447302011-11-15 Andreas Schwab <schwab@redhat.com>
44731
446514f9
AS
44732 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44733 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44734 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44735 (SYSCALL_GETTIME): Set errno on error.
44736
09f93bd3
AS
44737 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44738 count references to noai6ai_cached.
44739
312be3f9
UD
447402011-11-15 Ulrich Drepper <drepper@gmail.com>
44741
44742 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44743
44744 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44745 FD_CLOEXEC for /proc/self/maps.
44746
44747 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44748 FD_CLOEXEC for /proc/meminfo.
44749
44750 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44751 gai.conf.
44752
44753 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
44754 FD_CLOEXEC for given file.
44755
44756 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44757
44758 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44759 FD_CLOEXEC for /etc/hosts.
44760 (_gethtent): Likewise.
44761
44762 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44763
44764 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44765 cancellation and set FD_CLOEXEC for /etc/netgroup.
44766
44767 * nss/nss_files/files-key.c (search): Don't allow cancellation when
44768 reading /etc/publickey.
44769
44770 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44771 allow cancellation when reading /etc/group.
44772
44773 * nss/nss_files/files-alias.c (internal_setent): Don't allow
44774 cancellation.
44775 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
44776
44777 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44778 when using data file.
44779
44780 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44781
44782 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44783 (write_nis_obj): Use "c" and "e" in fopen.
44784
44785 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44786
44787 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44788
44789 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44790
44791 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44792
44793 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44794 locale.alias.
44795
44796 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44797
44798 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
44799
44800 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44801
44802 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44803 file parsing and set FD_CLOEXEC.
44804
82af0fa8
UD
448052011-11-14 Ulrich Drepper <drepper@gmail.com>
44806
44807 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44808
a5fb313c
AS
448092011-11-14 Andreas Schwab <schwab@redhat.com>
44810
44811 * malloc/arena.c (arena_get2): Don't call reused_arena when
44812 _int_new_arena failed.
44813
6abf3465
UD
448142011-11-14 Ulrich Drepper <drepper@gmail.com>
44815
44816 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44817 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44818 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44819 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44820 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44821 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44822 to compile strcasecmp and strncasecmp.
44823 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44824 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44825
44826 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44827
76e3966e
UD
448282011-11-13 Ulrich Drepper <drepper@gmail.com>
44829
44830 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44831 locale-defines.sym to gen-as-const-headers.
44832 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44833 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44834 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44835 to compile strcasecmp and strncasecmp.
44836 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44837 strcasecmp_l and strncasecmp_l.
44838 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44839 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44840 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44841 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44842 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44843 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44844 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44845 * sysdeps/i386/i686/multiarch/strncase.S: New file.
44846 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44847 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44848 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44849
ab26144e
UD
448502011-11-12 Ulrich Drepper <drepper@gmail.com>
44851
7edb22ef
UD
44852 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44853 result of SYSDEP_GETTIME_CPU to retval.
44854 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44855 parameter list to macro. Remove trailing semicolon. Adjust users.
44856
9694fc44
UD
44857 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44858 variable.
44859
8ad89ef8
UD
44860 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44861 mantissa words.
44862 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44863
0c822ef9
UD
44864 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44865 from unused variable.
44866
874e0564
UD
44867 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44868 DWARF definitions.
44869 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44870 for assembling.
44871
3a2edc79
UD
44872 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44873 over namespaces.
44874
f3c2577f
UD
44875 * sunrpc/rpc_prot.c (rejected): Fix case value.
44876
294ce126
UD
44877 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44878 unsigned long long int to avoid warnings in shift.
44879
5e2b63c6
UD
44880 * posix/regex_internal.c (re_string_reconstruct): Actually use result
44881 of use of trans.
44882 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44883 variable tmp.
44884
e7f4b08e
UD
44885 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44886 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44887 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44888
ab26144e
UD
44889 * nis/nis_table.c (nis_list): Use variable of correct type for
44890 result of __follow_path call.
44891
8a6d5255
AZ
448922011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44893
44894 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44895 of math functions ceil, trunc, floor, round, and sqrt, when
44896 avaliable on the platform.
44897 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44898 name clash.
44899 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44900 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44901 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44902
aaddc98c
MP
449032011-10-30 Marek Polacek <mpolacek@redhat.com>
44904
44905 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44906 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44907
95b7042b
RM
449082011-11-11 Roland McGrath <roland@hack.frob.com>
44909
44910 * include/unistd.h: Fix __readlink return type.
44911 Reported by Chris Metcalf <cmetcalf@tilera.com>.
44912
57769839
UD
449132011-11-11 Ulrich Drepper <drepper@gmail.com>
44914
44915 * stdlib/ucontext.h: Undo last change for makecontext.
44916
edc5984d
AS
449172011-11-11 Andreas Schwab <schwab@redhat.com>
44918
98591e58
AS
44919 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44920
edc5984d
AS
44921 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44922 * setjmp/setjmp.h: Mark functions as non-leaf.
44923 * setjmp/bits/setjmp2.h: Likewise.
44924 * stdlib/ucontext.h: Likewise.
44925
77cdc054
AS
449262011-11-10 Andreas Schwab <schwab@redhat.com>
44927
44928 * malloc/arena.c (_int_new_arena): Don't increment narenas.
44929 (reused_arena): Don't check arena limit.
44930 (arena_get2): Atomically check arena limit.
44931
fe72eebd
UD
449322011-11-08 Ulrich Drepper <drepper@gmail.com>
44933
5f078c32
UD
44934 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44935 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44936
fe72eebd
UD
44937 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44938 instructions.
44939
ae1bc2fa
AS
449402011-11-07 Andreas Schwab <schwab@redhat.com>
44941
7583a88d
AS
44942 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44943 handler when locking.
44944
ae1bc2fa
AS
44945 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44946 Fix size of allocated buffer.
44947
10fb0bfa
AS
449482011-11-04 Andreas Schwab <schwab@redhat.com>
44949
998832a4
AS
44950 [BZ #10103]
44951 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44952 declarations for long double functions.
44953 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44954
10fb0bfa
AS
44955 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44956
3d7ba52b
AS
449572011-11-03 Andreas Schwab <schwab@redhat.com>
44958
a9ae54a1
AS
44959 * nscd/nscd.c (main): Don't start AVC thread until credentials are
44960 installed.
44961
3d7ba52b
AS
44962 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44963 is disabled.
44964
bc8db248
ST
449652011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
44966
44967 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44968
45b96dd6
AS
449692011-11-01 Andreas Schwab <schwab@linux-m68k.org>
44970
647776f6
AS
44971 * include/alloca.h (stackinfo_alloca_round): Define.
44972 (extend_alloca): Use it.
44973 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44974 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44975 here.
44976
d91a8b93
AS
44977 * scripts/check-local-headers.sh: Ignore libaudit.h.
44978
45b96dd6
AS
44979 * nscd/Makefile (extra-objs): Make recursively expanded.
44980
432d41ce
UD
449812011-11-01 Ulrich Drepper <drepper@gmail.com>
44982
34372fc6
UD
44983 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44984 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44985
fadb59f8
UD
44986 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44987 * posix/tst-rfc3484-2.c: Likewise.
44988 * posix/tst-rfc3484-3.c: Likewise.
44989
78239589
UD
44990 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44991 process_vm_writev.
44992 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44993 process_vm_writev.
44994 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44995 process_vm_writev from libc using GLIBC_2.15 version.
44996
432d41ce
UD
44997 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44998
02f9c6cf
PP
449992011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
45000
45001 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
45002 stack usage.
45003
3a2c0242
UD
450042011-10-31 Ulrich Drepper <drepper@gmail.com>
45005
f4ec4833
UD
45006 [BZ #13367]
45007 * nss/getent.c (initgroups_keys): Show error message in case no group
45008 names are given.
45009
3a2c0242
UD
45010 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
45011 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
45012 __bump_nl_timestamp.
45013 * nscd/connections (nscd_init): When host database is served open
45014 netlink socket and request notification about configuration changes.
45015 (main_loop_poll): Track netlink file descriptor and bump timestamp
45016 in case data becomes available.
45017 (main_loop_epoll): Likewise.
45018 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
45019 (database_pers_head): Add extra_data fileds.
45020 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
45021 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
45022 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
45023 Adjust caller.
45024 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
45025 in6ai data, call __free_in6ai.
45026 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
45027 Add -DHAVE_NETLINK.
45028 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
45029 interface information. Reuse previous data if netlink timestamp
45030 is not changed.
45031 (__bump_nl_timestamp): New function.
45032 (__free_in6ai): New function.
45033
636064eb
UD
450342011-10-30 Ulrich Drepper <drepper@gmail.com>
45035
45036 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
45037 close_not_cancel_no_status here.
45038 (__check_pf): Reorganize code a bit to not call close twice if OOM.
45039
9beb2334
UD
450402011-10-29 Ulrich Drepper <drepper@gmail.com>
45041
6ef76f3b
UD
45042 [BZ #13276]
45043 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
45044 return value.
45045
0ffc4f3e 45046 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
45047 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
45048 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
45049
cb95113e
UD
450502011-07-03 Andreas Jaeger <aj@suse.de>
45051
45052 [BZ #10709]
45053 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
45054 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
45055 * math/libm-test.inc (sin_test): Add test case.
45056
a1b560ff
UD
450572011-10-29 Ulrich Drepper <drepper@gmail.com>
45058
c9aaface
UD
45059 [BZ #13337]
45060 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
45061 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45062
d272e7f1
UD
45063 * elf/chroot_canon.c (chroot_canon): Cleanups.
45064
1bc33071
UD
45065 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
45066
1760874d
TJ
45067 [BZ #13335]
45068 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
45069 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45070
51d91b18
UD
45071 * string/test-strchr.c: Make usable for strchrnul testing.
45072 * string/test-strchrnul.c: New file.
45073 * string/Makefile (strop-tests): Add strchrnul.
45074
a1b560ff 45075 * po/it.po: Update from translation team.
b611fb81 45076 * po/es.po: Likewise.
a1b560ff 45077
a5b81e1f
UD
450782011-10-28 Ulrich Drepper <drepper@gmail.com>
45079
fd52bc6d
UD
45080 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
45081 the three constants needed as parameters. Drop the others.
45082 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
45083 __m128i_strloadu_tolower.
52e4b9eb
UD
45084 Create and initialize variable zero and use it in all the places
45085 where _mm_setzero_si128 was used.
fd52bc6d 45086
a5b81e1f
UD
45087 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45088 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45089 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45090 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45091 anymore.
45092 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45093 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45094 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45095 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45096 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45097 __mpranred, __mptan.
45098 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45099 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45100 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45101 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45102 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45103 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45104 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45105 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45106 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45107
b4343346
AS
451082011-10-28 Andreas Schwab <schwab@redhat.com>
45109
0c92d8a8
AS
45110 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45111 redefine if SHARED.
45112 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45113
b4343346
AS
45114 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45115 wide char related routines to wcsmbs subdir.
45116
3871f58f
AS
451172011-10-27 Andreas Schwab <schwab@redhat.com>
45118
45119 [BZ #13344]
45120 * misc/sys/cdefs.h (__THROWNL): Define.
45121 * posix/unistd.h: Use __THREADNL instead of __THREAD
45122 for memory synchronization functions.
45123
94d44d9f
RM
451242011-10-26 Roland McGrath <roland@hack.frob.com>
45125
21b64b15 45126 [BZ #13349]
94d44d9f
RM
45127 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45128 doesn't exist.
45129 * manual/stdio.texi (Obstack Streams): Node removed.
45130
f6ce9294
AS
451312011-10-26 Andreas Schwab <schwab@redhat.com>
45132
80479147
AS
45133 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45134 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45135 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45136
f6ce9294
AS
45137 * math/math_private.h (math_force_eval): Allow non-addressable
45138 arguments.
45139 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45140
618280a1
UD
451412011-10-25 Ulrich Drepper <drepper@gmail.com>
45142
e0016b11
UD
45143 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45144 file is not needed.
45145
45146 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45147 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45148 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45149 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45150 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45151 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45152 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45153 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45154 Add AVX variants.
45155 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45156 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45157 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45158 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45159 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45160 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45161 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45162 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45163 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45164 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45165 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45166 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45167 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45168 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45169 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45170 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45171 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45172 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45173 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45174
45175 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45176 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
45177
618280a1
UD
45178 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45179 place. Use VEX encoding when compiling for AVX.
45180
37822576
AS
451812011-10-25 Andreas Schwab <schwab@redhat.com>
45182
1f1e1947
AS
45183 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45184 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45185
37822576
AS
45186 * string/test-strchr.c (do_test): Don't generate NUL bytes.
45187
31ea014d
UD
451882011-10-25 Ulrich Drepper <drepper@gmail.com>
45189
d7826aa1 45190 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 45191 useless if() expression.
d7826aa1
UD
45192 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45193 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45194 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45195 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45196 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45197 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45198 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45199 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45200 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45201 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45202 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45203 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45204 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45205 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45206 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45207 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45208 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45209 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45210 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45211
31ea014d
UD
45212 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45213
16437fec
AS
452142011-10-25 Andreas Schwab <schwab@redhat.com>
45215
45216 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45217 condition.
45218 * elf/dl-fini.c (_dl_sort_fini): Likewise.
45219
31d3cc00
UD
452202011-10-25 Ulrich Drepper <drepper@gmail.com>
45221
45222 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45223 .text section. Avoid duplicate constants.
45224 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45225 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45226 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45227 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45228 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45229 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45230 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45231 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45232 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45233 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45234 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45235 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45236 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45237 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45238 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45239 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45240 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45241 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45242 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45243 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45244 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45245 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45246 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45247 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45248 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45249 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45250 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45251 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45252 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45253 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45254 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45255 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45256 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45257 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45258 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45259 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45260 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45261 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45262 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45263 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45264 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45265 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45266 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45267 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45268 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45269
58985aa9
UD
452702011-10-24 Ulrich Drepper <drepper@gmail.com>
45271
202c9deb
UD
45272 * sysdeps/x86_64/dla.h: Move to ...
45273 * sysdeps/x86_64/fpu/dla.h: ...here.
45274 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45275 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 45276
af968f62
UD
45277 * config.make.in: Add have-mfma4 entry.
45278 * configure.in: Substitute libc_cv_cc_fma4.
45279 * math/Makefile (dbl-only-routines): Add sincostab.
45280 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45281 Use __sincostab not sincos.
45282 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45283 name is a macro.
45284 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45285 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45286 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45287 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
45288 using __copysign.
45289 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
45290 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
45291 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45292 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45293 and __inv.
45294 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45295 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45296 __copysign.
45297 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
45298 define aliases when function name is a macro.
45299 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45300 sysdeps/ieee754/dbl-64/sincos.tbl.
45301 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45302 fma4-enabled routines.
45303 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45304 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45305 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45306 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45307 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45308 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45309 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45310 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45311 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45312 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45313 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45314 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45315 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45316 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45317 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45318 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45319 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45320 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45321 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45322 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45323 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45324 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45325 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45326 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45327 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45328 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45329 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45330 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45331 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45332 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45333
58985aa9
UD
45334 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45335 rename.
45336 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45337 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45338 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45339 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45340 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45341 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45342 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45343 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45344
a201fbcf
AS
453452011-10-24 Andreas Schwab <schwab@redhat.com>
45346
45347 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45348
fc2ee42a
LD
453492011-10-23 Ulrich Drepper <drepper@gmail.com>
45350
bb3129bd
UD
45351 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45352
0275fff8
UD
45353 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45354 prediction.
45355 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45356
2fa2ae85
UD
45357 * string/strnlen.c: Don't define STRNLEN, reverse logic.
45358 Remove unused variable magic_bits.
45359 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45360
fc2ee42a
LD
45361 * string/strnlen.c: Define and use STRNLEN macro.
45362 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45363 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45364 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45365 * wcsmbs/wcslen.c: Define and use WCSLEN.
45366 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45367 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45368 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45369 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45370 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45371 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45372 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45373
ce7dd29f
LD
453742011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45375
45376 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45377 strnlen-sse2-no-bsf.
45378 Rename strlen-no-bsf to strlen-sse2-no-bsf.
45379 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45380 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45381 Add strnlen support.
45382 (USE_AS_STRNLEN): New macro.
45383 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45384 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45385 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45386 * sysdeps/x86_64/wcslen.S: New file.
45387
979c70a3
MZ
453882011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
45389
45390 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45391 XMM-moves are used for copying on small sizes.
45392
2d09f82f
LD
453932011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45394
45395 * wcsmbs/Makefile (strop-tests): Add wcschr.
45396 * wcsmbs/test-wcschr.c: New file.
45397 * string/test-strchr.c: Update.
45398 Add wcschr support.
45399 (WIDE): New macro.
45400
619fccca
LD
454012011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45402
2d09f82f 45403 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
45404 * wcsmbs/test-wcslen.c: New file.
45405 * string/test-strlen.c: Update.
45406 Add wcslen support.
45407 (WIDE): New macro.
45408
09f699ea
UD
454092011-10-23 Ulrich Drepper <drepper@gmail.com>
45410
45411 * po/it.po: Update from translation team.
45412
95584d3b
LD
454132011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45414
45415 * sysdeps/x86_64/wcscmp.S: Update.
45416 Fix wrong comparison semantics.
45417 wcscmp shall use signed comparison not unsigned.
45418 Don't use substraction to avoid overflow bug.
45419 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45420 * wcsmbc/wcscmp.c: Likewise.
45421 * string/test-strcmp.c: Likewise.
45422 Add new tests to check cases with negative values.
45423
c8b3296b
UD
454242011-10-23 Ulrich Drepper <drepper@gmail.com>
45425
45426 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45427 * sysdeps/x86_64/dla.h: ...here. New file.
45428 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45429 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45430 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45431 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45432 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45433 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45434 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45435 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45436 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45437
246ad57a
AS
454382011-10-23 Andreas Schwab <schwab@linux-m68k.org>
45439
45440 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45441 __ynl_finite aliases.
45442
a1a87169
UD
454432011-10-22 Ulrich Drepper <drepper@gmail.com>
45444
0d355eb7
UD
45445 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45446
a1a87169
UD
45447 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45448 define DLA_FMA.
45449 [DLA_FMA] (EMULV): Use DLA_FMA.
45450 [DLA_FMA] (MUL12): Use EMULV.
45451 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45452 that are not needed.
45453 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45454 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45455 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45456 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45457 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45458 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45459 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45460
ee2aafe0
AS
454612011-10-22 Andreas Schwab <schwab@linux-m68k.org>
45462
45463 * math/s_nan.c: Undef __nan.
45464 * math/s_nanf.c: Undef __nanf.
45465 * math/s_nanl.c: Undef __nanl.
45466 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45467 "math_private.h".
45468
bc62c2fb
UD
454692011-10-22 Ulrich Drepper <drepper@gmail.com>
45470
77425c63
UD
45471 * math/s_catan.c: Add branch predictions.
45472 * math/s_catanf.c: Likewise.
45473 * math/s_catanh.c: Likewise.
45474 * math/s_catanhf.c: Likewise.
45475 * math/s_catanhl.c: Likewise.
45476 * math/s_catanl.c: Likewise.
45477 * math/s_cexp.c: Likewise.
45478 * math/s_cexpf.c: Likewise.
45479 * math/s_cexpl.c: Likewise.
45480 * math/s_clog.c: Likewise.
45481 * math/s_clog10.c: Likewise.
45482 * math/s_clog10f.c: Likewise.
45483 * math/s_clog10l.c: Likewise.
45484 * math/s_clogf.c: Likewise.
45485 * math/s_clogl.c: Likewise.
45486 * math/s_csqrt.c: Likewise.
45487 * math/s_csqrtf.c: Likewise.
45488 * math/s_csqrtl.c: Likewise.
45489 * math/s_ctanf.c: Likewise.
45490 * math/s_ctanh.c: Likewise.
45491 * math/s_ctanhf.c: Likewise.
45492 * math/s_ctanhl.c: Likewise.
45493 * math/s_ctanl.c: Likewise.
45494
bc62c2fb
UD
45495 * math/math_private.h: Define __nan, __nanf, __nanl.
45496 * math/s_cacosh.c: Include <math_private.h>.
45497 * math/s_cacoshl.c: Likewise.
45498 * math/s_casinh.c: Likewise.
45499 * math/s_casinhf.c: Likewise.
45500 * math/s_casinhl.c: Likewise.
45501 * math/s_ccos.c: Rely entire on ccosh.
45502 * math/s_ccosf.c: Rely entire on ccoshf.
45503 * math/s_ccosl.c: Rely entirely on ccoshl.
45504 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
45505 Remove tests for FE_INVALID.
45506 * math/s_ccoshf.c: Likewise.
45507 * math/s_ccoshl.c: Likewise.
45508 * math/s_csin.c: Likewise.
45509 * math/s_csinf.c: Likewise.
45510 * math/s_csinh.c Likewise.
45511 * math/s_csinhf.c: Likewise.
45512 * math/s_csinhl.c: Likewise.
45513 * math/s_csinl.c: Likewise.
45514 * math/s_ctan.c: Likewise.
45515 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45516 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45517 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45518
8ec250a4
UD
455192011-10-21 Ulrich Drepper <drepper@gmail.com>
45520
c196fed8
UD
45521 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45522 compilation problems.
45523
8ec250a4
UD
45524 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45525 __builtin_expect.
45526
8d4f46c6
UD
455272011-10-20 Ulrich Drepper <drepper@gmail.com>
45528
ed72b654
UD
45529 * sysdeps/i386/configure.in: Test for -mfma4 option.
45530 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45531 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45532 COMMON_CPUID_INDEX_80000001.
45533 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45534 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45535 use it if FMA3 is not supported.
45536 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45537
8d4f46c6
UD
45538 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45539 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45540
d45c60c2
AS
455412011-10-20 Andreas Schwab <schwab@redhat.com>
45542
45543 [BZ #12892]
45544 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45545 it would create a cycle with a link time dependency.
45546
d9a4d2ab
UD
455472011-10-19 Ulrich Drepper <drepper@gmail.com>
45548
855d1560
UD
45549 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45550 instruction.
45551 * string/Makefile (strop-tests): Add rawmemchr.
45552 * string/test-rawmemchr.c: New file.
45553
d9a4d2ab
UD
45554 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45555 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
45556 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
45557 when compiling str{,n}casecmp and when AVX is available. Hook up
45558 new optimized code in initializers.
45559
8f3b1ffe
AS
455602011-10-19 Andreas Schwab <schwab@redhat.com>
45561
45562 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45563 __feraiseexcept instead of feraiseexcept.
45564
d38f1dba
UD
455652011-10-18 Ulrich Drepper <drepper@gmail.com>
45566
d9a8d0ab
UD
45567 * math/math_private.h: Define defaults for libc_fetestexcept and
45568 libc_feupdateenv.
45569 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45570 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45571 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45572 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45573 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45574 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45575 libc_fetestexcept and libc_feupdateenv.
45576
4855e3dd
UD
45577 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45578 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45579 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45580 * sysdeps/x86_64/fpu/math_private.h: Define special version of
45581 libc_feholdexcept_setround.
45582
581d30e3
UD
45583 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45584 Add s_nearbyint-c and s_nearbyintf-c.
45585 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45586 nearbyintf inlines.
45587 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
45588 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
45589 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
45590 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
45591
d38f1dba
UD
45592 * math/math_private.h: Define defaults for libc_fegetround,
45593 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
45594 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
45595 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
45596 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
45597 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
45598 standard functions.
45599 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45600 Remove comments and hacks for old compiler versions.
45601 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45602 libc_fegetround, libc_fesetround, libc_feholdexcept, and
45603 libc_feholdexceptl.
45604
caa6c9d8
AS
456052011-10-18 Andreas Schwab <schwab@redhat.com>
45606
45607 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
45608 (__feraiseexcept_renamed): Add __NTH.
45609 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
45610 namespace violations.
45611
97c066e6
UD
456122011-10-17 Ulrich Drepper <drepper@gmail.com>
45613
99ce7b04
UD
45614 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
45615
1004d182
UD
45616 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
45617
228a984d
UD
45618 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
45619 recently added interfaces.
45620 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
45621
c8553a6a
UD
45622 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
45623 about macro parameter expansion.
45624
ed22dcf6
UD
45625 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
45626 __NO_MATH_INLINES is defined. Cleanups.
45627
45628 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
45629 and __floorf is target has SSE4.1.
45630 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
45631 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
45632 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
45633 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
45634
b171c137
UD
45635 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
45636 name.
45637 (floorf): Likewise.
45638
97c066e6
UD
45639 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
45640
629f62ef
AS
456412011-10-17 Andreas Schwab <schwab@redhat.com>
45642
49a43d80
AS
45643 * misc/sys/cdefs.h: Fix last change.
45644
629f62ef
AS
45645 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
45646 database lookup.
45647
e453f6cd
UD
456482011-10-16 Ulrich Drepper <drepper@gmail.com>
45649
aa78043a
UD
45650 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45651
ad0f5cad
UD
45652 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45653 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45654 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45655 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45656 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45657 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45658 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45659 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45660 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45661 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45662 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45663 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45664 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45665 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45666 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45667 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45668 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45669 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45670 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45671 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45672 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45673 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45674
45675 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45676 ceil, ceilf, floor, floorf.
45677
45678 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45679 Perform IRELATIVE relocations last.
45680
e453f6cd
UD
45681 * elf/do-rel.h: Add another parameter nrelative, replacing the
45682 local variable with the same name. Change name of the function
45683 to end in Rel or Rela (uppercase).
45684 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45685 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
45686 elf_dynamic_do_##reloc function.
45687
fd5bdc09
UD
456882011-10-15 Ulrich Drepper <drepper@gmail.com>
45689
79b195b5
UD
45690 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45691 is sufficient, at least on modern CPUs.
45692
d4a28569
UD
45693 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45694
b61099b5
UD
45695 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45696 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45697
bcf01e6d
UD
45698 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45699 __expl_finite.
45700 * math/bits/math-finite.h: Add entries for exp.
45701 * math/e_expl.c: Add __*_finite alias.
45702 * sysdeps/i386/fpu/e_exp.S: Likewise.
45703 * sysdeps/i386/fpu/e_expf.S: Likewise.
45704 * sysdeps/i386/fpu/e_expl.c: Likewise.
45705 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45706 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45707 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45708 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45709 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45710 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45711 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45712
ba1a0d59
UD
45713 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45714 is sufficient, at least on modern CPUs.
45715
fd5bdc09
UD
45716 * ctype/ctype-info.c (__ctype_init): Define.
45717 * include/ctype.h (__ctype_init): Declare.
45718 (__ctype_b_loc): The variable is always initialized.
45719 (__ctype_toupper_loc): Likewise.
45720 (__ctype_tolower_loc): Likewise.
45721 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45722 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45723
7872cfb0
AS
457242011-10-15 Andreas Schwab <schwab@linux-m68k.org>
45725
b468825a
AS
45726 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45727
7872cfb0
AS
45728 * configure.in: Also look in $cxxmachine/include for C++ system
45729 headers.
45730
be13f7bf
LD
457312011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45732
45733 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45734 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45735 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45736 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
45737 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45738 (USE_AS_WMEMCMP): New macro.
45739 Fixing indents.
45740 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45741 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45742 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45743 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45744 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45745 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45746 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45747 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45748 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45749 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45750 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45751 (USE_AS_WMEMCMP): New macro.
45752 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45753 * sysdeps/string/test-memcmp.c: Update.
45754 Fix simple_wmemcmp.
45755 Add new tests.
45756 * wcsmbs/wmemcmp.c: Update.
45757 (WMEMCMP): New macro.
45758 Fix overflow bug.
45759
556a2007
AJ
457602011-10-12 Andreas Jaeger <aj@suse.de>
45761
45762 [BZ #13268]
45763 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45764
538faaa7
UD
457652011-10-15 Ulrich Drepper <drepper@gmail.com>
45766
ab6737ff
UD
45767 * libio/iofwide.c (do_length): Avoid warning.
45768
538faaa7
UD
45769 * ctype/ctype.h (__isctype_f): Add missing __THROW.
45770
396a21b1
UD
457712011-10-14 Ulrich Drepper <drepper@gmail.com>
45772
cdf2901f
UD
45773 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45774
38ad40ce
UD
45775 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45776 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45777 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45778 * sysdeps/i386/i686/fpu/e_log.S: New file.
45779 * sysdeps/i386/i686/fpu/e_logf.S: New file.
45780 * sysdeps/i386/i686/fpu/e_logl.S: New file.
45781
396a21b1
UD
45782 * ctype/ctype.h: Add support for inlined isXXX functions when
45783 compiling C++ code.
45784
6b1f68c9
AS
457852011-10-14 Andreas Schwab <schwab@redhat.com>
45786
349290c0
AS
45787 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45788
6b1f68c9
AS
45789 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45790
f2282d42
RM
457912011-10-13 Roland McGrath <roland@hack.frob.com>
45792
45793 [BZ #13291]
45794 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45795
5298ffa8
AS
457962011-10-13 Andreas Schwab <schwab@redhat.com>
45797
714fad23
AS
45798 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
45799 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45800 feraiseexcept.
45801
81dcc7fb
AS
45802 * sysdeps/x86_64/memrchr.S: Check for zero size.
45803
5298ffa8
AS
45804 * string/stratcliff.c: Add memrchr tests.
45805
951fbcec
LD
458062011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45807
45808 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45809 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45810 rawmemchr-sse2 rawmemchr-sse2-bsf.
45811 * sysdeps/i386/i686/multiarch/memchr.S: New file.
45812 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45813 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45814 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45815 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45816 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45817 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45818 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45819 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45820 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45821 * string/memrchr.c (MEMRCHR): New macro.
45822
0ac5ae23
UD
458232011-10-12 Ulrich Drepper <drepper@gmail.com>
45824
45825 Add integration with gcc's -ffinite-math-only and optimize wrapper
45826 functions in libm.
45827 * Versions.def: Define GLIBC_2.15 version for libm.
45828 * math/Makefile (headers): Add bits/math-finite.h.
45829 * math/bits/math-finite.h: New file.
45830 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45831 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45832 * math/e_acoshl.c: Add __*_finite alias.
45833 * math/e_acosl.c: Likewise.
45834 * math/e_asinl.c: Likewise.
45835 * math/e_atan2l.c: Likewise.
45836 * math/e_atanhl.c: Likewise.
45837 * math/e_coshl.c: Likewise.
45838 * math/e_exp10.c: Likewise.
45839 * math/e_exp10f.c: Likewise.
45840 * math/e_exp10l.c: Likewise.
45841 * math/e_exp2l.c: Likewise.
45842 * math/e_fmodl.c: Likewise.
45843 * math/e_gammal_r.c: Likewise.
45844 * math/e_hypotl.c: Likewise.
45845 * math/e_j0l.c: Likewise.
45846 * math/e_j1l.c: Likewise.
45847 * math/e_jnl.c: Likewise.
45848 * math/e_lgammal_r.c: Likewise.
45849 * math/e_log10l.c: Likewise.
45850 * math/e_log2l.c: Likewise.
45851 * math/e_logl.c: Likewise.
45852 * math/e_powl.c: Likewise.
45853 * math/e_sinhl.c: Likewise.
45854 * math/e_sqrtl.c: Likewise.
45855 * math/e_scalb.c: Completely rewritten and optimized.
45856 * math/e_scalbf.c: Likewise.
45857 * math/e_scalbl.c: Likewise.
45858 * math/w_acos.c: Likewise.
45859 * math/w_acosf.c: Likewise.
45860 * math/w_acosl.c: Likewise.
45861 * math/w_acosh.c: Likewise.
45862 * math/w_acoshf.c: Likewise.
45863 * math/w_acoshl.c: Likewise.
45864 * math/w_asin.c: Likewise.
45865 * math/w_asinf.c: Likewise.
45866 * math/w_asinl.c: Likewise.
45867 * math/w_atan2.c: Likewise.
45868 * math/w_atan2f.c: Likewise.
45869 * math/w_atan2l.c: Likewise.
45870 * math/w_atanh.c: Likewise.
45871 * math/w_atanhf.c: Likewise.
45872 * math/w_atanhl.c: Likewise.
45873 * math/w_exp10.c: Likewise.
45874 * math/w_exp10f.c: Likewise.
45875 * math/w_exp10l.c: Likewise.
45876 * math/w_fmod.c: Likewise.
45877 * math/w_fmodf.c: Likewise.
45878 * math/w_fmodl.c: Likewise.
45879 * math/w_j0.c: Likewise.
45880 * math/w_j0f.c: Likewise.
45881 * math/w_j0l.c: Likewise.
45882 * math/w_j1.c: Likewise.
45883 * math/w_j1f.c: Likewise.
45884 * math/w_j1l.c: Likewise.
45885 * math/w_jn.c: Likewise.
45886 * math/w_jnf.c: Likewise.
45887 * math/w_log.c: Likewise.
45888 * math/w_logf.c: Likewise.
45889 * math/w_logl.c: Likewise.
45890 * math/w_log10.c: Likewise.
45891 * math/w_log10f.c: Likewise.
45892 * math/w_log10l.c: Likewise.
45893 * math/w_log2.c: Likewise.
45894 * math/w_log2f.c: Likewise.
45895 * math/w_log2l.c: Likewise.
45896 * math/w_pow.c: Likewise.
45897 * math/w_powf.c: Likewise.
45898 * math/w_powl.c: Likewise.
45899 * math/w_remainder.c: Likewise.
45900 * math/w_remainderf.c: Likewise.
45901 * math/w_remainderl.c: Likewise.
45902 * math/w_scalb.c: Likewise.
45903 * math/w_scalbf.c: Likewise.
45904 * math/w_scalbl.c: Likewise.
45905 * math/w_sqrt.c: Likewise.
45906 * math/w_sqrtf.c: Likewise.
45907 * math/w_sqrtl.c: Likewise.
45908 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45909 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
45910 used.
45911 * math/math_private.h: Declare __kernel_standard_f.
45912 * math/w_cosh.c: Remove cruft and optimize a bit.
45913 * math/w_coshf.c: Likewise.
45914 * math/w_coshl.c: Likewise.
45915 * math/w_exp2.c: Likewise.
45916 * math/w_exp2f.c: Likewise.
45917 * math/w_exp2l.c: Likewise.
45918 * math/w_hypot.c: Likewise.
45919 * math/w_hypotf.c: Likewise.
45920 * math/w_hypotl.c: Likewise.
45921 * math/w_lgamma.c: Likewise.
45922 * math/w_lgamma_r.c: Likewise.
45923 * math/w_lgammaf.c: Likewise.
45924 * math/w_lgammaf_r.c: Likewise.
45925 * math/w_lgammal.c: Likewise.
45926 * math/w_lgammal_r.c: Likewise.
45927 * math/w_sinh.c: Likewise.
45928 * math/w_sinhf.c: Likewise.
45929 * math/w_sinhl.c: Likewise.
45930 * math/w_tgamma.c: Likewise.
45931 * math/w_tgammaf.c: Likewise.
45932 * math/w_tgammal.c: Likewise.
45933 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45934 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45935 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45936 Minor optimizations. Pretty printing. Remove cruft.
45937 * sysdeps/i386/fpu/e_acosf.S: Likewise.
45938 * sysdeps/i386/fpu/e_acosh.S: Likewise.
45939 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45940 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45941 * sysdeps/i386/fpu/e_acosl.c: Likewise.
45942 * sysdeps/i386/fpu/e_asin.S: Likewise.
45943 * sysdeps/i386/fpu/e_asinf.S: Likewise.
45944 * sysdeps/i386/fpu/e_atan2.S: Likewise.
45945 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45946 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45947 * sysdeps/i386/fpu/e_atanh.S: Likewise.
45948 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45949 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45950 * sysdeps/i386/fpu/e_exp10.S: Likewise.
45951 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45952 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45953 * sysdeps/i386/fpu/e_exp2.S: Likewise.
45954 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45955 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45956 * sysdeps/i386/fpu/e_fmod.S: Likewise.
45957 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45958 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45959 * sysdeps/i386/fpu/e_hypot.S: Likewise.
45960 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45961 * sysdeps/i386/fpu/e_log.S: Likewise.
45962 * sysdeps/i386/fpu/e_log10.S: Likewise.
45963 * sysdeps/i386/fpu/e_log10f.S: Likewise.
45964 * sysdeps/i386/fpu/e_log10l.S: Likewise.
45965 * sysdeps/i386/fpu/e_log2.S: Likewise.
45966 * sysdeps/i386/fpu/e_log2f.S: Likewise.
45967 * sysdeps/i386/fpu/e_log2l.S: Likewise.
45968 * sysdeps/i386/fpu/e_logf.S: Likewise.
45969 * sysdeps/i386/fpu/e_logl.S: Likewise.
45970 * sysdeps/i386/fpu/e_pow.S: Likewise.
45971 * sysdeps/i386/fpu/e_powf.S: Likewise.
45972 * sysdeps/i386/fpu/e_powl.S: Likewise.
45973 * sysdeps/i386/fpu/e_remainder.S: Likewise.
45974 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45975 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45976 * sysdeps/i386/fpu/e_scalb.S: Likewise.
45977 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45978 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45979 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45980 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45981 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45982 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45983 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45984 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45985 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45986 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45987 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45988 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45989 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45990 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45991 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45992 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45993 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45994 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45995 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45996 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45997 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45998 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45999 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46000 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46001 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46002 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46003 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46004 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46005 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46006 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46007 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46008 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
46009 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46010 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
46011 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46012 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46013 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46014 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46015 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46016 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46017 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46018 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46019 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46020 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46021 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46022 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46023 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46024 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46025 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46026 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46027 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46028 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46029 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46030 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46031 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
46032 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46033 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46034 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46035 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46036 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46037 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46038 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46039 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46040 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46041 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46042 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46043 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46044 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46045 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46046 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46047 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46048 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46049 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46050 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
46051 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46052 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46053 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46054 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46055 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46056 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46057 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46058 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
46059 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46060 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46061 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46062 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46063 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46064 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
46065 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46066 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46067 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46068 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46069 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46070 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46071 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46072 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46073 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46074 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46075 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
46076 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
46077 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
46078 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
46079 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
46080 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
46081 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
46082 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
46083 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
46084 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
46085 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
46086 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46087 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46088 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46089 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46090 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46091 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46092 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
46093 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46094 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46095 (__isnanf): Likewise.
46096 (__isinf_ns): Likewise.
46097 (__isinf_nsf): Likewise.
46098 (__finite): Likewise.
46099 (__finitef): Likewise.
46100 (__ieee754_sqrt): Define as macro.
46101 (__ieee754_sqrtf): Define as macro.
46102 (__ieee754_sqrtl): Define as macro.
46103 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46104 inlined copy.
46105 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46106 __FINITE_MATH_ONLY__ consistent.
46107 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46108
12cc2fcd
AS
461092011-10-10 Andreas Schwab <schwab@linux-m68k.org>
46110
a843a204
AS
46111 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46112 of rawmemchr.
46113
12cc2fcd
AS
46114 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46115
c853acd5
UD
461162011-10-09 Ulrich Drepper <drepper@gmail.com>
46117
46118 * po/ja.po: Update from translation team.
46119
c658d255
RM
461202011-10-08 Roland McGrath <roland@hack.frob.com>
46121
110946e4
RM
46122 * locale/programs/locarchive.c (prepare_address_space): New function.
46123 (create_archive, enlarge_archive, open_archive): Use it.
46124
50604220
RM
46125 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46126 inside [SHARED], where it is used.
46127
c658d255
RM
46128 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46129
46130 * nss/getent.c (netgroup_keys): Remove unused variable.
46131 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46132
6a621eb7
UD
461332011-10-08 Ulrich Drepper <drepper@gmail.com>
46134
7edb55ce
UD
46135 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46136 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46137 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46138 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46139 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46140 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46141 * math/Makefile (libm-calls): Add s_isinf_ns.
46142 * math/divtc3.c: Use __isinf_nsl instead of isinf.
46143 * math/multc3.c: Likewise.
46144 * math/s_casin.c: Likewise.
46145 * math/s_casinf.c: Likewise.
46146 * math/s_casinl.c: Likewise.
46147 * math/s_ccos.c: Likewise.
46148 * math/s_ccosf.c: Likewise.
46149 * math/s_ccosl.c: Likewise.
46150 * math/s_ctan.c: Likewise.
46151 * math/s_ctanf.c: Likewise.
46152 * math/s_ctanh.c: Likewise.
46153 * math/s_ctanhf.c: Likewise.
46154 * math/s_ctanhl.c: Likewise.
46155 * math/s_ctanl.c: Likewise.
46156 * math/w_fmod.c: Likewise.
46157 * math/w_fmodf.c: Likewise.
46158 * math/w_fmodl.c: Likewise.
46159 * math/w_remainder.c: Likewise.
46160 * math/w_remainderf.c: Likewise.
46161 * math/w_remainderl.c: Likewise.
46162 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46163 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46164 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46165 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46166 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46167 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46168 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46169 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46170
187da0ae
UD
46171 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46172 of the number.
46173 * stdio-common/printf_fphex.c: Likewise.
46174 * stdio-common/printf_size.c: Likewise.
46175
9277c064
UD
46176 * math/e_exp10.c: Include math_private.h using <...> not "...".
46177 * math/e_exp10f.c: Likewise.
46178 * math/e_exp10l.c: Likewise.
46179 * math/e_exp2l.c: Likewise.
46180 * math/e_j0l.c: Likewise.
46181 * math/e_j1l.c: Likewise.
46182 * math/e_jnl.c: Likewise.
46183 * math/e_lgammal_r.c: Likewise.
46184 * math/e_rem_pio2l.c: Likewise.
46185 * math/e_scalb.c: Likewise.
46186 * math/e_scalbf.c: Likewise.
46187 * math/e_scalbl.c: Likewise.
46188 * math/k_cosl.c: Likewise.
46189 * math/k_sinl.c: Likewise.
46190 * math/k_tanl.c: Likewise.
46191 * math/s_cacoshf.c: Likewise.
46192 * math/s_catan.c: Likewise.
46193 * math/s_catanf.c: Likewise.
46194 * math/s_catanh.c: Likewise.
46195 * math/s_catanhf.c: Likewise.
46196 * math/s_catanhl.c: Likewise.
46197 * math/s_catanl.c: Likewise.
46198 * math/s_ccosh.c: Likewise.
46199 * math/s_ccoshf.c: Likewise.
46200 * math/s_ccoshl.c: Likewise.
46201 * math/s_cexp.c: Likewise.
46202 * math/s_cexpf.c: Likewise.
46203 * math/s_cexpl.c: Likewise.
46204 * math/s_clog.c: Likewise.
46205 * math/s_clog10.c: Likewise.
46206 * math/s_clog10f.c: Likewise.
46207 * math/s_clog10l.c: Likewise.
46208 * math/s_clogf.c: Likewise.
46209 * math/s_clogl.c: Likewise.
46210 * math/s_csin.c: Likewise.
46211 * math/s_csinf.c: Likewise.
46212 * math/s_csinh.c: Likewise.
46213 * math/s_csinhf.c: Likewise.
46214 * math/s_csinhl.c: Likewise.
46215 * math/s_csinl.c: Likewise.
46216 * math/s_csqrt.c: Likewise.
46217 * math/s_csqrtf.c: Likewise.
46218 * math/s_csqrtl.c: Likewise.
46219 * math/s_ctan.c: Likewise.
46220 * math/s_ctanf.c: Likewise.
46221 * math/s_ctanh.c: Likewise.
46222 * math/s_ctanhf.c: Likewise.
46223 * math/s_ctanhl.c: Likewise.
46224 * math/s_ctanl.c: Likewise.
46225 * math/s_ldexp.c: Likewise.
46226 * math/s_ldexpf.c: Likewise.
46227 * math/s_ldexpl.c: Likewise.
46228 * math/s_significand.c: Likewise.
46229 * math/s_significandf.c: Likewise.
46230 * math/s_significandl.c: Likewise.
46231 * math/w_acos.c: Likewise.
46232 * math/w_acosf.c: Likewise.
46233 * math/w_acosh.c: Likewise.
46234 * math/w_acoshf.c: Likewise.
46235 * math/w_acoshl.c: Likewise.
46236 * math/w_acosl.c: Likewise.
46237 * math/w_asin.c: Likewise.
46238 * math/w_asinf.c: Likewise.
46239 * math/w_asinl.c: Likewise.
46240 * math/w_atan2.c: Likewise.
46241 * math/w_atan2f.c: Likewise.
46242 * math/w_atan2l.c: Likewise.
46243 * math/w_atanh.c: Likewise.
46244 * math/w_atanhf.c: Likewise.
46245 * math/w_atanhl.c: Likewise.
46246 * math/w_cosh.c: Likewise.
46247 * math/w_coshf.c: Likewise.
46248 * math/w_coshl.c: Likewise.
46249 * math/w_dremf.c: Likewise.
46250 * math/w_exp10.c: Likewise.
46251 * math/w_exp10f.c: Likewise.
46252 * math/w_exp10l.c: Likewise.
46253 * math/w_exp2.c: Likewise.
46254 * math/w_exp2f.c: Likewise.
46255 * math/w_fmod.c: Likewise.
46256 * math/w_fmodf.c: Likewise.
46257 * math/w_fmodl.c: Likewise.
46258 * math/w_hypot.c: Likewise.
46259 * math/w_hypotf.c: Likewise.
46260 * math/w_hypotl.c: Likewise.
46261 * math/w_j0.c: Likewise.
46262 * math/w_j0f.c: Likewise.
46263 * math/w_j0l.c: Likewise.
46264 * math/w_j1.c: Likewise.
46265 * math/w_j1f.c: Likewise.
46266 * math/w_j1l.c: Likewise.
46267 * math/w_jn.c: Likewise.
46268 * math/w_jnf.c: Likewise.
46269 * math/w_jnl.c: Likewise.
46270 * math/w_lgamma.c: Likewise.
46271 * math/w_lgamma_r.c: Likewise.
46272 * math/w_lgammaf.c: Likewise.
46273 * math/w_lgammaf_r.c: Likewise.
46274 * math/w_lgammal.c: Likewise.
46275 * math/w_lgammal_r.c: Likewise.
46276 * math/w_log.c: Likewise.
46277 * math/w_log10.c: Likewise.
46278 * math/w_log10f.c: Likewise.
46279 * math/w_log10l.c: Likewise.
46280 * math/w_log2.c: Likewise.
46281 * math/w_log2f.c: Likewise.
46282 * math/w_log2l.c: Likewise.
46283 * math/w_logf.c: Likewise.
46284 * math/w_logl.c: Likewise.
46285 * math/w_pow.c: Likewise.
46286 * math/w_powf.c: Likewise.
46287 * math/w_powl.c: Likewise.
46288 * math/w_remainder.c: Likewise.
46289 * math/w_remainderf.c: Likewise.
46290 * math/w_remainderl.c: Likewise.
46291 * math/w_scalb.c: Likewise.
46292 * math/w_scalbf.c: Likewise.
46293 * math/w_scalbl.c: Likewise.
46294 * math/w_sinh.c: Likewise.
46295 * math/w_sinhf.c: Likewise.
46296 * math/w_sinhl.c: Likewise.
46297 * math/w_sqrt.c: Likewise.
46298 * math/w_sqrtf.c: Likewise.
46299 * math/w_sqrtl.c: Likewise.
46300 * math/w_tgamma.c: Likewise.
46301 * math/w_tgammaf.c: Likewise.
46302 * math/w_tgammal.c: Likewise.
46303
6a621eb7
UD
46304 * po/ja.po: Update from translation team.
46305
bf582445
AJ
463062011-09-29 Andreas Jaeger <aj@suse.de>
46307
f9efbf3a
AJ
46308 [BZ #13179]
46309 * sunrpc/netname.c (netname2host): Fix logic.
46310
bf582445
AJ
46311 [BZ #6779]
46312 [BZ #6783]
46313 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46314 correctly.
46315 * math/w_remainder.c (__remainder): Likewise.
46316 * math/w_remainderf.c (__remainderf): Likewise.
46317 * math/libm-test.inc (remainder_test): Add test cases.
46318
48693bea
AK
463192011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
46320
46321 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
46322 sdiv_qrnnd.
46323
42622229
LD
463242011-10-07 Ulrich Drepper <drepper@gmail.com>
46325
46326 * string/test-memcmp.c: Avoid unncessary #defines.
46327 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46328
093ecf92
LD
463292011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46330
46331 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46332 Use new sse2 version for core i3 - i7 as it's faster
46333 than sse42 version.
46334 (bit_Prefer_PMINUB_for_stringop): New.
46335 * sysdeps/x86_64/rawmemchr.S: Update.
46336 Replace with faster SSE2 version.
46337 * sysdeps/x86_64/memrchr.S: New file.
46338 * sysdeps/x86_64/memchr.S: Update.
46339 Replace with faster SSE2 version.
46340
fde56e5c
MP
463412011-09-12 Marek Polacek <mpolacek@redhat.com>
46342
46343 * elf/dl-load.c (lose): Add cast to avoid warning.
46344
21fd49a9
UD
463452011-10-07 Ulrich Drepper <drepper@gmail.com>
46346
5a06e643
UD
46347 * po/ca.po: Update from translation team.
46348
684ae515
UD
46349 * inet/getnetgrent_r.c: Hook up nscd.
46350 * nscd/Makefile (routines): Add nscd_netgroup.
46351 (nscd-modules): Add netgroupcache.
46352 (CFLAGS-netgroupcache.c): Define.
46353 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46354 (cache_search): Add const to second parameter.
46355 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46356 INNETGR.
46357 (dbs): Add netgrdb entry.
46358 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46359 (verify_persistent_db): Handle netgrdb.
46360 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46361 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46362 GETFDNETGR.
46363 (netgroup_response_header): Define.
46364 (innetgroup_response_header): Define.
46365 (datahead): Add netgroup_response_header and innetgroup_response_header
46366 elements.
46367 * nscd/nscd.conf: Add entries for netgroup cache.
46368 * nscd/nscd.h (dbtype): Add netgrdb.
46369 (_PATH_NSCD_NETGROUP_DB): Define.
46370 (netgroup_iov_disabled): Declare.
46371 (xmalloc, xcalloc, xrealloc): Move declarations here.
46372 (cache_search): Adjust prototype.
46373 Add netgroup-related prototypes.
46374 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46375 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46376 (__nscd_innetgr): Declare.
46377 * nscd/selinux.c (perms): Use access_vector_t as element type and
46378 add netgroup-related initializers.
46379 * nscd/netgroupcache.c: New file.
46380 * nscd/nscd_netgroup.c: New file.
46381 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46382 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46383 For four parameters use innetgr.
46384 * nss/nss_files/files-init.c: Add definition and callback for netgr.
46385 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46386 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46387 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46388
21fd49a9
UD
46389 * nscd/connections.c (register_traced_file): Don't register file
46390 for disabled databases.
46391
054c0457
UD
463922011-10-06 Ulrich Drepper <drepper@gmail.com>
46393
32b63198
UD
46394 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46395
054c0457
UD
46396 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46397 from tree and freeing node.
46398
64031225
JO
463992011-09-25 Jiri Olsa <jolsa@redhat.com>
46400
46401 * nss/nsswitch.c (__nss_database_lookup): Handle
46402 nss_parse_service_list out of memory case.
46403
0490345c
JO
464042011-09-15 Jiri Olsa <jolsa@redhat.com>
46405
46406 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46407 out of memory case.
46408
3a62d00d
AS
464092011-10-04 Andreas Schwab <schwab@redhat.com>
46410
46411 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46412 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46413 pass it down.
46414 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46415 elf_machine_rela, elf_machine_lazy_rel.
46416 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46417 (ELF_DYNAMIC_DO_REL): Likewise.
46418 (ELF_DYNAMIC_DO_RELA): Likewise.
46419 (ELF_DYNAMIC_RELOCATE): Likewise.
46420 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46421 to ELF_DYNAMIC_DO_REL.
46422 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46423 (dl_main): In trace mode always set __RTLD_NOIFUNC.
46424 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46425 elf_machine_rela.
46426 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46427 skip_ifunc, don't call ifunc function if non-zero.
46428 (elf_machine_rela): Likewise.
46429 (elf_machine_lazy_rel): Likewise.
46430 (elf_machine_lazy_rela): Likewise.
46431 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46432 (elf_machine_lazy_rel): Likewise.
46433 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46434 Likewise.
46435 (elf_machine_lazy_rel): Likewise.
46436 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46437 Likewise.
46438 (elf_machine_lazy_rel): Likewise.
46439 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46440 (elf_machine_lazy_rel): Likewise.
46441 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46442 (elf_machine_lazy_rel): Likewise.
46443 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46444 (elf_machine_lazy_rel): Likewise.
46445 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46446 (elf_machine_lazy_rel): Likewise.
46447 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46448 (elf_machine_lazy_rel): Likewise.
46449 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46450 (elf_machine_lazy_rel): Likewise.
46451
68577918
UD
464522011-09-28 Ulrich Drepper <drepper@gmail.com>
46453
46454 * nss/nss_files/files-init.c (_nss_files_init): Use static
46455 initialization for all the *_traced_file variables.
46456
68822d74
AS
464572011-09-28 Andreas Schwab <schwab@redhat.com>
46458
46459 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46460
2056100b
RM
464612011-09-27 Roland McGrath <roland@hack.frob.com>
46462
46463 [BZ #13226]
46464 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46465
32c76b63
AS
464662011-09-27 Andreas Schwab <schwab@redhat.com>
46467
46468 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46469 Reread the line before reparsing it.
46470
bf972c9d
AS
464712011-09-26 Andreas Schwab <schwab@redhat.com>
46472
46473 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46474
e057a1b5
JM
464752011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
46476 Maxim Kuvyrkov <maxim@codesourcery.com>
46477 Joseph Myers <joseph@codesourcery.com>
46478
46479 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46480 if needed for __stack_chk_guard.
46481
bc7e1c36
RM
464822011-09-19 Roland McGrath <roland@hack.frob.com>
46483
ecb1482f
RM
46484 * sysdeps/posix/spawni.c (script_execute): Always define it.
46485 It will be optimized away if unused.
46486 (maybe_script_execute): New function.
46487 (__spawni): Call it.
46488
bc7e1c36
RM
46489 * Makerules: Don't include tls.make.
46490 (config-tls): Always set to thread.
46491 * tls.make.c: File removed.
46492
1c3b002b
MF
464932011-09-19 Mike Frysinger <vapier@gentoo.org>
46494
46495 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46496 * config.make.in (CPPFLAGS-config): New substituted variable.
46497
2840865d
UD
464982011-09-15 Ulrich Drepper <drepper@gmail.com>
46499
88738eb6
UD
46500 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46501
cbf645a6 46502 [BZ #13192]
2840865d
UD
46503 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46504 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46505
b402e91a
RM
465062011-09-15 Roland McGrath <roland@hack.frob.com>
46507
46508 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46509 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46510 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46511 (CALL_FAIL): Likewise.
46512 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46513 (CALL_FAIL): Macro removed.
46514 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46515
4c1a1f71
UD
465162011-09-15 Ulrich Drepper <drepper@gmail.com>
46517
46518 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46519 for __FINITE_MATH_ONLY__ == 1.
46520
edc121be
AS
465212011-09-15 Andreas Schwab <schwab@redhat.com>
46522
46523 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46524 __ieee754_sqrt instead of sqrt.
46525 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46526 __ieee754_sqrtf instead of sqrtf.
46527 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46528 __floorf instead of floorf.
46529 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46530 __floorf, __truncf instead of floorf, truncf.
46531
cd205654
UD
465322011-09-14 Ulrich Drepper <drepper@gmail.com>
46533
ee4d0315
UD
46534 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46535
cd205654
UD
46536 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46537 __extern_always_inline.
46538 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46539 32-bit.
46540
48b67d71
AS
465412011-09-14 Andreas Schwab <schwab@redhat.com>
46542
46543 * elf/rtld.c (dl_main): Also relocate in dependency order when
46544 doing symbol dependency testing.
46545
1ae12c75
AS
465462011-09-13 Andreas Schwab <schwab@linux-m68k.org>
46547
46548 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46549 Always define `refsym'.
46550
995a80df
AS
465512011-09-13 Andreas Schwab <schwab@redhat.com>
46552
e529793b
AS
46553 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46554 (__FD_ELT): Renamed from __FDELT.
46555 * misc/bits/select2.h (__FD_ELT): Likewise.
46556 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46557 __FD_MASK instead of __FDELT, __FDMASK.
46558 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46559 Likewise.
46560 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46561 Likewise.
46562
52d4fef8
AS
46563 * elf/Makefile (gen-ldd): Fix pattern.
46564
995a80df
AS
46565 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46566 (init_tls): Likewise.
46567
8682f8b0
UD
465682011-09-12 Ulrich Drepper <drepper@gmail.com>
46569
46570 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46571
de82006d
AS
465722011-09-12 Andreas Schwab <schwab@redhat.com>
46573
a7c8e6a1
AS
46574 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46575 `struct cmsghdr *' instead of `void *'.
46576 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
46577 Likewise.
46578
0f31fe77
AS
465792011-09-11 Andreas Schwab <schwab@linux-m68k.org>
46580
46581 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46582 if non-absolute.
46583 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46584 ldd_rewrite_script.
0f31fe77 46585
32b4c839
UD
465862011-09-11 Ulrich Drepper <drepper@gmail.com>
46587
83cd1420
UD
46588 * configure.in: Remove --with-tls option.
46589 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
46590 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
46591 out in case it is missing.
46592 * sysdeps/ia64/elf/configure.in: Likewise.
46593 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
46594 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
46595 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
46596 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
46597 * sysdeps/sh/elf/configure.in: Likewise.
46598 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
46599 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46600 * sysdeps/x86_64/elf/configure.in: Likewise.
46601 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
46602 * sysdeps/mach/hurd/tls.h: Likewise.
46603
633f745d
UD
46604 [BZ #13067]
46605 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
46606
f318beb8
UD
46607 [BZ #13090]
46608 * configure.in: Fix use of AC_INIT.
46609
32b4c839
UD
46610 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
46611
3ce1f295
UD
466122011-09-10 Ulrich Drepper <drepper@gmail.com>
46613
bb016596
UD
46614 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
46615 __set_errno.
8e58439c
UD
46616 * malloc/hooks.c: Likewise.
46617
aebae053 46618 [BZ #11929]
02d46fc4
UD
46619 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
46620 variables statically.
46621 (narenas): Initialize.
46622 (list_lock): Initialize.
bb016596
UD
46623 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
46624 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
46625 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
46626 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
46627 Add initializers to main_arena and mp_.
46628 (malloc_state): Remove pagesize member. Change all users to use
46629 GLRO(dl_pagesize).
46630
46631 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
46632 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
46633 is always initialized.
46634
22a89187
UD
46635 * malloc/malloc.c: Removed unused configurations and dead code.
46636 * malloc/arena.c: Likewise.
46637 * malloc/hooks.c: Likewise.
02d46fc4 46638 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 46639
d063d164
UD
46640 * include/tls.h: Removed. USE___THREAD must always be defined.
46641 * bits/libc-tsd.h: Don't handle !USE___THREAD.
46642 * elf/dl-libc.c: Likewise.
46643 * elf/dl-tsd.c: Likewise.
46644 * include/errno.h: Likewise.
46645 * include/netdb.h: Likewise.
46646 * include/resolv.h: Likewise.
46647 * inet/herrno-loc.c: Likewise.
46648 * inet/herrno.c: Likewise.
46649 * malloc/arena.c: Likewise.
46650 * malloc/hooks.c: Likewise.
46651 * malloc/malloc.c: Likewise.
46652 * resolv/res-state.c: Likewise.
46653 * resolv/res_libc.c: Likewise.
46654 * sysdeps/i386/dl-machine.h: Likewise.
46655 * sysdeps/ia64/dl-machine.h: Likewise.
46656 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46657 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46658 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46659 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46660 * sysdeps/sh/dl-machine.h: Likewise.
46661 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46662 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46663 * sysdeps/unix/i386/sysdep.S: Likewise.
46664 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46665 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46666 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46667 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46668 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46669 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46670 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46671 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46672 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46673 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46674 * sysdeps/unix/x86_64/sysdep.S: Likewise.
46675 * sysdeps/x86_64/dl-machine.h: Likewise.
46676 * tls.make.c: Likewise.
46677
3ce1f295
UD
46678 * configure.in: Remove --with-__thread option. Make tests for
46679 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46680 tls_model attribute fail if no support is available. Remove
46681 USE_IN_LIBIO.
46682 * Makeconfig: Adjust for dropped configure option. All features are
46683 now mandatory.
46684 * Makerules: Likewise.
46685 * Versions.def: Likewise.
46686 * argp/argp-fmtstream.c: Likewise.
46687 * argp/argp-fmtstream.h: Likewise.
46688 * argp/argp-help.c: Likewise.
46689 * assert/assert.c: Likewise.
46690 * config.h.in: Likewise.
46691 * config.make.in: Likewise.
46692 * configure: Likewise.
46693 * configure.in: Likewise.
46694 * csu/Versions: Likewise.
46695 * csu/init.c: Likewise.
46696 * elf/tst-audit2.c: Likewise.
46697 * elf/tst-tls10.c: Likewise.
46698 * elf/tst-tls10.h: Likewise.
46699 * elf/tst-tls11.c: Likewise.
46700 * elf/tst-tls12.c: Likewise.
46701 * elf/tst-tls14.c: Likewise.
46702 * elf/tst-tlsmod11.c: Likewise.
46703 * elf/tst-tlsmod12.c: Likewise.
46704 * elf/tst-tlsmod13.c: Likewise.
46705 * elf/tst-tlsmod13a.c: Likewise.
46706 * elf/tst-tlsmod14a.c: Likewise.
46707 * elf/tst-tlsmod15b.c: Likewise.
46708 * elf/tst-tlsmod16a.c: Likewise.
46709 * elf/tst-tlsmod16b.c: Likewise.
46710 * elf/tst-tlsmod7.c: Likewise.
46711 * elf/tst-tlsmod8.c: Likewise.
46712 * elf/tst-tlsmod9.c: Likewise.
46713 * gmon/gmon.c: Likewise.
46714 * grp/fgetgrent_r.c: Likewise.
46715 * grp/putgrent.c: Likewise.
46716 * hurd/fopenport.c: Likewise.
46717 * include/libc-symbols.h: Likewise.
46718 * include/tls.h: Likewise.
46719 * intl/gettextP.h: Likewise.
46720 * intl/loadinfo.h: Likewise.
46721 * locale/global-locale.c: Likewise.
46722 * locale/localeinfo.h: Likewise.
46723 * mach/devstream.c: Likewise.
46724 * malloc/arena.c: Likewise.
46725 * malloc/set-freeres.c: Likewise.
46726 * misc/err.c: Likewise.
46727 * misc/getttyent.c: Likewise.
46728 * misc/mntent_r.c: Likewise.
46729 * posix/getopt.c: Likewise.
46730 * posix/wordexp.c: Likewise.
46731 * pwd/fgetpwent_r.c: Likewise.
46732 * resolv/Versions: Likewise.
46733 * resolv/res_hconf.c: Likewise.
46734 * shadow/fgetspent_r.c: Likewise.
46735 * shadow/putspent.c: Likewise.
46736 * stdio-common/printf_fphex.c: Likewise.
46737 * stdio-common/tmpfile.c: Likewise.
46738 * stdlib/abort.c: Likewise.
46739 * stdlib/fmtmsg.c: Likewise.
46740 * sunrpc/auth_unix.c: Likewise.
46741 * sunrpc/clnt_perr.c: Likewise.
46742 * sunrpc/clnt_tcp.c: Likewise.
46743 * sunrpc/clnt_udp.c: Likewise.
46744 * sunrpc/clnt_unix.c: Likewise.
46745 * sunrpc/openchild.c: Likewise.
46746 * sunrpc/svc_simple.c: Likewise.
46747 * sunrpc/svc_tcp.c: Likewise.
46748 * sunrpc/svc_udp.c: Likewise.
46749 * sunrpc/svc_unix.c: Likewise.
46750 * sunrpc/xdr.c: Likewise.
46751 * sunrpc/xdr_array.c: Likewise.
46752 * sunrpc/xdr_rec.c: Likewise.
46753 * sunrpc/xdr_ref.c: Likewise.
46754 * sunrpc/xdr_stdio.c: Likewise.
46755
1248c1c4
PB
467562011-09-09 Ulrich Drepper <drepper@gmail.com>
46757
46758 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46759
467602011-07-03 Andreas Jaeger <aj@suse.de>
46761
46762 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46763 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46764 regenerate with gen-libm-tests.pl.
46765
467662010-05-12 Petr Baudis <pasky@suse.cz>
46767
46768 [BZ #11589]
46769 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46770 around j0() zero points by switching to j1().
46771 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46772 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46773 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46774 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46775
f22e1074
UD
467762011-09-09 Ulrich Drepper <drepper@gmail.com>
46777
f19009c1
UD
46778 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46779 instead of 0.
46780 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 46781 instead of 0.
f19009c1
UD
46782 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46783 Patch in part by Pavel Roskin <proski@gnu.org>.
46784
3f8cc204
UD
46785 [BZ #13138]
46786 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46787 realloc.
46788 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
46789 Free memory block if necessary.
46790
f22e1074
UD
46791 [BZ #12847]
46792 * libio/genops.c (INTDEF): For string streams the _lock pointer can
46793 be NULL. Don't lock in this case.
46794
0a2349f9
RM
467952011-09-09 Roland McGrath <roland@hack.frob.com>
46796
46797 * elf/elf.h (ELFOSABI_GNU): New macro.
46798 (ELFOSABI_LINUX): Define to that.
46799
f3cdd467
DZ
468002011-07-29 Denis Zaitceff <zaitceff@gmail.com>
46801
46802 * string/strncat.c (strncat): Undef the symbol in case it has been
46803 defined in bits/string.h.
46804
74718d13
UD
468052011-09-09 Ulrich Drepper <drepper@gmail.com>
46806
633e9e0f
UD
46807 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46808
0a2349f9 46809 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
46810 link map.
46811
f9924780
AJ
468122011-08-17 Andreas Jaeger <aj@suse.de>
46813
46814 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46815
7f5517aa
PP
468162011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
46817 Ian Lance Taylor <iant@google.com>
46818
46819 * math/libm-test.inc (lround_test): New testcase.
46820 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46821
762011fe
UD
468222011-09-08 Ulrich Drepper <drepper@gmail.com>
46823
92963737
UD
46824 * Makefile: Remove support for automatic cvs check-ins.
46825 * Makerules: Likewise.
46826 * config.make.in: Likewise.
46827 * configure.in: Likewise.
46828 * intl/Makefile: Likewise.
46829 * locale/Makefile: Likewise.
46830 * po/Makefile: Likewise.
46831 * posix/Makefile: Likewise.
46832 * sysdeps/gnu/Makefile: Likewise.
46833 * sysdeps/mach/hurd/Makefile: Likewise.
46834 * sysdeps/sparc/sparc32/Makefile: Likewise.
46835
b0727fd8
JS
46836 [BZ #13118]
46837 * posix/Makefile (bug-regex32-ENV): Define.
46838 Patch by John Stanley <jpsinthemix@verizon.net>.
46839
a0f33f99
UD
46840 * misc/Makefile (headers): Add bits/select2.h.
46841 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46842 * misc/bits/select2.h: New file.
46843 * include/bits/select2.h: New file.
46844 * debug/Makefile (routines): Add fdelt_chk.
46845 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46846 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46847 FD_ISSET.
46848 * debug/fdelt_chk.c: New file.
46849
762011fe
UD
46850 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
46851 * wcsmbs/test-wmemcmp.c: Likewise.
46852 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 46853 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
46854
468552011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46856
46857 * string/Makefile (strop-tests): Add memcmp.
46858 * string/test-wmemcmp.c: New file.
46859 * string/test-memcmp.c: Add wmemcmp support.
46860
7f513ec8
RM
468612011-09-08 Roland McGrath <roland@hack.frob.com>
46862
0442afb4
RM
46863 [BZ #13153]
46864 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46865 2011-07-19 change.
46866
7f513ec8
RM
46867 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46868 garbage value in a __mach_port_mod_refs call in the cases of the
46869 task-self and thread-self ports.
46870
a12b2239
ST
468712011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
46872
46873 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46874
610f9ab4
AS
468752011-09-08 Andreas Schwab <schwab@redhat.com>
46876
7f513ec8 46877 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 46878
48882a1a
LD
468792011-09-07 Ulrich Drepper <drepper@gmail.com>
46880
b49865be
UD
46881 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46882
fdc86bc9
UD
46883 * elf/dl-libc.c (dlerror_run): Pass back error code from
46884 dl_catch_error.
46885
c966526a
UD
46886 [BZ #13123]
46887 * elf/dl-load.c (lose): Free l_origin if it is valid.
46888
48882a1a
LD
46889 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46890 names.
46891 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46892 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46893 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46894 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46895 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46896 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46897
77a2a8b4
AZ
468982011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46899
46900 * sysdeps/powerpc/fpu/e_hypot.c: New file.
46901 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46902 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46903 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46904 * sysdeps/powerpc/fpu/k_cosf.c: New file.
46905 * sysdeps/powerpc/fpu/k_sinf.c: New file.
46906 * sysdeps/powerpc/fpu/s_cosf.c: New file.
46907 * sysdeps/powerpc/fpu/s_sinf.c: New file.
46908 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46909 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46910
24f579d8
AM
469112011-08-15 Alan Modra <amodra@gmail.com>
46912
46913 [BZ #13092]
46914 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46915 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46916 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
46917 ppc_mcount to static-only-routines.
46918 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46919 __mcount_internal.
46920 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46921 __mcount_internal with usual JUMPTARGET. Remove useless nop.
46922
3d4837df
UD
469232011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
46924
46925 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46926 for finite and infinity parameters.
46927
22700377
WS
469282011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
46929
46930 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46931 and add nop instructions for throughput optimization.
46932 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46933
5025581e
WS
469342011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
46935
46936 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46937 aligned copy for power7 with vector-scalar instructions.
46938 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46939
08a300c9
L
469402011-07-24 H.J. Lu <hongjiu.lu@intel.com>
46941
46942 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46943 AVX check.
46944
59178ef9
AS
469452011-09-07 Andreas Schwab <schwab@redhat.com>
46946
46947 [BZ #13144]
46948 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46949 last change.
46950
e38ba7ab
UD
469512011-09-07 Ulrich Drepper <drepper@gmail.com>
46952
46953 * sysdeps/unix/sysv/linux/x86_64/init-first.c
46954 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46955 syscall wrapper around clock_gettime in __vdso_clock_gettime.
46956 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46957 clock_gettime.
46958
d53a73ac
UD
469592011-09-06 Ulrich Drepper <drepper@gmail.com>
46960
fc8bffcc
UD
46961 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46962 Forgot to demangle the pointer.
46963
ceaa0c5d
UD
46964 * sysdeps/i386/sysdep.h: Define atom_text_section.
46965 * sysdeps/x86_64/sysdep.h: Likewise.
46966 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46967 section with atom_text_section.
46968 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46969 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46970 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46971 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46972 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46973
a77d3c17
UD
46974 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46975 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46976 already be defined. Change to take two parameters and don't assign
46977 result to variable. Adjust all users.
46978 Define INTERNAL_GETTIME if not already defined.
46979 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46980 call.
46981 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46982 HAVE_CLOCK_GETTIME_VSYSCALL.
46983 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46984
d53a73ac
UD
46985 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46986 gettimeofday vsyscall, just use time.
46987
a8f84144
AS
469882011-09-06 Andreas Schwab <schwab@redhat.com>
46989
46990 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46991 <errno.h>.
46992
ef606249
UD
469932011-09-06 Ulrich Drepper <drepper@gmail.com>
46994
46995 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46996 syscall on x86-64.
46997 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46998 syscall.
46999 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
47000 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
47001 syscall if possible.
47002
6585cb60
UD
470032011-09-05 Ulrich Drepper <drepper@gmail.com>
47004
47005 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
47006 e_ident. Don't pass to find_mapsXX.
47007 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
47008
a5f524e4
LD
470092011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47010
47011 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47012 strchr-sse2-no-bsf strrchr-sse2-no-bsf
47013 * sysdeps/x86_64/multiarch/strchr.S: Update.
47014 Check bit_slow_BSF bit.
47015 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
47016 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
47017 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
47018
554881ef
UD
470192011-09-05 Ulrich Drepper <drepper@gmail.com>
47020
d96de963
UD
47021 [BZ #13134]
47022 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
47023 before glibc 2.15.
47024 (tryshell): Define.
47025 (__spawni): Change last parameter to be flag. Test
47026 SPAWN_XFLAGS_USE_PATH flag to use path or not.
47027 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
47028 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
47029 * posix/spawni.c: Likewise.
47030 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
47031 * posix/spawnp.c: Likewise. Change normal version to use
47032 SPAWN_XFLAGS_USE_PATH.
47033 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
47034 SPAWN_XFLAGS_TRY_SHELL.
47035
d48e5868
UD
47036 [BZ #13150]
47037 * posix/glob.h: Remove gcc 1.x support.
47038
554881ef
UD
47039 [BZ #13068]
47040 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
47041
693fb948
LD
470422011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47043
47044 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47045 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
47046 strrchr-sse2-bsf
47047 * sysdeps/i386/i686/multiarch/strchr.S: New file.
47048 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
47049 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
47050 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
47051 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
47052 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
47053
1b48c537
UD
470542011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47055
49d42c37
UD
47056 * sysdeps/x86_64/wcscmp.S: New file.
47057
1b48c537
UD
47058 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
47059 wcscmp-c wcscmp-sse2
47060 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
47061 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
47062 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
47063 * wcsmbs/wcscmp.c: Allow renaming.
47064
15c95c5d
DM
470652011-09-05 David S. Miller <davem@davemloft.net>
47066
47067 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
47068 stack slot, rather than the struct return pointer slot.
47069 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
47070 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
47071 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
47072 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
47073
2f0ad8f3
UD
470742011-09-05 Ulrich Drepper <drepper@gmail.com>
47075
d88ae418
UD
47076 * po/ja.po: Update from translation team.
47077
2f0ad8f3
UD
47078 [BZ #13144]
47079 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
47080 kernel in 64-bit binaries.
47081
5f4318d1
DM
470822011-09-01 David S. Miller <davem@davemloft.net>
47083
47084 * elf/elf.h (HWCAP_SPARC_*): Move to..
47085 * sysdeps/sparc/sysdep.h: this new file and add new values.
47086 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47087 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47088 _DL_HWCAP_COUNT to 24.
47089 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47090 entries.
47091 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47092 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47093 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47094 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47095 instead of magic constants.
47096 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47097
3ba57516
DM
470982011-08-31 David S. Miller <davem@davemloft.net>
47099
47100 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47101 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47102 Reimplement to do errno handling inline.
47103 (SYSCALL_ERROR_HANDLER): New macro.
47104 (__SYSCALL_STRING): Do not do errno handling in asm.
47105 (__CLONE_SYSCALL_STRING): Delete.
47106 (__INTERNAL_SYSCALL_STRING): Delete.
47107 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47108 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47109 (PSEUDO): Reimplement to do errno handling inline.
47110 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47111 (SYSCALL_ERROR_HANDLER): New macro.
47112 (__SYSCALL_STRING): Do not do errno handling in asm.
47113 (__CLONE_SYSCALL_STRING): Delete.
47114 (__INTERNAL_SYSCALL_STRING): Delete.
47115 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47116 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47117 i386.
47118 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47119 (inline_syscall*): Add 'err' argument.
47120 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47121 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47122 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47123 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47124
47125 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47126 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47127
2bc17433
AS
471282011-08-30 Andreas Schwab <schwab@redhat.com>
47129
47130 * elf/rtld.c (dl_main): Relocate objects in dependency order.
47131
fbeb5f4d
JO
471322011-08-29 Jiri Olsa <jolsa@redhat.com>
47133
47134 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47135 directive.
47136
ad69cc26
DM
471372011-08-24 David S. Miller <davem@davemloft.net>
47138
47139 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47140
39dd69df
AS
471412011-08-24 Andreas Schwab <schwab@redhat.com>
47142
47143 * elf/Makefile: Add rules to build and run unload8 test.
47144 * elf/unload8.c: New file.
47145 * elf/unload8mod1.c: New file.
47146 * elf/unload8mod1x.c: New file.
47147 * elf/unload8mod2.c: New file.
47148 * elf/unload8mod3.c: New file.
47149
47150 * elf/dl-close.c (_dl_close_worker): Reset private search list if
47151 it wasn't used.
47152
2c0b250a
DM
471532011-08-23 David S. Miller <davem@davemloft.net>
47154
47155 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47156 subtract stack bias.
47157 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47158 %sp not %fp in calculations.
47159 (_JMPBUF_UNWINDS_ADJ): Likewise.
47160
22044b48
DM
47161 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47162 (aio_suspend): Call it to force an exception region around the
47163 AIO_MISC_WAIT() invocation.
47164
2cae4995
AS
471652011-08-23 Andreas Schwab <schwab@redhat.com>
47166
47167 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47168 backslash.
47169
873a772e
AJ
471702011-07-04 Aurelien Jarno <aurelien@aurel32.net>
47171
47172 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47173 protection macro.
47174 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47175 and <dl-machine.h>.
47176 (Elf64_FuncDesc): Remove.
47177
25ad0df1
DM
471782011-08-22 David S. Miller <davem@davemloft.net>
47179
47180 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47181 sigaltstack check, add missing cfi directives.
47182 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47183 missing cfi directives, and sigaltstack handling.
47184
e888bcbe
AS
471852011-08-16 Andreas Schwab <schwab@redhat.com>
47186
47187 [BZ #11724]
47188 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47189 object is seen twice.
47190 * elf/dl-fini.c (_dl_sort_fini): Likewise.
47191
47192 * elf/Makefile (distribute): Add tst-initorder2.c.
47193 (tests): Add tst-initorder2.
47194 (modules-names): Add tst-initorder2a tst-initorder2b
47195 tst-initorder2c tst-initorder2d. Add rules to build them.
47196 ($(objpfx)tst-initorder2.out): New rule.
47197 * elf/tst-initorder2.c: New file.
47198 * elf/tst-initorder2.exp: New file.
47199
87162f46
AS
472002011-08-22 Andreas Schwab <schwab@redhat.com>
47201
70538b7f
AS
47202 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47203
f55ffe58
AS
47204 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47205 dependencies back to end of function.
47206
87162f46
AS
47207 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47208 $(elfobjdir)/ld.so.
47209
91b392a4
UD
472102011-08-21 Ulrich Drepper <drepper@gmail.com>
47211
47212 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47213 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47214 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47215 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47216 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47217 of __vdso_gettimeofday.
47218 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47219 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
47220 attribute_hidden.
47221 (_libc_vdso_platform_setup): Remove initialization of
47222 __vdso_gettimeofday and __vdso_time.
47223
5c43483f
UD
472242011-08-20 Ulrich Drepper <drepper@gmail.com>
47225
775a77e7
UD
47226 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47227 and fgetc_unlocked.
47228 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47229 getc_unlocked.
89f447ed 47230
49c74ba9
UD
47231 * elf/dl-open.c (add_to_global): Report additions to the global scope
47232 for LD_DEBUG=scopes.
47233 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 47234 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 47235
5c43483f
UD
47236 [BZ #13114]
47237 * stdio-common/Makefile (tests): Add bug24.
47238 * stdio-common/bug24.c: New file.
47239
a101b025
AJ
472402011-08-19 Andreas Jaeger <aj@suse.de>
47241
47242 [BZ #13114]
47243 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47244 non-existant file when using close-on-exec mode.
47245
c88f1766
UD
472462011-08-20 Ulrich Drepper <drepper@gmail.com>
47247
0276a718
UD
47248 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47249 the very first instruction.
47250
c88f1766
UD
47251 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47252 the CFI state in the end.
47253 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47254 inclusion of dl-trampoline.h.
47255 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47256
51ccffa0
AS
472572011-08-19 Andreas Schwab <schwab@redhat.com>
47258
94d7165f
AS
47259 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47260 expectations for long double.
47261
51ccffa0
AS
47262 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47263 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47264
fd708658 472652011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
47266
47267 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47268 artificual limit depends upon the system page size.
47269
44f0a71e
UD
472702011-08-17 Ulrich Drepper <drepper@gmail.com>
47271
47272 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47273 * resolv/Makefile: Define CFLAGS-libresolv.
47274
8de79a24
AS
472752011-08-17 Andreas Schwab <schwab@redhat.com>
47276
47277 * nss/makedb.c (compute_tables): Make variables used in nested
47278 function static.
47279
27724598
UD
472802011-08-17 Ulrich Drepper <drepper@gmail.com>
47281
c5305d88
UD
47282 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47283 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47284 if buffer was too small.
47285
27724598
UD
47286 * elf/pldd.c (main): Attach to all threads in the process.
47287 Rewrite /proc handling to use *at functions.
47288
076fe015
UD
472892011-08-16 Ulrich Drepper <drepper@gmail.com>
47290
174baab3
UD
47291 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47292 specifies first scope to show.
47293 (dl_open_worker): Update callers. Move printing scope of new
47294 object to before the relocation.
44f0a71e 47295 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
47296 * sysdeps/generic/ldsodefs.h: Update declaration.
47297
076fe015
UD
47298 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47299 string for the scope number.
47300
a60df2c3
UD
473012011-08-14 Ulrich Drepper <drepper@gmail.com>
47302
47303 * nscd/servicescache.c (cache_addserv): Make sure written is always
47304 initialized.
47305
5e4287d1
RM
473062011-08-14 Roland McGrath <roland@hack.frob.com>
47307
85ae0589
RM
47308 * sysdeps/i386/i486/bits/atomic.h
47309 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47310 statement expression, so as to suppress "set but not used" warning.
47311 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47312
69f63097
RM
47313 * string/strncat.c (STRNCAT): Use prototype definition.
47314
675456ef
RM
47315 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47316 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47317 -Iprograms here.
47318 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47319 (localedef-modules): Add localedef.
47320 (locale-modules): Add locale.
47321
5e4287d1
RM
47322 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47323 * elf/rtld.c (dl_main): Invert order of assignment in last change,
47324 to avoid a warning.
47325
9c96ff23
DM
473262011-08-14 David S. Miller <davem@davemloft.net>
47327
47328 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47329 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47330
f9ddf089
UD
473312011-08-13 Ulrich Drepper <drepper@gmail.com>
47332
44f0a71e 47333 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
47334 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47335 * elf/rtld.c (dl_main): Set l_name of vDSO.
47336 Call _dl_show_scope when DL_DEBUG_SCOPES.
47337 (process_dl_debug): Recognize scopes flag and also set it for all.
47338 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47339 Declare _dl_show_scope.
47340
1dc27704
UD
47341 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47342 (do_dlopen): Pass caller_dlopen to dl_open.
47343 (__libc_dlopen_mode): Initialize caller_dlopen.
47344
f9ddf089
UD
47345 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47346 of libc. Make tolower call locale-independent. Optimize a bit by
47347 using isdigit instead of isalnum.
47348 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47349
9ac533d3
UD
473502011-08-12 Ulrich Drepper <drepper@gmail.com>
47351
47352 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47353 was a dependency or dynamically loaded.
47354
89edf2e9
UD
473552011-08-11 Ulrich Drepper <drepper@gmail.com>
47356
8e999d29
UD
47357 * intl/l10nflist.c: Allow architecture-specific pop function.
47358 * sysdeps/x86_64/l10nflist.c: New file.
47359
89edf2e9
UD
47360 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47361 classification.
47362
14d96785
AS
473632011-08-10 Andreas Schwab <schwab@redhat.com>
47364
47365 * include/dirent.h: Add libc_hidden_proto for scandirat and
47366 scandirat64. Don't declare __scandirat64.
47367 * dirent/scandirat.c: Add libc_hidden_def.
47368 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47369 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47370
6761ac04
DM
473712011-08-10 David S. Miller <davem@davemloft.net>
47372
47373 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47374 enum.
47375 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47376 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47377 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47378
c55fbd1e
UD
473792011-08-09 Ulrich Drepper <drepper@gmail.com>
47380
47381 * Versions.def [libc]: Add GLIBC_2.15.
47382 * dirent/Makefile (routines): Add scandirat and scandirat64.
47383 * dirent/Versions [libc]: Export scandirat and scandirat64 for
47384 GLIBC_2.15.
47385 * dirent/dirent.h: Declare scandirat and scandirat64.
47386 * dirent/scandirat.c: New file.
47387 * dirent/scandirat64.c: New file.
47388 * sysdeps/wordsize-64/scandirat.c: New file.
47389 * sysdeps/wordsize-64/scandirat64.c: New file.
47390 * dirent/opendir.c: Define opendirat.
47391 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
47392 using scandirat.
47393 * dirent/scandir64.c: Adjust for scandir.c change.
47394 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
47395 __scandirat64, and __scandir_cancel_handler.
47396 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
47397 additional parameter and use openat instead of open (outside of ld.so).
47398 Add new __opendir as wrapper around __opendirat.
47399 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47400 here without requiring old scandirat implementation.
47401
879165f2
UD
474022011-08-08 Ulrich Drepper <drepper@gmail.com>
47403
47404 * dirent/scandir.c (cancel_handler): Renamed to
47405 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
47406 defined. Adjust users.
47407 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47408 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47409
cb7e923b
UD
474102011-08-04 Ulrich Drepper <drepper@gmail.com>
47411
16292edd
UD
47412 * string/test-string.h (IMPL): Use __STRING to expand name and then
47413 stringify it.
47414
cb7e923b
UD
47415 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
47416 of cleanups.
47417
cff82933
LD
474182011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47419
47420 * string/Makefile: Update.
47421 (strop-tests): Append strncat.
47422 * string/test-wcscmp.c: New file.
47423 New comprehensive test for wcscmp.
47424 * string/test-strcmp.c: Update.
47425 (WIDE): New define.
47426
9be9bfcc
AS
474272011-07-22 Andreas Schwab <schwab@redhat.com>
47428
47429 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47430 line.
47431
2e96f1c7
AS
474322011-07-26 Andreas Schwab <schwab@redhat.com>
47433
47434 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47435 encoding to ACE if AI_IDN.
47436
85188888
JJ
474372011-08-01 Jakub Jelinek <jakub@redhat.com>
47438
47439 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47440 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47441
5fa16e9b
LD
474422011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47443
47444 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47445 Fix overflow bug in strncat.
47446 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47447
47448 * string/test-strncat.c: Update.
47449 Add new tests for checking overflow bugs.
47450
474512011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47452
47453 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47454 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47455 * sysdeps/i386/i686/multiarch/strcat.S: New file.
47456 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47457 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47458 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47459 * sysdeps/i386/i686/multiarch/strncat.S: New file.
47460 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47461 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47462
47463 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47464 (USE_AS_STRCAT): Define.
47465 Add strcat and strncat support.
47466 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47467
8c1a459f
AS
474682011-07-25 Andreas Schwab <schwab@redhat.com>
47469
47470 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47471 __n bigger than INT_MAX+1.
47472 (__strncmp_g): Likewise.
47473
bba33c28
UD
474742011-07-23 Ulrich Drepper <drepper@gmail.com>
47475
798be72d
UD
47476 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47477 * libio/stido.h: Likewise.
47478
8accd4dc
UD
47479 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47480 (AF_NFC): Define.
47481 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47482 (AF_NFC): Define.
47483
cbff0d96
UD
47484 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47485 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47486 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47487 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47488 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47489
9191c04a
UD
47490 [BZ #13021]
47491 * scripts/test-installation.pl: Don't expect libnss_test1 to be
47492 installed.
47493
bba33c28
UD
47494 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47495 typo.
47496 (_dl_x86_64_save_sse): Likewise.
47497
90f139dd
UD
474982011-07-22 Ulrich Drepper <drepper@gmail.com>
47499
1aae088a
UD
47500 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47501 OSXSAVE.
47502 (_dl_x86_64_save_sse): Likewise.
47503
8e2045f5
UD
47504 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47505
90f139dd
UD
47506 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47507
1d002f25
AS
475082011-07-21 Andreas Schwab <schwab@redhat.com>
47509
47510 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47511 change.
47512 (_dl_x86_64_save_sse): Use correct AVX check.
47513
21137f89
UD
475142011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47515
47516 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47517 bug in strncpy/strncat.
47518 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47519
a65c0b7a
UD
475202011-07-21 Ulrich Drepper <drepper@gmail.com>
47521
47522 * string/tester.c (test_strcat): Add tests for different alignments
47523 of source and destination.
47524 (test_strncat): Likewise.
47525
6986b98a
UD
475262011-07-20 Ulrich Drepper <drepper@gmail.com>
47527
90bb2039
UD
47528 [BZ #12852]
47529 * posix/glob.c (glob): Check passed in values before using them in
47530 expressions to avoid some overflows.
47531 (glob_in_dir): Likewise.
47532
5644ef54
UD
47533 [BZ #13007]
47534 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47535 check for AVX enablement so that we don't crash with old kernels and
47536 new hardware.
47537 * elf/tst-audit4.c: Add same checks here.
47538 * elf/tst-audit6.c: Likewise.
47539
47540 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 47541
bfc9dc9b
AS
475422011-07-09 Andreas Schwab <schwab@linux-m68k.org>
47543
47544 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47545
702e64bb
UD
475462011-07-20 Ulrich Drepper <drepper@gmail.com>
47547
47548 * po/cs.po: Update from translation team.
47549 * po/bg.po: Likewise.
47550
295e904f
MP
475512011-07-12 Marek Polacek <mpolacek@redhat.com>
47552
47553 * misc/sys/cdefs.h: Add support for const attribute.
47554 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47555 to gnu_dev_{major,minor,makedev} functions.
47556
3ff94596
MP
475572011-07-20 Marek Polacek <mpolacek@redhat.com>
47558
47559 * intl/dcigettext.c (get_output_charset): Add missing bracket.
47560
28b59fca
AS
475612011-07-20 Andreas Schwab <schwab@redhat.com>
47562
47563 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47564 strlen results.
47565
19df733e
AK
475662011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
47567
47568 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47569 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47570 register in order to avoid conflicts with the soft frame pointer
47571 being held in r11 when necessary.
47572 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47573 (INTERNAL_VSYSCALL_NCS): Likewise.
47574
c8835729
MP
475752011-07-14 Marek Polacek <mpolacek@redhat.com>
47576
47577 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47578 * elf/dl-fini.c (_dl_fini): Adjust caller.
47579 * elf/dl-close.c (_dl_close_worker): Likewise.
47580 * sysdeps/generic/ldsodefs.h: Adjust declaration.
47581
b902330c
MP
475822011-07-15 Marek Polacek <mpolacek@redhat.com>
47583
8991e135
MP
47584 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47585 "aux_cache->nlibs < 0".
47586
b902330c
MP
47587 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
47588 in the reload-count case.
47589
99710781
LD
475902011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47591
47592 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47593 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
47594 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
47595 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
47596 * sysdeps/x86_64/multiarch/strcat.S: New file.
47597 * sysdeps/x86_64/multiarch/strncat.S: New file.
47598 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
47599 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
47600 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
47601 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
47602 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
47603 (USE_AS_STRCAT): Define.
47604 Add strcat and strncat support.
47605 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47606 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
47607 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
47608 * string/strncat.c: Update.
47609 (USE_AS_STRNCAT): Define.
47610 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47611 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
47612 and i7.
47613 * sysdeps/x86_64/multiarch/init-arch.h
47614 (bit_Prefer_PMINUB_for_stringop): New.
47615 (index_Prefer_PMINUB_for_stringop): Likewise.
47616 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
47617 bit_Prefer_PMINUB_for_stringop.
47618
7dc6bd90
UD
476192011-07-19 Ulrich Drepper <drepper@gmail.com>
47620
47621 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
47622 buffer64.
47623 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
47624 of casting of buffer.
47625 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
47626 buffer32 and buffer64.
47627 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
47628 writes instead of casting of buffer.
47629 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
47630 buffer32.
47631 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
47632 casting of buffer.
47633
e0e72284
AS
476342011-07-19 Andreas Schwab <schwab@redhat.com>
47635
47636 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
47637
feb1eb0b
UD
476382011-07-19 Ulrich Drepper <drepper@gmail.com>
47639
47640 * nscd/nscd.c (termination_handler): Don't do anything for a database
47641 if it has not yet been initialized.
47642
298711ff
UD
476432011-07-18 Ulrich Drepper <drepper@gmail.com>
47644
47645 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47646
476472011-07-15 Marek Polacek <mpolacek@redhat.com>
47648
47649 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47650
f9d68389
UD
476512011-07-18 Ulrich Drepper <drepper@gmail.com>
47652
47653 * po/nl.po: Update from translation team.
47654 * po/sv.po: Likewise.
47655
db290cf5
RM
476562011-07-16 Roland McGrath <roland@hack.frob.com>
47657
47658 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47659 now disallowed by GCC.
5c550700 47660
fd5e21c7
RM
47661 * configure.in (use-default-link): Default to yes if a test -shared
47662 link meets our qualifications.
47663 * configure: Regenerated.
47664
5c550700
RM
47665 * config.make.in (output-format): New variable.
47666 * configure.in: Check for ld --print-output-format support.
47667 * configure: Regenerated.
47668 * Makerules ($(common-objpfx)format.lds)
47669 [$(output-format) != unknown]: Just use $(output-format),
47670 instead of the linker-script munging.
47671
9fa2c032
RM
476722011-07-14 Roland McGrath <roland@hack.frob.com>
47673
a6928d51
RM
47674 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47675 of $(common-objpfx)shlib.lds.
47676 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47677
661607b3
RM
47678 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47679 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47680
9fa2c032
RM
47681 * configure.in (-z relro check): Adjust test code to add a large
47682 writable data section after it.
47683 * configure: Regenerated.
47684
defe9061
RM
476852011-07-11 Roland McGrath <roland@hack.frob.com>
47686
47687 * configure.in (-z relro check): Fix test code to make the variable
47688 truly const.
47689 * configure: Regenerated.
47690
319b9ad4
UD
476912011-07-11 Ulrich Drepper <drepper@gmail.com>
47692
47693 * nscd/nscd.h (struct traced_file): Define.
47694 (struct database_dyn): Remove inotify_descr, reset_res, and filename
47695 elements. Add traced_files.
47696 (inotify_fd): Declare.
47697 (register_traced_file): Declare.
47698 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47699 (inotify_fd): Export.
47700 (resolv_conf_descr): Remove.
47701 (nscd_init): Move inotify descriptor creation to main.
47702 Don't register files for notification here.
47703 (register_traced_file): New function.
47704 (invalidate_cache): Don't use reset_res to determine whether to call
47705 res_init, go through the list of registered files.
47706 (main_loop_poll): The inotify descriptors are now stored in the
47707 structures for the traced files.
47708 (main_loop_epoll): Likewise
47709 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
47710 to __nss_disable_nscd.
47711 * nscd/cache.c (prune_cache): There is no single inotify descriptor
47712 for a database anymore. Check the records for all the registered
47713 files instead.
47714 * nss/Makefile (libnss_files-routines): Add files-init.
47715 (libnss_db-routines): Add db-init.
47716 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47717 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47718 * nss/nss_db/db-init.c: New file.
47719 * nss/nss_files/files-init.c: New file.
47720 * nss/nsswitch.c (nss_load_library): New function. Broken out of
47721 __nss_lookup_function.
47722 (__nss_lookup_function): Call nss_load_library.
47723 (nss_load_all_libraries): New function.
47724 (__nss_disable_nscd): Take parameter with callback function for files
47725 to register. Set is_nscd. Load all the DSOs for the NSS modules
47726 used for the cached services.
47727 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47728 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47729 options for features to all the files in nscd.
47730
47731 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47732
23bee3e8
RM
477332011-07-10 Roland McGrath <roland@hack.frob.com>
47734
47735 * csu/elf-init.c (__libc_csu_init): Comment typo.
47736
46a5b7f0
UD
477372011-07-09 Ulrich Drepper <drepper@gmail.com>
47738
47739 * po/pl.po: Update from translation team.
47740 * po/ja.po: Likewise.
47741 * po/ru.po: Likewise.
47742 * po/ko.po: Likewise.
47743 * po/fr.po: Likewise.
47744
d30cf5bb
RM
477452011-07-09 Roland McGrath <roland@hack.frob.com>
47746
113ddea4
RM
47747 * configure.in (.ctors/.dtors header and trailer check):
47748 Use an empirical test on a built program.
47749 * configure: Regenerated.
47750
574920b4
RM
47751 * configure.in (-z relro check): Use an empirical test on a built DSO.
47752 Detect, but do not require, on ia64.
47753 * configure: Regenerated.
47754
d30cf5bb
RM
47755 * configure.in (READELF): Find it with AC_CHECK_TOOL.
47756 Update tests that use readelf to use $READELF instead.
47757 * configure: Regenerated.
47758
8538fdb3
UD
477592011-07-08 Ulrich Drepper <drepper@gmail.com>
47760
47761 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47762 if the result is not used.
47763
04d08991
AJ
477642011-07-05 Andreas Jaeger <aj@suse.de>
47765
47766 [BZ#9696]
47767 * stdlib/tst-strtod.c: Add testcase.
47768
de283087
AD
477692011-07-07 Ulrich Drepper <drepper@gmail.com>
47770
4e5f31c8 47771 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 47772 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
47773 The latter has a higher limit. Take additional parameter to pass to
47774 the new function.
47775 (__pathconf): Pass file to __statfs_link_max.
47776 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47777 __statfs_link_max.
47778 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47779 __statfs_link_max.
47780
de283087
AD
47781 [BZ #12868]
47782 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47783 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47784 Handle Lustre.
47785 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47786 (__statfs_filesize_max): Likewise.
47787 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47788
c75fa153
AJ
477892011-07-05 Andreas Jaeger <aj@suse.de>
47790
47791 * resolv/res_comp.c (dn_skipname): Remove unused variable.
47792
1a544854
UD
477932011-07-06 Marek Polacek <mpolacek@redhat.com>
47794
47795 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47796 `status' variable.
47797 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
47798 Likewise.
47799
6f0eec67
UD
478002011-07-04 H.J. Lu <hongjiu.lu@intel.com>
47801
47802 * Makefile (strop-tests): Add strncat.
47803 * string/test-strncat.c: New file.
47804
aae30307
UD
478052011-06-30 Marek Polacek <mpolacek@redhat.com>
47806
47807 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47808
c0cfb5eb
UD
478092011-06-21 Andreas Jaeger <aj@suse.de>
47810
47811 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47812 Copy rule from iconvdata/Makefile.
47813
01636b21
UD
478142011-07-06 Ulrich Drepper <drepper@gmail.com>
47815
47816 [BZ #12922]
47817 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47818 but no long options are defined, just return 'W'.
47819
9895c8bc
UD
478202011-06-22 Marek Polacek <mpolacek@redhat.com>
47821
47822 [BZ #9696]
47823 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47824
5d4cf042
UD
478252011-07-06 Ulrich Drepper <drepper@gmail.com>
47826
47827 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47828 netgroups to read.
960e5535 47829 (innetgr): Likewise.
5d4cf042 47830
751eb97e
RM
478312011-07-05 Roland McGrath <roland@hack.frob.com>
47832
47833 * config.make.in (install_root): Default to $(DESTDIR).
47834
f15f1e45
UD
478352011-07-05 Ulrich Drepper <drepper@gmail.com>
47836
47837 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47838
4e34ac6a
RM
478392011-07-02 Roland McGrath <roland@hack.frob.com>
47840
5e9b6af4
RM
47841 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47842
84f9ea0f
RM
47843 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47844 containing directory rather than embedding absolute directory names.
47845
ea5ee9f7
RM
47846 * scripts/check-local-headers.sh: Rewritten using awk.
47847 Match by word, not by line. Print error messages for matches.
47848 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47849
1b74661a
RM
47850 * Makerules [shlib-lds-flags empty]:
47851 ($(common-objpfx)libc_pic.opts): New target.
47852 ($(common-objpfx)libc_pic.os.clean): New target.
47853 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47854
47855 * config.make.in (OBJCOPY): New variable.
47856 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47857 * configure: Regenerated.
47858
f781ef40
RM
47859 * config.make.in (use-default-link): New variable.
47860 * configure.in (use_default_link): Grok --with-default-link to set it.
47861 * configure: Regenerated.
47862 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47863 (shlib-lds, shlib-lds-flags): Define to empty.
47864
2d4fa81e
RM
47865 * Makerules (shlib-lds): New variable.
47866 (shlib-lds-flags): New variable.
47867 (build-shlib, build-moduile, build-module-asneeded): Use it.
47868 ($(common-objpfx)libc.so): Use $(shlib-lds).
47869 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47870 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47871
31fffa6b
RM
47872 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47873 DT_FLAGS/DT_FLAGS_1 with zero flags.
47874
4e34ac6a
RM
47875 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47876 linker script munging.
47877
fcfc776b
UD
478782011-07-02 Ulrich Drepper <drepper@gmail.com>
47879
47880 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47881 as 128-bit value.
47882 * crypt/sha512.c (sha512_process_block): Perform total addition using
47883 128-bit if possible.
47884 (__sha512_finish_ctx): Likewise.
47885 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47886 as 64-bit value.
47887 * crypt/sha256.c (SWAP64): Define.
47888 (sha256_process_block): Perform total addition using 64-bit if
47889 possible.
47890 (__sha256_finish_ctx): Likewise.
47891
99231d9a
UD
478922011-07-01 Ulrich Drepper <drepper@gmail.com>
47893
47894 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
47895 * nscd/initgrcache.c (addinitgroupsX): Likewise.
47896 * nscd/hstcache.c (cache_addhst): Likewise.
47897 * nscd/grpcache.c (cache_addgr): Likewise.
47898 * nscd/aicache.c (addhstaiX): Likewise
47899 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47900
445b4a53
TK
479012011-07-01 Thorsten Kukuk <kukuk@suse.de>
47902
47903 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47904 * nscd/initgrcache.c (addinitgroupsX): Likewise.
47905 * nscd/hstcache.c (cache_addhst): Likewise.
47906 * nscd/grpcache.c (cache_addgr): Likewise.
47907 * nscd/aicache.c (addhstaiX): Likewise
47908
6d4d8e8e
AS
479092011-07-01 Andreas Schwab <schwab@redhat.com>
47910
47911 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47912 domain only when needed.
47913
89f654c5
AS
479142011-06-30 Andreas Schwab <schwab@redhat.com>
47915
47916 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47917 is always restored.
47918
cf3b23ff
UD
479192011-06-29 Ulrich Drepper <drepper@gmail.com>
47920
47921 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47922 are re-adding the entry.
47923 * nscd/servicescache.c (cache_addserv): Likewise.
47924
751626f9
AJ
479252011-06-30 Aurelien Jarno <aurelien@aurel32.net>
47926
47927 * sysdeps/generic/dl-irel.h: fix protection against multiple
47928 inclusions.
47929 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47930
9113ea1f
UD
479312011-06-28 Ulrich Drepper <drepper@gmail.com>
47932
5c0b8d90
UD
47933 [BZ #12935]
47934 * malloc/memusage.sh: Fix quoting in message.
47935 * debug/xtrace.sh: Likewise.
47936
9113ea1f
UD
47937 * configure.in: Remove support for --experimental-malloc option, make
47938 it the default.
47939 * config.make.in: Likewise.
47940 * malloc/Makefile: Likewise.
47941
a4172181
AS
479422011-06-27 Andreas Schwab <schwab@redhat.com>
47943
47944 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47945 two-byte characters.
47946
78a7eee7
RM
479472011-06-27 Roland McGrath <roland@hack.frob.com>
47948
62bede13
RM
47949 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47950 AC_CACHE_CHECK invocation.
47951 * configure: Regenerated.
47952
78a7eee7
RM
47953 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47954
5ce33a62
UD
479552011-06-27 Ulrich Drepper <drepper@gmail.com>
47956
034807a9
UD
47957 [BZ #12350]
47958 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
47959 bit from old_res_options.
47960
4902da17
UD
47961 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47962
5ce33a62
UD
47963 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47964 value type for setfct.
47965
c2344f56
L
479662011-06-23 H.J. Lu <hongjiu.lu@intel.com>
47967
47968 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47969 __gettimeofday instead of gettimeofday.
47970
68468076
UD
479712011-06-26 Ulrich Drepper <drepper@gmail.com>
47972
47973 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47974
acb0d739
L
479752011-06-24 H.J. Lu <hongjiu.lu@intel.com>
47976
47977 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47978
47979 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47980 info.
47981
8912479f
L
479822011-06-22 H.J. Lu <hongjiu.lu@intel.com>
47983
47984 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47985 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47986 strcpy-sse2-unaligned strncpy-sse2-unaligned
47987 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47988 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47989 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47990 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47991 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47992 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47993 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47994 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47995 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47996 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47997 (STRCPY): Support SSE2 and SSSE3 versions.
47998
d5495a11
UD
479992011-06-24 Ulrich Drepper <drepper@gmail.com>
48000
48001 [BZ #12874]
48002 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
48003 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
48004 kernels which artificially limit size of requests.
48005
0b1cbaae
L
480062011-06-22 H.J. Lu <hongjiu.lu@intel.com>
48007
48008 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48009 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48010 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
48011 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
48012 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
48013 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
48014 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
48015 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
48016 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
48017 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
48018 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
48019 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
48020 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
48021 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
48022 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
48023 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48024 Enable unaligned load optimization for Intel Core i3, i5 and i7
48025 processors.
48026 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
48027 Define.
48028 (index_Fast_Unaligned_Load): Define.
48029 (HAS_FAST_UNALIGNED_LOAD): Define.
48030
07f494a0
MP
480312011-06-23 Marek Polacek <mpolacek@redhat.com>
48032
48033 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
48034
fa3fc0fe
UD
480352011-06-22 Ulrich Drepper <drepper@gmail.com>
48036
48037 [BZ #12907]
48038 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
48039 until it is clear that the information is realy needed.
48040 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
48041
e12df166
AS
480422011-06-22 Andreas Schwab <schwab@redhat.com>
48043
48044 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
48045
852eb34d
UD
480462011-06-22 Ulrich Drepper <drepper@gmail.com>
48047
84e2a551
UD
48048 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48049 /sys/devices/system/cpu/online if it is usable.
48050
852eb34d
UD
48051 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
48052 reading the information from the /proc filesystem to once a second.
48053
6e502e19
UD
480542011-06-21 Andreas Jaeger <aj@suse.de>
48055
48056 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
48057 NULL after inclusion of kernel headers.
48058
75d39ff2
UD
480592011-06-21 Ulrich Drepper <drepper@gmail.com>
48060
51f9aa6a
UD
48061 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
48062 calls to internal_setent.
48063
c0244a9d
UD
48064 [BZ #12885]
48065 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
48066 addresses using gethostbyname4_r ignore IPv4 addresses.
48067
c5e3c2ae
UD
48068 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
48069 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
48070
75d39ff2
UD
48071 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
48072
42675c6f
DM
480732011-06-20 David S. Miller <davem@davemloft.net>
48074
48075 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
48076 inclusions.
48077 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
48078
48079 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
48080 (elf_irel): Use it.
48081 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
48082 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
48083 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
48084 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
48085 * sysdeps/x86_64/dl-irel.h: Likewise.
48086
48087 * elf/dl-runtime.c: Use elf_ifunc_invoke.
48088 * elf/dl-sym.c: Likewise.
48089
57912a71
UD
480902011-06-15 Ulrich Drepper <drepper@gmail.com>
48091
48092 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
48093 need to dereference resplen2.
48094
ee22793d
AS
480952011-06-14 Andreas Schwab <schwab@redhat.com>
48096
48097 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48098
a9e836b0
UD
480992011-06-15 Ulrich Drepper <drepper@gmail.com>
48100
77fb9117
UD
48101 * Makeconfig: Define vardbdir and inst_vardbdir.
48102 * nss/Makefile: Add rules to install db-Makefile.
48103
40c1b22c
UD
48104 * nss/nss_db/db-XXX.c: Cleanup.
48105
9f2da732
UD
48106 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48107 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48108 GLIBC_PRIVATE.
48109 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48110 * nss/makedb.c: Implement -g option to specify that value strings
48111 are generated and should not be added to table iterated over for
48112 get*ent calls.
48113 * nss/nss_db/db-initgroups.c: New file.
48114
82e9a1f7
UD
48115 * nss/getent.c: Add support for initgroups lookups through getgrouplist
48116 interface.
48117
c41af17e
UD
48118 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48119 (internal_getgrouplist): Adjust to name change.
48120 Update use_initgroups_entry if this is not the first call.
48121 * nss/databases.def: Add initgroups entry.
48122
a9e836b0
UD
48123 * nss/makedb.c (compute_tables): Check result of multiple hash table
48124 sizes to minimize maximum chain length.
48125
2666d441
UD
481262011-06-14 Ulrich Drepper <drepper@gmail.com>
48127
48128 * Versions.def: Add entry for libnss_db.
48129 * shlib-versions: Likewise.
48130 * nss/Makefile: Add rules to build libnss_db.
48131 * nss/Versions: Add libnss_db information. Organize libnss_files
48132 entries better.
48133 * nss/db-Makefile: Add gshadow support. Change rules for the new
48134 makedb progra. Some minor improvements to generate smaller files.
48135 * nss/nss_db/nss_db.h: Move NSS database header data structures to
48136 here from...
48137 * nss/makedb.c: ...here.
48138 Improve database format to be smaller and require less memory at
48139 runtime.
48140 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
48141 db anymore.
48142 * nss/nss_db/db-netgrp.c: Likewise.
48143 * nss/nss_db/db-open.c: Likewise.
48144 * nss/nss_files/flies-XXX.x: Adjust comments.
48145 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48146 * nss/nss_files/files-grp.c: Likewise.
48147 * nss/nss_files/files-hosts.c: Likewise.
48148 * nss/nss_files/files-network.c: Likewise.
48149 * nss/nss_files/files-proto.c: Likewise.
48150 * nss/nss_files/files-pwd.c: Likewise.
48151 * nss/nss_files/files-rpc.c: Likewise.
48152 * nss/nss_files/files-service.c: Likewise.
48153 * nss/nss_files/files-sgrp.c: Likewise.
48154 * nss/nss_files/files-spwd.c: Likewise.
48155 * nss/nss_db/db-alias.c: Removed.
48156 * nss/nss_db/dummy-db.h: Removed.
48157
9ee76b5a
UD
481582011-06-02 Ulrich Drepper <drepper@gmail.com>
48159
48160 * nss/makedb.c: Rewritten to not use database library.
48161 * nss/Makefile: Update to build new makedb program.
48162
c71ca1f8
AJ
481632011-06-14 Andreas Jaeger <aj@suse.de>
48164
48165 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48166 memset declaration.
48167
3154bfb8
UD
481682011-06-10 Andreas Schwab <schwab@redhat.com>
48169
48170 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48171 tmpbuf.
48172
b350afab
RM
481732011-06-10 Roland McGrath <roland@hack.frob.com>
48174
decd4e50
RM
48175 * Makerules (shlib.lds): Fail if the linker script comes out empty.
48176 * elf/Makefile ($(objpfx)ld.so): Likewise.
48177
5615eaf2
RM
48178 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48179 Don't list ld.so twice in dependencies.
48180
48181 * posix/bug-regex31.c: Include <stdlib.h>.
48182
48183 * nscd/hstcache.c (cache_addhst): Remove unused variable.
48184
48185 * nis/nss_compat/compat-spwd.c
48186 (getspent_next_nss_netgr): Remove unused variable.
48187 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48188
48189 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48190 nonmembers" output to use the right array.
48191
48192 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48193
48194 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48195
48196 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48197 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48198 * catgets/gencat.c (read_input_file): Likewise.
48199 * locale/programs/locarchive.c (enlarge_archive): Likewise.
48200
48201 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48202 variable definition inside #if's controlling its use.
48203
48204 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48205
48206 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48207
48208 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48209
48210 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48211 unreachable code.
48212
48213 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48214
b68e08db
RM
48215 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48216 * configure: Regenerated.
48217
b350afab
RM
48218 * Makerules: Revert last change.
48219 * elf/Makefile: Likewise.
48220
28368601
RM
482212011-06-09 Roland McGrath <roland@hack.frob.com>
48222
48223 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48224 * elf/Makefile ($(objpfx)librtld.os): Likewise.
48225 (reloc-link): Likewise.
48226
11988f8f
UD
482272011-06-09 Ulrich Drepper <drepper@gmail.com>
48228
48229 * elf/Makefile: Add rules to build pldd.
48230 * elf/pldd.c: New file.
48231 * elf/pldd-xx.c: New file.
48232
e80fab37
UD
482332011-06-07 Ulrich Drepper <drepper@gmail.com>
48234
48235 * version.h: Update for 2.15 development version.
48236
9b849836
DM
482372011-06-07 David S. Miller <davem@davemloft.net>
48238
48239 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48240 ifuncs.
48241 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48242 elf_machine_lazy_rel): Likewise.
48243 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48244 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48245 elf_machine_lazy_rel): Likewise.
48246 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48247 dl_hwcap via passed in argument.
48248 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48249 Likewise.
48250
5a31b283
AK
482512011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
48252
48253 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
48254
069e52f8
RM
482552011-06-06 Roland McGrath <roland@hack.frob.com>
48256
48257 [BZ #12849]
48258 * manual/fdl-1.1.texi: New file, verbatim from:
48259 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48260 * manual/lgpl-2.1.texi: New file, verbatim from:
48261 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48262 * manual/Makefile (licenses): New variable, list those new file names.
48263 (texis): Use it.
48264 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48265
48266 * manual/fdl.texi: File removed.
48267 * manual/lesser.texi: File removed.
48268 * manual/libc.texinfo (Copying, Documentation License):
48269 Use new @include file names, put @appendix directive before @include.
48270
f16846a5
JJ
482712011-06-04 Jakub Jelinek <jakub@redhat.com>
48272
48273 [BZ #12841]
48274 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48275 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48276 (mq_open): Add __NTH.
48277
3d29045b
L
482782011-06-02 H.J. Lu <hongjiu.lu@intel.com>
48279
48280 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48281 Assume Intel Core i3/i5/i7 processor if AVX is available.
48282
8c297311
UD
482832011-05-31 Ulrich Drepper <drepper@gmail.com>
48284
48285 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48286 typo.
48287
c8fc0c91
UD
482882011-05-31 Andreas Schwab <schwab@redhat.com>
48289
48290 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48291 memory. Use alloca_account. Fix memory leak when retrying.
48292
5b27a807
UD
482932011-05-31 Ulrich Drepper <drepper@gmail.com>
48294
356f8bc6
UD
48295 * version.h (RELEASE): Bump for 2.14 release.
48296 * include/features.h (__GLIBC_MINOR__): Bump to 14.
48297
5b27a807
UD
48298 * config.make.in (RANLIB): Remove entry.
48299
01f16ab0
UD
483002011-05-30 Ulrich Drepper <drepper@gmail.com>
48301
41fce8bd
UD
48302 * po/Makefile (po-sed-cmd): Add ksh to extensions.
48303 (libc.pot): Work around missing support for .ksh extension in xgettext.
48304
4769ae77
UD
48305 [BZ #12684]
48306 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48307 if both request failed.
48308 (send_dg): In case of server errors clear resplen or *resplen2.
48309
6b1e7d19
UD
48310 [BZ #12454]
48311 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48312 when there are multiple maps.
48313 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48314 (_dl_fini): Remove test here.
48315
01f16ab0
UD
48316 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48317
b1ebd700
UD
483182011-05-29 Ulrich Drepper <drepper@gmail.com>
48319
7ae22829
UD
48320 [BZ #12350]
48321 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48322 bit from old_res_options.
48323 (gaih_inet): Likewise.
48324
553149f6 48325 [BZ #11099]
18a84741 48326 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
48327 as signed.
48328
652ffab1
UD
48329 * resolv/res_init.c (res_setoptions): Make the code more compact.
48330
16985fd0
UD
48331 [BZ #11558]
48332 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48333 set RES_USEVC.
48334
0464f746
UD
48335 [BZ #11634]
48336 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48337
7d17596c
UD
48338 * malloc/malloc.h: Mark malloc hook variables as deprecated.
48339
cf6bbbd7
UD
48340 [BZ #11781]
48341 * malloc/malloc.h: Declare malloc hook variables as volatile.
48342
13f1ab36
UD
48343 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48344 in last patch.
48345
b1ebd700
UD
48346 [BZ #11799]
48347 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 48348 raise in the comment.
80e2212d
UD
48349 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48350 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48351 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 48352
ce67228d
UD
483532011-05-28 Ulrich Drepper <drepper@gmail.com>
48354
8887a920
UD
48355 [BZ #12811]
48356 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48357 grow the buffers more if it already has to be sufficient.
48358 (build_wcs_upper_buffer): Likewise.
48359 * posix/regexec.c (check_matching): Likewise.
48360 (clean_state_log_if_needed): Likewise.
48361 (extend_buffers): Don't enlarge buffers beyond size of the input
48362 buffer.
48363 Patches mostly by Emil Wojak <emil@wojak.eu>.
48364 * posix/bug-regex32.c: New file.
48365 * posix/Makefile (tests): Add bug-regex32.
48366
4f031072
UD
48367 * locale/findlocale.c (_nl_find_locale): Return right away if
48368 _nl_explode_name failed.
48369 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48370
d0478f0c
UD
48371 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48372
de81b246
UD
48373 * debug/xtrace.sh: Unify messages.
48374 * malloc/memusage.sh: Likewise.
48375
c738465a
UD
48376 [BZ #12813]
48377 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48378 time symbol from vDSO. Substitute with vsyscall if not available.
48379 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48380 __vdso_time.
48381
f1f929d7
UD
48382 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48383 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48384 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48385 Add sendmmsg and internal_sendmmsg.
48386 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48387 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48388 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48389
ce67228d
UD
48390 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48391 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48392 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48393
e57420c6
UD
483942011-05-27 Ulrich Drepper <drepper@gmail.com>
48395
a8509ca5
UD
48396 [BZ #12813]
48397 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48398 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
48399 available.
48400 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48401 __vdso_getcpu.
48402
e57420c6
UD
48403 [BZ #12814]
48404 * iconvdata/Makefile (tests): Add bug-iconv9.
48405 * iconvdata/bug-iconv9.c: New file.
48406
4d07db15
AS
484072011-05-27 Andreas Schwab <schwab@redhat.com>
48408
48409 [BZ #12814]
48410 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48411
ea486f69
JJ
484122011-05-25 Jakub Jelinek <jakub@redhat.com>
48413
48414 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48415 (struct user_regs_struct): Change intcs field back to cs.
48416
6f038433
UD
484172011-05-25 Ulrich Drepper <drepper@gmail.com>
48418
48419 * po/ja.po: Update from translation team.
48420
67f86a25
UD
484212011-05-23 Ulrich Drepper <drepper@gmail.com>
48422
48423 [BZ #12795]
48424 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48425 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48426
def7fbd6
AS
484272011-05-20 Andreas Schwab <schwab@redhat.com>
48428
48429 * stdlib/longlong.h: Update from GCC.
48430
f50ef8f1
AS
484312011-05-23 Andreas Schwab <schwab@redhat.com>
48432
48433 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48434 parameter name.
48435 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48436 Add parameter name.
48437 (__sysconf): Pass it down.
48438
de7ce8f1
UD
484392011-05-22 Ulrich Drepper <drepper@gmail.com>
48440
f2962a71
UD
48441 [BZ #12671]
48442 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48443 some situations.
48444 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48445 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48446 add in in __libc_use_alloca calls. Adjust callers.
48447 (glob): Use malloc in some situations.
48448
de7ce8f1
UD
48449 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48450 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48451 pltexit.
48452
aec84f53
UD
484532011-05-21 Ulrich Drepper <drepper@gmail.com>
48454
05bb4a68
UD
48455 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48456 and CLOCK_BOOTTIME_ALARM.
48457
7ea72f99
UD
48458 [BZ #12782]
48459 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48460 is returned.
48461
7e4afad5
UD
48462 * string/_strerror.c (__strerror_r): Print negative errors as signed
48463 numbers.
48464
8e211fec
UD
48465 [BZ #12777]
48466 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48467 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48468 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48469
f7d82dc9
UD
48470 * configure.in: Fix typo in redirection and correct removal of test
48471 files in two cases.
48472
cc9e536d
UD
48473 [BZ #12788]
48474 * locale/setlocale.c (new_composite_name): Fix test to check for
48475 identical name of all categories.
48476
aec84f53
UD
48477 [BZ #12792]
48478 * libio/filedoalloc.c (local_isatty): New function.
48479 (_IO_file_doallocate): Use local_isatty.
48480 * stdio-common/perror.c (perror): In case a new stream is used
48481 forward the stream error.
48482 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48483 error flag.
48484
78e64fdc
RT
484852011-05-20 Ulrich Drepper <drepper@gmail.com>
48486
34a9094f
UD
48487 [BZ #11869]
48488 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48489 alloca.
48490 * include/alloca.h (extend_alloca_account): Define.
48491
78e64fdc
RT
48492 [BZ #11857]
48493 * posix/regex.h: Fix comments with documentation of user-accessible
48494 fields after compilation and describe correct free'ing of pattern
48495 after re_compile_pattern.
48496 Patch by Reuben Thomas <rrt@sc3d.org>.
48497
457bddfc
RA
484982011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
48499
48500 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48501 and -mno-altivec to prevent the compiler from using Altivec and/or
48502 VSX instructions when the corresponding registers are not available.
48503
a4527b51
AS
485042011-05-19 Andreas Schwab <schwab@redhat.com>
48505
48506 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48507
ed690b2f
UD
485082011-05-19 Ulrich Drepper <drepper@gmail.com>
48509
48510 * libio/freopen.c (freopen): Use __dup2, not dup2.
48511 * libio/freopen64.c (freopen64): Likewise.
48512
8db73634
L
485132011-05-17 H.J. Lu <hongjiu.lu@intel.com>
48514
48515 [BZ #12775]
48516 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48517 * math/Makefile (tests): Add test-powl.
48518 (CFLAGS-test-powl.c): Define.
48519 * math/test-powl.c: New file.
48520
0a197a9d
L
485212011-05-16 H.J. Lu <hongjiu.lu@intel.com>
48522
48523 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48524
ee30c380
UD
485252011-05-17 Ulrich Drepper <drepper@gmail.com>
48526
48527 [BZ #11837]
48528 * iconvdata/gb18030.c: Update to GB18020-2005.
48529
6ce75379
UD
485302011-05-16 Ulrich Drepper <drepper@gmail.com>
48531
a4b89fd8
AR
48532 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48533 RE_SYNTAX_POSIX_AWK): Update to match recent development.
48534 Patch by Aharon Robbins <arnold@skeeve.com>.
48535
ea389b12
UD
48536 [BZ #11892]
48537 * stdlib/putenv.c (putenv): Don't always create copy of the variable
48538 on the stack.
48539
68a3f91f
UD
48540 [BZ #11895]
48541 * misc/pselect.c (__pselect): Handle timeout value errors hidden
48542 through underflows.
48543
15cc7dd1
UD
48544 [BZ #12766]
48545 * misc/error.c (error_at_line): Ensure file_name and old_file_name
48546 point to strings before performing equality test for error_one_per_line
48547 mode.
48548
f3799213
UD
48549 [BZ #11697]
48550 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48551
d79a9c94
UD
48552 [BZ #11820]
48553 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48554 (struct user_fpregs_struct): Avoid __uint*_t types.
48555
56e5eb46
UD
48556 [BZ #6420]
48557 * malloc/mtrace.c (tr_where): Add additional parameter to point to
48558 symbol info. Use it instead of calling _dl_addr locally.
48559 (lock_and_info): New function.
48560 (tr_freehook): Call lock_and_info and pass symbol info as additional
48561 parameter to tr_where.
48562 (tr_mallochook): Likewise.
48563 (tr_reallochook): Likewise.
48564 (tr_memalignhook): Likewise.
48565
6ce75379
UD
48566 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
48567 used and couldn't be at all thread-safe.
48568
f8a3b5bf
UD
485692011-05-15 Ulrich Drepper <drepper@gmail.com>
48570
94b7cc37
UD
48571 * libio/freopen.c (freopen): Don't close old file descriptor
48572 before the new one is opened. Instead dup the new file descriptor
48573 to the old one after the new stream is created.
48574 * libio/freopen64.c (freopen64): Likewise.
48575 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
48576 * libio/fileops.c (_IO_new_file_close_it): Handle new
48577 _IO_FLAGS2_NOCLOSE flag.
48578 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48579 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48580 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48581 _IO_FLAGS2_NOCLOSE flag.
48582 * include/unistd.h: Add hidden_proto for dup3.
48583 Define __have_dup3.
48584 * io/dup3.c: Define hidden symbol.
48585 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48586
bd25564e
UD
48587 [BZ #7101]
48588 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
48589 when an incomplete long option is used.
48590 * posix/tst-getopt_long1.c: New file.
48591 * posix/Makefile (tests): Add tst-getopt_long1.
48592
c84cfef4
UD
48593 [BZ #10138]
48594 * scripts/config.guess: Update from autoconf-2.68.
48595 * scripts/config.sub: Likewise.
48596
3b85df27
UD
48597 [BZ #10157]
48598 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
48599 tests into ...
48600 (has_cpuclock): ...this. New function.
48601 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
48602 macro here based on has_cpuclock code.
48603
15a856b1
UD
48604 [BZ #10149]
48605 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48606 First byte (not low byte) is now always NUL.
48607 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
48608
05f399e6
UD
48609 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48610 Use non-cancelable interfaces.
48611
10a52685 48612 [BZ #9809]
94ecc67d
UD
48613 * locale/iso-639.def: Add entry for Sorani.
48614
f8a3b5bf
UD
48615 [BZ #11901]
48616 * include/stdlib.h: Move include protection to the right place.
48617 Define abort_msg_s. Declare __abort_msg with it.
48618 * stdlib/abort.c (__abort_msg): Adjust type.
48619 * assert/assert.c (__assert_fail_base): New function. Majority
48620 of code from __assert_fail. Allocate memory for __abort_msg with
48621 mmap.
48622 (__assert_fail): Now call __assert_fail_base.
48623 * assert/assert-perr.c: Remove bulk of implementation. Use
48624 __assert_fail_base.
48625 * include/assert.hL Declare __assert_fail_base.
48626 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
48627 mmap.
48628 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
48629
1af4e298
UD
486302011-05-14 Ulrich Drepper <drepper@gmail.com>
48631
f8a3b5bf 48632 [BZ #11952]
d26dfc60
MG
48633 [BZ #12453]
48634 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
48635 until all modules are registered in the DTV.
48636 * elf/Makefile: Add rules to build and run tst-tls19.
48637 * elf/tst-tls19.c: New file.
48638 * elf/tst-tls19mod1.c: New file.
48639 * elf/tst-tls19mod2.c: New file.
48640 * elf/tst-tls19mod3.c: New file.
48641 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
48642
2fc54d6f
UD
48643 [BZ #12083]
48644 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
48645 correctly.
48646
98d76b46
UD
48647 [BZ #12601]
48648 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48649 two-byte sequence errors.
48650 * iconvdata/Makefile (tests): Add bug-iconv8.
48651 * iconvdata/bug-iconv8.c: New file.
48652
da3c19ef
UD
48653 [BZ #12626]
48654 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48655 buf2 definition.
48656
ca408c15
UD
48657 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48658
d6f67f7d
UD
48659 [BZ #12432]
48660 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48661 (dummy_getcfa): New function.
48662 (init): Get _Unwind_GetCFA address, use dummy if not found.
48663 (backtrace_helper): In recursion check, also check whether CFA changes.
48664 (__backtrace): Completely initialize arg.
48665
1af4e298 48666 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
48667 storing incomplete byte sequence in state object. Avoid testing for
48668 guaranteed too small input if we know there is enough data available.
1af4e298 48669
da62f81b
AS
486702011-05-11 Andreas Schwab <schwab@redhat.com>
48671
48672 * Makeconfig (+link-pie): Indent.
48673 * Rules (binaries-pie): Define if $(have-fpie) and
48674 $(build-shared).
48675 (binaries-shared): Also filter out $(binaries-pie).
48676 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48677 * nscd/Makefile (others-pie): Add nscd.
48678 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48679 ($(objpfx)nscd): Remove command override.
48680 * login/Makefile (others-pie): Add pt_chown.
48681 ($(objpfx)pt_chown): Remove command override.
48682 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48683 remove command overrides.
48684
fcabc0f8
UD
486852011-05-13 Ulrich Drepper <drepper@gmail.com>
48686
20030ae6
UD
48687 * libio/tst_putwc.c: Fix error messages.
48688
fcabc0f8
UD
48689 [BZ #12724]
48690 * libio/fileops.c (_IO_new_file_close_it): Always flush when
48691 currently writing and seek to current position when not.
48692 * libio/Makefile (tests): Add bug-fclose1.
48693 * libio/bug-fclose1.c: New file.
48694
320a5dc0
PB
486952011-05-12 Ulrich Drepper <drepper@gmail.com>
48696
48697 [BZ #12511]
48698 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48699 don't set DF_1_NODELETE here.
48700 (do_lookup_x): When entering new entry test for copy relocation
48701 and if necessary set DF_1_NODELETE flag.
48702 * elf/tst-unique4.cc: New file.
48703 * elf/tst-unique4.h: New file.
48704 * elf/tst-unique4lib.cc: New file.
48705 * elf/Makefile: Add rules to build and run tst-unique4.
48706 Patch by Piotr Bury <pbury@goahead.com>.
48707
22836f52
UD
487082011-05-11 Ulrich Drepper <drepper@gmail.com>
48709
f574184a
UD
48710 [BZ #12052]
48711 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48712
e1fb097f
UD
48713 [BZ #12625]
48714 * misc/mntent_r.c (addmntent): Flush the stream after the output
48715
22836f52
UD
48716 [BZ #12393]
48717 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48718 (is_trusted_path_normalize): Skip initial colon. Append slash
48719 to empty buffer. Duplicate is_trusted_path code but allow
48720 constructed patch to be prefix.
48721 (is_dst): Allow $ORIGIN followed by /.
48722 (_dl_dst_substitute): Correct clearing of check_for_trusted.
48723 Correct testing of result of is_trusted_path_normalize
48724 (decompose_rpath): Fix warning.
48725
7b3b0b2a
UD
487262011-05-10 Ulrich Drepper <drepper@gmail.com>
48727
48728 [BZ #11257]
48729 * grp/initgroups.c (internal_getgrouplist): When we found the service
48730 list through the initgroups entry in nsswitch.conf do not always
48731 continue on a successful lookup. Don't always use the
eac80ce2 48732 __nss_group_database value if it is set.
7b3b0b2a
UD
48733 * nss/nsswitch.conf (initgroups): Change action for successful db
48734 lookup to continue for compatibility.
48735
2a81eaa5
UD
487362011-05-09 Ulrich Drepper <drepper@gmail.com>
48737
be97a69e
UD
48738 [BZ #11532]
48739 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48740 and CP774 modules.
48741 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48742 and CP774 modules.
48743 * iconvdata/tst-tables.sh: Likewise.
48744 * iconvdata/cp770.c: New file.
48745 * iconvdata/cp771.c: New file.
48746 * iconvdata/cp772.c: New file.
48747 * iconvdata/cp773.c: New file.
48748 * iconvdata/cp774.c: New file.
48749 * iconvdata/testdata/CP770: New file.
48750 * iconvdata/testdata/CP770..UTF8: New file.
48751 * iconvdata/testdata/CP771: New file.
48752 * iconvdata/testdata/CP771..UTF8: New file.
48753 * iconvdata/testdata/CP772: New file.
48754 * iconvdata/testdata/CP772..UTF8: New file.
48755 * iconvdata/testdata/CP773: New file.
48756 * iconvdata/testdata/CP773..UTF8: New file.
48757 * iconvdata/testdata/CP774: New file.
48758 * iconvdata/testdata/CP774..UTF8: New file.
48759
48760 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48761 END CHARMAP line.
48762 * iconvdata/gen-8bit-gap.sh: Likewise.
48763 * iconvdata/gen-8bit.sh: Likewise.
48764
c1e9e399
UD
48765 * locale/iso-639.def: Add ary entry.
48766
24c55fb3 48767 [BZ #11258]
96b4b1b0
UD
48768 * locale/C-translit.h.in: Add U20A1 transliteration.
48769
bdc2f971
KB
48770 [BZ #12178]
48771 * locale/iso-639.def: Add wae entry.
48772 Patch by Kevin Bortis <bortis@translate-wae.ch>.
48773
2952b117
UD
48774 [BZ #12545]
48775 * locale/programs/localedef.c (construct_output_path): Use ssize_t
48776 for n.
48777
2a81eaa5
UD
48778 [BZ #12711]
48779 * locale/C-translit.h.in: Add entry for U20B9.
48780 Patch by pravin.d.s@gmail.com.
48781
28377d1b
UD
487822011-05-08 Ulrich Drepper <drepper@gmail.com>
48783
7fb90fb8
UD
48784 [BZ #12713]
48785 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48786 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
48787 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
48788 in rtld. Use *stat64.
7fb90fb8 48789 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 48790 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 48791 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
48792 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48793 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48794 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48795 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48796 __fstatat64 macros.
7fb90fb8
UD
48797 * include/dirent.h: Add libc_hidden_proto for rewinddir.
48798 * dirent/rewinddir.c: Add libc_hidden_def.
48799 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 48800 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 48801
28377d1b
UD
48802 * include/dirent.h (__alloc_dir): Add flags parameter.
48803 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48804 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48805 __alloc_dir.
48806 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
48807 from fdopendir if O_CLOEXEC is already set.
48808
66bdbaa4
AM
488092011-03-15 Alan Modra <amodra@gmail.com>
48810
48811 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48812 l_tls_firstbyte_offset non-zero. Save padding offset in
48813 l_tls_firstbyte_offset for later use.
48814 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48815 freeing static tls block.
48816
95721191
JN
488172011-03-05 Jonathan Nieder <jrnieder@gmail.com>
48818
48819 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48820 where #ifdef was intended. The intent is to prevent ARG_MAX from
48821 being defined by the kernel headers.
48822
f87dfb1f
UD
488232011-05-07 Ulrich Drepper <drepper@gmail.com>
48824
48825 [BZ #12734]
48826 * resolv/resolv.h: Define RES_NOTLDQUERY.
48827 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48828 no-tld-query and set RES_NOTLDQUERY.
48829 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48830 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48831 modern BIND to search name as TLD unless forbidden.
48832
47c3cd7a
UD
488332011-05-07 Petr Baudis <pasky@suse.cz>
48834 Ulrich Drepper <drepper@gmail.com>
48835
48836 [BZ #12393]
48837 * elf/dl-load.c (fillin_rpath): Move trusted path check...
48838 (is_trusted_path): ...to here.
c1e9ea35 48839 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 48840 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 48841 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 48842
8a35c912
PP
488432011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
48844
48845 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48846 __BEGIN/__END_DECLS.
48847
acd41f47
UD
488482011-05-06 Ulrich Drepper <drepper@gmail.com>
48849
48850 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48851 NSS_STATUS_NOTFOUND if no record was found.
48852
597df647
AS
488532011-05-05 Andreas Schwab <schwab@redhat.com>
48854
48855 * sunrpc/Makefile (headers): Add rpc/netdb.h.
48856 (headers-not-in-tirpc): Remove rpc/netdb.h
48857 * resolv/netdb.h: Revert last change.
48858
b9af1301
PP
488592011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
48860
48861 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48862 circular dependency between libgcc.a and libc.a.
48863
4e34d5f5
AS
488642011-05-05 Andreas Schwab <schwab@redhat.com>
48865
48866 * resolv/netdb.h: Don't include <rpc/netdb.h>.
48867 * nis/Makefile: Don't install rpcsvc/*.
48868 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48869 instead of <rpc/types.h>.
48870 (MAXHOSTNAMELEN): Define.
48871
00ee369c
AS
488722011-05-03 Andreas Schwab <schwab@redhat.com>
48873
48874 * elf/ldconfig.c (add_dir): Don't crash on empty path.
48875
0b592a30
MB
488762011-04-28 Maciej Babinski <mbabinski@google.com>
48877
48878 [BZ #12714]
48879 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48880 gethostbyname4_r when IPv6 results are possible.
48881
6e04cbbe
UD
488822011-05-02 Ulrich Drepper <drepper@gmail.com>
48883
48884 [BZ #12723]
48885 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48886 _PC_PIPE_BUF handling.
48887
e4ecafe0
BH
488882011-04-30 Bruno Haible <bruno@clisp.org>
48889
48890 [BZ #12717]
48891 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48892 * resolv/netdb.h (getnameinfo): Change type of flags parameter
48893 to 'int'.
48894 * inet/getnameinfo.c (getnameinfo): Likewise.
48895
125ee683
UD
488962011-04-29 Ulrich Drepper <drepper@gmail.com>
48897
48898 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48899 to groups setting in database lookup.
48900 * nss/nsswitch.conf: Add initgroups entry.
48901
b722481a
EB
489022011-04-22 Ulrich Drepper <drepper@gmail.com>
48903
48904 [BZ #12685]
48905 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48906 mode string.
48907 Patch by Eric Blake <eblake@redhat.com>.
48908
4df46dbd
L
489092011-04-20 H.J. Lu <hongjiu.lu@intel.com>
48910
48911 * sunrpc/Makefile (need-export-routines): Add svc_run.
48912 (routines): Remove svc_run.
48913 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48914 * sunrpc/clnt_perr.c (clnt_perrno): Export.
48915 * sunrpc/svc_run.c (svc_run): Likewise.
48916 * sunrpc/svc_udp.c (svcudp_create): Likewise.
48917
e84142d2
UD
489182011-04-21 Ulrich Drepper <drepper@gmail.com>
48919
48920 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48921 problem in reallocation in last patch.
48922
877175d8
UD
489232011-04-20 Ulrich Drepper <drepper@gmail.com>
48924
48925 * sunrpc/Makefile: Move inclusion of Rules.
48926
ab8eed78
UD
489272011-04-19 Ulrich Drepper <drepper@gmail.com>
48928
48929 * nss/nss_files/files-initgroups.c: New file.
48930 * nss/Makefile (libnss_files-routines): Add files-initgroups.
48931 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48932 _nss_files_initgroups_dyn.
48933
e3d8f584
RS
489342011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
48935
48936 * elf/elf.h (R_ARM_IRELATIVE): Define.
48937
af190f45
UD
489382011-04-19 Ulrich Drepper <drepper@gmail.com>
48939
48940 * po/ru.po: Update from translation team.
48941
53cf59ef
UD
489422011-04-17 Ulrich Drepper <drepper@gmail.com>
48943
48944 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48945 dependencies.
48946
4c559bcd
MF
489472011-02-06 Mike Frysinger <vapier@gentoo.org>
48948
48949 [BZ #12653]
48950 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48951 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48952 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48953 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48954 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48955
4420675c
AS
489562011-03-28 Andreas Schwab <schwab@linux-m68k.org>
48957
48958 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48959 differing bytes.
48960 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48961 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48962 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48963
75ea32ab
UD
489642011-04-17 Ulrich Drepper <drepper@gmail.com>
48965
48966 [BZ #12420]
48967 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48968 storing it.
48969 * stdlib/bug-getcontext.c: New file.
48970 * stdlib/Makefile: Add rules to build and run bug-getcontext.
48971
27390476
AK
489722011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
48973
48974 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48975 instructions into .machine "z9-109".
48976 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48977 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48978
10442705
AK
489792011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
48980
48981 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48982 between environment variables and auxiliary vector.
48983
7b57bfe5
UD
489842011-04-16 Ulrich Drepper <drepper@gmail.com>
48985
48986 * Makefile: Add rules to build linkobj/libc.so.
48987 * include/libc-symbols.h: Define libc_hidden_nolink.
48988 * include/rpc/auth.h: Mark functions which are to be hidden.
48989 * include/rpc/auth_des.h: Likewise.
48990 * include/rpc/auth_unix.h: Likewise.
48991 * include/rpc/clnt.h: Likewise.
48992 * include/rpc/des_crypt.h: Likewise.
48993 * include/rpc/key_prot.h: Likewise.
48994 * include/rpc/pmap_clnt.h: Likewise.
48995 * include/rpc/pmap_prot.h: Likewise.
48996 * include/rpc/pmap_rmt.h: Likewise.
48997 * include/rpc/rpc_msg.h: Likewise.
48998 * include/rpc/svc.h: Likewise.
48999 * include/rpc/svc_auth.h: Likewise.
49000 * include/rpc/xdr.h: Likewise.
49001 * nis/Makefile: Link all DSOs against linkobj/libc.so.
49002 * nss/Makefile: Likewise.
49003 * sunrpc/Makefile: Don't install headers. Build library with normal
49004 entry points. Don't build rpcinfo. Link RPC tests appropriately.
49005 * sunrpc/auth_des.c: Hide exported symbols by default, export some
49006 for the compat linking library. Remove use of INTDEF/INTUSE.
49007 * sunrpc/auth_none.c: Likewise.
49008 * sunrpc/auth_unix.c: Likewise.
49009 * sunrpc/authdes_prot.c: Likewise.
49010 * sunrpc/authuxprot.c: Likewise.
49011 * sunrpc/clnt_gen.c: Likewise.
49012 * sunrpc/clnt_perr.c: Likewise.
49013 * sunrpc/clnt_raw.c: Likewise.
49014 * sunrpc/clnt_simp.c: Likewise.
49015 * sunrpc/clnt_tcp.c: Likewise.
49016 * sunrpc/clnt_udp.c: Likewise.
49017 * sunrpc/clnt_unix.c: Likewise.
49018 * sunrpc/des_crypt.c: Likewise.
49019 * sunrpc/des_soft.c: Likewise.
49020 * sunrpc/get_myaddr.c: Likewise.
49021 * sunrpc/key_call.c: Likewise.
49022 * sunrpc/key_prot.c: Likewise.
49023 * sunrpc/netname.c: Likewise.
49024 * sunrpc/pm_getmaps.c: Likewise.
49025 * sunrpc/pm_getport.c: Likewise.
49026 * sunrpc/pmap_clnt.c: Likewise.
49027 * sunrpc/pmap_prot.c: Likewise.
49028 * sunrpc/pmap_prot2.c: Likewise.
49029 * sunrpc/pmap_rmt.c: Likewise.
49030 * sunrpc/publickey.c: Likewise.
49031 * sunrpc/rpc_cmsg.c: Likewise.
49032 * sunrpc/rpc_common.c: Likewise.
49033 * sunrpc/rpc_dtable.c: Likewise.
49034 * sunrpc/rpc_prot.c: Likewise.
49035 * sunrpc/rpc_thread.c: Likewise.
49036 * sunrpc/rtime.c: Likewise.
49037 * sunrpc/svc.c: Likewise.
49038 * sunrpc/svc_auth.c: Likewise.
49039 * sunrpc/svc_authux.c: Likewise.
49040 * sunrpc/svc_raw.c: Likewise.
49041 * sunrpc/svc_run.c: Likewise.
49042 * sunrpc/svc_simple.c: Likewise.
49043 * sunrpc/svc_tcp.c: Likewise.
49044 * sunrpc/svc_udp.c: Likewise.
49045 * sunrpc/svc_unix.c: Likewise.
49046 * sunrpc/svcauth_des.c: Likewise.
49047 * sunrpc/xcrypt.c: Likewise.
49048 * sunrpc/xdr.c: Likewise.
49049 * sunrpc/xdr_array.c: Likewise.
49050 * sunrpc/xdr_float.c: Likewise.
49051 * sunrpc/xdr_intXX_t.c: Likewise.
49052 * sunrpc/xdr_mem.c: Likewise.
49053 * sunrpc/xdr_rec.c: Likewise.
49054 * sunrpc/xdr_ref.c: Likewise.
49055 * sunrpc/xdr_sizeof.c: Likewise.
49056 * sunrpc/xdr_stdio.c: Likewise.
49057
e6c61494
UD
490582011-04-10 Ulrich Drepper <drepper@gmail.com>
49059
49060 [BZ #12650]
49061 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
49062 * sysdeps/ia64/dl-tls.h: Likewise.
49063 * sysdeps/powerpc/dl-tls.h: Likewise.
49064 * sysdeps/s390/dl-tls.h: Likewise.
49065 * sysdeps/sh/dl-tls.h: Likewise.
49066 * sysdeps/sparc/dl-tls.h: Likewise.
49067 * sysdeps/x86_64/dl-tls.h: Likewise.
49068 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
49069
34fe483e
AS
490702011-03-14 Andreas Schwab <schwab@redhat.com>
49071
49072 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
49073 rpath element also skip the following colon.
49074 (expand_dynamic_string_token): Add is_path parameter and pass
49075 down to DL_DST_REQUIRED and _dl_dst_substitute.
49076 (decompose_rpath): Call expand_dynamic_string_token with
49077 non-zero is_path. Ignore empty rpaths.
49078 (_dl_map_object_from_fd): Call expand_dynamic_string_token
49079 with zero is_path.
49080
f12a32e6
AS
490812011-04-08 Andreas Schwab <schwab@linux-m68k.org>
49082
49083 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
49084 Make cancelable.
49085
38a7d692
UD
490862011-04-09 Ulrich Drepper <drepper@gmail.com>
49087
49088 [BZ #12655]
49089 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49090 Patch by Filipe David Manana <fdmanana@apache.org>.
49091
e451d22b
AS
490922011-04-07 Andreas Schwab <schwab@redhat.com>
49093
49094 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49095 Maintain aligned stack.
49096 (CHECK_RSP): Remove unused macro.
49097
dedc7c7b
UD
490982011-04-03 Ulrich Drepper <drepper@gmail.com>
49099
49100 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49101 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49102
94521213
UD
491032011-04-02 Ulrich Drepper <drepper@gmail.com>
49104
49105 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49106
8cb700c0 49107 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 49108
0354e355
L
491092011-03-26 H.J. Lu <hongjiu.lu@intel.com>
49110
49111 [BZ #12518]
49112 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49113 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49114 * sysdeps/x86_64/memmove.c: New file.
49115 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49116 (memcpy): Renamed to ...
49117 (__new_memcpy): This.
49118 (memcpy): Provide GLIBC_2_14 memcpy.
49119 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49120 (memcpy): Provide GLIBC_2_2_5 memcpy.
49121
8593482f
UD
491222011-04-01 Ulrich Drepper <drepper@gmail.com>
49123
49124 [BZ #12631]
49125 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49126
81a5726b
AS
491272011-03-30 Andreas Schwab <schwab@redhat.com>
49128
49129 * misc/syncfs.c: New file.
49130 * misc/Makefile (routines): Add syncfs.
49131 * posix/unistd.h: Declare syncfs.
49132 * sysdeps/unix/syscalls.list: Add syncfs.
49133
00e5419f
AS
491342011-04-01 Andreas Schwab <schwab@redhat.com>
49135
49136 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49137 open_by_handle_at.
49138 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49139 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49140 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49141 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49142 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49143 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49144 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49145
748876bf
UD
491462011-04-01 Ulrich Drepper <drepper@gmail.com>
49147
658e451d
UD
49148 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49149 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49150 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49151 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49152 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49153 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49154 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49155
748876bf
UD
49156 * io/Makefile: Compile fallocate.c, fallocate64.c, and
49157 sync_file_range.c with -fexceptions.
49158 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49159 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49160 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49161 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49162 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49163 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49164 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
49165 sync_file_range as cancellation point
49166 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
49167 now a wrapper around __call_sync_file_range with cancellation handling.
49168 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49169 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
49170 function name to __call_sync_file_range.
49171 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49172 Add call_sync_file_range.
748876bf 49173
6e63d5e1
AS
491742011-04-01 Andreas Schwab <schwab@redhat.com>
49175
49176 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 49177 bits/timex.h.
6e63d5e1 49178
46998f74
UD
491792011-04-01 Ulrich Drepper <drepper@gmail.com>
49180
4c1423ed
UD
49181 * iconv/iconv.h: Fix typo in comment.
49182 * io/fcntl.h: Likewise.
49183 * libio/stdio.h: Likewise.
49184 * posix/spawn.h: Likewise.
49185 * posix/unistd.h: Likewise.
49186 * stdlib/stdlib.h: Likewise.
49187 * time/time.h: Likewise.
49188 * wcsmbs/wchar.h: Likewise.
49189
158648c0
UD
49190 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49191 open_by_handle): Add.
49192 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49193 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
49194 Augment a few comments.
49195 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49196 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49197 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49198 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49199 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49200 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49201 open_by_handle.
49202
46998f74
UD
49203 * io/fcntl.h (AT_EMPTY_PATH): Define.
49204
83fe108b
UD
492052011-03-30 Ulrich Drepper <drepper@gmail.com>
49206
49207 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49208 * sysdeps/unix/sysv/linux/bits/time.h: New file.
49209 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49210 to...
49211 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
49212 * Versions.def: Add GLIBC_2.14.
49213 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49214 Export.
83fe108b 49215
bb242059
UD
492162011-03-22 Ulrich Drepper <drepper@gmail.com>
49217
49218 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49219 round counter.
49220 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49221
c97a1282
L
492222011-03-20 H.J. Lu <hongjiu.lu@intel.com>
49223
49224 [BZ #12597]
49225 * string/test-strncmp.c (do_page_test): New function.
49226 (check2): Likewise.
49227 (test_main): Call check2.
49228 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49229
2a115601
UD
492302011-03-20 Ulrich Drepper <drepper@gmail.com>
49231
49232 [BZ #12587]
49233 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49234 Handle cache information in CPU leaf 4.
49235 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49236
8126d904
UD
492372011-03-18 Ulrich Drepper <drepper@gmail.com>
49238
042c49c6 49239 [BZ #12583]
8126d904
UD
49240 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49241 character representation.
49242 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49243
ccfe366e
RA
492442011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
49245
49246 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49247 END(__isnan) to END(__isnanf) to match function entry point/label
49248 EALIGN(__isnanf,...).
49249
c6e13027
JJ
492502011-03-10 Jakub Jelinek <jakub@redhat.com>
49251
49252 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49253
33f85a3f
UD
492542011-03-10 Ulrich Drepper <drepper@gmail.com>
49255
028478fa
UD
49256 [BZ #12510]
49257 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49258 copy from the symbol referenced in the relocation to initialize the
49259 used variable.
49260 Patch by Piotr Bury <pbury@goahead.com>.
49261 * elf/Makefile: Add rules to build and tst-unique3.
49262 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49263 * elf/tst-unique3.cc: New file.
49264 * elf/tst-unique3.h: New file.
49265 * elf/tst-unique3lib.cc: New file.
49266 * elf/tst-unique3lib2.cc: New file.
49267
33f85a3f
UD
49268 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49269
03592fc7
MF
492702011-03-10 Mike Frysinger <vapier@gentoo.org>
49271
49272 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49273 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
49274 to _start.
03592fc7 49275
6a5ee102
UD
492762011-03-06 Ulrich Drepper <drepper@gmail.com>
49277
49278 * elf/dl-load.c (_dl_map_object): If we are looking for the first
49279 to-be-loaded object along a path to loader is ld.so.
49280
7e4ba49c
HJ
492812011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
49282 Ulrich Drepper <drepper@gmail.com>
49283
49284 * sysdeps/x86_64/memset.S: After aligning destination, code
49285 branches to different locations depending on the value of
49286 misalignment, when multiarch is enabled. Fix this.
49287
492882011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
49289
49290 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49291 Set _x86_64_preferred_memory_instruction for AMD processsors.
49292 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49293 Set bit_Prefer_SSE_for_memop for AMD processors.
49294
13a804de
UD
492952011-03-04 Ulrich Drepper <drepper@gmail.com>
49296
49297 * libio/fmemopen.c (fmemopen): Optimize a bit.
49298
9d25c392
AS
492992011-03-03 Andreas Schwab <schwab@redhat.com>
49300
49301 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49302
a5543c6a
RM
493032011-03-03 Roland McGrath <roland@redhat.com>
49304
49305 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49306
012d35f7
DM
493072011-02-28 Aurelien Jarno <aurelien@aurel32.net>
49308
7e4ba49c 49309 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
49310 __bzero_ultra1 instead of __memset_ultra1.
49311
4bff6e01
AS
493122011-02-23 Andreas Schwab <schwab@redhat.com>
49313 Ulrich Drepper <drepper@gmail.com>
49314
49315 [BZ #12509]
49316 * include/link.h (struct link_map): Add l_orig_initfini.
49317 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49318 returning unsuccessfully.
49319 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49320 close of a file loaded at startup, restore the original l_initfini
49321 list.
49322 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49323 list, store the pointer.
49324 * elf/Makefile ($(objpfx)noload-mem): New rule.
49325 (noload-ENV): Define.
49326 (tests): Add $(objpfx)noload-mem.
49327 * elf/noload.c: Include <memcheck.h>.
49328 (main): Call mtrace. Close all opened handles.
49329
f2092faf
AS
493302011-02-17 Andreas Schwab <schwab@redhat.com>
49331
49332 [BZ #12454]
49333 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49334 dependencies are missing.
49335
6c8a2e88
ST
493362011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
49337
f2092faf 49338 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
49339 Hurd needs munmap.
49340 * sysdeps/mach/hurd/ifreq.h: New file.
49341
84a42118
PB
493422011-01-27 Petr Baudis <pasky@suse.cz>
49343 Ulrich Drepper <drepper@gmail.com>
49344
071f805e 49345 [BZ 12445]#
84a42118
PB
49346 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49347 to extend_alloca().
49348 * stdio-common/bug23.c: New file.
49349 * stdio-common/Makefile (tests): Add bug23.
49350
e23fe25b
AS
493512010-09-28 Andreas Schwab <schwab@redhat.com>
49352 Ulrich Drepper <drepper@gmail.com>
49353
49354 [BZ #12489]
49355 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49356 before performing relro protection. At old place add assertion
49357 to make sure nothing changed.
49358
d3f02e10
NS
493592011-02-17 Nathan Sidwell <nathan@codesourcery.com>
49360 Glauber de Oliveira Costa <glommer@gmail.com>
49361
49362 * elf/elf.h: Add new ARM TLS relocs.
49363
d55fd7a5
RA
493642011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
49365
49366 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49367 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49368 cast from r3.
49369 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
49370 'tests' variable.
49371 * sysdeps/wordsize-64/tst-writev.c: New file.
49372
2206397e
RA
493732011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
49374
49375 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49376 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49377 insns in _dl_start to prevent a TOC reference before relocs are
49378 resolved.
49379
e9433893
UD
493802011-02-15 Ulrich Drepper <drepper@gmail.com>
49381
49382 [BZ #12469]
49383 * Makeconfig: Remove RANLIB definition.
49384 * Makerules: Don't use RANLIB.
49385 * aclocal.m4: Remove ranlib test.
49386 * configure.in: No need to check for ranlib.
49387 * elf/rtld-Rules: Don't use RANLIB.
49388
f75286c6
ST
493892011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
49390
8e31c82d
ST
49391 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49392 protection macro.
49393 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49394 inclusion protection macro.
49395
f75286c6
ST
49396 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49397 SIGRTMIN and SIGRTMAX and print information in that case only when
49398 SIGRTMIN is defined.
49399
c1d0e639
JJ
494002011-02-11 Jakub Jelinek <jakub@redhat.com>
49401
49402 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49403 arginfo fn returning -1.
49404
49405 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49406 and thousands string is zero terminated.
49407
edf9294e
AS
494082011-02-03 Andreas Schwab <schwab@redhat.com>
49409
49410 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49411 sysdeps/unix/sysv/linux/bits/socket.h.
49412
2b7e92df
ST
494132011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
49414
edf9294e
AS
49415 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49416 (__CPU_COUNT): Remove old macros.
49417 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49418 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49419 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
49420 (__sched_cpualloc, __sched_cpufree): Add declarations.
49421
a4c7ea7b
UD
494222011-02-05 Ulrich Drepper <drepper@gmail.com>
49423
49424 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49425 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49426 * nscd/aicache.c (addhstaiX): Return timeout of added value.
49427 (readdhstai): Return value of addhstaiX call.
49428 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49429 (addgrbyX): Return value returned by cache_addgr.
49430 (readdgrbyname): Return value returned by addgrbyX.
49431 (readdgrbygid): Likewise.
49432 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49433 (addpwbyX): Return value returned by cache_addpw.
49434 (readdpwbyname): Return value returned by addhstbyX.
49435 (readdpwbyuid): Likewise.
49436 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49437 (addservbyX): Return value returned by cache_addserv.
49438 (readdservbyname): Return value returned by addservbyX:
49439 (readdservbyport): Likewise.
49440 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49441 (addhstbyX): Return value returned by cache_addhst.
49442 (readdhstbyname): Return value returned by addhstbyX.
49443 (readdhstbyaddr): Likewise.
49444 (readdhstbynamev6): Likewise.
49445 (readdhstbyaddrv6): Likewise.
49446 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49447 (readdinitgroups): Return value returned by addinitgroupsX.
49448 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49449 (prune_cache): Keep track of timeout value of re-added entries.
49450 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49451 * nscd/nscd.h: Adjust prototypes of readd* functions.
49452
a0bf67cc
RM
494532011-02-04 Roland McGrath <roland@redhat.com>
49454
49455 * nis/nis_server.c (nis_servstate): Use the right name for 0.
49456 (nis_stats): Likewise.
49457 * nis/nis_modify.c (nis_modify): Likewise.
49458 * nis/nis_remove.c (nis_remove): Likewise.
49459 * nis/nis_add.c (nis_add): Likewise.
49460
49461 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49462
49463 * posix/fnmatch_loop.c: Add some consts.
49464
49465 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49466
435b95eb
L
494672011-02-02 H.J. Lu <hongjiu.lu@intel.com>
49468
49469 [BZ #12460]
49470 * config.make.in (config-cflags-novzeroupper): Define.
49471 * configure.in: Substitute libc_cv_cc_novzeroupper.
49472 * elf/Makefile (AVX-CFLAGS): Define.
49473 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49474 (CFLAGS-tst-auditmod4a.c): Likewise.
49475 (CFLAGS-tst-auditmod4b.c): Likewise.
49476 (CFLAGS-tst-auditmod6b.c): Likewise.
49477 (CFLAGS-tst-auditmod6c.c): Likewise.
49478 (CFLAGS-tst-auditmod7b.c): Likewise.
49479 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49480
8517b15e
UD
494812011-02-02 Ulrich Drepper <drepper@gmail.com>
49482
49483 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49484 function to the callback.
49485 Patch partly by Jiri Olsa <jolsa@redhat.com>.
49486
10a656fe
AS
494872011-02-02 Andreas Schwab <schwab@redhat.com>
49488
49489 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49490 of errno.
49491
968dad0a
UD
494922011-01-19 Ulrich Drepper <drepper@gmail.com>
49493
9f94d2ea 49494 [BZ #11724]
968dad0a
UD
49495 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49496 of constructors.
49497 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49498 of destructors.
49499 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49500
49501 [BZ #11724]
49502 * elf/Makefile: Add rules to build and run new test.
49503 * elf/tst-initorder.c: New file.
49504 * elf/tst-initorder.exp: New file.
49505 * elf/tst-initordera1.c: New file.
49506 * elf/tst-initordera2.c: New file.
49507 * elf/tst-initordera3.c: New file.
49508 * elf/tst-initordera4.c: New file.
49509 * elf/tst-initorderb1.c: New file.
49510 * elf/tst-initorderb2.c: New file.
49511 * elf/tst-order-a1.c: New file.
49512 * elf/tst-order-a2.c: New file.
49513 * elf/tst-order-a3.c: New file.
49514 * elf/tst-order-a4.c: New file.
49515 * elf/tst-order-b1.c: New file.
49516 * elf/tst-order-b2.c: New file.
49517 * elf/tst-order-main.c: New file.
49518 New test case by George Gensure <werkt0@gmail.com>.
49519
86e92359
UD
495202010-10-01 Andreas Schwab <schwab@redhat.com>
49521
49522 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49523 decoding ACE if AI_CANONIDN.
49524
5d5732b0
UD
495252011-01-18 Ulrich Drepper <drepper@gmail.com>
49526
49527 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49528
a77e8cbc
UD
495292011-01-17 Ulrich Drepper <drepper@gmail.com>
49530
6392473f
UD
49531 * version.h (RELEASE): Bump for 2.13 release.
49532 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49533
620a0529
UD
49534 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49535
18ba70a5
UD
49536 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49537 MADV_NOHUGEPAGE.
32465c3e
UD
49538 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49539 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49540 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49541 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49542 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49543 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49544
c0dafcf1
UD
49545 * posix/getconf.c: Update copyright year.
49546 * catgets/gencat.c: Likewise.
49547 * csu/version.c: Likewise.
49548 * debug/catchsegv.sh: Likewise.
49549 * debug/xtrace.sh: Likewise.
49550 * elf/ldconfig.c: Likewise.
49551 * elf/ldd.bash.in: Likewise.
49552 * elf/sprof.c (print_version): Likewise.
49553 * iconv/iconv_prog.c: Likewise.
49554 * iconv/iconvconfig.c: Likewise.
49555 * locale/programs/locale.c: Likewise.
49556 * locale/programs/localedef.c: Likewise.
49557 * malloc/memusage.sh: Likewise.
49558 * malloc/mtrace.pl: Likewise.
49559 * nscd/nscd.c (print_version): Likewise.
49560 * nss/getent.c: Likewise.
49561
a77e8cbc
UD
49562 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49563 PF_CAIF, and PF_ALG.
49564 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49565
77e8bddf
AS
495662011-01-16 Andreas Schwab <schwab@linux-m68k.org>
49567
1f20b93a
AS
49568 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49569 (modules-names): Use them.
49570 (ifunc-test-modules, ifunc-pie-tests): Define.
49571 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49572 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49573 (test-extras): Likewise.
49574 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49575 $(compile-command.c).
49576 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
49577 (all-built-dso): Define.
49578 (check-textrel.out, check-execstack.out): Depend on it.
49579
77e8bddf
AS
49580 * configure.in: Don't override --enable-multi-arch.
49581
bc425b33
UD
495822011-01-15 Ulrich Drepper <drepper@gmail.com>
49583
49584 [BZ #6812]
49585 * nscd/hstcache.c (tryagain): Define.
49586 (cache_addhst): Return tryagain not notfound for temporary errors.
49587 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
49588 failed.
49589
794c3ad3
UD
495902011-01-14 Ulrich Drepper <drepper@gmail.com>
49591
70181fdd
UD
49592 [BZ #10563]
49593 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
49594 to make the syscall.
49595 * sysdeps/unix/sysv/linux/setgroups.c: New file.
49596
794c3ad3
UD
49597 [BZ #12378]
49598 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
49599 and fall back to matching as normal character if the string ends before
49600 the matching ']' is found. This is what POSIX requires.
49601 * posix/testfnm.c: Adjust test result.
49602 * posix/globtest.sh: Adjust test result. Add new test.
49603 * posix/tst-fnmatch.input: Likewise.
49604 * posix/tst-fnmatch2.c: Add new test.
49605
68dc9497
AS
496062010-12-28 Andreas Schwab <schwab@linux-m68k.org>
49607
49608 * elf/Makefile (check-execstack): Revert last change. Depend on
49609 check-execstack.h.
49610 (check-execstack.h): New target.
49611 (generated): Add check-execstack.h.
49612 * elf/check-execstack.c: Include "check-execstack.h".
49613 (main): Revert last change.
49614 (handle_file): Return zero if GNU_STACK is absent and
49615 DEFAULT_STACK_PERMS doesn't include PF_X.
49616
451f001b
UD
496172011-01-13 Ulrich Drepper <drepper@gmail.com>
49618
cfa28e56
UD
49619 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
49620 in child fails because the descriptor is already closed.
8cf8ce17
UD
49621 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
49622 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
49623 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 49624
1086d70d
UD
49625 [BZ #12397]
49626 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
49627 syscall.
49628
451f001b
UD
49629 [BZ #10484]
49630 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
49631 temporary buffer used to handle multi lookups locally.
a85b5cb4 49632 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 49633
08769175
UD
496342011-01-12 Ulrich Drepper <drepper@gmail.com>
49635
49636 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
49637 loader is ld.so.
49638
5e49c52e
UD
496392011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
49640
49641 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
49642 alignment for SSE2.
49643
60522a5f
UD
496442011-01-12 Ulrich Drepper <drepper@gmail.com>
49645
49646 [BZ #12394]
49647 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49648 characters. When rounding increased number of integer digits recompute
49649 number of groups.
49650 * stdio-common/tst-grouping.c: New file.
49651 * stdio-common/Makefile: Add rules to build and run tst-grouping.
49652
f257bbd7
UD
496532011-01-09 Ulrich Drepper <drepper@gmail.com>
49654
49655 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49656 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
49657
49658 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49659 void.
49660 * bits/select.h: Likewise.
49661
fa9c15cb
UD
496622011-01-08 Ulrich Drepper <drepper@gmail.com>
49663
49664 * po/ja.po: Update from translation team.
49665
16c2895f
DM
496662011-01-04 David S. Miller <davem@sunset.davemloft.net>
49667
49668 [BZ #11155]
49669 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49670 implementation just like for lxstat, fxstatat, et al.
49671
2543fef2
JM
496722010-12-27 Jim Meyering <meyering@redhat.com>
49673
49674 [BZ #12348]
49675 * posix/regexec.c (build_trtable): Return failure indication upon
49676 calloc failure. Otherwise, re_search_internal could infloop on OOM.
49677
98727dbe
UD
496782010-12-25 Ulrich Drepper <drepper@gmail.com>
49679
5bd6dc5c
UD
49680 [BZ #12201]
49681 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49682 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49683 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49684 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49685
97983464
UD
49686 [BZ #12207]
49687 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49688
98727dbe
UD
49689 [BZ #12204]
49690 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49691 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49692
4a531bb0
L
496932010-12-15 H.J. Lu <hongjiu.lu@intel.com>
49694
49695 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49696 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49697 script has SORT_BY_INIT_PRIORITY.
49698 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49699 NO_CTORS_DTORS_SECTIONS is defined.
49700 * elf/soinit.c: Likewise.
49701 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49702 NO_CTORS_DTORS_SECTIONS is defined.
49703 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49704 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49705 * sysdeps/sh/init-first.c: Likewise.
49706 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49707
07eb4b71
UD
497082010-12-24 Ulrich Drepper <drepper@gmail.com>
49709
49710 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49711 always use the slow path.
49712
30950a5f
RA
497132010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
49714
49715 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49716 similar rule which adds the sysdep directories to the header search in
49717 order to pick up the correct platform stackinfo.h.
49718 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49719 perform test if it is, otherwise return successfully without testing.
49720 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49721 DEFAULT_STACK_PERMS define in stackinfo.h.
49722 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49723 defined in stackinfo.h.
49724 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49725 DEFAULT_STACK_PERMS defined in stackinfo.h.
49726 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49727 * sysdeps/ia64/stackinfo.h: Likewise.
49728 * sysdeps/s390/stackinfo.h: Likewise.
49729 * sysdeps/sh/stackinfo.h: Likewise.
49730 * sysdeps/sparc/stackinfo.h: Likewise.
49731 * sysdeps/x86_64/stackinfo.h: Likewise.
49732 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49733 PF_X for powerpc64. Retain PF_X for powerpc32.
49734
db753e2c
UD
497352010-12-19 Ulrich Drepper <drepper@gmail.com>
49736
14b697f7
UD
49737 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49738 accurately.
db753e2c
UD
49739 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49740 GETDENTS_64BIT_ALIGNED.
49741
28300719
UD
497422010-12-14 Ulrich Drepper <dreper@gmail.com>
49743
14b697f7 49744 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 49745
4f197237
AS
497462010-12-10 Andreas Schwab <schwab@redhat.com>
49747
dbb0472f
AS
49748 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49749 _GNU_SOURCE.
49750
4f197237
AS
49751 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49752 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49753 Remove __restrict.
49754 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49755 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49756
fb88ac72
UD
497572010-12-09 Ulrich Drepper <drepper@gmail.com>
49758
49759 [BZ #11655]
49760 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49761 are initialized.
49762
42acbb92
JJ
497632010-12-09 Jakub Jelinek <jakub@redhat.com>
49764
49765 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49766
c038d98d
UD
497672010-12-03 Ulrich Drepper <drepper@gmail.com>
49768
49769 * po/it.po: Update from translation team.
49770
3a4a2499
L
497712010-12-01 H.J. Lu <hongjiu.lu@intel.com>
49772
49773 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49774 unused codes.
49775
1e24cf6e
UD
497762010-11-30 Ulrich Drepper <drepper@gmail.com>
49777
49778 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49779
a7690819
AS
497802010-11-24 Andreas Schwab <schwab@redhat.com>
49781
49782 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49783 specially.
49784 (gaih_getanswer_slice): Likewise.
49785
3bf8d1b1
JJ
497862010-10-20 Jakub Jelinek <jakub@redhat.com>
49787
49788 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49789
6db52fbb
PB
497902010-05-31 Petr Baudis <pasky@suse.cz>
49791
49792 [BZ #11149]
49793 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49794 silently even in the chroot mode.
49795
eaca7569
UD
497962010-11-22 Ulrich Drepper <drepper@gmail.com>
49797
49798 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
49799 last patch a bit. Pretty printing
49800
3056dcdb
UD
498012010-05-31 Petr Baudis <pasky@suse.cz>
49802
49803 [BZ #10085]
49804 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49805 initialization of skip_initgroups_dyn.
49806
cf7c9078
UD
498072010-11-19 Ulrich Drepper <drepper@gmail.com>
49808
49809 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49810 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49811
a1fb5e3e
UD
498122010-11-16 Ulrich Drepper <drepper@gmail.com>
49813
49814 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49815
3540d66b
AS
498162010-11-11 Andreas Schwab <schwab@redhat.com>
49817
49818 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49819 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49820 (tst-fnmatch-ENV): Set MALLOC_TRACE.
49821 ($(objpfx)tst-fnmatch-mem): New rule.
49822 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49823 * posix/tst-fnmatch.c (main): Call mtrace.
49824
13b69574
L
498252010-11-11 H.J. Lu <hongjiu.lu@intel.com>
49826
49827 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49828 Support Intel processor model 6 and model 0x2c.
49829
da93d214
LM
498302010-11-10 Luis Machado <luisgpm@br.ibm.com>
49831
49832 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49833 signed comparison.
49834
8ca52c6e
L
498352010-11-09 H.J. Lu <hongjiu.lu@intel.com>
49836
49837 [BZ #12205]
49838 * string/test-strncasecmp.c (check_result): New function.
49839 (do_one_test): Use it.
49840 (check1): New function.
49841 (test_main): Use it.
49842 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49843 Support strcasecmp and strncasecmp.
49844
69da074d
UD
498452010-11-08 Ulrich Drepper <drepper@gmail.com>
49846
49847 [BZ #12194]
49848 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49849 * sysdeps/x86_64/bits/byteswap.h: Likewise.
49850
ff02d528
L
498512010-11-07 H.J. Lu <hongjiu.lu@intel.com>
49852
49853 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49854 IFUNC support.
49855 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49856 memset-x86-64.
49857 * sysdeps/x86_64/multiarch/bzero.S: New file.
49858 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49859 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49860 * sysdeps/x86_64/multiarch/memset.S: New file.
49861 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49862 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49863 Set bit_Prefer_SSE_for_memop for Intel processors.
49864 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49865 Define.
49866 (index_Prefer_SSE_for_memop): Define.
49867 (HAS_PREFER_SSE_FOR_MEMOP): Define.
49868
344d0b54
LM
498692010-11-04 Luis Machado <luisgpm@br.ibm.com>
49870
49871 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49872 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49873
c0dde15b
UD
498742010-11-03 H.J. Lu <hongjiu.lu@intel.com>
49875
49876 [BZ #12191]
49877 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49878 (__x86_64_raw_data_cache_size_half): Likewise.
49879 (__x86_64_raw_shared_cache_size): Likewise.
49880 (__x86_64_raw_shared_cache_size_half): Likewise.
49881
49882 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49883 (__x86_64_raw_data_cache_size_half): Likewise.
49884 (__x86_64_raw_shared_cache_size): Likewise.
49885 (__x86_64_raw_shared_cache_size_half): Likewise.
49886 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49887 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49888 and __x86_64_raw_shared_cache_size_half. Round
49889 __x86_64_data_cache_size_half, __x86_64_data_cache_size
49890 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49891 to multiple of 256 bytes.
49892
0e516e0e
MS
498932010-11-03 Ulrich Drepper <drepper@gmail.com>
49894
49895 [BZ #12167]
49896 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49897 of inacessible symlinks. Verify result of symlink before returning it.
49898 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49899 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49900
0e012e87
ER
499012010-10-28 Erich Ritz <erichritz@gmail.com>
49902
49903 * math/math.h (isinf): Fix typo in comment.
49904
de0ff7bc
UD
499052010-11-01 Ulrich Drepper <drepper@gmail.com>
49906
49907 * po/da.po: Update from translation team.
49908
fa41c84d
UD
499092010-10-26 Ulrich Drepper <drepper@gmail.com>
49910
49911 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49912 is added to the list.
49913
f0967738
AK
499142010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49915 Ulrich Drepper <drepper@gmail.com>
49916
49917 * elf/dl-object.c (_dl_new_object): Don't append the new object to
49918 the global list here. Move code to...
49919 (_dl_add_to_namespace_list): ...here. New function.
49920 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49921 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49922 * elf/dl-load.c (lose): Don't remove the element from the list.
49923 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49924 (_dl_map_object): Likewise.
49925
499262010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
49927
49928 [BZ #12159]
49929 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49930 into all bytes of SSE register.
49931 Patch by Richard Li <richardpku@gmail.com>.
49932
f0967738 499332010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
49934
49935 [BZ #12140]
49936 * malloc/malloc.c (_int_free): Fill correct number of bytes when
49937 perturbing.
49938
d0b9e94f
MB
499392010-10-20 Michael B. Brutman <brutman@us.ibm.com>
49940
49941 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49942 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49943 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49944 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49945 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49946 submachine.
49947 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49948
8e9f92e9
AS
499492010-10-22 Andreas Schwab <schwab@redhat.com>
49950
49951 * include/dlfcn.h (__RTLD_SECURE): Define.
49952 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
49953 mode & __RTLD_SECURE instead.
49954 (open_path): Rename preloaded parameter to secure.
49955 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49956 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49957 * elf/dl-deps.c (openaux): Likewise.
49958 * elf/rtld.c (struct map_args): Remove is_preloaded.
49959 (map_doit): Don't use it.
49960 (dl_main): Likewise.
49961 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49962 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49963
bc96fbda
AS
499642010-09-09 Andreas Schwab <schwab@redhat.com>
49965
49966 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49967 (sysd-rules-targets): Remove duplicates.
49968 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49969 rtld-%.$o dependency.
49970
22cd1c9b
AS
499712010-10-18 Andreas Schwab <schwab@redhat.com>
49972
49973 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49974 _dl_map_object do it.
49975
18edac48
UD
499762010-10-19 Ulrich Drepper <drepper@gmail.com>
49977
49978 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49979 fast fma builtins, define the macros in the C99 standard.
49980 (FP_FAST_FMAF): Likewise.
49981 (FP_FAST_FMAL): Likewise.
49982 * sysdeps/x86_64/bits/mathdef.h: Likewise.
49983
49984 * bits/mathdef.h: Update copyright year.
49985 * sysdeps/powerpc/bits/mathdef.h: Likewise.
49986
d2050124
MM
499872010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
49988
49989 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49990 builtins, define the macros in the C99 standard.
49991 (FP_FAST_FMAF): Likewise.
49992 (FP_FAST_FMAL): Likewise.
49993 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49994 multiply/add.
49995 (FP_FAST_FMAF): Likewise.
49996
475facd1
JJ
499972010-10-15 Jakub Jelinek <jakub@redhat.com>
49998
49999 [BZ #3268]
50000 * math/libm-test.inc (fma_test): Some new testcases.
50001 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
50002 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
50003 y and infinite z. Do multiplication by C already in long double.
50004 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
50005 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
50006 y and infinite z. Do bitwise or of inexact bit into u.d.
50007 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
50008 * sysdeps/i386/fpu/s_fmaf.S: Removed.
50009 * sysdeps/i386/fpu/s_fma.S: Removed.
50010 * sysdeps/i386/fpu/s_fmal.S: Removed.
50011
7c08a05c
JJ
500122010-10-16 Jakub Jelinek <jakub@redhat.com>
50013
50014 [BZ #3268]
50015 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
50016 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
50017 computation is not scheduled after fetestexcept. Fix value
50018 of minimum denormal long double.
50019
f3f7372d
JJ
500202010-10-14 Jakub Jelinek <jakub@redhat.com>
50021
50022 [BZ #3268]
50023 * math/libm-test.inc (fma_test): Add some more tests.
50024 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
50025 correctly.
50026
14d43591
AS
500272010-10-15 Andreas Schwab <schwab@redhat.com>
50028
50029 * scripts/data/localplt-s390-linux-gnu.data: New file.
50030 * scripts/data/localplt-s390x-linux-gnu.data: New file.
50031
5e908464
JJ
500322010-10-13 Jakub Jelinek <jakub@redhat.com>
50033
50034 [BZ #3268]
50035 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
50036 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
50037 instead of dbl-64.
50038 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
50039 inlines.
50040 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
50041 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
50042 if one of x and y is very large and the other is subnormal.
50043 * sysdeps/s390/fpu/s_fmaf.c: New file.
50044 * sysdeps/s390/fpu/s_fma.c: New file.
50045 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
50046 * sysdeps/powerpc/fpu/s_fma.S: New file.
50047 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
50048 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
50049 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
50050
500512010-10-12 Jakub Jelinek <jakub@redhat.com>
50052
50053 [BZ #3268]
50054 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
50055 fma tests.
50056 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
50057 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
50058 * sysdeps/i386/i686/multiarch/s_fma.c: Include
50059 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
50060 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
50061 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
50062 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
50063
b833d51f
UD
500642010-10-12 Ulrich Drepper <drepper@redhat.com>
50065
50066 [BZ #12078]
50067 * posix/regcomp.c (parse_branch): One more memory leak plugged.
50068 * posix/bug-regex31.input: Add test case.
50069
1751705d
UD
500702010-10-11 Ulrich Drepper <drepper@gmail.com>
50071
e9b9cbf5
UD
50072 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
50073 * posix/bug-regex31.input: New file.
50074
50075 [BZ #12078]
50076 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
50077 (parse_sub_exp): Fix last change, use postorder.
50078
ef06edbe
UD
50079 * posix/bug-regex31.c: New file.
50080 * posix/Makefile: Add rules to build and run bug-regex31.
50081
a129c80d
UD
50082 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
50083
50084 [BZ #12078]
50085 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
50086
b76b818e
UD
50087 [BZ #12108]
50088 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50089 to have entries in sys_siglist.
50090
1751705d
UD
50091 [BZ #12093]
50092 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50093 be NULL.
50094
9ff8d36f
JJ
500952010-10-07 Jakub Jelinek <jakub@redhat.com>
50096
50097 [BZ #3268]
50098 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50099 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50100 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50101 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50102 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50103 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50104 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50105 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50106 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50107 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50108 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50109 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50110 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50111 * math/ftestexcept.c (fetestexcept): Likewise.
50112 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50113 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50114 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50115 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50116 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50117 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50118 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50119
af325969
UD
501202010-10-11 Ulrich Drepper <drepper@gmail.com>
50121
c579b202 50122 [BZ #12107]
af325969
UD
50123 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50124 newline.
50125
67a67b95
UD
501262010-10-06 Ulrich Drepper <drepper@gmail.com>
50127
50128 * string/bug-strstr1.c: New file.
50129 * string/Makefile: Add rules to build and run bug-strstr1.
50130
5fb308bc
EB
501312010-10-05 Eric Blake <eblake@redhat.com>
50132
50133 [BZ #12092]
50134 * string/str-two-way.h (two_way_long_needle): Always clear memory
50135 when skipping input due to the shift table.
50136
45db99c7
UD
501372010-10-03 Ulrich Drepper <drepper@gmail.com>
50138
3b111893
UD
50139 [BZ #12005]
50140 * malloc/mcheck.c: Handle large requests.
50141
45db99c7
UD
50142 [BZ #12077]
50143 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50144 for strncmp and strncasecmp.
50145 * string/stratcliff.c: Add tests for strcmp and strncmp.
50146 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50147
cf7a1eb8
NI
501482010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50149
50150 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50151 __set_fpscr.
50152
6484ba5e
AJ
501532010-09-30 Andreas Jaeger <aj@suse.de>
50154
50155 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50156 (CGROUP_SUPER_MAGIC): Define.
50157 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50158 Handle btrfs and cgroup file systems.
50159 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50160 Likewise.
50161
91c42559
LM
501622010-09-27 Luis Machado <luisgpm@br.ibm.com>
50163
50164 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50165 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50166
87a97932
AK
501672010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
50168
50169 [BZ #12067]
50170 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50171 trying to locate the ELF header.
50172
c21cc9bc
AS
501732010-09-27 Andreas Schwab <schwab@redhat.com>
50174
50175 [BZ #11611]
50176 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50177 Mask out sign-bit copies when constructing f_fsid.
50178
315970f6
PB
501792010-09-24 Petr Baudis <pasky@suse.cz>
50180
50181 * debug/stack_chk_fail_local.c: Add missing licence exception.
50182 * debug/warning-nop.c: Likewise.
50183
1ac7a2c7
JM
501842010-09-15 Joseph Myers <joseph@codesourcery.com>
50185
50186 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50187 implementing getdents64 using getdents syscall, set d_type if
50188 __ASSUME_GETDENTS32_D_TYPE.
50189
56801c50
AS
501902010-09-16 Andreas Schwab <schwab@redhat.com>
50191
50192 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50193 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50194
dda51327
UD
501952010-09-21 Ulrich Drepper <drepper@redhat.com>
50196
50197 [BZ #12037]
50198 * posix/unistd.h: Undo change of feature selection for ftruncate from
50199 2010-01-11.
50200
8ffcee4a
UD
502012010-09-20 Ulrich Drepper <drepper@redhat.com>
50202
a545ecd9 50203 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
50204 detection.
50205
e24f0a8b
AS
502062010-09-20 Andreas Schwab <schwab@redhat.com>
50207
50208 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50209 fanotify_mark.
50210 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50211
7291c56f
AS
502122010-09-14 Andreas Schwab <schwab@redhat.com>
50213
50214 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50215 variables after CHECK_SP call.
50216 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50217
bc5fb037
AS
502182010-09-13 Andreas Schwab <schwab@redhat.com>
50219 Ulrich Drepper <drepper@redhat.com>
50220
50221 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50222 re-relocationg ld.so.
50223 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50224 _dl_init_paths call.
50225 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
50226 here anymore.
50227
e66e7419
UD
502282010-09-14 Ulrich Drepper <drepper@redhat.com>
50229
50230 * resolv/res_init.c (__res_vinit): Count the default server we added.
50231
c044aa75
CLT
502322010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
50233 Ulrich Drepper <drepper@redhat.com>
50234
50235 [BZ #11968]
50236 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50237 (____longjmp_chk): Use %ebx for saving value across system call.
50238 Add unwind info.
50239
32cf4069
AS
502402010-09-06 Andreas Schwab <schwab@redhat.com>
50241
50242 * manual/Makefile: Don't mix pattern rules with normal rules.
50243
817328ee
AS
502442010-09-05 Andreas Schwab <schwab@linux-m68k.org>
50245
50246 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50247 operation.
50248 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50249 * libio/iofopncook.c (_IO_cookie_init): Likewise.
50250 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50251 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50252 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50253 Likewise.
50254
29fddf61
UD
502552010-09-04 Ulrich Drepper <drepper@redhat.com>
50256
50257 [BZ #11979]
50258 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50259 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50260
0959ffc9
UD
502612010-09-02 Ulrich Drepper <drepper@redhat.com>
50262
50263 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50264 * sysdeps/x86_64/addmul_1.S: Likewise.
50265 * sysdeps/x86_64/lshift.S: Likewise.
50266 * sysdeps/x86_64/mul_1.S: Likewise.
50267 * sysdeps/x86_64/rshift.S: Likewise.
50268 * sysdeps/x86_64/sub_n.S: Likewise.
50269 * sysdeps/x86_64/submul_1.S: Likewise.
50270
ece29840
ST
502712010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
50272
0959ffc9
UD
50273 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50274 Define __sched_param instead of SCHED_* and sched_param when
ece29840 50275 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 50276 * bits/sched.h [__need_schedparam]
ece29840 50277 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
50278 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50279 (__defined_schedparam): Define to 1.
ece29840
ST
50280 (__sched_param): New structure, identical to sched_param.
50281 (__need_schedparam): Undefine.
50282
e53a31fe
MF
502832010-08-31 Mike Frysinger <vapier@gentoo.org>
50284
fdc0c10d
MF
50285 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50286 (epoll_create1): Declare.
50287
e53a31fe
MF
50288 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50289
a726d796
AS
502902010-08-31 Andreas Schwab <schwab@redhat.com>
50291
50292 [BZ #7066]
50293 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50294 shifting retval into place.
50295
2f3e3dc7
UD
502962010-09-01 Ulrich Drepper <drepper@redhat.com>
50297
f2933da9
UD
50298 * nis/rpcsvc/nis.h: Update copyright notice.
50299 * nis/rpcsvc/nis.x: Likewise.
50300 * nis/rpcsvc/nis_callback.h: Likewise.
50301 * nis/rpcsvc/nis_callback.x: Likewise.
50302 * nis/rpcsvc/nis_object.x: Likewise.
50303 * nis/rpcsvc/nis_tags.h: Likewise.
50304 * nis/rpcsvc/yp.h: Likewise.
50305 * nis/rpcsvc/yp.x: Likewise.
50306 * nis/rpcsvc/ypupd.h: Likewise.
50307 * nis/yp_xdr.c: Likewise.
50308 * nis/ypupdate_xdr.c: Likewise.
50309
2f3e3dc7
UD
50310 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
50311 mainly the body of pmap_getport. Add parameters to specify timeouts.
50312 (pmap_getport): Use __libc_rpc_getport.
50313 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50314 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50315 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50316
f3dcc2f9
AS
503172010-08-31 Andreas Schwab <schwab@linux-m68k.org>
50318
50319 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50320 fanotify_mark.
50321
6d34eb5b
RM
503222010-08-27 Roland McGrath <roland@redhat.com>
50323
50324 * sysdeps/i386/i686/multiarch/Makefile
50325 (CFLAGS-varshift.c): New variable.
50326
9ea3de11
UD
503272010-08-27 Ulrich Drepper <drepper@redhat.com>
50328
c96d23fc
UD
50329 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50330 * sysdeps/i386/i686/multiarch/varshift.c: New file.
50331
9ea3de11
UD
50332 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50333
50334 * sysdeps/x86_64/strlen.S: Minimal code improvement.
50335
623aac7f
L
503362010-08-26 H.J. Lu <hongjiu.lu@intel.com>
50337
50338 * sysdeps/x86_64/strlen.S: Unroll the loop.
50339 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50340 strlen-sse2 strlen-sse2-bsf.
50341 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50342 __strlen_no_bsf if bit_Slow_BSF is set.
50343 (__strlen_sse42): Removed.
50344 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50345 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50346
8b2b7715
RM
503472010-08-25 Roland McGrath <roland@redhat.com>
50348
50349 * sysdeps/x86_64/multiarch/varshift.S: File removed.
50350 * sysdeps/x86_64/multiarch/varshift.c: New file.
50351 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50352 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50353 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50354 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50355
e73015f2
L
503562010-08-25 H.J. Lu <hongjiu.lu@intel.com>
50357
50358 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50359 strlen-sse2 strlen-sse2-bsf.
50360 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50361 __strlen_sse2_bsf if bit_Slow_BSF is unset.
50362 (__strlen_sse2): Removed.
50363 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50364 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50365 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50366 bit_Slow_BSF for Atom.
50367 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50368 (index_Slow_BSF): Define.
50369 (HAS_SLOW_BSF): Define.
50370
df24a73e
UD
503712010-08-25 Ulrich Drepper <drepper@redhat.com>
50372
50373 [BZ #10851]
50374 * resolv/res_init.c (__res_vinit): When no server address at all
50375 is given default to loopback.
50376
f2ac4868
RM
503772010-08-24 Roland McGrath <roland@redhat.com>
50378
09055553
RM
50379 * configure.in: Remove config-name.h generation.
50380 * configure: Regenerated.
50381 * config-name.in: File removed.
50382 * scripts/config-uname.sh: New file.
50383 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50384 ($(objdir)config-name.h): New target.
50385
f2ac4868
RM
50386 * sunrpc/rpc_parse.h: Avoid nested comment.
50387
73f27d5e
RH
503882010-08-24 Richard Henderson <rth@redhat.com>
50389 Ulrich Drepper <drepper@redhat.com>
50390 H.J. Lu <hongjiu.lu@intel.com>
50391
50392 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50393 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50394 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50395 Replace _mm_srli_si128 with __m128i_shift_right. Replace
50396 _mm_alignr_epi8 with _mm_loadu_si128.
50397 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50398 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50399 (__m128i_shift_right): Removed.
50400 * sysdeps/i386/i686/multiarch/varshift.h: New file.
50401 * sysdeps/i386/i686/multiarch/varshift.S: New file.
50402 * sysdeps/x86_64/multiarch/varshift.h: New file.
50403 * sysdeps/x86_64/multiarch/varshift.S: New file.
50404
84b9230c
MF
504052010-08-21 Mike Frysinger <vapier@gentoo.org>
50406
50407 * configure.in: Move assembler checks to before sysdep dir checking.
50408
9bbd0ddc
PB
504092010-08-20 Petr Baudis <pasky@suse.cz>
50410
50411 * LICENSES: Sync the sunrpc license.
50412
9da4bb31
UD
504132010-08-19 Ulrich Drepper <drepper@redhat.com>
50414
a7ab6ec8
UD
50415 * sunrpc/auth_des.c: Update copyright notice once again.
50416 * sunrpc/auth_none.c: Likewise.
50417 * sunrpc/auth_unix.c: Likewise.
50418 * sunrpc/authdes_prot.c: Likewise.
50419 * sunrpc/authuxprot.c: Likewise.
50420 * sunrpc/bindrsvprt.c: Likewise.
50421 * sunrpc/clnt_gen.c: Likewise.
50422 * sunrpc/clnt_perr.c: Likewise.
50423 * sunrpc/clnt_raw.c: Likewise.
50424 * sunrpc/clnt_simp.c: Likewise.
50425 * sunrpc/clnt_tcp.c: Likewise.
50426 * sunrpc/clnt_udp.c: Likewise.
50427 * sunrpc/clnt_unix.c: Likewise.
50428 * sunrpc/des_crypt.c: Likewise.
50429 * sunrpc/des_soft.c: Likewise.
50430 * sunrpc/get_myaddr.c: Likewise.
50431 * sunrpc/getrpcport.c: Likewise.
50432 * sunrpc/key_call.c: Likewise.
50433 * sunrpc/key_prot.c: Likewise.
50434 * sunrpc/openchild.c: Likewise.
50435 * sunrpc/pm_getmaps.c: Likewise.
50436 * sunrpc/pm_getport.c: Likewise.
50437 * sunrpc/pmap_clnt.c: Likewise.
50438 * sunrpc/pmap_prot.c: Likewise.
50439 * sunrpc/pmap_prot2.c: Likewise.
50440 * sunrpc/pmap_rmt.c: Likewise.
50441 * sunrpc/rpc/auth.h: Likewise.
50442 * sunrpc/rpc/auth_unix.h: Likewise.
50443 * sunrpc/rpc/clnt.h: Likewise.
50444 * sunrpc/rpc/des_crypt.h: Likewise.
50445 * sunrpc/rpc/key_prot.h: Likewise.
50446 * sunrpc/rpc/netdb.h: Likewise.
50447 * sunrpc/rpc/pmap_clnt.h: Likewise.
50448 * sunrpc/rpc/pmap_prot.h: Likewise.
50449 * sunrpc/rpc/pmap_rmt.h: Likewise.
50450 * sunrpc/rpc/rpc.h: Likewise.
50451 * sunrpc/rpc/rpc_des.h: Likewise.
50452 * sunrpc/rpc/rpc_msg.h: Likewise.
50453 * sunrpc/rpc/svc.h: Likewise.
50454 * sunrpc/rpc/svc_auth.h: Likewise.
50455 * sunrpc/rpc/types.h: Likewise.
50456 * sunrpc/rpc/xdr.h: Likewise.
50457 * sunrpc/rpc_clntout.c: Likewise.
50458 * sunrpc/rpc_cmsg.c: Likewise.
50459 * sunrpc/rpc_common.c: Likewise.
50460 * sunrpc/rpc_cout.c: Likewise.
50461 * sunrpc/rpc_dtable.c: Likewise.
50462 * sunrpc/rpc_hout.c: Likewise.
50463 * sunrpc/rpc_main.c: Likewise.
50464 * sunrpc/rpc_parse.c: Likewise.
50465 * sunrpc/rpc_parse.h: Likewise.
50466 * sunrpc/rpc_prot.c: Likewise.
50467 * sunrpc/rpc_sample.c: Likewise.
50468 * sunrpc/rpc_scan.c: Likewise.
50469 * sunrpc/rpc_scan.h: Likewise.
50470 * sunrpc/rpc_svcout.c: Likewise.
50471 * sunrpc/rpc_tblout.c: Likewise.
50472 * sunrpc/rpc_util.c: Likewise.
50473 * sunrpc/rpc_util.h: Likewise.
50474 * sunrpc/rpcinfo.c: Likewise.
50475 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50476 * sunrpc/rpcsvc/key_prot.x: Likewise.
50477 * sunrpc/rpcsvc/klm_prot.x: Likewise.
50478 * sunrpc/rpcsvc/mount.x: Likewise.
50479 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50480 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50481 * sunrpc/rpcsvc/rex.x: Likewise.
50482 * sunrpc/rpcsvc/rstat.x: Likewise.
50483 * sunrpc/rpcsvc/rusers.x: Likewise.
50484 * sunrpc/rpcsvc/sm_inter.x: Likewise.
50485 * sunrpc/rpcsvc/spray.x: Likewise.
50486 * sunrpc/rpcsvc/yppasswd.x: Likewise.
50487 * sunrpc/rtime.c: Likewise.
50488 * sunrpc/svc.c: Likewise.
50489 * sunrpc/svc_auth.c: Likewise.
50490 * sunrpc/svc_authux.c: Likewise.
50491 * sunrpc/svc_raw.c: Likewise.
50492 * sunrpc/svc_run.c: Likewise.
50493 * sunrpc/svc_simple.c: Likewise.
50494 * sunrpc/svc_tcp.c: Likewise.
50495 * sunrpc/svc_udp.c: Likewise.
50496 * sunrpc/svc_unix.c: Likewise.
50497 * sunrpc/svcauth_des.c: Likewise.
50498 * sunrpc/xcrypt.c: Likewise.
50499 * sunrpc/xdr.c: Likewise.
50500 * sunrpc/xdr_array.c: Likewise.
50501 * sunrpc/xdr_float.c: Likewise.
50502 * sunrpc/xdr_mem.c: Likewise.
50503 * sunrpc/xdr_rec.c: Likewise.
50504 * sunrpc/xdr_ref.c: Likewise.
50505 * sunrpc/xdr_sizeof.c: Likewise.
50506 * sunrpc/xdr_stdio.c: Likewise.
50507
9da4bb31
UD
50508 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50509 handling.
50510
bdaa77bc
AS
505112010-08-19 Andreas Schwab <schwab@redhat.com>
50512
50513 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50514
fe2f79db
LM
505152010-08-19 Luis Machado <luisgpm@br.ibm.com>
50516
50517 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50518 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50519 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50520 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50521 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50522 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50523 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50524 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50525 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50526 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50527 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50528 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50529 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50530 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50531
b9b42ee0
AB
505322010-07-26 Anton Blanchard <anton@samba.org>
50533
50534 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50535 * malloc/arena.c (heap_trim): Likewise.
50536
1c06ba31
UD
505372010-08-16 Ulrich Drepper <drepper@redhat.com>
50538
50539 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50540 here. Not...
50541 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50542 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50543
f8392f40
L
505442010-08-12 H.J. Lu <hongjiu.lu@intel.com>
50545
50546 * sysdeps/i386/elf/Makefile: New file.
50547
3162f12e
AS
505482010-08-14 Andreas Schwab <schwab@linux-m68k.org>
50549
50550 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50551 from fanotify_init.
50552 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50553 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50554
28c90b2c
UD
505552010-08-15 Ulrich Drepper <drepper@redhat.com>
50556
50557 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50558 of strncasecmp_l.
1feccb6c 50559 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 50560
ca6bb004
UD
505612010-08-14 Ulrich Drepper <drepper@redhat.com>
50562
e9f82e0d
UD
50563 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50564 strncase_l-nonascii.
50565 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50566 Add strncase_l-ssse3.
50567 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50568 * sysdeps/x86_64/strcmp.S: Likewise.
50569 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50570 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50571 * sysdeps/x86_64/strncase.S: New file.
50572 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50573 * sysdeps/x86_64/strncase_l.S: New file.
50574 * string/Makefile (strop-tests): Add strncasecmp.
50575 * string/test-strncasecmp.c: New file.
50576
50577 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50578 warning.
50579
ca6bb004
UD
50580 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50581 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50582
052fa7b3
AS
505832010-08-14 Andreas Schwab <schwab@linux-m68k.org>
50584
50585 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50586
962dba78
UD
505872010-08-12 Ulrich Drepper <drepper@redhat.com>
50588
50589 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
50590 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
50591 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
50592
bebff237
AM
505932010-05-01 Alan Modra <amodra@gmail.com>
50594
50595 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
50596 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
50597 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
50598 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
50599 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
50600 tidying. Don't tail-call __sigjmp_save for static lib.
50601 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
50602 save location.
50603 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
50604 (CALL_MCOUNT): Add eh info, and nop after bl.
50605 (TAIL_CALL_SYSCALL_ERROR): New macro.
50606 (PSEUDO_RET): Use it.
50607 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
50608 Correct save location of integer regs and cr.
50609 (_dl_profile_resolve): Correct cr save location. Delete nops
50610 after bl when SHARED. Reduce cfi size a little by better
50611 placement of cfi directives.
50612 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
50613 make a stack frame. Instead use parm save area as a temp.
50614 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
50615 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
50616 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
50617 Don't make a stack frame for parent, use parm save area.
50618 Increase child stack frame to 112 bytes. Don't save unused reg,
50619 and adjust reg usage. Set up cfi on error recovery and
50620 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
50621 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
50622 (__makecontext): Add dummy nop after jump to exit.
50623 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
50624 Use correct parm save area and cr save, reduce stack frame.
50625 Correct cfi for possible PSEUDO_RET frame setup.
50626 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
50627 Branch to local label emitted by PSEUDO_RET rather than
50628 __syscall_error.
50629
02637374
AS
506302010-08-12 Andreas Schwab <schwab@redhat.com>
50631
50632 [BZ #11904]
50633 * locale/programs/locale.c (print_assignment): New function.
50634 (show_locale_vars): Use it.
50635
c3e2f19b
UD
506362010-08-11 Ulrich Drepper <drepper@redhat.com>
50637
3cdaa6ad
UD
50638 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
50639 field.
50640 (struct statfs64): Likewise.
50641 (_STATFS_F_FLAGS): Define.
50642 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
50643 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50644 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
50645 (ST_VALID): Define locally.
50646 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50647 __statvfs_getflags, use the provided value.
50648 * sysdeps/unix/sysv/linux/kernel-features.h: Define
50649 __ASSUME_STATFS_F_FLAGS.
50650
754f7da3
UD
50651 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50652
10b3bedc
UD
50653 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50654 Add sys/fanotify.h.
50655 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50656 fanotify_mask for GLIBC_2.13.
50657 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50658 fanotify_init and fanotify_mark.
50659 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50660 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50661
c08fb0d7
UD
50662 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50663 Add prlimit.
50664 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50665 prlimit64 for GLIBC_2.13.
50666 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50667 prlimit64.
50668 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50669 syscall.
50670 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50671 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50672 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50673 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50674 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
50675 add prlimit alias.
50676 * sysdeps/unix/sysv/linux/prlimit.c: New file.
50677
15bac72b
UD
50678 [BZ #11903]
50679 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50680 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50681
c3e2f19b
UD
50682 * nss/Makefile: Add rules to build and run tst-nss-test1.
50683 * shlib-versions: Add entry for libnss_test1.
50684 * nss/nss_test1.c: New file.
50685 * nss/tst-nss-test1.c: New file.
50686
50687 * nss/nsswitch.c (__nss_database_custom): Define new variable.
50688 (__nss_configure_lookup): Set appropriate entry in
50689 __nss_configure_lookup to true.
50690 * nss/nsswitch.h: Define enum with indeces of databases in
50691 databases and __nss_database_custom arrays. Declare
50692 __nss_database_custom.
50693 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50694 to avoid using nscd when custom rules are installed.
50695 * nss/getXXbyYY_r.c: Likewise.
50696 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50697
50698 * nss/nss_files/files-parse.c: Whitespace fixes.
50699
f15ce4d8
UD
507002010-08-09 Ulrich Drepper <drepper@redhat.com>
50701
50702 [BZ #11883]
50703 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50704 * posix/fnmatch_loop.c: Likewise.
50705
d22e4cc9
AK
507062010-07-17 Andi Kleen <ak@linux.intel.com>
50707
50708 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50709 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50710 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50711 * Versions.def [GLIBC_2.13]: Add.
50712
805bc17d
UD
507132010-08-06 Ulrich Drepper <drepper@redhat.com>
50714
50715 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50716 Also fail if tpwd after pwuid call is NULL.
50717
5a42321d
ST
507182010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
50719
50720 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50721 when converting to ms.
50722
fd3ebeda
ST
507232010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
50724
50725 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50726 EOPNOTSUPP errors with ENOTTY.
50727 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50728 EOPNOTSUPP errors with ENOTTY.
50729
73507d3a
UD
507302010-07-31 Ulrich Drepper <drepper@redhat.com>
50731
50732 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50733 Add strcasecmp_l-ssse3.
50734 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50735 strcasecmp.
50736 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50737 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50738 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50739
fe36dd02
UD
507402010-07-30 Ulrich Drepper <drepper@redhat.com>
50741
66f6765a
UD
50742 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50743
42e08a54
UD
50744 * string/Makefile (strop-tests): Add strcasecmp.
50745 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50746 strcasecmp_l-nonascii.
50747 (gen-as-const-headers): Add locale-defines.sym.
50748 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50749 * sysdeps/x86_64/strcasecmp.S: New file.
50750 * sysdeps/x86_64/strcasecmp_l.S: New file.
50751 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50752 * sysdeps/x86_64/locale-defines.sym: New file.
50753 * string/test-strcasecmp.c: New file.
50754
fe36dd02
UD
50755 * string/test-strcasestr.c: Test both ends of the range of characters.
50756 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50757
48cbc0d6
RM
507582010-07-29 Roland McGrath <roland@redhat.com>
50759
76e6d6bc 50760 [BZ #11856]
48cbc0d6
RM
50761 * manual/locale.texi (Yes-or-No Questions): Fix example code.
50762
880113d9
UD
507632010-07-27 Ulrich Drepper <drepper@redhat.com>
50764
50765 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50766 for ld.so.
50767
deb9cabb
AS
507682010-07-27 Andreas Schwab <schwab@redhat.com>
50769
50770 * manual/memory.texi (Malloc Tunable Parameters): Document
50771 M_PERTURB.
50772
1c7570ff
RM
507732010-07-26 Roland McGrath <roland@redhat.com>
50774
50775 [BZ #11840]
50776 * configure.in (-fgnu89-inline check): Set and substitute
50777 gnu89_inline, not libc_cv_gnu89_inline.
50778 * configure: Regenerated.
50779 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50780
24fb0f88
UD
507812010-07-26 Ulrich Drepper <drepper@redhat.com>
50782
50783 * string/test-strnlen.c: New file.
50784 * string/Makefile (strop-tests): Add strnlen.
50785 * string/tester.c (test_strnlen): Add a few more test cases.
50786 * string/tst-strlen.c: Better error reporting.
50787
50788 * sysdeps/x86_64/strnlen.S: New file.
50789
8e96b93a
UD
507902010-07-24 Ulrich Drepper <drepper@redhat.com>
50791
50792 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50793 lower-latency instructions.
50794
dbc676d4
UD
507952010-07-23 Ulrich Drepper <drepper@redhat.com>
50796
50797 * string/test-strcasestr.c: New file.
50798 * string/test-strstr.c: New file.
50799 * string/Makefile (strop-tests): Add strstr and strcasestr.
50800 * string/str-two-way.h: Don't undefine MAX.
50801 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50802
f6a31e0e
AS
508032010-07-21 Andreas Schwab <schwab@redhat.com>
50804
50805 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50806 strcasestr-nonascii.
50807 (CFLAGS-strcasestr-nonascii.c): Define.
50808 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50809 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50810 Remove unused attribute.
50811
5dbc3b6c
RM
508122010-07-20 Roland McGrath <roland@redhat.com>
50813
50814 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50815 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
50816 ld.so.cache was broken. With it, there is no way to disable dsocaps
50817 like LD_HWCAP_MASK can disable hwcaps.
50818
23d101d8
EPM
508192010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
50820
50821 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50822
cc9f2e47
UD
508232010-07-16 Ulrich Drepper <drepper@redhat.com>
50824
50825 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50826 call in strcasestr.
50827 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50828 __strcasestr_sse42_nonascii.
50829 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50830 strcasestr-nonascii.c.
50831 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50832
77c1b069
LM
508332010-06-15 Luis Machado <luisgpm@br.ibm.com>
50834
50835 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50836 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50837 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50838 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50839
440566c3
UD
508402010-07-09 Ulrich Drepper <drepper@redhat.com>
50841
50842 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50843 fcntl.
50844
5be9d05d
AS
508452010-07-06 Andreas Schwab <schwab@redhat.com>
50846
c30b7ee2 50847 [BZ #11577]
5be9d05d
AS
50848 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50849 dl_signal_cerror.
50850
8a492a67
UD
508512010-07-06 Ulrich Drepper <drepper@redhat.com>
50852
50853 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50854 _PC_PIPE_BUF using F_GETPIPE_SZ.
50855
713df3d5
RM
508562010-07-05 Roland McGrath <roland@redhat.com>
50857
50858 * manual/arith.texi (Rounding Functions): Fix rint description
50859 implicit in round description.
50860
702e8f14
UD
508612010-07-02 Ulrich Drepper <drepper@redhat.com>
50862
50863 * elf/Makefile: Fix linking for a few tests to make recent linker
50864 happy.
50865
52ed8be9
AS
508662010-06-30 Andreas Schwab <schwab@redhat.com>
50867
50868 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50869 $(common-objpfx)libc_nonshared.a.
50870
f47c9a11
LM
508712010-06-21 Luis Machado <luisgpm@br.ibm.com>
50872
50873 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50874 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50875 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50876 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50877 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50878 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50879 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50880 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50881 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50882 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50883 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50884 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50885 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50886 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50887 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50888 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50889 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50890 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50891 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50892 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50893 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50894 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50895 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50896 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50897 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50898 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50899 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50900 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50901 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50902 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50903 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50904 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50905 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50906 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50907 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50908 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50909 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50910 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50911 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50912 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50913 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50914 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50915 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50916 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50917 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50918 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50919 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50920 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50921
6fb8cbcb
L
509222010-06-25 H.J. Lu <hongjiu.lu@intel.com>
50923
50924 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50925 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
50926 * string/memmove.c (memmove): Renamed to ...
50927 (MEMMOVE): ...this. Default to memmove.
50928 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50929 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50930 (END_CHK): Define.
50931 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50932 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50933 mempcpy-ssse3-back memmove-ssse3-back.
50934 * sysdeps/x86_64/multiarch/bcopy.S: New file .
50935 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50936 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50937 * sysdeps/x86_64/multiarch/memcpy.S: New file.
50938 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50939 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50940 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50941 * sysdeps/x86_64/multiarch/memmove.c: New file.
50942 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50943 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50944 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50945 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50946 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50947 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50948 Define.
50949 (index_Fast_Copy_Backward): Define.
50950 (HAS_ARCH_FEATURE): Define.
50951 (HAS_FAST_REP_STRING): Define.
50952 (HAS_FAST_COPY_BACKWARD): Define.
50953
4e733bac 509542010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
50955
50956 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50957 Restore proper fallback handling.
50958
63c4ed22
UD
509592010-06-19 Ulrich Drepper <drepper@redhat.com>
50960
ac2b484c
UD
50961 [BZ #11701]
50962 * posix/group_member.c (__group_member): Correct checking loop.
50963
63c4ed22
UD
50964 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50965 OOM in getpwuid_r correctly. Return error number when the caller
50966 should return, otherwise -1.
50967 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50968 call returning > 0 value.
50969 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50970
765ade4b
AS
509712010-06-07 Andreas Schwab <schwab@redhat.com>
50972
50973 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50974 libc_nonshared.a from targets in modules-names.
50975
80da2e09
KS
509762010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
50977
50978 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50979 requires it.
50980
158db122
LM
509812010-06-10 Luis Machado <luisgpm@br.ibm.com>
50982
50983 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50984 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50985 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50986 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50987
caa78cf8
AS
509882010-06-02 Andreas Schwab <schwab@redhat.com>
50989
50990 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50991
b2ef2c01
UD
509922010-06-14 Ulrich Drepper <drepper@redhat.com>
50993
50994 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50995 and F_GETPIPE_SZ.
50996 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50997 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50998 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50999 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51000 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51001 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
51002
fbd643b6
RM
510032010-06-14 Roland McGrath <roland@redhat.com>
51004
51005 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
51006
f32f2869
JJ
510072010-06-07 Jakub Jelinek <jakub@redhat.com>
51008
51009 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
51010 __REDIRECT followed by __THROW.
51011 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
51012 * posix/getopt.h (getopt): Likewise.
51013
2a50c078
EPM
510142010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
51015
51016 * hurd/lookup-at.c (__file_name_lookup_at): Accept
51017 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
51018 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
51019 in AT_FLAGS.
51020 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
51021 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
51022
eb5ad2eb
LM
510232010-05-28 Luis Machado <luisgpm@br.ibm.com>
51024
51025 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
51026
3c88fe1e
L
510272010-05-26 H.J. Lu <hongjiu.lu@intel.com>
51028
51029 [BZ #11640]
51030 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51031 Properly check family and model.
51032
d2f73151
TY
510332010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
51034
51035 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
51036
ebd2e13d
LM
510372010-05-24 Luis Machado <luisgpm@br.ibm.com>
51038
51039 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
51040
b32b8b45
UD
510412010-05-21 Ulrich Drepper <drepper@redhat.com>
51042
51043 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
51044 symbol reference.
51045
9acbe24d
AS
510462010-05-19 Andreas Schwab <schwab@redhat.com>
51047
51048 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
51049 symbol reference.
51050
f0ccf6ea
AS
510512010-05-21 Andreas Schwab <schwab@redhat.com>
51052
3d04ff3a
AS
51053 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
51054 and internal_recvmmsg.
51055 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
51056 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
51057 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
51058 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
51059
f0ccf6ea
AS
51060 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
51061 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
51062 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51063
5b08ac57
AS
510642010-05-20 Andreas Schwab <schwab@redhat.com>
51065
51066 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
51067
4828935d
LM
510682010-05-17 Luis Machado <luisgpm@br.ibm.com>
51069
51070 POWER7 optimizations.
51071 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
51072 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
51073
373d545e
UD
510742010-05-19 Ulrich Drepper <drepper@redhat.com>
51075
51076 * version.h: Update for 2.13 development version.
51077
21a2b1ae
AS
510782010-05-12 Andrew Stubbs <ams@codesourcery.com>
51079
51080 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
51081 exceptions. Return 0.
51082
3f7dcb2b
RM
510832010-05-07 Roland McGrath <roland@redhat.com>
51084
51085 * elf/ldconfig.c (main): Add a const.
51086
5f24d53a 510872010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 51088
a160f8d8
UD
51089 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51090 (args_options): Add no-idn option.
51091 (ahosts_keys_int): Add idn_flags to ai_flags.
51092 (parse_option): Handle 'i' option to clear idn_flags.
51093
5f24d53a
UD
51094 * malloc/malloc.c (_int_free): Possible race in the most recently
51095 added check. Only act on the data if no current modification
51096 happened.
265bb1ce
UD
51097
51098See ChangeLog.17 for earlier changes.
This page took 7.414051 seconds and 5 git commands to generate.